.header{z-index:12;justify-content:space-between;align-self:stretch;align-items:center;display:flex}.nav{justify-content:flex-start;align-items:center;gap:12px;display:flex}@media (max-width:768px){.nav{display:none}}.mobile-header-controls{align-items:center;gap:12px;display:flex}.hamburger-menu{outline-offset:-1px;cursor:pointer;z-index:1001;background:#000;border-radius:32px;outline:1px solid #ffffff1a;justify-content:center;align-items:center;width:52px;height:52px;padding:16px;transition:all .3s;display:flex}.hamburger-menu:hover,.hamburger-menu.open{background:#191919}.hamburger-icon{flex-direction:column;justify-content:space-between;width:20px;height:16px;display:flex;position:relative}.hamburger-line{background-color:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s}.hamburger-line:first-child{width:100%}.hamburger-line:nth-child(2){width:75%;margin-left:auto}.hamburger-line:nth-child(3){width:50%;margin-left:auto}.hamburger-menu.open .hamburger-line:first-child{width:100%;transform:translateY(7px)rotate(45deg)}.hamburger-menu.open .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.open .hamburger-line:nth-child(3){width:100%;margin-left:0;transform:translateY(-7px)rotate(-45deg)}.mobile-menu-overlay{z-index:999;opacity:0;visibility:hidden;background:#00000080;width:100vw;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{z-index:1000;background:#000;border-right:1px solid #ffffff1a;width:280px;height:100vh;transition:all .3s;position:fixed;top:0;left:-100%;overflow-y:auto}.mobile-menu.open{left:0}.mobile-menu-container{flex-direction:column;height:100%;padding:24px;display:flex}.mobile-menu-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.mobile-menu-logo{width:42px;height:42px}.mobile-menu-close{color:#fff;cursor:pointer;background:#191919;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mobile-menu-close:hover{background:#fff3}.mobile-menu-items{flex-direction:column;flex:1;gap:12px;display:flex}.mobile-menu-item{outline-offset:-1px;cursor:pointer;text-align:center;word-wrap:break-word;color:#fff;background:#191919;border-radius:32px;outline:1px solid #ffffff1a;justify-content:center;align-items:center;gap:12px;height:52px;padding:16px;font-family:PT Mono;font-size:14px;font-weight:400;transition:all .2s;display:flex}.mobile-menu-item:hover{background:#303030}.mobile-menu-item.primary{background:linear-gradient(135deg,#c1ec34 0%,#a2fc3c 100%)}.mobile-menu-item.primary .button-text{color:#000}.mobile-menu-item.primary:hover{background:linear-gradient(135deg,#fff 0% 100%)}@media (max-width:360px){.mobile-menu{width:260px}}
