@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg-app:#f8fafc;--bg-card:#fff;--bg-panel:#f1f5f9;--bg-input:#fff;--border:#00000014;--border-focus:#3b82f680;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent:#3b82f6;--accent-glow:#3b82f626;--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}
