:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--font-sans: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, sans-serif;--font-num: "Pretendard Variable", "Pretendard", ui-monospace, sans-serif;--ease: cubic-bezier(.4, 0, .2, 1);--transition: .16s var(--ease);--sidebar-w: 232px}:root,:root[data-theme=light]{color-scheme:light;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f2f4f7;--surface-3: #e9ecf1;--elevated: #ffffff;--text: #14161c;--text-muted: #5c6270;--text-faint: #9299a6;--border: #eaecf1;--border-strong: #dde0e7;--accent: #6366f1;--accent-hover: #5457e0;--accent-soft: #eef0fe;--accent-contrast: #ffffff;--success: #12a150;--danger: #e5484d;--warn: #d9821a;--ring: rgba(99, 102, 241, .35);--shadow-sm: 0 1px 2px rgba(20, 22, 28, .05), 0 1px 3px rgba(20, 22, 28, .04);--shadow: 0 1px 2px rgba(20, 22, 28, .06), 0 6px 16px -4px rgba(20, 22, 28, .08), 0 12px 28px -8px rgba(20, 22, 28, .06);--shadow-lg: 0 24px 60px -12px rgba(20, 22, 28, .18)}:root[data-theme=dark]{color-scheme:dark;--bg: #0a0b0f;--surface: #131519;--surface-2: #1a1d23;--surface-3: #23262e;--elevated: #191c22;--text: #edeef2;--text-muted: #9096a1;--text-faint: #626873;--border: #23262d;--border-strong: #30343d;--accent: #818cf8;--accent-hover: #939cfa;--accent-soft: #1c1e30;--accent-contrast: #0a0b0f;--success: #3dd68c;--danger: #ff6369;--warn: #e0a14a;--ring: rgba(129, 140, 248, .4);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow: 0 2px 4px rgba(0, 0, 0, .3), 0 8px 20px -6px rgba(0, 0, 0, .5);--shadow-lg: 0 28px 70px -14px rgba(0, 0, 0, .7)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);font-size:14px;line-height:1.55;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv01","cv03";transition:background var(--transition),color var(--transition)}h1,h2,h3{letter-spacing:-.02em;line-height:1.2}.tnum,strong{font-variant-numeric:tabular-nums}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit}:focus-visible{outline:none;box-shadow:0 0 0 3px var(--ring);border-radius:var(--radius-sm)}::selection{background:var(--accent-soft);color:var(--accent)}.list-row:hover{background:var(--surface-2)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px;border:3px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}::-webkit-scrollbar-track{background:transparent}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
