.sh-grid{grid-template-columns:1fr;gap:12px;display:grid}.sh-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-1);flex-direction:column;gap:8px;min-height:86px;padding:12px 14px;display:flex}.sh-label{color:var(--muted);font:600 14px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.sh-value{color:var(--text);letter-spacing:.2px;font:700 28px/1.15 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}@media (min-width:720px){.sh-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.sh-grid{grid-template-columns:repeat(4,1fr)}}#station-health{margin:18px 0 26px}#station-health h3{margin:0 0 10px;font-weight:700}