:root{--black:#000;--white:#fff;--gray-050:#fafafa;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-400:#9f9fa9;--gray-500:#71717b;--gray-600:#52525c;--gray-700:#3f3f46;--gray-800:#27272a;--gray-900:#18181b;--gray-950:#09090b;--violet-400:#a78bfa;--violet-500:#8b5cf6;--violet-600:#7c3aed;--red-500:#ef4444;--background:var(--gray-950);--surface:var(--gray-900);--surface-strong:var(--gray-800);--text:var(--gray-050);--text-muted:var(--gray-400);--border:var(--gray-800);--primary:var(--violet-600);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--mobile-width:430px}
*{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--background)}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans KR,sans-serif}button,a{font:inherit}button{color:inherit}:focus-visible{outline:2px solid var(--violet-400);outline-offset:3px}
