.profile-mobile-menu{width:100%;min-height:calc(100vh - 64px - env(safe-area-inset-bottom,0px));background-color:var(--color-gray);-webkit-font-smoothing:antialiased;flex-direction:column;padding:0 0 24px;display:flex}.profile-mobile-menu__header{background:#fff;padding:20px 20px 12px}.profile-mobile-menu__header-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-mobile-menu__label{font-family:var(--font-bebas-neue);font-size:var(--special-font-size);line-height:var(--special-line-height);font-weight:var(--font-weight-semibold);letter-spacing:.06em;text-transform:uppercase;color:var(--color-gray-muted);margin-bottom:4px;display:block}.profile-mobile-menu__name{color:var(--color-dark);letter-spacing:-.02em;word-break:break-word;margin:0 0 2px;font-size:18px;font-weight:700}.profile-mobile-menu__meta{color:var(--color-gray-muted);font-size:12px;display:block}.profile-mobile-menu__login{color:var(--color-gray-muted);white-space:nowrap;padding-top:2px;font-size:12px;font-weight:500}.profile-mode-switcher{background:#fff;margin:0;padding:0 20px 16px;position:relative}.profile-mode-switcher__current{background:var(--color-gray);cursor:pointer;text-align:left;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;transition:background .12s;display:flex}.profile-mode-switcher__current:active{background:#e8e8e8}.profile-mode-switcher__avatar-img{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0}.profile-mode-switcher__avatar-initials{color:#333;background:#ddd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;line-height:1;display:flex}.profile-mode-switcher__info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.profile-mode-switcher__name{color:var(--color-dark);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.profile-mode-switcher__subtitle{color:var(--color-gray-muted);font-size:11px}.profile-mode-switcher__arrow{color:#999;flex-shrink:0;align-items:center;transition:transform .15s;display:flex}.profile-mode-switcher__arrow--open{transform:rotate(180deg)}.profile-mode-switcher__dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:10px;margin-top:6px;overflow:hidden;box-shadow:0 2px 12px #00000014}.profile-mode-switcher__option{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 14px;font-family:inherit;transition:background .1s;display:flex}.profile-mode-switcher__option:active,.profile-mode-switcher__option--active{background:var(--color-gray)}.profile-mode-switcher__option+.profile-mode-switcher__option{border-top:1px solid var(--color-gray)}.profile-mode-switcher__option-label{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.profile-mode-switcher__option-name{color:var(--color-dark);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.profile-mode-switcher__option-sub{color:var(--color-gray-muted);font-size:11px}.profile-mobile-menu__guest-cta{background-color:#fff;border-radius:12px;flex-direction:column;gap:8px;margin:16px 16px 8px;padding:20px;display:flex}.profile-mobile-menu__guest-title{color:var(--color-dark);letter-spacing:-.02em;margin:0;font-size:18px;font-weight:700}.profile-mobile-menu__guest-desc{color:var(--color-font-gray-2,#555);margin:0;font-size:14px;line-height:1.45}.profile-mobile-menu__guest-btn{background-color:var(--color-dark);color:#fff;cursor:pointer;-webkit-tap-highlight-color:#0000;border:none;border-radius:10px;justify-content:center;align-items:center;margin-top:4px;padding:12px 16px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.profile-mobile-menu__guest-btn:active{opacity:.85}.profile-mobile-menu__notification-link{color:var(--color-dark);-webkit-tap-highlight-color:#0000;background:#fff;border-radius:12px;align-items:center;gap:12px;margin:12px 16px;padding:14px 16px;font-size:15px;font-weight:500;text-decoration:none;display:flex}.profile-mobile-menu__notification-link:active{background:#f5f5f5}.profile-mobile-menu__notification-link span:last-of-type{flex:1}.profile-mobile-menu__notification-link>svg:last-child{opacity:.25;flex-shrink:0;width:16px;height:16px}.profile-mobile-menu__notification-icon{background:var(--color-gray);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.profile-mobile-menu__notification-badge{text-align:center;min-width:18px;height:18px;color:var(--color-dark);background-color:var(--color-yellow);border-radius:9px;padding:0 5px;font-size:11px;font-weight:700;line-height:18px;position:absolute;top:-4px;right:-4px}.menu-section{margin-top:20px;padding:0 16px}.menu-section:first-of-type{margin-top:12px}.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:0 4px 6px}.menu-section__links{background-color:#fff;border-radius:12px;overflow:hidden}.menu-link-item{min-height:48px;color:var(--color-dark);-webkit-tap-highlight-color:#0000;justify-content:space-between;align-items:center;padding:14px 16px;font-size:15px;font-weight:400;line-height:1.3;text-decoration:none;transition:background-color .1s;display:flex}.menu-link-item+.menu-link-item{border-top:1px solid var(--color-gray)}.menu-link-item svg{opacity:.25;flex-shrink:0;width:16px;height:16px}.menu-link-item:active{background-color:var(--color-gray)}.menu-link-item--disabled{color:var(--color-gray-muted);cursor:not-allowed;pointer-events:none}.menu-section--disabled{opacity:.45}.menu-section--disabled .menu-link-item--disabled{color:var(--color-gray-muted);cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.profile-mobile-menu__footer-links{flex-wrap:wrap;justify-content:center;gap:4px 16px;padding:20px 20px 0;display:flex}.profile-mobile-menu__footer-links a{color:var(--color-gray-muted);font-size:12px;text-decoration:none}.profile-mobile-menu__footer-links a:active{text-decoration:underline}.profile-mobile-menu__logout{margin:16px 16px 0}.profile-mobile-menu__logout-btn{color:#e53e3e;cursor:pointer;-webkit-tap-highlight-color:#0000;background-color:#fff;border:none;border-radius:12px;width:100%;padding:14px;font-family:inherit;font-size:15px;font-weight:500}.profile-mobile-menu__logout-btn:active{background-color:#f5f5f5}
