.helooo-mobile-menu-button,.helooo-mobile-drawer,.helooo-mobile-backdrop{display:none}
@media(max-width:900px){
 .helooo-mobile-menu-button{display:inline-flex!important;position:fixed;top:12px;right:12px;z-index:10020;width:46px;height:42px;align-items:center;justify-content:center;border:1px solid #d0d5dd;border-radius:12px;background:#fff;box-shadow:0 6px 22px rgba(0,0,0,.14);font-size:24px!important;font-weight:800!important;cursor:pointer}
 .helooo-mobile-backdrop{position:fixed;inset:0;z-index:10000;background:rgba(10,18,32,.44)}
 .helooo-mobile-backdrop.open{display:block}
 .helooo-mobile-drawer{display:block;position:fixed;top:0;right:0;bottom:0;z-index:10010;width:min(86vw,360px);padding:16px;background:#fff;overflow:auto;box-shadow:-18px 0 45px rgba(0,0,0,.20);transform:translateX(105%);transition:transform .22s ease}
 .helooo-mobile-drawer.open{transform:translateX(0)}
 .helooo-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #e4e7ec}
 .helooo-mobile-drawer-close{border:0;background:transparent;font-size:28px!important}
 .helooo-mobile-drawer-links{display:grid;gap:5px;padding-top:12px}
 .helooo-mobile-drawer-links a{display:block;padding:11px 12px;border-radius:10px;color:inherit;text-decoration:none;font-size:1rem!important;font-weight:650!important}
 .helooo-mobile-drawer-links a:hover{background:#f2f4f7}
 header nav,header .nav-links,header .nav-menu,.desktop-nav,.workspace-sidebar,aside.sidebar,.sidebar-nav{display:none!important}
 body.helooo-drawer-open{overflow:hidden}
}
