:root{--sun:#fffa7a;--carbon:#1f280b;--carbon-dark:#141c07;--lime:#a4f592;--mist:#d4f5ca;--khaki:#b6b69a;--sand:#ebecdc;--chalk:#f7f9f4;--peach:#fff0d1;--success:#2a7d50;--warning:#b87518;--error:#b3261e;--background:#fff;--foreground:#1f280b;--text-secondary:#5a6742;--text-tertiary:#8a9470;--border:#d5dcca;--border-light:#e0e6d5;--card-background:#f7f9f4}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--background);color:var(--foreground);line-height:1.5}a{color:var(--carbon);text-decoration:none}a:hover{text-decoration:underline}