.mobile-menu-button,.mobile-menu-close,.mobile-menu-backdrop{display:none}
@media(max-width:900px){html,body{max-width:100%;overflow-x:hidden}.app-shell,.app-shell>main,.content{min-width:0;width:100%}.app-shell>aside{display:flex!important;position:fixed!important;z-index:1200;top:0;right:0;width:min(290px,86vw);height:100dvh;transform:translateX(105%);transition:transform .24s ease;box-shadow:-18px 0 45px rgba(24,32,57,.18);overflow-y:auto}.mobile-menu-open .app-shell>aside{transform:translateX(0)}.mobile-menu-button{display:flex;position:fixed;z-index:1100;top:14px;right:14px;width:44px;height:44px;padding:11px;flex-direction:column;justify-content:center;gap:5px;border:0;border-radius:13px;background:#fff;box-shadow:0 8px 25px rgba(42,35,91,.16);cursor:pointer}.mobile-menu-button span{display:block;width:100%;height:2px;border-radius:3px;background:var(--purple)}.mobile-menu-close{display:grid;position:absolute;top:13px;left:13px;width:36px;height:36px;place-items:center;border:0;border-radius:11px;background:#f2efff;color:var(--purple);font-size:25px;line-height:1;cursor:pointer}.mobile-menu-backdrop{display:block;position:fixed;z-index:1150;inset:0;background:rgba(16,22,40,.42);backdrop-filter:blur(2px)}.mobile-menu-backdrop[hidden]{display:none}body.mobile-menu-open{overflow:hidden}.app-shell main>header{padding-right:76px}}
@media(max-width:520px){.app-shell main>header{padding-left:12px;padding-right:68px}.app-shell main>header .btn{padding:8px 10px;font-size:11px}}
