:root{--bg:#f6f7f9;--card:#fff;--text:#1a1d26;--muted:#5c6370;--border:#e2e5eb;--accent:#2d6a4f;--accent-hover:#24573f;--danger:#b42318}*,:after,:before{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent)}a:hover{color:var(--accent-hover)}