@theme{ --color-background: var(--background); --color-surface: var(--surface); --color-surface-sunken: var(--surface-sunken);  --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-on-color: var(--text-on-color);  --color-primary: var(--primary); --color-primary-hover: var(--primary-hover); --color-primary-soft: var(--primary-soft);  --color-border: var(--border); --color-border-subtle: var(--border-subtle);  --color-success: var(--success); --color-warning: var(--warning); --color-danger: var(--danger);  --color-indy-idle: var(--indy-idle); --color-indy-listening: var(--indy-listening); --color-indy-thinking: var(--indy-thinking); --color-indy-speaking: var(--indy-speaking);  --color-focus-ring: var(--focus-ring);  --radius-md: var(--radius-md); --radius-lg: var(--radius-lg); --radius-full: var(--radius-full);}:root{--background:#f7f3ea;--surface:#fff;--surface-sunken:#efe9dc;--text-primary:#1f2937;--text-secondary:#4b5563;--text-on-color:#fff;--primary:#1f5a8a;--primary-hover:#17456b;--primary-soft:#dceaf7;--border:#7c8798;--border-subtle:#d1d5db;--success:#276749;--warning:#8a5a0b;--danger:#b91c1c;--indy-idle:#2563a6;--indy-listening:#0f766e;--indy-thinking:#6d5acf;--indy-speaking:#1d4ed8;--focus-ring:#1f5a8a;--text-xs:.875rem;--text-sm:1rem;--text-base:1.125rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:1.875rem;--text-3xl:2.25rem;--leading-tight:1.3;--leading-body:1.6;--weight-regular:400;--weight-medium:500;--weight-bold:700;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-8:3rem;--space-10:4rem;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--shadow-card:0 1px 3px #1f293714, 0 1px 2px #1f29370f;--target-min:56px;--target-evocate-mobile:96px;--target-evocate-desktop:72px;--duration-fast:.15s;--duration-base:.25s;--ease:cubic-bezier(.4, 0, .2, 1)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html{font-size:16px}body{font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:var(--text-base);line-height:var(--leading-body);font-weight:var(--weight-regular);color:var(--text-primary);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}
