:root{--bg: #f1f5f9;--surface: #ffffff;--surface2: #f8fafc;--surface3: #f1f5f9;--border: #e2e8f0;--border2: #cbd5e1;--text: #0f172a;--muted: #64748b;--muted2: #94a3b8;--accent: #059669;--accent-light: #ecfdf5;--accent-glow: rgba(5, 150, 105, .12);--warn: #d97706;--warn-light: #fffbeb;--warn-glow: rgba(217, 119, 6, .12);--danger: #dc2626;--danger-light: #fef2f2;--danger-glow: rgba(220, 38, 38, .12);--success: #059669;--purple: #7c3aed;--purple-light: #f5f3ff;--purple-glow: rgba(124, 58, 237, .12);--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 6px rgba(0,0,0,.05), 0 2px 4px rgba(0,0,0,.04);--shadow-md: 0 10px 15px rgba(0,0,0,.07), 0 4px 6px rgba(0,0,0,.05);--shadow-lg: 0 20px 25px rgba(0,0,0,.08), 0 10px 10px rgba(0,0,0,.04)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,sans-serif;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}h1,h2,h3,h4{font-family:Syne,sans-serif}code,.mono{font-family:IBM Plex Mono,monospace}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-up{animation:fadeUp .25s ease both}.pulsing{animation:pulse 1.6s ease-in-out infinite}
