@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg-main:#0b0f19;--bg-card:#111827;--bg-surface:#1e293b;--border-color:#374151;--border-subtle:#1f2937;--primary:#10b981;--primary-hover:#059669;--primary-surface:#10b9811f;--accent:#14b8a6;--gold:#f59e0b;--danger:#ef4444;--text-main:#f9fafb;--text-muted:#9ca3af;--text-sub:#6b7280;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}
