@media(max-width:760px){
  body>nav:not(.bottom-nav){display:flex;height:58px;min-height:0;overflow:visible;padding:8px 12px}
  body>nav:not(.bottom-nav) button:not(.brand){display:none!important}
  body>nav:not(.bottom-nav) .brand{width:auto!important;padding:0 8px!important}
  .bottom-nav{grid-template-columns:repeat(5,1fr)!important}
  .bottom-nav button{font-size:10px!important}
  .mobile-menu{position:fixed;z-index:39;right:10px;bottom:78px;left:10px;padding:8px;grid-template-columns:repeat(3,1fr);gap:7px;border:1px solid #dfe6f2;border-radius:17px;background:#fffffff7;box-shadow:0 14px 36px #17203a2e;backdrop-filter:blur(16px)}
  .mobile-menu.open{display:grid}
  .mobile-menu button{min-height:44px;padding:8px 6px;border-radius:11px;background:#eef2ff;color:#31415f;font-size:12px;font-weight:750}
  html[data-theme="dark"] .mobile-menu{border-color:#314363;background:#121d34f7}
  html[data-theme="dark"] .mobile-menu button{background:#26385e;color:#e0e8ff}
}
