.GuestNav-module__LL7tpa__burger{border:1px solid var(--hairline);cursor:pointer;width:44px;height:44px;transition:background .25s var(--ease-out), border-color .25s var(--ease-out);background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex}.GuestNav-module__LL7tpa__burgerOpen{background:color-mix(in srgb, var(--danger) 12%, var(--canvas));border-color:color-mix(in srgb, var(--danger) 32%, var(--canvas))}.GuestNav-module__LL7tpa__burger:active{transform:scale(.94)}.GuestNav-module__LL7tpa__lines{width:19px;height:13px;display:block;position:relative}.GuestNav-module__LL7tpa__line{background:var(--ink);width:19px;height:2px;transition:transform .38s var(--ease-out), opacity .3s var(--ease-out), background .25s var(--ease-out);border-radius:2px;position:absolute;left:0}.GuestNav-module__LL7tpa__burgerOpen .GuestNav-module__LL7tpa__line{background:var(--danger)}.GuestNav-module__LL7tpa__line1{top:0}.GuestNav-module__LL7tpa__line2{width:14px;top:5.5px}.GuestNav-module__LL7tpa__line3{top:11px}.GuestNav-module__LL7tpa__burgerOpen .GuestNav-module__LL7tpa__line1{transform:translateY(5.5px)rotate(45deg)}.GuestNav-module__LL7tpa__burgerOpen .GuestNav-module__LL7tpa__line2{opacity:0;transform:scaleX(.3)}.GuestNav-module__LL7tpa__burgerOpen .GuestNav-module__LL7tpa__line3{transform:translateY(-5.5px)rotate(-45deg)}.GuestNav-module__LL7tpa__veil{z-index:var(--z-scrim);background:color-mix(in srgb, var(--ink) 42%, transparent);animation:.3s both GuestNav-module__LL7tpa__gm-nav-veil;position:fixed;inset:0}.GuestNav-module__LL7tpa__veilClosing{animation:.22s both GuestNav-module__LL7tpa__gm-nav-veil-out}.GuestNav-module__LL7tpa__sheetWrap{z-index:var(--z-sheet);pointer-events:none;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.GuestNav-module__LL7tpa__sheet{pointer-events:auto;background:var(--canvas);border-bottom:1px solid var(--hairline);width:100%;max-width:430px;height:100dvh;box-shadow:0 26px 44px -20px color-mix(in srgb, var(--ink) 40%, transparent);transform-origin:top;animation:GuestNav-module__LL7tpa__gm-nav-drop .42s var(--ease-out) both;scrollbar-width:none;overflow-y:auto}.GuestNav-module__LL7tpa__sheet::-webkit-scrollbar{display:none}.GuestNav-module__LL7tpa__sheetClosing{animation:.22s both GuestNav-module__LL7tpa__gm-nav-drop-out}@media (min-width:860px){.GuestNav-module__LL7tpa__sheet{max-width:760px}}@media (min-width:1180px){.GuestNav-module__LL7tpa__sheet{max-width:1200px}}.GuestNav-module__LL7tpa__close{top:var(--nav-y,16px);left:var(--nav-x,20px);z-index:1;pointer-events:auto;border:1px solid color-mix(in srgb, var(--danger) 32%, var(--canvas));background:color-mix(in srgb, var(--danger) 12%, var(--canvas));width:44px;height:44px;color:var(--danger);cursor:pointer;animation:GuestNav-module__LL7tpa__gm-nav-btn-in .42s var(--ease-out) both;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute}.GuestNav-module__LL7tpa__closeClosing{animation:.22s both GuestNav-module__LL7tpa__gm-nav-btn-out}.GuestNav-module__LL7tpa__close:active{transform:scale(.94)}@keyframes GuestNav-module__LL7tpa__gm-nav-btn-in{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:none}}@keyframes GuestNav-module__LL7tpa__gm-nav-btn-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-12px)}}.GuestNav-module__LL7tpa__cap{z-index:2;background:var(--canvas);flex:none;position:sticky;top:0}.GuestNav-module__LL7tpa__groups{padding:0 var(--gm-pad-x) 26px;flex-direction:column;gap:4px;display:flex}.GuestNav-module__LL7tpa__group{border-bottom:1px solid var(--hairline);animation:GuestNav-module__LL7tpa__gm-nav-row .5s var(--ease-out) both;animation-delay:var(--row-delay,0s);flex-direction:column;gap:11px;padding:14px 0 16px;display:flex}.GuestNav-module__LL7tpa__groupLast{border-bottom:none}.GuestNav-module__LL7tpa__groupHead{cursor:pointer;font-family:var(--font-heading);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:0;display:flex}.GuestNav-module__LL7tpa__dot{background:var(--accent);border-radius:999px;flex:none;width:7px;height:7px}.GuestNav-module__LL7tpa__groupName{letter-spacing:-.01em;color:var(--ink);font-size:17.5px;font-weight:700}.GuestNav-module__LL7tpa__cols{grid-template-columns:1fr 1fr;gap:8px;display:grid}.GuestNav-module__LL7tpa__cat{border:1px solid var(--hairline);background:var(--surface-1);cursor:pointer;min-height:52px;color:var(--ink);text-align:left;white-space:nowrap;border-radius:15px;align-items:center;padding:0 14px;font-family:inherit;font-size:14.5px;font-weight:600;display:flex;overflow:hidden}.GuestNav-module__LL7tpa__catWide{grid-column:1/-1}.GuestNav-module__LL7tpa__cat:active{transform:scale(.97)}.GuestNav-module__LL7tpa__catActive{border-color:color-mix(in srgb, var(--accent) 55%, transparent);background:color-mix(in srgb, var(--accent) 12%, var(--canvas))}@keyframes GuestNav-module__LL7tpa__gm-nav-drop{0%{opacity:0;transform:translateY(-14px)scaleY(.965)}to{opacity:1;transform:none}}@keyframes GuestNav-module__LL7tpa__gm-nav-drop-out{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-12px)scaleY(.975)}}@keyframes GuestNav-module__LL7tpa__gm-nav-row{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:none}}@keyframes GuestNav-module__LL7tpa__gm-nav-veil{0%{opacity:0}to{opacity:1}}@keyframes GuestNav-module__LL7tpa__gm-nav-veil-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.GuestNav-module__LL7tpa__sheet,.GuestNav-module__LL7tpa__sheetClosing,.GuestNav-module__LL7tpa__veil,.GuestNav-module__LL7tpa__veilClosing,.GuestNav-module__LL7tpa__close,.GuestNav-module__LL7tpa__closeClosing,.GuestNav-module__LL7tpa__group{animation:none}.GuestNav-module__LL7tpa__line,.GuestNav-module__LL7tpa__burger{transition:none}}
