:root{--cr-bg:#f3f4f1;--cr-bg-elevated:#fafaf8;--cr-surface:#ffffff;--cr-surface-2:#eceee9;--cr-text:#121412;--cr-fg:var(--cr-text);--cr-card:var(--cr-surface);--cr-muted:#5c6358;--cr-border:#e2e5de;--cr-accent:#ea580c;--cr-accent-hover:#c2410c;--cr-accent-fg:#ffffff;--cr-accent-soft:#ffedd5;--cr-danger:#e11d48;--cr-radius-xs:6px;--cr-radius-sm:10px;--cr-radius:14px;--cr-radius-lg:18px;--cr-font-ui:var(--font-outfit,"Outfit"),system-ui,sans-serif;--cr-font-display:var(--font-manrope,"Manrope"),var(--font-outfit,"Outfit"),system-ui,sans-serif;--cr-font-mono:var(--font-ibm-plex-mono,"IBM Plex Mono"),ui-monospace,monospace;--cr-shadow:0 1px 0 rgb(18 20 18/0.04),0 12px 40px rgb(18 20 18/0.06);--cr-mesh-a:rgb(234 88 12/0.14);--cr-mesh-b:rgb(18 20 18/0.05);--cr-hero-veil:color-mix(in oklab,#e6e1d4 74%,var(--cr-accent-soft) 26%);--cr-header-h:4.25rem;--cr-phone-dock-h:4.5rem}html[data-resolved=dark],html[data-theme=dark]{--cr-bg:#090a09;--cr-bg-elevated:#101210;--cr-surface:#151715;--cr-surface-2:#1c1f1c;--cr-text:#f4f5f2;--cr-fg:var(--cr-text);--cr-card:var(--cr-surface);--cr-muted:#9aa396;--cr-border:#2a2e29;--cr-accent:#fb923c;--cr-accent-hover:#fdba74;--cr-accent-fg:#1c0a00;--cr-accent-soft:#7c2d12;--cr-danger:#fb7185;--cr-shadow:0 1px 0 rgb(255 255 255/0.04),0 16px 48px rgb(0 0 0/0.45);--cr-mesh-a:rgb(251 146 60/0.12);--cr-mesh-b:rgb(255 255 255/0.03);--cr-hero-veil:var(--cr-bg)}.cr-theme-switch{display:inline-flex;overflow:visible;border-radius:var(--cr-radius-sm);border:1px solid var(--cr-border);background:color-mix(in oklab,var(--cr-bg) 70%,var(--cr-surface));box-shadow:0 1px 2px rgb(18 20 18/.04)}html[data-resolved=dark] .cr-theme-switch{background:color-mix(in oklab,var(--cr-surface) 50%,transparent);box-shadow:0 1px 2px rgb(0 0 0/.25)}.cr-theme-switch button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;cursor:pointer;color:var(--cr-muted);background:transparent;transition:color .16s ease,background .16s ease}.cr-theme-switch button[aria-pressed=true]{color:var(--cr-text);background:var(--cr-surface)}html[data-resolved=dark] .cr-theme-switch button[aria-pressed=true]{background:var(--cr-surface-2)}.cr-theme-switch--labeled{display:flex;width:100%;border-radius:var(--cr-radius);padding:.2rem;gap:.2rem;background:color-mix(in oklab,var(--cr-bg-elevated) 55%,var(--cr-surface));box-shadow:none}.cr-theme-switch--labeled button{flex:1 1;width:auto;height:auto;min-height:3.1rem;flex-direction:column;gap:.28rem;padding:.55rem .35rem .5rem;border-radius:calc(var(--cr-radius) - 2px);color:var(--cr-muted)}.cr-theme-switch--labeled button[aria-pressed=true]{color:var(--cr-text);background:var(--cr-surface);box-shadow:0 1px 0 color-mix(in oklab,#fff 8%,transparent) inset,0 1px 3px color-mix(in oklab,var(--cr-text) 8%,transparent)}html[data-resolved=dark] .cr-theme-switch--labeled button[aria-pressed=true]{background:color-mix(in oklab,var(--cr-surface-2) 88%,var(--cr-accent) 12%);box-shadow:0 0 0 1px color-mix(in oklab,var(--cr-accent) 22%,transparent)}.cr-theme-switch__label{font-size:.68rem;font-weight:650;letter-spacing:.01em;line-height:1.15}