:root{--color-base-background:#131313;--color-base-secondary-background:#1e1e20;--color-base-section-background:#ffffff0d;--color-line-secondary:#ffffff1a;--color-line-primary:#ffffff26;--color-line-active:#2e7cf6;--color-text-title:#fff;--color-text-subtitle:#ffffff80;--color-text-hint:#ffffff4d;--color-text-primary:#ffffffd9;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:18px/145% var(--sans);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--color-text-primary);background:var(--color-base-background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100vh;display:flex}body{margin:0}.language-switcher__trigger{background-color:var(--color-base-secondary-background);cursor:pointer;border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;gap:6px;width:95px;height:44px;transition:border-color .2s ease-in-out;display:flex}.language-switcher__trigger:hover,.language-switcher__trigger--open{border-color:var(--color-line-primary)}.language-switcher__globe path{fill:var(--color-text-subtitle)}.language-switcher__chevron{transition:transform .3s ease-in-out}.language-switcher__chevron--open{transform:rotate(180deg)}.language-switcher__menu{flex-direction:column;gap:8px;width:280px;display:flex}.language-switcher__item{align-items:center;gap:16px;display:flex}.language-switcher__check{border-radius:50%;justify-content:center;align-items:center;width:16px;min-width:16px;height:16px;display:flex}.language-switcher__check--selected{background:var(--color-line-active)}.language-switcher__check:not(.language-switcher__check--selected){border:2px solid var(--color-text-hint);background:0 0}.auth-header{border-bottom:1px solid var(--color-line-secondary);justify-content:space-between;align-items:center;height:76px;padding:20px;display:flex}@media (width<=425px){.auth-header{height:60px;padding:8px 16px}}.auth-header__logo,.auth-header__logo img{display:block}.auth-support-button{position:fixed;bottom:44px;right:24px}@media (width<=425px){.auth-support-button{bottom:24px;right:16px}}.auth-support-button__btn{border-radius:100%;width:44px;height:44px;padding:10px}.auth-layout{background-color:var(--color-base-background);flex-direction:column;min-height:100vh;display:flex}.auth-layout__container{flex:1;justify-content:center;display:flex}@media (width>=992px){.auth-layout__container{align-items:center}}.auth-layout__content{flex-direction:column;width:100%;padding:32px 16px;display:flex}@media (width>=992px){.auth-layout__content{max-width:380px;padding-left:0;padding-right:0}}
