*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#FAFDF5;--surface:#D3FCD5;--surface-hover:#C4F0C6;--card-bg:#ffffff;--text:#1E212B;--text-muted:#564D80;--text-on-accent:#ffffff;--accent:#4D8B31;--accent-hover:#3D7027;--highlight:#C2F970;--warning:#FF8427;--error:#c53030;--border:#C8CEB8;--border-light:#E2E8D6;--periwinkle:#98A6D4;--severity-critical-bg:#fde8e8;--severity-critical-text:#c53030;--severity-high-bg:#fff3e0;--severity-high-text:#c05621;--severity-medium-bg:#fefce8;--severity-medium-text:#92700c;--severity-low-bg:#e8f5e9;--severity-low-text:#2e7d32}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;font-family:inherit}