.header{position:fixed;left:0;right:0;top:0;display:flex;justify-content:center;width:100%;z-index:100}.header .header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1920px;height:64px;padding:0 12px;background-color:rgba(18,18,22,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header .header__inner .header__inner-logo{width:80px;height:40px}.header .header__inner .header__inner-logo img{max-width:100%;max-height:100%}.header .header__inner .header__inner-right{display:flex;align-items:center;justify-content:flex-end;gap:48px;height:100%}.header .header__inner .header__inner-right .header__inner-right-social{display:flex;align-items:center;justify-content:flex-end;gap:24px}.header-button{font-size:var(--fs-16);color:#787e85;cursor:pointer;transition:color var(--transition-primary),text-shadow var(--transition-primary)}.header-button:hover{color:#a4acb6;text-shadow:0 0 10px #787e85}@media (max-width:960px){.header .header__inner .header__inner-right{gap:24px}.header-social{gap:12px}}@media (max-width:760px){.header .header__inner .header__inner-right{gap:12px}.header .header__inner .header__inner-right .header-button,.header .header__inner .header__inner-right .separator,.header-separator{display:none}}@media (max-width:480px){.header .header__inner .header__inner-right{display:none}}.dev-menu{position:fixed;right:16px;top:100px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;z-index:1000}