:root{--color-bg:#f7f8fa;--color-surface:#fff;--color-surface-soft:#fbfafc;--color-surface-soft-2:#f1eef5;--color-surface-hover:#f5f3f8;--color-border:#ece8f0;--color-border-soft:#f2eff5;--color-border-strong:#ded8e4;--color-text:#17131b;--color-text-secondary:#554d5d;--color-text-muted:#7e7586;--color-text-muted-2:#6e6578;--color-accent:#6f63e8;--color-accent-hover:#5a4fd6;--color-accent-soft:#6f63e81a;--color-lime:#a6f34a;--color-success:#168a57;--color-success-strong:#12724a;--color-success-soft:#168a571a;--color-warning:#a86d00;--color-warning-soft:#a86d001a;--color-info:#3676c9;--color-info-strong:#2c63ac;--color-info-soft:#3676c91a;--color-danger:#d53b52;--color-danger-strong:#b32c42;--color-danger-soft:#d53b521a;--color-danger-border:#d53b5238;--color-danger-bg:#d53b5209;--font-sans:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:14px;--sidebar-width:250px;--header-height:64px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{margin:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-feature-settings:"cv11", "ss01"}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover);text-decoration:underline}button{font-family:inherit}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:6px}#root{min-height:100vh}
