.sf-header{position:fixed;inset:0;display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:10px;padding:0 10px;width:100%;height:var(--sf-header-height, 64px);font-size:18px;font-weight:500;background:var(--sf-header-background);z-index:9998}.sf-logo{display:flex;align-items:center;justify-content:center;width:130px}.sf-logo img{width:inherit}.sf-hamburger-menu.sf-button{display:none}.sf-nav{display:flex;flex-direction:row;align-items:center;gap:20px}@property --sf-nav-item-background-from{syntax:"<color>";inherits:false;initial-value:#fff}@property --sf-nav-item-background-to{syntax:"<color>";inherits:false;initial-value:#fff}.sf-nav__item{--sf-dropdown-toggle-focus-color: var(--sf-nav-item-background-to);--sf-dropdown-toggle-hover-color: var(--sf-nav-item-background-to);position:relative;display:flex;align-items:center;gap:4px;padding:4px 12px;background:linear-gradient(3.66deg, var(--sf-nav-item-background-from) 0%, var(--sf-nav-item-background-to) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-decoration:none;line-height:1.2;border-radius:999px;transition:--sf-nav-item-background-from .2s,--sf-nav-item-background-to .2s;overflow:hidden}.sf-nav__item:not([s-active]):hover::before{background:#310f5a}.sf-nav__item:focus,.sf-nav__item:hover,.sf-nav__item[s-active],.sf-nav__item[light]{--sf-nav-item-background-from: #8a2aff;--sf-nav-item-background-to: #f454ff}.sf-nav__item.sf-dropdown__toggle{transition:--sf-nav-item-background-from .2s,--sf-nav-item-background-to .2s}.sf-nav__item::before{content:"";position:absolute;inset:0;width:100%;height:100%;background:rgba(0,0,0,0);z-index:-1;transition:background .2s}.sf-nav-menu{width:300px;font-size:16px}.sf-nav-menu__item{justify-content:space-between;gap:4px}.sf-nav-menu-item__tags{display:flex;flex-direction:row;align-items:center;gap:4px}.sf-top-info{display:flex;flex-direction:row;align-items:center;gap:32px}.sf-credits{padding:3px 12px;font-size:16px}.sf-credits img{width:20px}.sf-credits.sf-button{gap:4px}.sf-lang{display:flex;align-items:center}.sf-lang__menu{font-size:16px}.sf-lang__item{white-space:nowrap}.sf-lang__toggle{display:flex;flex-direction:row;align-items:center;gap:4px}.sf-user-avatar{position:relative;width:40px;height:40px}.sf-user-avatar img{width:inherit;height:inherit;border-radius:999px}.sf-user-avatar[data-login=false] .sf-user-menu,.sf-user-avatar:not([data-login]) .sf-user-menu,.sf-user-avatar[data-login=""] .sf-user-menu{display:none !important}@media screen and (max-width: 880px){.sf-header{justify-content:space-between;font-size:16px}.sf-logo{display:none}.sf-hamburger-menu.sf-button{display:flex}.sf-nav{display:none}.sf-top-info{gap:12px}.sf-user-avatar{width:28px;height:28px}.sf-credits{padding:3px 8px;font-size:14px}}