/* Final readable-content containment found by the cross-site CDP sweep. */
@media(max-width:600px){
  .fret-tunnel-lab{
    width:100%;max-width:100vw;min-width:0;overflow:hidden;
    grid-template-columns:minmax(0,1fr)
  }
  .fret-tunnel-lab>header,.fret-tunnel-console,.fret-tunnel,
  .fret-tunnel__controls,.fret-tunnel-console>p{
    width:100%;max-width:100%;min-width:0
  }
  .fret-tunnel-lab h2,.fret-tunnel-lab p{overflow-wrap:anywhere}
  .fret-tunnel__controls{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .fret-tunnel__controls button{min-width:0;max-width:100%}
  .rhythm-ring--three{width:340px;height:340px}
  .rhythm-node{width:44px}
  .rhythm-ring i:nth-child(2){right:0}
}
