:root{--graphite:#111827;--ink:#0b1220;--slate:#475569;--line:#e2e8f0;--surface:#f8fafc;--white:#fff;--signal-orange:#ff6a00;--orange-hover:#e85f00;--orange-subtle:#fff1e8;--success:#16a34a;--warning:#f59e0b;--error:#dc2626;--info:#2563eb;--background:var(--white);--foreground:var(--graphite);--muted:var(--slate);--border:var(--line);--primary:var(--signal-orange);--primary-hover:var(--orange-hover);--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 2px #0000000f;--shadow-md:0 6px 18px #00000014}@theme inline{--color-background: var(--background); --color-foreground: var(--foreground); --color-graphite: var(--graphite); --color-ink: var(--ink); --color-slate: var(--slate); --color-line: var(--line); --color-surface: var(--surface); --color-signal-orange: var(--signal-orange); --color-orange-hover: var(--orange-hover); --color-orange-subtle: var(--orange-subtle); --color-success: var(--success); --color-warning: var(--warning); --color-error: var(--error); --color-info: var(--info); --color-primary: var(--primary); --color-primary-hover: var(--primary-hover); --color-muted: var(--muted); --color-border: var(--border); --font-sans: Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; --radius-sm: var(--radius-sm); --radius-md: var(--radius-md); --radius-lg: var(--radius-lg);}*{border-color:var(--border)}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}:focus-visible{outline:2px solid var(--signal-orange);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--slate)}
