:root{--color-bg:#f8f6f2;--color-surface:#ffffff;--color-text:#1a2e1a;--color-muted:#5c6b5c;--color-accent:#2d6a4f;--color-accent-hover:#1b4332;--color-border:#d8e2d8;--shadow:0 4px 24px rgba(26,46,26,0.08);--radius:12px;--font:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:var(--font);background:var(--color-bg);color:var(--color-text);line-height:1.6}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}