@import "https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500;600;700&display=swap";
:root,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-primary:#0ea5e9;--color-primary-hover:#0284c7;--color-primary-subtle:#0ea5e91f;--color-secondary:#f59e0b;--color-secondary-subtle:#f59e0b1f;--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--color-info:#0ea5e9;--stone-50:#fafaf9;--stone-100:#f5f5f4;--stone-200:#e7e5e4;--stone-300:#d6d3d1;--stone-400:#a8a29e;--stone-500:#78716c;--stone-600:#57534e;--stone-700:#44403c;--stone-800:#292524;--stone-900:#1c1917;--stone-950:#0c0a09;--bg-base:var(--stone-950);--bg-surface:var(--stone-900);--bg-elevated:var(--stone-800);--text-primary:var(--stone-50);--text-secondary:var(--stone-400);--text-tertiary:var(--stone-500);--border-default:var(--stone-700);--border-subtle:var(--stone-800);--font-display:"Satoshi", system-ui, sans-serif;--font-body:"DM Sans", system-ui, sans-serif;--font-mono:"Geist Mono", ui-monospace, monospace;--text-hero:48px;--text-h1:38px;--text-h2:30px;--text-h3:24px;--text-h4:20px;--text-body:16px;--text-body-sm:14px;--text-caption:12px;--text-label:11px;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-black:900;--space-2xs:2px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--ease-enter:ease-out;--ease-exit:ease-in;--ease-move:ease-in-out;--duration-micro:75ms;--duration-short:.2s;--duration-medium:.3s;--duration-long:.5s;--focus-ring:0 0 0 3px #0ea5e966;--topbar-height:44px;--sidebar-width:240px;--right-panel-width:320px;--statusbar-height:28px}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-base:var(--stone-50);--bg-surface:#fff;--bg-elevated:var(--stone-100);--text-primary:var(--stone-900);--text-secondary:var(--stone-600);--text-tertiary:var(--stone-500);--border-default:var(--stone-200);--border-subtle:var(--stone-100)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-body);font-size:var(--text-body);color:var(--text-primary);background-color:var(--bg-base);min-height:100vh;line-height:1.6;overflow:hidden}h1,h2,h3,h4{font-family:var(--font-display);text-wrap:balance}h1{font-size:var(--text-h1);font-weight:var(--weight-bold);letter-spacing:-1px}h2{font-size:var(--text-h2);font-weight:var(--weight-bold);letter-spacing:-.5px}h3{font-size:var(--text-h3);font-weight:var(--weight-bold);letter-spacing:-.3px}h4{font-size:var(--text-h4);font-weight:var(--weight-semibold)}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}:focus-visible{box-shadow:var(--focus-ring);outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--stone-700);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--stone-600)}::selection{background:var(--color-primary-subtle);color:var(--text-primary)}button{font-family:inherit;font-size:inherit;cursor:pointer;color:inherit;background:0 0;border:none}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}ul,ol{list-style:none}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.label{font-size:var(--text-label);font-weight:var(--weight-bold);letter-spacing:1.5px;text-transform:uppercase;color:var(--text-tertiary)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg, var(--stone-800) 25%, var(--stone-700) 50%, var(--stone-800) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}
