.notification-list{position:relative}.notification-list:hover .notification-list__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.notification-list .notification-list__toggle{position:relative;cursor:pointer;display:flex;align-items:center}.notification-list .notification_badge{position:absolute;top:-8px;right:-8px;background-color:var(--color-yellow);color:var(--color-dark);border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;z-index:1}.notification-list .chat-unread-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background-color:var(--color-electric-lime);z-index:1;animation:chatDotPulse 2s ease-in-out infinite}@keyframes chatDotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.notification-list .notification-list__dropdown{position:absolute;top:100%;right:0;min-width:380px;max-height:480px;overflow-y:auto;background-color:#1a1a1a;border:1px solid hsla(0,0%,100%,.1);border-radius:8px;margin-top:8px;z-index:9999;box-shadow:0 8px 24px rgba(0,0,0,.4);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,visibility .15s ease,transform .15s ease}.mobile-drawer-overlay{position:fixed;inset:0;z-index:9999;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:none}@media(max-width:824px){.mobile-drawer-overlay{display:block}}.mobile-drawer-overlay.active{opacity:1;visibility:visible}.mobile-drawer-panel{position:fixed;top:0;right:0;width:min(92%,420px);height:100dvh;background-color:var(--color-gray);z-index:10000;transform:translateX(100%);transition:transform .3s ease;overflow:hidden;display:flex;flex-direction:column;font-family:var(--font-body);letter-spacing:0;box-shadow:-8px 0 24px rgba(0,0,0,.18)}.mobile-drawer-panel.active{transform:translateX(0)}.mobile-drawer-header{position:sticky;top:0;background-color:var(--color-dark);color:var(--color-white);padding:env(safe-area-inset-top,0) 16px 0;display:flex;align-items:center;justify-content:space-between;height:calc(52px + env(safe-area-inset-top, 0px));z-index:1}.mobile-drawer-logo{display:flex;align-items:center;height:18px}.mobile-drawer-logo img{height:100%;width:auto}.mobile-drawer-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--color-white);cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:0;border-radius:8px}.mobile-drawer-close:active{background-color:hsla(0,0%,100%,.1)}.mobile-drawer-content{flex:1;display:flex;flex-direction:column;background-color:var(--color-gray);padding:12px 0 0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer-content .menu-user-status,.mobile-drawer-subpanel__content .menu-user-status,.profile-mobile-menu .menu-user-status{padding:14px 16px 10px;font-size:var(--special-font-size);color:var(--color-gray-muted);letter-spacing:.02em}.mobile-drawer-content .menu-user-status strong,.mobile-drawer-subpanel__content .menu-user-status strong,.profile-mobile-menu .menu-user-status strong{color:var(--color-dark);font-weight:var(--font-weight-semibold)}.mobile-drawer-content .menu-section,.mobile-drawer-subpanel__content .menu-section,.profile-mobile-menu .menu-section{padding:0 16px;margin-bottom:8px}.mobile-drawer-content .menu-section--standalone,.mobile-drawer-subpanel__content .menu-section--standalone,.profile-mobile-menu .menu-section--standalone{margin-bottom:4px}.mobile-drawer-content .menu-section--login,.mobile-drawer-subpanel__content .menu-section--login,.profile-mobile-menu .menu-section--login{margin-bottom:12px}.mobile-drawer-content .menu-section__header,.mobile-drawer-subpanel__content .menu-section__header,.profile-mobile-menu .menu-section__header{font-family:var(--font-bebas-neue);font-size:var(--special-font-size);line-height:var(--special-line-height);font-weight:var(--font-weight-semibold);color:var(--color-gray-muted);text-transform:uppercase;letter-spacing:.06em;padding:4px 16px 6px}.mobile-drawer-content .menu-section__links,.mobile-drawer-subpanel__content .menu-section__links,.profile-mobile-menu .menu-section__links{background-color:var(--color-white);border-radius:10px;overflow:hidden}.mobile-drawer-content .menu-section__links .menu-link-item,.mobile-drawer-subpanel__content .menu-section__links .menu-link-item,.profile-mobile-menu .menu-section__links .menu-link-item{border-bottom:1px solid var(--color-gray)}.mobile-drawer-content .menu-section__links .menu-link-item:last-child,.mobile-drawer-subpanel__content .menu-section__links .menu-link-item:last-child,.profile-mobile-menu .menu-section__links .menu-link-item:last-child{border-bottom:none}.mobile-drawer-content .menu-section__links .menu-logout-btn,.mobile-drawer-subpanel__content .menu-section__links .menu-logout-btn,.profile-mobile-menu .menu-section__links .menu-logout-btn{border-top:1px solid var(--color-gray)}.mobile-drawer-content .menu-link-item,.mobile-drawer-subpanel__content .menu-link-item,.profile-mobile-menu .menu-link-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;min-height:48px;color:var(--color-dark);text-decoration:none;font-size:var(--body-text-font-size);line-height:var(--body-text-line-height);font-weight:var(--font-weight-medium);transition:background-color .1s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mobile-drawer-content .menu-link-item .badge,.mobile-drawer-subpanel__content .menu-link-item .badge,.profile-mobile-menu .menu-link-item .badge{background-color:var(--color-yellow);color:var(--color-dark);font-size:var(--special-xs-font-size);min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;font-weight:var(--font-weight-semibold)}.mobile-drawer-content .menu-link-item .badge--warning,.mobile-drawer-subpanel__content .menu-link-item .badge--warning,.profile-mobile-menu .menu-link-item .badge--warning{background-color:#f59e0b;color:#fff}.mobile-drawer-content .menu-link-item--warning,.mobile-drawer-subpanel__content .menu-link-item--warning,.profile-mobile-menu .menu-link-item--warning{color:#f59e0b;font-weight:var(--font-weight-semibold)}.mobile-drawer-content .menu-link-item svg,.mobile-drawer-subpanel__content .menu-link-item svg,.profile-mobile-menu .menu-link-item svg{width:16px;height:16px;opacity:.3}.mobile-drawer-content .menu-link-item:active,.mobile-drawer-subpanel__content .menu-link-item:active,.profile-mobile-menu .menu-link-item:active{background-color:var(--color-gray-hover)}.mobile-drawer-content .menu-link-item--cta,.mobile-drawer-subpanel__content .menu-link-item--cta,.profile-mobile-menu .menu-link-item--cta{font-weight:var(--font-weight-semibold);gap:8px;justify-content:flex-start}.mobile-drawer-content .menu-link-item--cta svg,.mobile-drawer-subpanel__content .menu-link-item--cta svg,.profile-mobile-menu .menu-link-item--cta svg{width:18px;height:18px;min-width:18px;flex-shrink:0;opacity:1;overflow:visible}.mobile-drawer-content .menu-link-item--cta svg path,.mobile-drawer-subpanel__content .menu-link-item--cta svg path,.profile-mobile-menu .menu-link-item--cta svg path{fill:var(--color-dark)}.mobile-drawer-content .menu-link-item--standalone,.mobile-drawer-subpanel__content .menu-link-item--standalone,.profile-mobile-menu .menu-link-item--standalone{border-radius:10px;background-color:var(--color-white);font-weight:var(--font-weight-semibold)}.mobile-drawer-content .menu-link-item--button,.mobile-drawer-subpanel__content .menu-link-item--button,.profile-mobile-menu .menu-link-item--button{width:100%;background:none;border:none;font-family:inherit;text-align:left;cursor:pointer}.mobile-drawer-content .menu-link-item--disabled,.mobile-drawer-subpanel__content .menu-link-item--disabled,.profile-mobile-menu .menu-link-item--disabled{color:var(--color-font-gray-2,#666);opacity:.55;cursor:not-allowed;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-drawer-content .mobile-drawer-guest-cta,.mobile-drawer-subpanel__content .mobile-drawer-guest-cta,.profile-mobile-menu .mobile-drawer-guest-cta{margin:4px 16px 12px;padding:16px;background-color:var(--color-white);border:1px solid #e0e0e0;border-radius:10px;display:flex;flex-direction:column;gap:8px}.mobile-drawer-content .mobile-drawer-guest-cta__title,.mobile-drawer-subpanel__content .mobile-drawer-guest-cta__title,.profile-mobile-menu .mobile-drawer-guest-cta__title{margin:0;font-size:16px;font-weight:700;color:var(--color-dark);letter-spacing:-.01em}.mobile-drawer-content .mobile-drawer-guest-cta__desc,.mobile-drawer-subpanel__content .mobile-drawer-guest-cta__desc,.profile-mobile-menu .mobile-drawer-guest-cta__desc{margin:0;font-size:13px;line-height:1.45;color:var(--color-font-gray-2,#555)}.mobile-drawer-content .mobile-drawer-guest-cta__btn,.mobile-drawer-subpanel__content .mobile-drawer-guest-cta__btn,.profile-mobile-menu .mobile-drawer-guest-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;padding:10px 14px;background-color:var(--color-dark);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none;min-height:44px}.mobile-drawer-content .mobile-drawer-guest-cta__btn svg,.mobile-drawer-subpanel__content .mobile-drawer-guest-cta__btn svg,.profile-mobile-menu .mobile-drawer-guest-cta__btn svg{width:18px;height:18px;fill:#fff}.mobile-drawer-content .mobile-drawer-guest-cta__btn:active,.mobile-drawer-subpanel__content .mobile-drawer-guest-cta__btn:active,.profile-mobile-menu .mobile-drawer-guest-cta__btn:active{opacity:.9}.mobile-drawer-content .menu-login-cta,.mobile-drawer-subpanel__content .menu-login-cta,.profile-mobile-menu .menu-login-cta{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 16px;background-color:var(--color-yellow);color:var(--color-dark);border-radius:10px;font-size:var(--body-text-font-size);font-weight:var(--font-weight-semibold);text-decoration:none;min-height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mobile-drawer-content .menu-login-cta svg,.mobile-drawer-subpanel__content .menu-login-cta svg,.profile-mobile-menu .menu-login-cta svg{width:18px;height:18px;fill:var(--color-dark)}.mobile-drawer-content .menu-login-cta:active,.mobile-drawer-subpanel__content .menu-login-cta:active,.profile-mobile-menu .menu-login-cta:active{background-color:var(--color-darker-electic-lime)}.mobile-drawer-content .menu-logout-btn,.mobile-drawer-subpanel__content .menu-logout-btn,.profile-mobile-menu .menu-logout-btn{display:flex;align-items:center;width:100%;padding:14px 16px;min-height:48px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:var(--body-text-font-size);font-weight:var(--font-weight-medium);color:var(--color-crimson-red);text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mobile-drawer-content .menu-logout-btn:active,.mobile-drawer-subpanel__content .menu-logout-btn:active,.profile-mobile-menu .menu-logout-btn:active{background-color:var(--color-gray-hover)}.mobile-drawer-content .menu-footer,.mobile-drawer-subpanel__content .menu-footer,.profile-mobile-menu .menu-footer{margin-top:auto;padding:16px 16px calc(16px + env(safe-area-inset-bottom, 0px));display:flex;flex-wrap:wrap;gap:4px 16px;justify-content:center}.mobile-drawer-content .menu-footer a,.mobile-drawer-subpanel__content .menu-footer a,.profile-mobile-menu .menu-footer a{color:var(--color-gray-muted);font-size:var(--special-xs-font-size);text-decoration:none}.guest-benefits{display:flex;flex-direction:column;gap:8px}.guest-benefit-item{background-color:var(--color-white);border-radius:10px;padding:14px 16px}.guest-benefit-item h4{font-size:var(--body-text-font-size);font-weight:var(--font-weight-semibold);color:var(--color-dark);margin-bottom:4px}.guest-benefit-item p{font-size:var(--special-font-size);line-height:1.4;color:var(--color-gray-muted)}.guest-login-section{margin-top:8px}body.menu-open{position:fixed;width:100%;height:100%}.mobile-drawer-shortcuts{display:flex;flex-direction:column;gap:10px;padding:4px 12px 12px}.mobile-drawer-shortcuts__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mobile-drawer-shortcut{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px 8px;background-color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;color:var(--color-dark);text-decoration:none;font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1.2;text-align:center;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:background-color .15s ease,transform .1s ease}.mobile-drawer-shortcut:active{transform:scale(.97);background-color:#f5f5f5}.mobile-drawer-shortcut__icon{position:relative;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--color-dark)}.mobile-drawer-shortcut__icon svg{width:22px;height:22px}.mobile-drawer-shortcut__badge{position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background-color:var(--color-yellow);color:var(--color-dark);font-size:10px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 0 0 2px #fff}.mobile-drawer-shortcut__label{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-drawer-subpanel{position:absolute;inset:0;background-color:var(--color-gray);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .25s ease;z-index:2;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-drawer-subpanel.active{transform:translateX(0)}.mobile-drawer-subpanel__header{position:sticky;top:0;display:flex;align-items:center;gap:8px;height:calc(52px + env(safe-area-inset-top, 0px));padding:env(safe-area-inset-top,0) 12px 0;background-color:var(--color-dark);color:var(--color-white);z-index:1}.mobile-drawer-subpanel__back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--color-white);cursor:pointer;border-radius:8px;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:0}.mobile-drawer-subpanel__back:active{background-color:hsla(0,0%,100%,.1)}.mobile-drawer-subpanel__title{font-family:var(--font-bebas-neue);font-size:18px;letter-spacing:.04em;text-transform:uppercase}.mobile-drawer-subpanel__content{flex:1;padding:12px 0 0}.push-prompt-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);padding:1rem}.push-prompt-card{background:#1a1816;border:1px solid #333;border-radius:12px;padding:2rem;max-width:400px;width:100%;text-align:center;color:#fff}.push-prompt-icon{border-radius:12px;margin-bottom:1rem}.push-prompt-title{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#fff}.push-prompt-message{font-size:.95rem;color:#bdbdbd;margin:0 0 1.5rem;line-height:1.5}.push-prompt-actions{display:flex;flex-direction:column;gap:.75rem}.push-prompt-btn-accept{background:#e8590c;color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.push-prompt-btn-accept:hover{background:#d14b08}.push-prompt-btn-dismiss{background:transparent;color:#bdbdbd;border:1px solid #444;border-radius:6px;padding:.75rem 1.5rem;font-size:.9rem;cursor:pointer;transition:border-color .2s,color .2s}.push-prompt-btn-dismiss:hover{border-color:#666;color:#fff}.route-header{display:none;align-items:center;gap:8px;position:sticky;top:0;z-index:900;height:calc(44px + env(safe-area-inset-top, 0px));padding:env(safe-area-inset-top,0) 12px 0;background-color:var(--color-dark);color:var(--color-white)}@media(max-width:824px){.route-header{display:flex}}.route-header__back{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--color-white);cursor:pointer;padding:0;border-radius:8px;-webkit-tap-highlight-color:rgba(0,0,0,0);flex-shrink:0}.route-header__back:active{background-color:hsla(0,0%,100%,.1)}.route-header__title{flex:1;min-width:0;margin:0;font-family:var(--font-body);font-size:16px;font-weight:var(--font-weight-semibold,600);color:var(--color-white);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:0}.route-header__spacer{width:36px;height:36px;flex-shrink:0}