.station-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px}
.station-card{display:block;border-width:4px;border-radius:28px}
.station-card img{width:100%;height:auto;min-height:0;aspect-ratio:1/1;object-fit:contain;background:#111}
.station-label{min-height:70px;padding:5px 2px}
.station-label strong{font-size:clamp(22px,4vw,34px)}
.station-label small{margin-top:5px;font-size:clamp(11px,1.8vw,15px)}
@media(max-width:520px){
  .station-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:8px}
  .station-card{display:block;border-width:3px;border-radius:17px}
  .station-card img{width:100%;height:auto;min-height:0;aspect-ratio:1/1;object-fit:contain;background:#111}
  .station-label{min-height:43px;padding:3px 1px}
  .station-label strong{font-size:clamp(14px,4.5vw,22px);white-space:nowrap}
  .station-label small{margin-top:3px;font-size:clamp(8px,2.4vw,11px)}
}
@media(max-width:360px){
  .station-grid{gap:4px;padding:6px}
  .station-card{border-width:2px;border-radius:14px}
}
