/* V126 — final lightweight mobile layer for Penalty League. */
@media (max-width:760px) {
  body { background-attachment:scroll!important; }
  .topbar,.stage,.controls,.sidePanel,.modal { -webkit-backdrop-filter:none!important; backdrop-filter:none!important; }
  .stage,.controls,.sidePanel { contain:layout paint!important; }
  .overlay { overscroll-behavior:contain!important; }
  .modal { max-height:calc(var(--wos-visible-height,100dvh) - 12px)!important; overflow:auto!important; }
  #mpName,#mpCode,input[type="text"] { font-size:16px!important; }
  body.pl-v111-playing .controls { content-visibility:auto; contain-intrinsic-size:136px; }
}
