:root{--ink:#14231f;--muted:#65736f;--line:#dce6e1;--paper:#f7faf8;--card:#ffffff;--green:#19734a;--green-soft:#e7f4ec;--lime:#6c8d32;--yellow:#b07a16;--yellow-soft:#fff7df;--orange:#c66220;--red:#bd3e43;--shadow:0 14px 45px rgba(25,63,45,0.08)}*{box-sizing:border-box}body,html{background:var(--paper)}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{background:rgba(247,250,248,.9);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.footer-inner,.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--green);color:white;border-radius:12px;font-size:12px;letter-spacing:.08em}.brand small,.brand strong{display:block}.brand strong{font-size:16px;letter-spacing:-.02em}.brand small{font-size:11px;margin-top:3px}.brand small,.nav{color:var(--muted)}.nav{display:flex;gap:22px;font-size:13px}.nav a:hover{color:var(--green)}main{min-height:calc(100vh - 150px)}.page{padding:54px 0 80px}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:700;margin:0 0 12px}h1,h2,h3{letter-spacing:-.045em;margin:0}h1{font-size:clamp(34px,5vw,58px);line-height:1.02;max-width:700px}h2{font-size:26px}h3{font-size:18px}p{color:var(--muted);line-height:1.65}.lede{font-size:17px;max-width:650px;margin:18px 0 0}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}.page-heading p{margin:8px 0 0}.hero{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:24px;gap:24px;align-items:stretch;margin-bottom:24px}.card,.hero-copy,.pulse-card{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.hero-copy{padding:38px;background:linear-gradient(135deg,#f2faf5,#ffffff 58%)}.hero-note{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.pulse-card{padding:28px;flex-direction:column;min-height:260px}.pulse-card,.pulse-top{display:flex;justify-content:space-between}.pulse-top{align-items:flex-start;gap:16px}.pulse-label{font-size:13px;color:var(--muted);font-weight:700}.pulse-period{font-size:12px;color:var(--muted);margin-top:6px}.pulse-explanation{font-size:14px;line-height:1.5;margin:22px 0 0}.score-ring{--score:270;width:128px;height:128px;border-radius:50%;background:conic-gradient(var(--green) calc(var(--score) * 1deg),#e5eee8 0);display:grid;place-items:center;flex:0 0 auto}.score-ring.small{width:70px;height:70px}.score-ring-inner{width:calc(100% - 14px);height:calc(100% - 14px);border-radius:50%;background:white;display:grid;place-content:center;text-align:center}.score-ring strong{font-size:30px;line-height:1}.score-ring.small strong{font-size:18px}.score-ring span{font-size:10px;color:var(--muted);margin-top:4px}.status{display:inline-flex;align-items:center;border-radius:100px;padding:6px 10px;font-size:11px;font-weight:700;white-space:nowrap}.status:before{content:"";width:7px;height:7px;border-radius:50%;margin-right:6px;background:currentColor}.status-green{color:var(--green);background:var(--green-soft)}.status-lime{color:var(--lime);background:#f0f5e8}.status-yellow{color:var(--yellow);background:var(--yellow-soft)}.status-orange{color:var(--orange);background:#fff0e7}.status-red{color:var(--red);background:#ffebeb}.status-muted{color:var(--muted);background:#eef2f0}.chip{display:inline-flex;padding:7px 10px;border-radius:9px;background:#edf4ef;color:var(--green);font-size:11px;font-weight:700}.chip.demo{background:#fff4dc;color:#936717}.chip.confidence{background:#eef1f5;color:#596674}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:24px 0}.stat-card{padding:20px;border:1px solid var(--line);border-radius:16px;background:white}.stat-card strong{display:block;font-size:26px;margin-bottom:8px}.stat-card span{color:var(--muted);font-size:12px}.section{margin-top:42px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.section-header p{margin:5px 0 0;font-size:13px}.table-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:white}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:780px}td,th{text-align:left;padding:15px 17px;border-bottom:1px solid #edf2ef;font-size:12px;vertical-align:middle}th{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em;background:#fbfdfb}tbody tr:hover{background:#f8fbf9}.table-group-row th{padding:12px 17px;color:var(--green);background:#eef7f1;font-size:11px;letter-spacing:.03em;text-transform:none}.table-group-row th small{margin-left:8px;color:var(--muted);font-size:10px;font-weight:400;text-transform:none;letter-spacing:0}.muni-link{font-weight:700}.muni-link small{display:block;color:var(--muted);font-weight:400;margin-top:4px}.score-number{font-weight:800;font-size:16px}.symptoms-inline{display:flex;flex-wrap:wrap;gap:5px;max-width:230px}.symptom-tag{color:var(--orange);background:#fff1e9;border-radius:6px;padding:4px 6px;font-size:10px}.filters{display:flex;flex-wrap:wrap;gap:10px}.filters input,.filters select{border:1px solid var(--line);border-radius:10px;padding:10px 12px;background:white;color:var(--ink);min-width:170px}.empty{padding:38px;color:var(--muted);text-align:center}.symptoms-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.symptom-card{padding:18px;border:1px solid var(--line);border-radius:16px;background:white}.symptom-card h3{font-size:15px;margin-bottom:8px}.symptom-card p{font-size:12px;margin:0;line-height:1.55}.severity{font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--orange);margin-bottom:10px;display:block}.detail-grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:24px;gap:24px}.detail-card{padding:26px;border:1px solid var(--line);border-radius:20px;background:white;box-shadow:var(--shadow)}.detail-title{display:flex;justify-content:space-between;gap:22px;align-items:flex-start}.detail-title h1{font-size:38px}.detail-meta{color:var(--muted);font-size:12px;line-height:1.7;margin-top:8px}.metrics{margin-top:28px}.metric-bar-row{margin-top:16px}.metric-bar-label{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.metric-bar-label strong{color:var(--ink)}.metric-bar-track{height:7px;background:#edf2ef;border-radius:99px;margin-top:7px;overflow:hidden}.metric-bar-track span{display:block;height:100%;background:var(--green);border-radius:inherit}.explanation-box{margin-top:18px;padding:14px;border-radius:12px;background:#f4f8f5}.explanation-box strong{font-size:12px}.explanation-box p{font-size:12px;margin:6px 0 0}.chart-card{margin-top:24px}.mini-chart{gap:9px;height:130px;padding:18px 6px 0;border-bottom:1px solid var(--line)}.bar-group,.mini-chart{display:flex;align-items:flex-end}.bar-group{flex:1 1;height:100%;gap:3px}.bar{flex:1 1;min-height:3px;border-radius:5px 5px 0 0;background:var(--green)}.bar.expense{background:#e4a46c}.bar-label{font-size:9px;color:var(--muted);text-align:center;margin-top:6px}.legend{display:flex;gap:14px;font-size:11px;color:var(--muted);margin-top:14px}.legend i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--green);margin-right:5px}.legend i.expense{background:#e4a46c}.prose{max-width:800px}.prose h2{margin:34px 0 12px}.prose h3{margin:24px 0 8px}.prose li,.prose p{font-size:14px}.prose ul{color:var(--muted);line-height:1.8;padding-left:22px}.method-card{margin-top:22px;padding:22px;background:white;border:1px solid var(--line);border-radius:16px}.weight-row{display:grid;grid-template-columns:1fr 70px;grid-gap:15px;gap:15px;align-items:center;margin:14px 0;font-size:13px}.weight-row strong{text-align:right;color:var(--green)}.source-row{display:grid;grid-template-columns:1.3fr 1fr .5fr .6fr;grid-gap:15px;gap:15px;padding:17px 0;border-bottom:1px solid var(--line);font-size:12px;align-items:center}.source-row span{color:var(--muted)}.source-row a{color:var(--green);word-break:break-word}.site-footer{border-top:1px solid var(--line);color:var(--muted);font-size:11px}.footer-inner{min-height:68px}@media (max-width:900px){.detail-grid,.hero{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.symptoms-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.shell{width:min(100% - 28px,1180px)}.header-inner{min-height:68px}.nav{gap:10px;font-size:11px}.brand small{display:none}.page{padding-top:34px}.detail-card,.hero-copy,.pulse-card{padding:22px}.stats-grid,.symptoms-grid{grid-template-columns:1fr}.page-heading{display:block}.page-heading .filters{margin-top:16px}}