*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F5F7FA;--bg2: #EAECF0;--surface: #FFFFFF;--surface2: #F8FAFC;--surface3: #F1F5F9;--border: #E2E8F0;--border2: #CBD5E1;--ink: #0F172A;--ink2: #1E293B;--muted: #64748B;--dim: #94A3B8;--accent: #7C3AED;--accent2: #6366F1;--accent-lo: rgba(124,58,237,.08);--accent-md: rgba(124,58,237,.15);--green: #059669;--green-lo: rgba(5,150,105,.09);--amber: #D97706;--amber-lo: rgba(217,119,6,.09);--red: #DC2626;--red-lo: rgba(220,38,38,.08);--font-d: "Syne", system-ui, sans-serif;--font-b: "Inter", -apple-system, system-ui, sans-serif;--font-m: "Inter", -apple-system, system-ui, sans-serif;--font-mono: "IBM Plex Mono", "Fira Code", monospace;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);--shadow-lg: 0 10px 40px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);--shadow-xl: 0 25px 80px rgba(0,0,0,.15), 0 8px 24px rgba(0,0,0,.08)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font-b);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--dim)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}select option{background:#fff;color:#0f172a}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}.animate-in{animation:fadeIn .25s ease both}@media (max-width: 640px){body{font-size:14px}}
