.header-wrapper{position:fixed;top:0;left:0;width:100%;z-index:var(--z-index-header)}.main-header{width:100%;height:var(--header-height);padding:0 var(--spacing-3xs);display:flex;align-items:center;background-color:var(--surface-dark)}@media(min-width:1000px){.main-header{padding-right:var(--spacing-sm)}}.header-content{display:flex;align-items:center}.header-content.is-left{gap:var(--spacing-5xs)}@media(min-width:600px){.header-content.is-left{flex-shrink:0;gap:var(--spacing-sm)}}.header-content.is-right{gap:var(--spacing-3xs);margin-left:auto}@media(min-width:600px){.header-content.is-right{gap:var(--spacing-2xs)}}.header__deposit-btn{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:calc(var(--spacing-3xs)*-1)}@media(min-width:600px){.header__deposit-btn{border-radius:var(--button-radius);margin-left:0}}.header__level-up-progress{width:190px;margin-left:var(--spacing-2xs)}@media(min-width:1000px){.header__level-up-progress{width:230px}}.header-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}@media(min-width:600px){.header-logo{display:inline-block}}.header-logo.is-vip-badge{position:relative;margin-left:calc(var(--spacing-3xs)*-1)}@media(min-width:600px){.header-logo.is-vip-badge{margin-left:0}}.header-logo.is-vip-badge:before{content:"VIP";display:block;width:16px;height:36px;line-height:16px;font-weight:800;writing-mode:vertical-lr;transform:rotate(-180deg);position:static;margin-right:5px;font-size:10px;text-align:center;background:var(--yellow-400);color:var(--black-400);border-radius:var(--radius-s)}@media(min-width:600px){.header-logo.is-vip-badge:before{width:23px;height:auto;line-height:13px;font-weight:600;writing-mode:initial;transform:none;position:absolute;top:-11px;right:0;margin-right:0}}.header-logo__img{width:40px;height:31px}@media(min-width:600px){.header-logo__img{width:auto;height:auto}}