.navigation-icon{display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .2s}.navigation-icon:hover{opacity:80%}.navigation-icon:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px}.navigation-icon__wrapper{position:relative}.navigation-icon__badge,.navigation-icon__wrapper{display:flex;align-items:center;justify-content:center}.navigation-icon__badge{position:absolute;top:-8px;right:-8px;background-color:#ef4444;color:#fff;border-radius:9999px;font-size:.75rem;font-weight:600;min-width:1.5rem;height:1.5rem;padding:0 .25rem;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.mobile-nav__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:1000;display:flex;justify-content:flex-start;animation:fadeIn .2s ease-out}.mobile-nav__container{width:100%;height:100%;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);overflow-y:auto;animation:slideIn .2s ease-out;display:flex;flex-direction:column}.mobile-nav__header{display:flex;align-items:center;padding:16px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2509803922);position:sticky;top:0;background-color:#fff;z-index:10;height:56px}.mobile-nav__close-btn{background:none;border:none;padding:0;margin-right:16px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;z-index:99}.mobile-nav__close-btn:hover{color:#000}.mobile-nav__title{font-size:20px;font-weight:400;flex-grow:1;text-align:center;color:#000;margin:0 0 0 -40px}.mobile-nav__content{background-color:#f5f5f5;flex-grow:1;display:flex;flex-direction:column;padding:0}.mobile-nav__account{padding:8px 16px!important;margin-bottom:0!important;gap:16px}.mobile-nav__avatar{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:12px;background-color:#f0f0f0}.mobile-nav__user-info{flex-grow:1}.mobile-nav__username{font-size:16px;font-weight:500;margin:0 0 2px;color:#333}.mobile-nav__user-description{font-size:12px;color:#666;margin:0}.mobile-nav__nav{flex-grow:1}.mobile-nav__list{list-style:none;padding:0;margin:0}.mobile-nav__link{background-color:#fff;margin:16px;border-radius:9px;border:1px solid #fff;display:flex;align-items:center;padding:16px;text-decoration:none;color:#333;transition:background-color .2s}.mobile-nav__link:focus,.mobile-nav__link:hover{background-color:#f9f9f9}.mobile-nav__icon{margin-right:16px;display:flex;align-items:center;justify-content:center;color:#555;width:24px;height:24px}.mobile-nav__text{flex-grow:1;font-size:16px}.mobile-nav__arrow{color:#999}.mobile-nav__settings{padding:16px;border-top:1px solid #f5f5f5;background-color:#fff;min-height:40px}.mobile-nav__toggle-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.mobile-nav__toggle-text{font-size:15px;color:#333}.mobile-nav__toggle{position:relative;width:44px;height:22px;border-radius:12px;background-color:#e0e0e0;border:none;padding:0;cursor:pointer;transition:background-color .2s}.mobile-nav__toggle--active{background-color:#4285f4}.mobile-nav__toggle-slider{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background-color:#fff;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.mobile-nav__toggle--active .mobile-nav__toggle-slider{transform:translateX(22px)}@keyframes fadeIn{0%{opacity:0}to{opacity:100%}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}[data-high-contrast=true] .mobile-nav__container{background-color:#000;color:#fff}[data-high-contrast=true] .mobile-nav__header{background-color:#000;color:#fff;box-shadow:0 2px 4px 0 hsla(0,0%,100%,.2509803922)}[data-high-contrast=true] .mobile-nav__close-btn{color:#fff}[data-high-contrast=true] .mobile-nav__close-btn:hover{color:#ff0}[data-high-contrast=true] .mobile-nav__title{color:#fff}[data-high-contrast=true] .mobile-nav__content{background-color:#000}[data-high-contrast=true] .mobile-nav__link{background-color:#000;color:#fff;border:1px solid #fff}[data-high-contrast=true] .mobile-nav__link:focus,[data-high-contrast=true] .mobile-nav__link:hover{background-color:#333;color:#ff0}[data-high-contrast=true] .mobile-nav__username{color:#fff}[data-high-contrast=true] .mobile-nav__user-description{color:#ccc}[data-high-contrast=true] .mobile-nav__avatar{background-color:#333;border:1px solid #fff}[data-high-contrast=true] .mobile-nav__arrow,[data-high-contrast=true] .mobile-nav__icon,[data-high-contrast=true] .mobile-nav__text{color:#fff}[data-high-contrast=true] .mobile-nav__settings{background-color:#000;border-top:1px solid #333}[data-high-contrast=true] .mobile-nav__toggle-text{color:#fff}[data-high-contrast=true] .mobile-nav button.bg-white,[data-high-contrast=true] .mobile-nav button[style*="background-color: white"],[data-high-contrast=true] .mobile-nav button[style*="background: white"]{background-color:#000!important;color:#fff!important;border:1px solid #fff!important}[data-high-contrast=true] .mobile-nav button:hover{background-color:#333!important;color:#ff0!important}[data-high-contrast=true] .mobile-nav .btn.btn-primary,[data-high-contrast=true] .mobile-nav .btn.button--primary,[data-high-contrast=true] .mobile-nav .button.btn-primary,[data-high-contrast=true] .mobile-nav .button.button--primary{background-color:#000!important;color:#fff!important;border:1px solid #fff!important}[data-high-contrast=true] .mobile-nav .btn.btn-primary:focus,[data-high-contrast=true] .mobile-nav .btn.btn-primary:hover,[data-high-contrast=true] .mobile-nav .btn.button--primary:focus,[data-high-contrast=true] .mobile-nav .btn.button--primary:hover,[data-high-contrast=true] .mobile-nav .button.btn-primary:focus,[data-high-contrast=true] .mobile-nav .button.btn-primary:hover,[data-high-contrast=true] .mobile-nav .button.button--primary:focus,[data-high-contrast=true] .mobile-nav .button.button--primary:hover{background-color:#333!important;color:#ff0!important}[data-high-contrast=true] .mobile-nav .btn.btn-secondary,[data-high-contrast=true] .mobile-nav .btn.button--secondary,[data-high-contrast=true] .mobile-nav .button.btn-secondary,[data-high-contrast=true] .mobile-nav .button.button--secondary{background-color:#000!important;color:#fff!important;border:1px solid #fff!important}[data-high-contrast=true] .mobile-nav .btn.btn-secondary:focus,[data-high-contrast=true] .mobile-nav .btn.btn-secondary:hover,[data-high-contrast=true] .mobile-nav .btn.button--secondary:focus,[data-high-contrast=true] .mobile-nav .btn.button--secondary:hover,[data-high-contrast=true] .mobile-nav .button.btn-secondary:focus,[data-high-contrast=true] .mobile-nav .button.btn-secondary:hover,[data-high-contrast=true] .mobile-nav .button.button--secondary:focus,[data-high-contrast=true] .mobile-nav .button.button--secondary:hover{background-color:#333!important;color:#ff0!important}