:root{--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--text-xs:12px;--text-sm:13px;--text-base:14px;--text-md:15px;--text-lg:17px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--leading-tight:1.2;--leading-normal:1.5;--leading-loose:1.75;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 12px #00000059;--shadow-lg:0 10px 30px #00000073;--duration-fast:.12s;--duration-normal:.2s;--duration-slow:.32s;--ease-standard:cubic-bezier(.2, 0, 0, 1);--z-dropdown:100;--z-overlay:900;--z-modal:1000;--z-toast:1100;--sidebar-width:240px;--sidebar-width-collapsed:60px;--topbar-height:56px}:root,[data-theme=dark]{--color-bg:#0a0a0a;--color-surface:#111;--color-surface-2:#161616;--color-surface-hover:#1c1c1c;--color-border:#262626;--color-border-strong:#333;--color-fg:#fafafa;--color-fg-muted:#a3a3a3;--color-fg-subtle:#737373;--color-brand:#6366f1;--color-brand-hover:#818cf8;--color-brand-fg:#fff;--color-success:#22c55e;--color-warning:#f59e0b;--color-danger:#ef4444;--color-danger-hover:#f87171;--color-focus:#6366f1;--color-overlay:#0009}[data-theme=light]{--color-bg:#fff;--color-surface:#fafafa;--color-surface-2:#f4f4f5;--color-surface-hover:#e4e4e7;--color-border:#e4e4e7;--color-border-strong:#d4d4d8;--color-fg:#0a0a0a;--color-fg-muted:#52525b;--color-fg-subtle:#71717a;--color-brand:#4f46e5;--color-brand-hover:#4338ca;--color-brand-fg:#fff;--color-success:#16a34a;--color-warning:#d97706;--color-danger:#dc2626;--color-danger-hover:#b91c1c;--color-focus:#4f46e5;--color-overlay:#0006}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html,body,#admin-root{height:100%}html{-webkit-text-size-adjust:100%;tab-size:4}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit;background:0 0;border:0}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);background-color:var(--color-bg);color:var(--color-fg);transition:background-color var(--duration-normal) var(--ease-standard), color var(--duration-normal) var(--ease-standard)}h1{font-size:var(--text-2xl);font-weight:var(--weight-semibold);line-height:var(--leading-tight)}h2{font-size:var(--text-xl);font-weight:var(--weight-semibold);line-height:var(--leading-tight)}h3{font-size:var(--text-lg);font-weight:var(--weight-semibold)}a:hover{color:var(--color-brand-hover)}::selection{background:var(--color-brand);color:var(--color-brand-fg)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-fg-subtle)}
