.rust-menu{background-color:#2a2a2a;border-bottom:1px solid #0000004d;justify-content:space-between;align-items:center;height:60px;padding:0;display:flex;position:relative}.rust-menu-left{z-index:1;align-items:center;padding:0 16px;display:flex}.rust-menu-logo{object-fit:contain;width:48px;height:48px}.rust-menu-center{align-items:stretch;gap:0;height:100%;display:flex;position:absolute;left:50%;transform:translate(-50%)}.rust-menu-item{cursor:pointer;background-color:#0000;border:none;align-items:center;gap:10px;height:100%;padding:0 24px;transition:background-color .2s;display:flex;position:relative}.rust-menu-item svg{fill:#fff;width:20px;height:20px}.rust-menu-item.selected{background-color:#ce422b}.rust-menu-item.selected svg{fill:#f6eae0}.rust-menu-item:not(.selected):hover{background-color:#3a3a3a}.rust-menu-item-text{color:#fff;letter-spacing:.5px;text-transform:uppercase;font-size:14px;font-weight:600}.rust-menu-item.selected .rust-menu-item-text{color:#f6eae0}.rust-menu-right{z-index:1;align-items:center;gap:8px;padding:0 16px;display:flex}.rust-menu-icon-btn{cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex}.rust-menu-icon-btn svg{fill:#999;width:20px;height:20px}.rust-menu-icon-btn:hover svg{fill:#fff}.rust-menu-text-btn{cursor:pointer;background-color:#0000;border:none;align-items:center;gap:6px;padding:8px 12px;transition:background-color .2s;display:flex}.rust-menu-text-btn svg{fill:#999;width:18px;height:18px}.rust-menu-text-btn span{color:#999;letter-spacing:.5px;text-transform:uppercase;font-size:13px;font-weight:600}.rust-menu-text-btn:hover svg,.rust-menu-text-btn:hover span{fill:#fff;color:#fff}.rust-menu-hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;margin-right:16px;padding:10px;display:none}.rust-menu-hamburger span{background-color:#fff;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.rust-menu-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.rust-menu-hamburger.open span:nth-child(2){opacity:0}.rust-menu-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.rust-menu-mobile{z-index:100;background-color:#2a2a2a;border-bottom:1px solid #0000004d;flex-direction:column;max-height:0;transition:max-height .3s;display:none;position:absolute;top:60px;left:0;right:0;overflow:hidden}.rust-menu-mobile.open{max-height:600px}.rust-menu-mobile-item{cursor:pointer;text-align:left;background-color:#0000;border:none;align-items:center;gap:10px;width:100%;padding:16px 24px;transition:background-color .2s;display:flex}.rust-menu-mobile-item svg{fill:#fff;width:20px;height:20px}.rust-menu-mobile-item.selected{background-color:#ce422b}.rust-menu-mobile-item.selected svg{fill:#f6eae0}.rust-menu-mobile-item.selected .rust-menu-item-text{color:#f6eae0}.rust-menu-mobile-item:not(.selected):hover{background-color:#3a3a3a}.rust-menu-right{position:relative}.rust-menu-profile-btn{cursor:pointer;background-color:#0000;border:none;border-radius:50%;justify-content:center;align-items:center;padding:10px;transition:background-color .2s;display:flex}.rust-menu-profile-btn svg{fill:#999;width:24px;height:24px;transition:fill .2s}.rust-menu-profile-btn:hover svg,.rust-menu-profile-btn.open svg{fill:#fff}.rust-menu-profile-btn:hover,.rust-menu-profile-btn.open{background-color:#3a3a3a}.rust-menu-profile-dropdown{opacity:0;visibility:hidden;background-color:#2a2a2a;border:1px solid #ffffff1a;border-radius:8px;min-width:180px;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(-10px);box-shadow:0 4px 20px #0006}.rust-menu-profile-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.rust-menu-profile-item{cursor:pointer;text-align:left;background-color:#0000;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:background-color .2s;display:flex}.rust-menu-profile-item svg{fill:#999;width:18px;height:18px;transition:fill .2s}.rust-menu-profile-item span{color:#999;font-size:14px;font-weight:500;transition:color .2s}.rust-menu-profile-item:hover{background-color:#3a3a3a}.rust-menu-profile-item:hover svg{fill:#fff}.rust-menu-profile-item:hover span{color:#fff}.rust-menu-mobile-divider{background-color:#ffffff1a;height:1px;margin:8px 0}.rust-menu-mobile-profile-toggle{justify-content:flex-start}.rust-menu-mobile-chevron{fill:#999;width:20px;height:20px;margin-left:auto;transition:transform .2s}.rust-menu-mobile-profile-toggle.open .rust-menu-mobile-chevron{transform:rotate(180deg)}.rust-menu-mobile-submenu{background-color:#222;max-height:0;transition:max-height .3s;overflow:hidden}.rust-menu-mobile-submenu.open{max-height:200px}.rust-menu-mobile-subitem{cursor:pointer;text-align:left;background-color:#0000;border:none;align-items:center;gap:12px;width:100%;padding:14px 24px 14px 48px;transition:background-color .2s;display:flex}.rust-menu-mobile-subitem svg{fill:#999;width:18px;height:18px}.rust-menu-mobile-subitem span{color:#999;font-size:14px;font-weight:500}.rust-menu-mobile-subitem:hover{background-color:#3a3a3a}.rust-menu-mobile-subitem:hover svg{fill:#fff}.rust-menu-mobile-subitem:hover span{color:#fff}@media screen and (max-width:768px){.rust-menu-center{display:none}.rust-menu-hamburger,.rust-menu-mobile{display:flex}.rust-menu-right{display:none}}
