.dashboard{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem;max-width:56rem;width:100%;justify-items:center}.dashboard-cell{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1}.dashboard-cell .instrument-wrapper{--instrument-size: min(16rem, 28vw);--bezel-radius: 1.5rem;--dial-size: calc(var(--instrument-size) * 340 / 420)}@media (max-width: 48rem){.dashboard{grid-template-columns:repeat(2, 1fr);gap:1rem}.dashboard-cell .instrument-wrapper{--instrument-size: min(14rem, 42vw)}}.radio{position:fixed;bottom:1rem;right:1rem;width:13rem;z-index:50;background:#111;border:0.0625rem solid #333;border-radius:0.375rem;overflow:hidden;opacity:0.7;transition:opacity 0.2s ease;box-shadow:0 0.125rem 0.5rem rgba(0,0,0,0.5)}.radio:hover{opacity:1}.radio .radio-label{padding:0.25rem 0.5rem;font-size:0.5rem;color:#5eaae6;letter-spacing:0.1rem;text-transform:uppercase;border-bottom:0.0625rem solid #222}.radio .radio-label i{margin-right:0.25rem}.radio .radio-player{padding:0.5rem}@media (max-width: 30rem){.dashboard-cell .instrument-wrapper{--instrument-size: min(11rem, 42vw)}}
