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