.site-header{position:fixed;z-index:100;top:0;left:0;right:0;height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 clamp(22px,4vw,56px);pointer-events:none;background:linear-gradient(to bottom,rgba(5,5,5,.98) 0%,rgba(5,5,5,.84) 64%,rgba(5,5,5,0) 100%);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.site-header a,.site-header button{pointer-events:auto;text-decoration:none}.site-header__brand .logo-lottie{display:block;width:106px;opacity:.92}.site-header__links{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:clamp(14px,2vw,28px)}.site-header__link{font-family:var(--mono, "Space Mono", monospace);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#f2f2f294;transition:color .2s;white-space:nowrap}.site-header__link:hover,.site-header__link.is-active{color:#fff}@media (min-width: 901px){.site-header__drawer{display:contents}}@media (max-width: 900px){.site-header{height:auto;min-height:62px;padding:14px 20px;align-items:center}.site-header__brand .logo-lottie{width:87px}}
.site-header__brand .logo-lottie--image img{width:100%;height:auto;display:block}
@media (hover:hover) and (pointer:fine) and (min-width:901px){.site-header a,.site-header button,.site-header__link{cursor:none!important}}
