@media(max-width:760px){
  /* The full editor must show every visible patch; only the compact Home preview is limited. */
  .editor-canvas .patch:nth-of-type(n){display:flex}
  .editor-canvas .patch[hidden]{display:none!important}
  .mobile-menu-close{position:absolute;right:12px;top:12px;width:38px;height:38px;border:1px solid #4b302e;border-radius:50%;background:#1d1010;color:#fff;font-size:25px;line-height:1;z-index:2;cursor:pointer}
  .mobile-nav-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .2s;z-index:19}
  .mobile-nav-backdrop.show{opacity:1;visibility:visible}
  body.mobile-menu-open{overflow:hidden}
  .drawer-patches button{min-height:58px;touch-action:manipulation}
  .catalog-patch .btn{min-height:44px;touch-action:manipulation}
}
@media(min-width:761px){.mobile-menu-close,.mobile-nav-backdrop{display:none!important}}
