:root{--color-accent-soft:color-mix(in srgb,var(--color-accent) 10%,transparent);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:999px;--border-width:1px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:48px;--space-10:64px;--font-family:"Geist Variable","Inter Variable",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-size-xs:12px;--font-size-sm:14px;--font-size-md:16px;--font-size-lg:18px;--font-size-xl:22px;--font-size-2xl:28px;--font-size-3xl:36px;--font-size-body-pro:14px;--font-size-body-client:16px;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-variant-numeric-tabular:tabular-nums;--button-radius:var(--radius-md);--button-height-sm:32px;--button-height-md:40px;--button-height-lg:48px;--button-padding-x-sm:12px;--button-padding-x-md:16px;--button-padding-x-lg:20px;--button-font-size:var(--font-size-sm);--button-font-weight:var(--font-weight-semibold);--input-height:40px;--input-radius:var(--radius-md);--input-padding-x:var(--space-3);--input-font-size:var(--font-size-sm);--checkbox-size:18px;--switch-track-width:36px;--switch-track-height:20px;--switch-thumb-size:16px;--tooltip-icon-size:14px;--tooltip-max-width:200px;--sheet-max-height:85vh;--sheet-radius:var(--radius-lg);--modal-max-width:480px;--drawer-width:400px;--breakpoint-md:640px;--focus-ring-width:2px;--focus-ring-offset:2px;--color-bg:#FFFFFF;--color-surface:#FAFAFA;--color-surface-2:#F2F2F2;--color-border:#E5E5E5;--color-text:#0A0A0A;--color-text-2:#6B6B6B;--color-text-3:#A3A3A3;--color-accent:#2563EB;--color-accent-fg:#FFFFFF;--color-success:#16A34A;--color-warning:#D97706;--color-danger:#DC2626;--overlay-bg:rgba(10,10,10,0.45);--shadow-1:0 1px 2px rgba(10,10,10,0.06);--shadow-2:0 4px 12px rgba(10,10,10,0.10)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#0A0A0A;--color-surface:#141414;--color-surface-2:#1F1F1F;--color-border:#2A2A2A;--color-text:#FAFAFA;--color-text-2:#A3A3A3;--color-text-3:#6B6B6B;--color-accent:#3B82F6;--color-accent-fg:#FFFFFF;--color-success:#22C55E;--color-warning:#F59E0B;--color-danger:#F87171;--overlay-bg:rgba(0,0,0,0.65);--shadow-1:0 1px 2px rgba(0,0,0,0.40);--shadow-2:0 4px 16px rgba(0,0,0,0.50)}}:root[data-theme=dark]{--color-bg:#0A0A0A;--color-surface:#141414;--color-surface-2:#1F1F1F;--color-border:#2A2A2A;--color-text:#FAFAFA;--color-text-2:#A3A3A3;--color-text-3:#6B6B6B;--color-accent:#3B82F6;--color-accent-fg:#FFFFFF;--color-success:#22C55E;--color-warning:#F59E0B;--color-danger:#F87171;--overlay-bg:rgba(0,0,0,0.65);--shadow-1:0 1px 2px rgba(0,0,0,0.40);--shadow-2:0 4px 16px rgba(0,0,0,0.50)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-family);font-size:var(--font-size-body-pro)}:focus-visible{outline:var(--focus-ring-width) solid var(--color-accent);outline-offset:var(--focus-ring-offset)}