@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--navy: #0F172A;--navy-light: #1E293B;--navy-mid: #334155;--slate: #64748B;--slate-light: #94A3B8;--gold: #F59E0B;--gold-dim: #D97706;--green: #10B981;--red: #EF4444;--blue: #3B82F6;--white: #F8FAFC;--bg: #0F172A;--card-bg: #1E293B;--border: #334155}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--white);min-height:100vh;line-height:1.6}#root{width:100%}
