:root,[data-theme=dark]{--bg:#0b0c0f;--surface:#121317;--text:#e8eaed;--text-muted:#a1a7ae;--primary:#f43f5e;--accent:#fb923c;--accent-foreground:#0f1115;--border:#2a2e34;--focus:rgba(244,63,94,.45);--background:var(--bg);--foreground:var(--text);--card:var(--surface);--card-foreground:var(--text);--popover:var(--surface);--popover-foreground:var(--text);--primary-foreground:#0f1115;--secondary:#1a1d23;--secondary-foreground:var(--text);--muted:#16181d;--muted-foreground:var(--text-muted);--destructive:#f87171;--destructive-foreground:var(--text);--input:#1f2329;--ring:rgba(244,63,94,.45);--chart-1:#f43f5e;--chart-2:#fb923c;--chart-3:#38bdf8;--chart-4:#a855f7;--chart-5:#34d399;--radius:0.75rem;--radius-xl:calc(var(--radius) + 4px);--radius-lg:var(--radius);--radius-md:calc(var(--radius) - 2px);--radius-sm:calc(var(--radius) - 4px);--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-destructive:var(--destructive);--color-destructive-foreground:var(--destructive-foreground);--color-border:var(--border);--color-input:var(--input);--color-ring:var(--ring);--color-chart-1:var(--chart-1);--color-chart-2:var(--chart-2);--color-chart-3:var(--chart-3);--color-chart-4:var(--chart-4);--color-chart-5:var(--chart-5)}@media (hover:hover) and (pointer:fine){.scrollbar-subtle{scrollbar-width:thin;scrollbar-color:transparent transparent}.scrollbar-subtle::-webkit-scrollbar{width:10px;height:10px}.scrollbar-subtle:focus-visible,.scrollbar-subtle:hover{scrollbar-color:var(--border) transparent}.scrollbar-subtle:focus-visible::-webkit-scrollbar,.scrollbar-subtle:hover::-webkit-scrollbar{width:10px;height:10px}.scrollbar-subtle::-webkit-scrollbar-track{background:transparent}.scrollbar-subtle::-webkit-scrollbar-thumb{background:transparent;border-radius:8px;border:2px solid transparent}.scrollbar-subtle:focus-visible::-webkit-scrollbar-thumb,.scrollbar-subtle:hover::-webkit-scrollbar-thumb{background:var(--border);border-color:var(--surface)}}.nf-ripple{position:relative;overflow:hidden}.nf-ripple:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,hsla(0,0%,100%,.07),transparent 45%);opacity:0;transform:scale(.9);transition:opacity .18s ease;pointer-events:none}.nf-ripple:hover:before{opacity:1}