@custom-variant dark (&:is(.dark *));@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--font-sans:var(--font-sans);--font-mono:var(--font-geist-mono);--font-heading:var(--font-sans);--color-sidebar-ring:var(--sidebar-ring);--color-sidebar-border:var(--sidebar-border);--color-sidebar-accent-foreground:var(--sidebar-accent-foreground);--color-sidebar-accent:var(--sidebar-accent);--color-sidebar-primary-foreground:var(--sidebar-primary-foreground);--color-sidebar-primary:var(--sidebar-primary);--color-sidebar-foreground:var(--sidebar-foreground);--color-sidebar:var(--sidebar);--color-chart-5:var(--chart-5);--color-chart-4:var(--chart-4);--color-chart-3:var(--chart-3);--color-chart-2:var(--chart-2);--color-chart-1:var(--chart-1);--color-ring:var(--ring);--color-input:var(--input);--color-border:var(--border);--color-destructive:var(--destructive);--color-accent-foreground:var(--accent-foreground);--color-accent:var(--accent);--color-muted-foreground:var(--muted-foreground);--color-muted:var(--muted);--color-secondary-foreground:var(--secondary-foreground);--color-secondary:var(--secondary);--color-primary-foreground:var(--primary-foreground);--color-primary:var(--primary);--color-popover-foreground:var(--popover-foreground);--color-popover:var(--popover);--color-card-foreground:var(--card-foreground);--color-card:var(--card);--radius-sm:calc(var(--radius) * 0.6);--radius-md:calc(var(--radius) * 0.8);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) * 1.4);--radius-2xl:calc(var(--radius) * 1.8);--radius-3xl:calc(var(--radius) * 2.2);--radius-4xl:calc(var(--radius) * 2.6);--color-surface-deepest:#08090a;--color-surface-base:#0f1011;--color-surface-raised:#191a1b;--color-surface-hover:#28282c;--color-text-primary:#f7f8f8;--color-text-secondary:#d0d6e0;--color-text-tertiary:#8a8f98;--color-text-quaternary:#62666d;--color-accent-brand:#5e6ad2;--color-accent-brand-secondary:#7170ff;--color-accent-brand-hover:#828fff;--color-status-compliant:#27a644;--color-status-progress:#10b981;--color-status-at-risk:#f59e0b;--color-status-fail:#ef4444;--color-status-info:#3b82f6;--badge-compliant:rgba(34,197,94,0.1);--badge-at-risk:rgba(245,158,11,0.1);--badge-fail:rgba(239,68,68,0.1);--badge-brand:rgba(94,106,210,0.1);--badge-info:rgba(59,130,246,0.1)}:root{--background:#f7f8f8;--foreground:#08090a;--card:#ffffff;--card-foreground:#08090a;--popover:#ffffff;--popover-foreground:#08090a;--primary:#5e6ad2;--primary-foreground:#ffffff;--secondary:#f3f4f5;--secondary-foreground:#08090a;--muted:#f3f4f5;--muted-foreground:#62666d;--accent:#f3f4f5;--accent-foreground:#08090a;--destructive:#ef4444;--border:#d0d6e0;--input:#d0d6e0;--ring:#5e6ad2;--chart-1:#5e6ad2;--chart-2:#10b981;--chart-3:#f59e0b;--chart-4:#ef4444;--chart-5:#3b82f6;--radius:0.5rem;--sidebar:#f7f8f8;--sidebar-foreground:#08090a;--sidebar-primary:#5e6ad2;--sidebar-primary-foreground:#ffffff;--sidebar-accent:#f3f4f5;--sidebar-accent-foreground:#08090a;--sidebar-border:#d0d6e0;--sidebar-ring:#5e6ad2}.dark{--background:#08090a;--foreground:#f7f8f8;--card:#191a1b;--card-foreground:#f7f8f8;--popover:#191a1b;--popover-foreground:#f7f8f8;--primary:#5e6ad2;--primary-foreground:#ffffff;--secondary:#28282c;--secondary-foreground:#f7f8f8;--muted:#191a1b;--muted-foreground:#8a8f98;--accent:#28282c;--accent-foreground:#f7f8f8;--destructive:#ef4444;--border:rgba(255,255,255,0.08);--input:rgba(255,255,255,0.08);--ring:#5e6ad2;--chart-1:#5e6ad2;--chart-2:#10b981;--chart-3:#f59e0b;--chart-4:#ef4444;--chart-5:#3b82f6;--sidebar:#0f1011;--sidebar-foreground:#f7f8f8;--sidebar-primary:#5e6ad2;--sidebar-primary-foreground:#ffffff;--sidebar-accent:#191a1b;--sidebar-accent-foreground:#f7f8f8;--sidebar-border:rgba(255,255,255,0.08);--sidebar-ring:#5e6ad2}@layer base{*{@apply border-border outline-ring/50}body{@apply bg-background text-foreground}html{@apply font-sans;font-feature-settings:"cv01","ss03"}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}::selection{background:rgba(94,106,210,.3);color:inherit}