:root{--color-bg:#fff;--color-bg-alt:#f7faf8;--color-text:#16261f;--color-text-muted:#4c5a53;--color-text-subtle:#7c8a85;--color-border:#e6e9e7;--color-primary:#1c6b4f;--color-primary-strong:#124a34;--color-primary-soft:#eaf5ef;--color-accent:#b5762a;--color-accent-strong:#8f5c1f;--color-accent-soft:#faf1e6;--color-danger:#b3261e;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 2px rgba(16,32,26,.06);--shadow-md:0 8px 24px rgba(16,32,26,.08);--max-width:1180px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--color-text);background:var(--color-bg)}img{max-width:100%}a{color:inherit}