:root{color-scheme:light;--background:#f9f9f9;--surface:#ffffff;--surface-strong:#f3f3f3;--surface-raised:#ffffff;--text:#1a1c1c;--muted:#41493e;--line:#c0c9bb;--line-soft:#e2e2e2;--accent:#00450d;--accent-strong:#00450d;--accent-soft:#d9e6da;--accent-bright:#91d78a;--trust-blue:#0277bd;--success:#4caf50;--warning:#ffa000;--shadow-soft:0 4px 12px rgba(27,94,32,0.05);--shadow-card:0 12px 24px rgba(27,94,32,0.08);--container:1200px}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}::selection{background:var(--accent-soft);color:var(--accent)}button{font:inherit}a{color:inherit;text-decoration:none}input,select,textarea{font:inherit}