:root{--color-bg:#f5f4f1;--color-bg-surface:#edecea;--color-bg-subtle:#e4e3df;--color-bg-overlay:#dddbd7;--color-text-primary:#1c1b19;--color-text-secondary:#4a4845;--color-text-tertiary:#7a7773;--color-text-inverse:#f5f4f1;--color-accent:#3d5a6b;--color-accent-hover:#2e4655;--color-accent-subtle:#d4dde2;--color-border:#d0cec9;--color-border-strong:#a8a5a0;--color-border-focus:#3d5a6b;--color-state-offline:#7a7773;--color-state-loading:#a8a5a0;--color-action-reword:#b8491a;--font-ui:"Inter",system-ui,sans-serif;--font-reflective:"Spectral",Georgia,serif;--weight-regular:400;--weight-medium:500;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-md:1.125rem;--text-lg:1.25rem;--text-xl:1.5rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--layout-content-max:640px;--layout-content-wide:720px;--layout-px-sm:var(--space-5);--layout-px-md:var(--space-8);--layout-px-lg:var(--space-12);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--transition-base:.15s ease;--transition-slow:.25s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-ui);font-weight:var(--weight-regular);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.page-content{width:100%;max-width:var(--layout-content-max);padding:0 var(--layout-px-sm);margin:0 auto}@media (min-width:640px){.page-content{padding:0 var(--layout-px-md)}}@media (min-width:1024px){.page-content{max-width:var(--layout-content-wide);padding:0 var(--layout-px-lg)}}.text-reflective{font-family:var(--font-reflective);font-weight:var(--weight-regular);font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--color-text-primary)}.text-framing{font-family:var(--font-ui);font-weight:var(--weight-regular);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-secondary)}:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px;border-radius:var(--radius-sm)}a{color:var(--color-accent);text-underline-offset:3px;text-decoration:underline}a:hover{color:var(--color-accent-hover)}[data-offline=true]{color:var(--color-state-offline)}
