.menu-mobile-content{display:none}
.menu-backdrop[hidden]{display:none}
@media(min-width:651px){.menu-panel{position:fixed;top:68px;right:max(14px,calc((100vw - 1120px)/2));max-height:70vh;overflow-y:auto}}
@media(max-width:650px){
 body.drawer-open{overflow:hidden}
 .menu-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.61)}
 .menu-panel{position:fixed;top:0;bottom:0;left:0;right:auto;z-index:1001;width:min(78vw,365px);height:100dvh;max-height:none;overflow-y:auto;overscroll-behavior:contain;padding:0;background:#131b15;border:0;border-right:1px solid #344b35;border-radius:0;box-shadow:14px 0 34px #0009;animation:drawer-enter .2s ease-out}
 .menu-panel[hidden]{display:none!important}
 .menu-desktop-content{display:none}
 .menu-mobile-content{display:block;color:#e5eee3;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
 .drawer-heading{display:flex;align-items:center;justify-content:space-between;padding:26px 20px 18px;border-bottom:1px solid #344235;color:#f4f8f1}
 .drawer-logo{display:block;flex:none;width:52px;height:52px;background:url('lx5-green-mark-transparent.png') center center / 108px auto no-repeat}
 .menu-close{display:grid;place-items:center;background:#253127;border:1px solid #3e5641;border-radius:8px;color:#e5f0e0;font-size:1.65rem;font-weight:300;line-height:1;width:42px;height:42px;touch-action:manipulation}
 .menu-close:hover,.menu-close:focus-visible{background:#354a35;color:#fff}
 .drawer-group{padding:22px 20px 14px}
 .drawer-group+.drawer-group{border-top:1px solid #303e32}
 .drawer-group h2{font-size:.69rem;letter-spacing:.16em;color:#a3ca8b;margin:0 0 8px;font-weight:800}
 .menu-panel .drawer-group a{display:flex;align-items:center;gap:14px;padding:11px 4px;min-height:47px;border-radius:6px;color:#dce8d8;font-size:.96rem;font-weight:550;letter-spacing:-.012em;line-height:1.3}
 .menu-panel .drawer-group a:hover,.menu-panel .drawer-group a:focus-visible{background:#293b2b;color:#c4f28e}
 .drawer-group a span{display:inline-block;flex:none;width:8px;height:8px;margin:0 9px 0 7px;border-radius:50%;background:#8dbf60;color:transparent;font-size:0;overflow:hidden}
 @keyframes drawer-enter{from{transform:translateX(-18px);opacity:.7}to{transform:translateX(0);opacity:1}}
}
@media(prefers-reduced-motion:reduce){.menu-panel{animation:none}}
