@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg-app:#0b1121;--bg-card:#141c2f;--bg-panel:#1a2234;--bg-input:#0f1829;--border:#ffffff12;--border-focus:#38bdf880;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#4b5c73;--accent:#3b82f6;--accent-glow:#3b82f640;--green:#10b981;--yellow:#eab308;--blue:#3b82f6;--red:#ef4444;--purple:#a855f7;--sky:#0ea5e9;--fuel-ns:#10b981;--fuel-np:#3b82f6;--fuel-ds:#f59e0b;--fuel-dp:#a855f7;--fuel-gnc:#0ea5e9;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background-color:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-panel);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.glass{background:var(--bg-card);border:1px solid var(--border);border-radius:12px}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,textarea{outline:none;font-family:inherit}a{color:inherit;text-decoration:none}
