:root{--fhc-ink:#1e293b;--fhc-muted:#64748b;--fhc-line:#d8e0e8;--fhc-panel:#ffffff;--fhc-soft:#f4f8fb;--fhc-accent:#0f766e;--fhc-accent-dark:#134e4a;--fhc-warning:#b45309;--fhc-danger:#b91c1c;--fhc-success:#15803d}*{box-sizing:border-box}body{margin:0;color:var(--fhc-ink);background:linear-gradient(180deg,#f4f8fb,#ffffff 45%,#edf6f3);font-family:Arial,Helvetica,sans-serif}.app-shell{min-height:100vh}.top-band{border-bottom:1px solid var(--fhc-line);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.privacy-strip{background:#e8f5f2;border:1px solid #b7ddd6;color:var(--fhc-accent-dark)}.result-panel,.section-panel{background:rgba(255,255,255,.95);border:1px solid var(--fhc-line);border-radius:8px;box-shadow:0 16px 40px rgba(30,41,59,.08)}.form-label{font-weight:700}.help-icon{width:1.15rem;height:1.15rem;display:inline-grid;place-items:center;border:1px solid var(--fhc-line);border-radius:50%;color:var(--fhc-muted);font-size:.75rem;font-weight:700;cursor:help}.score-ring{width:152px;height:152px;place-items:center;background:conic-gradient(var(--score-color) calc(var(--score) * 1%),#e6edf3 0);margin:0 auto}.score-ring,.score-ring-inner{border-radius:50%;display:grid}.score-ring-inner{width:116px;height:116px;place-items:center;background:#fff}.score-value{font-size:2.4rem;font-weight:800;line-height:1}.pillar-row{display:grid;grid-template-columns:minmax(130px,1fr) minmax(120px,2fr) 52px;grid-gap:.75rem;gap:.75rem;align-items:center}.progress{height:.7rem;background:#e7edf3}.progress-bar{background:var(--fhc-accent)}.status-pill{border-radius:999px;padding:.4rem .75rem;font-size:.9rem;font-weight:700}.status-healthy{background:#dcfce7;color:var(--fhc-success)}.status-attention{background:#fef3c7;color:#92400e}.status-watchlist{background:#ffedd5;color:var(--fhc-warning)}.status-stressed{background:#fee2e2;color:var(--fhc-danger)}.mini-stat{border:1px solid var(--fhc-line);border-radius:8px;padding:.85rem;background:var(--fhc-soft)}.empty-results{min-height:360px;display:grid;place-items:center;color:var(--fhc-muted);text-align:center}.site-footer{font-size:.86rem}.footer-attribution{max-width:620px;line-height:1.55}.footer-attribution a{color:var(--fhc-accent-dark);font-weight:600;text-decoration:none}.footer-attribution a:hover{text-decoration:underline}@media (max-width:575.98px){.pillar-row{grid-template-columns:1fr 48px}.pillar-row .progress{grid-column:1/-1;order:3}}