header{position:fixed;display:flex;align-items:center;top:36px;left:0;right:0;margin:0 auto;z-index:10;width:800px}@media only screen and (max-width:1024px){header{width:calc(100% - 72px)}}@media only screen and (max-width:768px){header{width:calc(100% - 48px);top:24px}}@media only screen and (max-width:640px){header{width:calc(100% - 24px);top:12px}}header>div:first-child{padding:16px 12px;border-radius:8px;border:1px solid var(--border);backdrop-filter:blur(7px);background:linear-gradient(to bottom,var(--background) 0,transparent 50%,var(--background) 100%)}header>div:first-child .brand{font-family:var(--lexend-deca);font-weight:200;font-size:24px}header>div:first-child .brand h1{line-height:28px}header>div:first-child .links a{font-size:15px;font-weight:400}header>div:first-child .links a:hover{text-shadow:0 0 2px #fff,0 0 10px #fff}header>div:first-child:has(.el){justify-content:space-between}header>div:first-child .el{display:flex;align-items:center;justify-content:flex-end;height:25px;width:40px}header>div:first-child .burger{width:22.5px;position:relative;pointer-events:none}header>div:first-child .burger:after,header>div:first-child .burger:before{content:"";height:1px;width:100%;background-color:#fff;position:relative;display:block;transition:all 1s cubic-bezier(.76,0,.24,1)}header>div:first-child .burger:after{top:-4px}header>div:first-child .burger:before{top:4px}header>div:first-child .burger-active:after{transform:rotate(45deg);top:-1px}header>div:first-child .burger-active:before{transform:rotate(-45deg);top:1px}header nav.mobile-nav{overflow:hidden;position:fixed;width:calc(100% - 48px);top:100px;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none}@media only screen and (max-width:640px){header nav.mobile-nav{width:calc(100% - 24px);top:86px}}header nav.mobile-nav a,header nav.mobile-nav p{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;touch-action:manipulation}header nav.mobile-nav .wrapper{display:flex;gap:50px;margin-bottom:80px}header nav.mobile-nav .container{display:flex;flex-direction:column;justify-content:space-between}header nav.mobile-nav .body{display:flex;flex-wrap:wrap;padding:20px;border-radius:8px;backdrop-filter:blur(7px);border:1px solid var(--border);background:linear-gradient(to bottom,var(--background) 0,transparent 50%,var(--background) 100%)}@media only screen and (max-width:768px){header nav.mobile-nav .body{flex-direction:column}}header nav.mobile-nav .body p{margin:0;display:flex;overflow:hidden;font-size:32px;padding-right:30px;font-weight:300}header nav.mobile-nav .body a{color:#fff;text-decoration:none;text-transform:uppercase}