:root{--bg:#f5f0e8;--surface:#fffdf7;--text:#1a1612;--muted:#7a6e62;--accent:#c8421a;--warn:#e07b1a;--safe:#2d6a4f;--border:#ddd5c5;--shadow:rgba(26,22,18,.1);--pill-high-bg:#fff2ef;--pill-high-fg:#8a1e06;--pill-high-border:#e8a080;--pill-high-dot:#d94f2a;--pill-med-bg:#fff8ef;--pill-med-fg:#7a4408;--pill-med-border:#e8c070;--pill-med-dot:#d9830a;--pill-low-bg:#f0faf4;--pill-low-fg:#1a4a30;--pill-low-border:#80c898;--pill-low-dot:#2a9a58}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,-apple-system,sans-serif;min-height:100vh;-webkit-text-size-adjust:100%}a{color:inherit}button{font-family:inherit;cursor:pointer}input,select,textarea{font-size:16px}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}