:root{--bg: #07090c;--bg-raised: #0c1015;--bg-hover: #11161d;--bg-active: #161c25;--line: #1b2128;--line-strong: #2a323d;--fg: #e6edf7;--fg-muted: #98a2ae;--fg-subtle: #5a6470;--fg-faint: #3d444d;--danger: #ff6b7d;--danger-bg: #2a0f14;--warn: #ffb347;--warn-bg: #2a1e0a;--ok: #7ddc9a;--ok-bg: #0f2015;--accent: #8fb4ff;--accent-bg: rgba(143,180,255,.08);--font-sans: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", Menlo, monospace;--sidebar-w: 56px;--header-h: 44px;--header-h-mobile: 52px;--bottom-nav-h: 72px}:root[data-theme=light]{--bg: #fbfbfa;--bg-raised: #ffffff;--bg-hover: #f4f5f7;--bg-active: #eceef1;--line: #e4e6eb;--line-strong: #c8ccd3;--fg: #0d1117;--fg-muted: #5a6470;--fg-subtle: #8a929e;--fg-faint: #bcc2cb;--danger: #c01b32;--danger-bg: #fbe9ec;--warn: #a46200;--warn-bg: #fbf1e0;--ok: #1b7e4d;--ok-bg: #e8f5ed;--accent: #1558d6;--accent-bg: rgba(21,88,214,.08)}*,*:before,*:after{box-sizing:border-box;margin:0}html{color-scheme:dark;background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}html[data-theme=light]{color-scheme:light}body{min-height:100dvh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code,pre,.mono{font-family:var(--font-mono)}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font:inherit;color:inherit}.sidebar.svelte-45l243{position:fixed;top:0;left:0;width:var(--sidebar-w);height:100dvh;background:var(--bg-raised);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:100}.sidebar-items.svelte-45l243{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 0}.sidebar-link.svelte-45l243{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;color:var(--fg-subtle);text-decoration:none;transition:background .12s ease,color .12s ease}.sidebar-label.svelte-45l243{display:none}.sidebar-link.svelte-45l243:hover{background:var(--bg-hover);color:var(--fg-muted);text-decoration:none}.sidebar-link--active.svelte-45l243{background:var(--bg-active);color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}.sidebar-icon.svelte-45l243{position:relative;display:grid;place-items:center}.sidebar-icon--indicator.svelte-45l243:after{content:"";position:absolute;top:-1px;right:-3px;width:6px;height:6px;border-radius:50%;background:var(--warn)}@media(max-width:820px){.sidebar.svelte-45l243{top:auto;bottom:0;width:100%;height:var(--bottom-nav-h);border-right:none;border-top:1px solid var(--line);background:color-mix(in srgb,var(--bg-raised) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar-items.svelte-45l243{width:100%;height:100%;flex-direction:row;align-items:stretch;justify-content:space-around;gap:0;padding:8px 8px calc(env(safe-area-inset-bottom,0px) + 8px)}.sidebar-link.svelte-45l243{flex:1;width:auto;height:auto;min-width:0;border-radius:12px;padding:6px 4px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.sidebar-link--active.svelte-45l243{box-shadow:none;outline:1px solid color-mix(in srgb,var(--accent) 26%,transparent)}.sidebar-label.svelte-45l243{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;font-weight:600;line-height:1}}.theme-toggle.svelte-1cmi4dh{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;background:var(--bg-hover);color:var(--fg-muted);font-size:11px;line-height:1;transition:background .15s ease,color .15s ease}.theme-toggle.svelte-1cmi4dh:hover{background:var(--bg-active);color:var(--fg)}.header.svelte-h4nw6u{position:fixed;top:0;left:var(--sidebar-w);right:0;height:var(--header-h);display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:var(--bg);border-bottom:1px solid var(--line);z-index:90}.header-left.svelte-h4nw6u{min-width:0;display:flex;align-items:center}.mobile-title.svelte-h4nw6u{display:none;font-size:.875rem;font-weight:700;color:var(--fg)}.breadcrumbs.svelte-h4nw6u{display:flex;align-items:center;gap:6px;font-size:12px}.breadcrumb-link.svelte-h4nw6u{color:var(--fg-subtle);text-decoration:none}.breadcrumb-link.svelte-h4nw6u:hover{color:var(--fg-muted);text-decoration:underline}.breadcrumb-sep.svelte-h4nw6u{color:var(--fg-faint)}.breadcrumb-current.svelte-h4nw6u{color:var(--fg);font-weight:600}.header-right.svelte-h4nw6u{display:flex;align-items:center;gap:10px}.cmd-k-hint.svelte-h4nw6u{display:inline-flex;align-items:center;padding:2px 7px;border-radius:5px;border:1px solid var(--line-strong);background:var(--bg-raised);color:var(--fg-faint);font-size:11px;line-height:1}.header-email.svelte-h4nw6u{color:var(--fg-muted);font-size:11px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-logout.svelte-h4nw6u{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;color:var(--fg-subtle);transition:background .12s ease,color .12s ease}.header-logout.svelte-h4nw6u:hover{background:var(--danger-bg);color:var(--danger)}@media(max-width:820px){.header.svelte-h4nw6u{left:0;height:var(--header-h-mobile);padding:0 14px}.mobile-title.svelte-h4nw6u{display:block}.breadcrumbs.svelte-h4nw6u,.cmd-k-hint.svelte-h4nw6u,.header-email.svelte-h4nw6u{display:none}.header-right.svelte-h4nw6u{gap:8px}}.scrim.svelte-wh9uu8{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;display:flex;justify-content:center;padding-top:14vh}:root[data-theme=light] .scrim.svelte-wh9uu8{background:#14161e59}.palette.svelte-wh9uu8{width:min(600px,calc(100vw - 48px));max-height:70vh;background:var(--bg-raised);border:1px solid var(--line-strong);box-shadow:0 24px 60px #00000080,0 2px 10px #0000004d;display:flex;flex-direction:column;overflow:hidden;align-self:flex-start}:root[data-theme=light] .palette.svelte-wh9uu8{box-shadow:0 20px 50px #00000026,0 2px 8px #0000000d}.p-input.svelte-wh9uu8{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid var(--line)}.prompt.svelte-wh9uu8{font-family:var(--font-mono);font-size:11px;color:var(--fg-subtle);letter-spacing:.15em}.p-input.svelte-wh9uu8 input:where(.svelte-wh9uu8){flex:1;background:transparent;border:0;color:var(--fg);font-family:var(--font-mono);font-size:15px;outline:none;padding:2px 0;caret-color:var(--accent)}.p-input.svelte-wh9uu8 input:where(.svelte-wh9uu8)::placeholder{color:var(--fg-subtle);font-family:var(--font-mono)}.spinner.svelte-wh9uu8{width:14px;height:14px;border:2px solid var(--line-strong);border-top-color:var(--accent);border-radius:50%;animation:svelte-wh9uu8-spin .6s linear infinite}@keyframes svelte-wh9uu8-spin{to{transform:rotate(360deg)}}.detect.svelte-wh9uu8{padding:12px 22px;background:var(--accent-bg);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px}.detect--sel.svelte-wh9uu8{background:var(--accent-bg);border-left:2px solid var(--accent);padding-left:20px}.tag.svelte-wh9uu8{background:var(--accent);color:var(--bg);padding:2px 8px;font-size:10px;letter-spacing:.1em;font-weight:600}.detect.svelte-wh9uu8 .msg:where(.svelte-wh9uu8){color:var(--fg)}.detect.svelte-wh9uu8 .msg:where(.svelte-wh9uu8) b:where(.svelte-wh9uu8){color:var(--accent)}.detect.svelte-wh9uu8 .hint:where(.svelte-wh9uu8){margin-left:auto;color:var(--fg-subtle)}.detect.svelte-wh9uu8 .hint:where(.svelte-wh9uu8) kbd:where(.svelte-wh9uu8){display:inline-block;padding:1px 6px;border:1px solid var(--line-strong);font-family:var(--font-mono);font-size:9px;color:var(--fg-muted);margin-left:4px;background:transparent}.group.svelte-wh9uu8{border-bottom:1px solid var(--line);overflow-y:auto}.group.svelte-wh9uu8:last-of-type{border-bottom:0}.group-label.svelte-wh9uu8{padding:10px 22px 4px;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-subtle);display:flex;justify-content:space-between}.group-right.svelte-wh9uu8{color:var(--fg-faint)}.item.svelte-wh9uu8{display:grid;grid-template-columns:20px 1fr auto;gap:14px;padding:10px 22px;align-items:center;cursor:pointer;font-size:12px;width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit}.item.svelte-wh9uu8:hover{background:var(--bg-hover)}.item.svelte-wh9uu8:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.item.sel.svelte-wh9uu8{background:var(--bg-active);border-left:2px solid var(--accent);padding-left:20px}.icon.svelte-wh9uu8{color:var(--fg-subtle);display:flex;justify-content:center}.item.sel.svelte-wh9uu8 .icon:where(.svelte-wh9uu8){color:var(--accent)}.main-text.svelte-wh9uu8{display:flex;flex-direction:column;gap:2px;min-width:0}.title.svelte-wh9uu8{font-family:var(--font-mono);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--fg)}.title--sans.svelte-wh9uu8{font-family:var(--font-sans)}.sub.svelte-wh9uu8{font-family:var(--font-mono);font-size:10px;color:var(--fg-subtle);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta.svelte-wh9uu8{font-family:var(--font-mono);font-size:10px;color:var(--fg-faint);text-align:right}.badge.svelte-wh9uu8{display:inline-block;border:1px solid var(--line-strong);padding:1px 6px;font-size:9px;letter-spacing:.08em;color:var(--fg-muted);text-transform:uppercase}.badge--alert.svelte-wh9uu8{color:var(--danger);border-color:#ff6b7d4d}.badge--warn.svelte-wh9uu8{color:var(--warn);border-color:#ffb3474d}.shortcut-kbd.svelte-wh9uu8{display:inline-block;border:1px solid var(--line-strong);padding:1px 5px;color:var(--fg-muted);font-family:var(--font-mono);font-size:9px;background:transparent}.p-foot.svelte-wh9uu8{display:flex;align-items:center;gap:18px;padding:10px 22px;border-top:1px solid var(--line);font-family:var(--font-mono);font-size:10px;color:var(--fg-subtle);background:var(--bg);flex-shrink:0}.p-foot.svelte-wh9uu8 kbd:where(.svelte-wh9uu8){border:1px solid var(--line-strong);padding:1px 5px;color:var(--fg-muted);margin-right:4px;font-size:9px;font-family:var(--font-mono);background:transparent}.p-foot.svelte-wh9uu8 .right:where(.svelte-wh9uu8){margin-left:auto;color:var(--fg-faint)}.app-main.svelte-12qhfyh{margin-left:var(--sidebar-w);margin-top:var(--header-h);min-height:calc(100dvh - var(--header-h));padding:24px 24px 40px}@media(max-width:820px){.app-main.svelte-12qhfyh{margin-left:0;margin-top:var(--header-h-mobile);min-height:calc(100dvh - var(--header-h-mobile));padding:16px 14px calc(var(--bottom-nav-h) + 20px)}}
