body.menu-open{overflow:auto;touch-action:auto}.nav{position:fixed;top:calc(var(--header-h) + 4px);left:0;z-index:999999;display:block;width:318px;max-width:88vw;max-height:calc(100vh - var(--header-h) - 8px);overflow:auto;margin:0;padding:0;border:0;border-radius:0 15px 15px 0;background:linear-gradient(180deg,var(--hs) 0%,var(--primary) 58%,#b9482d 100%);box-shadow:0 18px 42px rgba(15,23,42,.24);transform:translate3d(-112%,0,0);visibility:hidden;opacity:0;transition:transform .22s ease,opacity .22s ease,visibility .22s ease;overscroll-behavior:contain}.nav.open{transform:translate3d(0,0,0);visibility:visible;opacity:1}.nav-backdrop{position:fixed;inset:var(--header-h) 0 0;z-index:999998;background:rgba(15,23,42,.42);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease;pointer-events:none}.nav-backdrop.open,.nav.open+.nav-backdrop{opacity:1;visibility:visible}.nav-head{height:50px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px 0 16px;border-bottom:1px solid rgba(255,255,255,.14)}.nav-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:13px;font-weight:600}.nav-close{width:34px;height:34px;min-width:34px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);color:#fff;font-size:22px;line-height:1;cursor:pointer}.nav .menu{display:grid;gap:0;margin:0;padding:8px 9px 12px;list-style:none}.nav .menu li{border-bottom:1px solid rgba(255,255,255,.13)}.nav .menu li:last-child{border-bottom:0}.nav .menu a{position:relative;display:flex;align-items:center;min-height:48px;padding:0 12px 0 42px;border-radius:9px;color:#fff;font-size:13.5px;font-weight:600;line-height:1.2;text-decoration:none}.nav .menu a:hover,.nav .menu .current-menu-item>a,.nav .menu .current_page_item>a{background:rgba(255,255,255,.12);color:#fff}.nav .menu a:before{content:"♪";position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;line-height:1}.nav .sub-menu{margin:0;padding:0 0 6px;list-style:none;background:rgba(0,0,0,.08)}.nav .sub-menu a{min-height:38px;padding-left:54px;font-size:12.5px}.nav .sub-menu a:before{left:32px;content:"›"}body.admin-bar .nav{top:calc(32px + var(--header-h) + 4px);max-height:calc(100vh - 32px - var(--header-h) - 8px)}body.admin-bar .nav-backdrop{inset:calc(32px + var(--header-h)) 0 0}@media(max-width:782px){body.admin-bar .nav{top:calc(46px + var(--header-h) + 4px);max-height:calc(100vh - 46px - var(--header-h) - 8px)}body.admin-bar .nav-backdrop{inset:calc(46px + var(--header-h)) 0 0}}@media(max-width:600px){.nav{width:248px;max-width:82vw;border-radius:0 13px 13px 0}.nav-head{height:44px}.nav-close{width:32px;height:32px;min-width:32px}.nav .menu{padding:7px}.nav .menu a{min-height:43px;padding-left:38px;font-size:13px}.nav .menu a:before{left:12px}}@media(prefers-reduced-motion:reduce){.nav,.nav-backdrop{transition:none}}