@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Orbitron:wght@700&display=swap";:root{--bg:#0f1724;--surface:#1a2332;--card:#1f2937;--card-hover:#253345;--border:#2d3b4e;--accent:#c9a84c;--accent-dim:#c9a84c1f;--accent-glow:#c9a84c14;--text:#f9fafb;--text2:#e5e7eb;--muted:#9ca3af;--dim:#6b7280;--green:#34d399;--red:#f87171;--blue:#60a5fa;--purple:#a78bfa;--radius:14px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::selection{background:var(--accent);color:var(--bg)}input::placeholder{color:var(--dim)}
