.mobile-tabs{display:none}
.workspace-menu-overlay{display:none}
.install-offer{position:fixed;z-index:118;left:50%;bottom:18px;translate:-50% 20px;width:min(520px,calc(100% - 24px));display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #dce2da;border-radius:20px;background:#fff;box-shadow:0 18px 60px #101c1438;opacity:0;pointer-events:none;transition:.3s}
.install-offer.show{translate:-50% 0;opacity:1;pointer-events:auto}.install-offer img{width:45px;height:45px;border-radius:13px}.install-offer div{min-width:0;flex:1}.install-offer b,.install-offer small{display:block}.install-offer b{font-size:13px}.install-offer small{margin-top:3px;color:#707871;font-size:10px}.install-offer button,.install-offer a{padding:10px 12px;border:0;border-radius:11px;background:#171b18;color:#fff;font-size:10px;font-weight:800;text-decoration:none}.install-offer>button:last-child{padding:5px;background:transparent;color:#777;font-size:19px}
@media(max-width:760px){
  body.has-mobile-tabs{padding-bottom:calc(82px + env(safe-area-inset-bottom))}
  body.workspace-menu-open{overflow:hidden}
  .mobile-tabs{position:fixed;z-index:116;left:10px;right:10px;bottom:max(8px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));padding:7px 5px;border:1px solid #dce2dc;border-radius:22px;background:#fffef9ef;box-shadow:0 14px 45px #13201633;backdrop-filter:blur(18px)}
  .mobile-tabs a,.mobile-tabs button{min-width:0;display:grid;place-items:center;gap:3px;padding:5px 2px;border:0;border-radius:13px;background:transparent;color:#737b74;font:750 9px/1.1 system-ui;text-decoration:none}
  .mobile-tabs svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-tabs .active{background:#e5f8e6;color:#277733}
  .workspace-menu-overlay{position:fixed;z-index:119;inset:0;display:grid;align-items:end;padding:12px;background:#11171366;backdrop-filter:blur(5px)}.workspace-menu-overlay[hidden]{display:none}
  .workspace-menu{max-height:min(72dvh,620px);padding:14px;border:1px solid #dce2dc;border-radius:18px;background:#fff;box-shadow:0 24px 70px #1118;overflow-y:auto}.workspace-menu header{display:flex;align-items:center;justify-content:space-between;padding:2px 3px 12px}.workspace-menu header b{font-size:14px}.workspace-menu header button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:#f0f2ee;color:#626963;font-size:20px}.workspace-menu nav{display:grid;grid-template-columns:1fr 1fr;gap:6px}.workspace-menu nav a{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;align-items:center;min-height:48px;padding:8px;border-radius:8px;color:#59615a;font-size:11px;font-weight:750;text-decoration:none}.workspace-menu nav a.active{background:#e8f7e8;color:#286f31}.workspace-menu svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  body.has-mobile-tabs .notify-button{display:grid!important;top:calc(10px + env(safe-area-inset-top));right:10px;width:44px;height:44px}.notify-panel{bottom:calc(82px + env(safe-area-inset-bottom));top:auto;max-height:70vh}
  .install-offer{bottom:calc(88px + env(safe-area-inset-bottom))}body:not(.has-mobile-tabs) .install-offer{bottom:max(12px,env(safe-area-inset-bottom))}
}
@media(max-width:390px){.workspace-menu nav{grid-template-columns:1fr}}
