@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap");:root{--shed-cream:#FFFAF6;--shed-sand:#E9DCD3;--shed-taupe:#8C847F;--shed-stone:#5D5854;--shed-charcoal:#2F2C2A;--shed-stone-100:#E6E1DD;--shed-stone-300:#B4ADA8;--shed-slate-100:#DCE4E7;--shed-slate-600:#2F535D;--shed-slate-300:#86A8B2;--shed-amber-100:#F6ECCB;--shed-amber-400:#FFDC62;--shed-amber-700:#7A682F;--shed-brick-600:#8C3A2B;--shed-brick-100:#F0DED9;--ground:var(--shed-cream);--surface:#FFFFFF;--surface-sunk:var(--shed-sand);--ink:var(--shed-charcoal);--ink-muted:var(--shed-stone);--ink-faint:#66605D;--line:#E2D6CD;--line-strong:#C9BBB1;--accent:var(--shed-stone);--accent-soft:var(--shed-stone-100);--on-accent:var(--shed-cream);--state-ok:var(--shed-slate-600);--state-ok-bg:var(--shed-slate-100);--state-warn:var(--shed-amber-700);--state-warn-bg:var(--shed-amber-100);--state-bad:var(--shed-brick-600);--state-bad-bg:var(--shed-brick-100);--state-idle:var(--shed-taupe);--state-idle-bg:var(--shed-sand);--font-ui:"Jost","Futura","Century Gothic",system-ui,sans-serif;--font-body:"Jost","Futura","Century Gothic",system-ui,sans-serif;--font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace;--text-xs:0.8125rem;--text-sm:0.875rem;--text-table:0.9375rem;--text-base:1rem;--text-lg:1.1875rem;--text-xl:1.4375rem;--text-2xl:1.8125rem;--text-3xl:2.75rem;--text-4xl:3.375rem;--line-tight:1.25;--line-body:1.5;--space-1:0.2rem;--space-2:0.4rem;--space-3:0.6rem;--space-4:0.8rem;--space-5:1rem;--space-6:1.2rem;--space-7:1.4rem;--space-8:1.6rem;--space-9:1.8rem;--space-10:2rem;--space-11:2.2rem;--space-12:2.4rem;--radius:4px;--radius-lg:8px;--tap-min:40px;--caret-url:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1.5 7 7.5l6-6' fill='none' stroke='%235D5854' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");--shadow-sm:0 1px 2px rgba(47,44,42,0.08);--shadow-md:0 2px 8px rgba(47,44,42,0.10);--shadow-lg:0 24px 60px rgba(47,44,42,0.28)}*{box-sizing:border-box}:root{color-scheme:light}[inert]{pointer-events:none;cursor:default}[inert],[inert] *{-webkit-user-select:none;-moz-user-select:none;user-select:none}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--line-body);-webkit-font-smoothing:antialiased}a[role=button],button,input,select,textarea{font-family:inherit;font-size:var(--text-base);min-height:var(--tap-min)}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}}