.station-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;align-content:center;min-height:390px}.station{min-height:115px;border:3px solid #795d31;border-radius:50% 50% 14px 14px;background:linear-gradient(#fff0bd,#b67b3e);color:#183b2e;font-weight:900;box-shadow:inset 0 -15px #6f4e2c}.station::before{content:"";display:block;width:32px;height:32px;margin:0 auto .4rem;border-radius:50%;background:#284f3b;border:5px solid #dfbb65}.station.active{background:#ffe08a;box-shadow:0 0 0 6px #efc967,inset 0 -15px #6f4e2c}.station.active::before{background:#fff8c9}.station:disabled{opacity:1}@media(max-width:430px){.station-grid{gap:.45rem;min-height:330px}.station{min-height:92px;font-size:.72rem;padding:.3rem}}
