/* ── 股票健診 ──────────────────────────────────────── */
.hc-wrap { padding:12px 4px 24px; display:flex; flex-direction:column; gap:10px; }
.hc-disclaimer { font-size:11px; color:#6e7681; padding:6px 12px; background:#1c2128; border-radius:6px; border-left:2px solid #373e47; }
.hc-card { background:#161b22; border:1px solid #2d3748; border-radius:10px; overflow:hidden; }
.hc-top { display:flex; align-items:stretch; }
.hc-ring-col { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; padding:18px 16px; min-width:108px; border-right:1px solid #21262d; }
.hc-ring-wrap { position:relative; width:84px; height:84px; }
.hc-ring-wrap svg { display:block; }
.hc-ring-center { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.hc-ring-num { font-size:26px; font-weight:600; line-height:1; }
.hc-ring-denom { font-size:13px; color:#6e7681; line-height:1; margin-top:2px; }
.hc-ring-label { font-size:11px; color:#8b949e; margin-top:4px; }
.hc-info { flex:1; padding:14px 16px; display:flex; flex-direction:column; gap:6px; }
.hc-head { display:flex; align-items:center; gap:8px; }
.hc-icon-wrap { width:26px; height:26px; border-radius:7px; display:flex; align-items:center; justify-content:center; font-size:14px; flex-shrink:0; }
.hc-title { font-size:15px; font-weight:600; color:#e6edf3; }
.hc-pct-bar { height:3px; border-radius:2px; background:#21262d; overflow:hidden; }
.hc-pct-fill { height:100%; border-radius:2px; }
.hc-desc { font-size:12px; color:#8b949e; line-height:1.5; }
/* rows */
.hc-rows { border-top:1px solid #21262d; }
.hc-row { display:grid; grid-template-columns:20px 1fr auto; align-items:start; gap:8px; padding:9px 14px; border-bottom:1px solid #21262d; }
.hc-row:last-child { border-bottom:none; }
.hc-clickable { cursor:pointer; transition:background .15s; }
.hc-clickable:hover { background:#1c2128; }
.hc-row-icon { font-size:13px; font-weight:700; padding-top:2px; text-align:center; }
.hc-pass .hc-row-icon { color:#26a69a; }
.hc-fail .hc-row-icon { color:#ef5350; }
.hc-row-body { display:flex; flex-direction:column; gap:2px; }
.hc-row-label { font-size:13px; color:#c9d1d9; }
.hc-row-sub { font-size:11px; line-height:1.4; }
.hc-badge { font-size:11px; padding:2px 8px; border-radius:20px; white-space:nowrap; }
/* detail expand */
.hc-detail { margin-top:10px; padding:10px 12px; background:#0d1117; border-radius:6px; border:1px solid #21262d; }
.hc-chevron { line-height:1; }
