.rnhc{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;background:#fff;border:1px solid #d8d8d5;border-radius:10px;padding:20px 22px;width:100%;box-sizing:border-box;color:#1a1a1a;}
.rnhc *{box-sizing:border-box;}
.rnhc-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #ebebea;}
.rnhc-name{font-size:18px;font-weight:700;line-height:1.25;color:#111;}
.rnhc-sub{font-size:12px;color:#888;margin-top:4px;}
.rnhc-ring{flex-shrink:0;position:relative;width:64px;height:64px;}
.rnhc-ring svg{display:block;}
.rnhc-ring-inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.rnhc-score-val{font-size:19px;font-weight:700;line-height:1;}
.rnhc-score-denom{font-size:10px;color:#aaa;line-height:1.5;}
.rnhc-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#999;margin-bottom:10px;}
.rnhc-divider{border:none;border-top:1px solid #ebebea;margin:14px 0;}
.rnhc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:2px;}
.rnhc-stat{background:#f5f5f3;border-radius:8px;padding:10px 12px;}
.rnhc-stat-val{font-size:15px;font-weight:700;color:#111;line-height:1.2;}
.rnhc-stat-lbl{font-size:11px;color:#777;margin-top:3px;line-height:1.3;}
.rnhc-schools{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:2px;}
.rnhc-school{background:#f5f5f3;border-radius:8px;padding:10px 12px;}
.rnhc-school-type{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#999;margin-bottom:4px;}
.rnhc-school-name{font-size:13px;font-weight:600;color:#111;line-height:1.35;margin-bottom:5px;}
.rnhc-school-score{font-size:16px;font-weight:700;line-height:1;}
.rnhc-commute{margin-bottom:2px;}
.rnhc-bar-row{display:grid;grid-template-columns:90px 1fr 40px;align-items:center;gap:10px;margin-bottom:8px;}
.rnhc-bar-row:last-child{margin-bottom:0;}
.rnhc-bar-label{font-size:13px;color:#444;}
.rnhc-bar-track{background:#ebebea;border-radius:3px;height:6px;}
.rnhc-bar-fill{height:6px;border-radius:3px;}
.rnhc-bar-pct{font-size:12px;color:#888;text-align:right;}
.rnhc-housing{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:2px;}
.rnhc-amenities{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:6px;}
.rnhc-pill{display:inline-flex;align-items:center;gap:5px;background:#f5f5f3;border-radius:20px;padding:5px 12px;font-size:13px;font-weight:500;color:#333;border:1px solid #e0e0de;}
.rnhc-pill--nearby{border-style:dashed;color:#666;}
.rnhc-pill-icon{font-size:14px;line-height:1;}
.rnhc-nearby-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#bbb;margin-left:3px;vertical-align:middle;}
.rnhc-nearby-legend{font-size:11px;color:#bbb;margin-top:3px;}
.rnhc-source{font-size:11px;color:#bbb;margin-top:14px;padding-top:12px;border-top:1px solid #ebebea;line-height:1.5;}
@media(max-width:600px){
  .rnhc{padding:16px 16px;}
  .rnhc-name{font-size:16px;}
  .rnhc-stats{grid-template-columns:1fr 1fr;}
  .rnhc-bar-row{grid-template-columns:70px 1fr 34px;}
  .rnhc-bar-label{font-size:12px;}
  .rnhc-pill{font-size:12px;padding:4px 10px;}
}
@media(max-width:380px){
  .rnhc-schools{grid-template-columns:1fr;}
  .rnhc-housing{grid-template-columns:1fr;}
}
