*{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;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"Menlo","Monaco","Courier New",monospace;--font-size-xs:0.7rem;--font-size-sm:0.85rem;--font-size-base:0.9rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.75rem;--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:var(--font-sans);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}