:root{color-scheme:light;--color-background:#f5f1ea;--color-foreground:#171411;--color-surface:#fffdf9;--color-surface-muted:#f0e8dd;--color-border:#d9cdbf;--color-accent:#245847;--color-accent-strong:#1d483a;--color-accent-foreground:#f8f5f0;--color-muted-foreground:#60574d;--color-success:#216a43;--color-warning:#8b5c1a;--color-danger:#a14343;--shadow-card:0 16px 36px rgba(23,20,17,0.08);--shadow-elevated:0 22px 48px rgba(23,20,17,0.12);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--space-xxs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-xxl:48px;--font-family-base:"Inter","Segoe UI",Arial,Helvetica,sans-serif;--font-size-hero:40px;--font-size-title:30px;--font-size-section:24px;--font-size-body:16px;--font-size-caption:12px;--line-height-body:1.5;--line-height-compact:1.35}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-family-base)}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}