@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap");:root,[data-theme=light]{--canvas:#f5f6f9;--surface:#fff;--surface-2:#fbfbfd;--border:#ececf1;--border-2:#e2e3ea;--text:#0a0b10;--text-2:#60626c;--text-3:#9a9ca6;--accent:#2563eb;--accent-2:#1d4ed8;--accent-soft:#eef3ff;--series2:#6366f1;--teal:#14b8a6;--amber:#f59e0b;--rose:#f43f5e;--success:#0f9d63;--success-soft:#e7f7ef;--warn:#b7791f;--warn-soft:#fdf3e2;--shadow:0 1px 2px rgba(16,18,27,.04),0 4px 18px rgba(16,18,27,.05);--shadow-lg:0 14px 44px rgba(16,18,27,.12);--track:#eef0f4}[data-theme=dark]{--canvas:#0a0b0e;--surface:#121317;--surface-2:#15171c;--border:#23252c;--border-2:#2c2f37;--text:#f4f5f7;--text-2:#9ea0aa;--text-3:#646774;--accent:#3b82f6;--accent-2:#60a5fa;--accent-soft:rgba(59,130,246,.15);--series2:#818cf8;--teal:#2dd4bf;--amber:#fbbf24;--rose:#fb7185;--success:#34d399;--success-soft:rgba(52,211,153,.13);--warn:#fbbf24;--warn-soft:rgba(245,158,11,.14);--shadow:0 1px 2px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.36);--shadow-lg:0 18px 54px rgba(0,0,0,.55);--track:#23252c}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--canvas);color:var(--text);font-family:Geist,-apple-system,system-ui,sans-serif;-webkit-font-smoothing:antialiased}[data-theme],[data-theme] *{transition:background-color .45s ease,border-color .45s ease,color .35s ease,fill .35s ease,stroke .35s ease,box-shadow .3s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:8px}::-webkit-scrollbar-track{background:transparent}@keyframes bbpulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.82)}}select option{background:var(--surface);color:var(--text)}.mono{font-family:Geist Mono,monospace}