.header-container{position:fixed;top:0;left:0;right:0;z-index:9999;background-color:#66f;border-bottom:1px solid hsla(0,0%,100%,.1);padding:.75rem 0;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem}.header-flex{justify-content:space-between;gap:1rem}.header-flex,.logo-container{display:flex;align-items:center}.logo-container{min-width:-moz-fit-content;min-width:fit-content}.header-logo{-o-object-fit:contain;object-fit:contain;height:calc(100% - .5rem);width:auto;max-height:60px}.menu-link{position:relative;color:#fff;cursor:pointer;padding:.5rem 1rem;font-weight:500;transition:color .2s ease;text-decoration:none;display:inline-block}.menu-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#fff;transition:all .3s ease;transform:translateX(-50%)}.menu-link:hover{color:hsla(0,0%,100%,.9)}.menu-link:hover:after{width:80%}.desktop-menu{display:flex;align-items:center;gap:.5rem;margin-right:1rem}.mobile-menu-btn{display:none!important;border:none;color:#fff;background:none;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:background-color .2s ease;z-index:1001}.mobile-menu-btn:hover{background-color:hsla(0,0%,100%,.1)}.mobile-menu-btn:active{background-color:hsla(0,0%,100%,.2)}.mobile-menu{position:fixed!important;top:80px!important;right:0!important;width:280px!important;background-color:#66f!important;border-left:1px solid hsla(0,0%,100%,.1)!important;border-bottom:1px solid hsla(0,0%,100%,.1)!important;padding:1rem!important;z-index:1000!important;box-shadow:-4px 4px 6px rgba(0,0,0,.1)!important;animation:slideInRight .3s ease-out!important;display:none;border-radius:0 0 0 12px!important}.mobile-menu[style*="display: block !important"],.mobile-menu[style*="display: block"]{display:block!important}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.mobile-menu-content{display:flex;flex-direction:column;gap:.5rem}.header-container button:not(.mobile-menu-btn),.header-container button[data-testid]:not(.mobile-menu-btn){background-color:#fff!important;color:#66f!important;font-weight:700!important;border-radius:.75rem!important;padding:.5rem 1.5rem!important;border:none!important;transition:all .2s ease!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.header-container button:not(.mobile-menu-btn):hover,.header-container button[data-testid]:not(.mobile-menu-btn):hover{transform:scale(1.05)!important;box-shadow:0 2px 8px rgba(102,102,255,.2)!important}.header-container button:not(.mobile-menu-btn) div,.header-container button:not(.mobile-menu-btn) span,.header-container button[data-testid]:not(.mobile-menu-btn) div,.header-container button[data-testid]:not(.mobile-menu-btn) span{color:#66f!important;font-weight:700!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}@media (min-width:769px){.desktop-menu{display:flex!important}.mobile-menu-btn{display:none!important}.header-content{padding:0 2rem}.header-logo{max-height:70px}}@media (max-width:768px){.desktop-menu{display:none!important}.mobile-menu,.mobile-menu-btn{display:block!important}.header-content{padding:0 1rem}.header-logo{max-height:55px}.header-flex{gap:.5rem}}@media (max-width:480px){.header-container{padding:.5rem 0}.header-content{padding:0 .5rem}.header-logo{max-height:45px}.mobile-menu{padding:.75rem;top:70px;width:260px!important}}