@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--pitch-green: #1a4731;--pitch-green-light: #22603e;--accent: #4ade80;--accent-glow: rgba(74, 222, 128, .15);--surface-1: #0f1117;--surface-2: #161b27;--surface-3: #1e2637;--surface-4: #252d3d;--border: rgba(255,255,255,.07);--border-hover: rgba(255,255,255,.14);--text-1: #f1f5f9;--text-2: #94a3b8;--text-3: #64748b;--brand: #3b82f6;--brand-light: rgba(59,130,246,.18);--danger: #f87171;--success: #4ade80;--warning: #fbbf24;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 16px rgba(0,0,0,.45);--shadow-lg: 0 8px 32px rgba(0,0,0,.55);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px}[data-theme=light]{--pitch-green: #2ecc71;--pitch-green-light: #4ade80;--accent: #22c55e;--accent-glow: rgba(34, 197, 94, .15);--surface-1: #f8fafc;--surface-2: #ffffff;--surface-3: #f1f5f9;--surface-4: #e2e8f0;--border: rgba(0,0,0,.08);--border-hover: rgba(0,0,0,.15);--text-1: #0f172a;--text-2: #334155;--text-3: #64748b;--brand: #2563eb;--brand-light: rgba(37,99,235,.1);--danger: #ef4444;--success: #22c55e;--warning: #f59e0b}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--surface-1);color:var(--text-1)}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff38}::selection{background:var(--brand-light);color:var(--text-1)}
