@media (max-width: 899px) {
  .screen.screen--auth {
    position: relative !important;
    min-height: 968px !important;
    background: #f3f3f3 !important;
    overflow: hidden !important;
  }

  .screen--auth .gametop {
    position: absolute !important;
    left: 22px !important;
    right: 22px !important;
    top: 40px !important;
    z-index: 5 !important;
    width: auto !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    margin: 0 !important;
    padding: 0 16px 0 10px !important;
    display: grid !important;
    grid-template-columns: 37px 1fr auto !important;
    align-items: center !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    box-shadow: none !important;
  }

  .screen--auth.is-register .gametop {
    background-image: url("assets/figma-exact/auth-topbar-register-mobile-exact.png") !important;
  }

  .screen--auth.is-login .gametop {
    background-image: url("assets/figma-exact/auth-topbar-login-mobile-exact.png") !important;
  }

  .screen--auth .gametop__back {
    justify-self: start !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    border-radius: 999px !important;
    background: #e8e8e8 !important;
    color: #8f8f8f !important;
    font: 800 24px/22px Arial, sans-serif !important;
    opacity: 0 !important;
  }

  .screen--auth .gametop__title {
    justify-self: start !important;
    color: #1c1c1c !important;
    font: 800 16px/1 Arial, "Helvetica Neue", system-ui, sans-serif !important;
    text-transform: none !important;
    opacity: 0 !important;
  }

  .screen--auth .authpage__brand {
    display: block !important;
    width: 62px !important;
    height: 23px !important;
    background: url("assets/figma-exact/header-logo-mobile-exact.png") center / contain no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    opacity: 0 !important;
  }

  .screen--auth .authpage {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    display: block !important;
    height: 968px !important;
    min-height: 968px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #f3f3f3 !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .screen--auth .authpage__hero {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    top: 125px !important;
    height: 112px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
  }

  .screen--auth .authpage__mark,
  .screen--auth .authpage__hero::before,
  .screen--auth .authpage__hero::after,
  .screen--auth .authpage__tabs,
  .screen--auth .authpage__note,
  .screen--auth .authpage__field--promo {
    display: none !important;
  }

  .screen--auth .authpage__hero h2 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3px !important;
    margin: 0 !important;
    color: #151515 !important;
    font: 900 30px/1.04 Impact, "Arial Narrow", Arial, sans-serif !important;
    text-transform: uppercase !important;
    transform: scaleX(0.70) !important;
    transform-origin: center top !important;
  }

  .screen--auth .authpage__hero h2 span:first-child {
    color: #ff8b1d !important;
  }

  .screen--auth.is-login .authpage__hero h2 span:first-child {
    color: #151515 !important;
  }

  .screen--auth.is-login .authpage__hero h2 span:nth-child(2) {
    color: #ff8b1d !important;
  }

  .screen--auth .authpage__hero p {
    display: none !important;
  }

  .screen--auth .authpage__panel {
    position: absolute !important;
    left: 22px !important;
    right: 22px !important;
    top: 236px !important;
    z-index: 2 !important;
    display: block !important;
    margin: 0 !important;
    padding: 13px 22px 16px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07) !important;
  }

  .screen--auth .authpage__progress {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 4px !important;
    height: 6px !important;
    margin: 0 0 21px !important;
  }

  .screen--auth .authpage__progress span {
    display: block !important;
    border-radius: 999px !important;
    background: #ececec !important;
  }

  .screen--auth .authpage__progress span:first-child,
  .screen--auth.is-login .authpage__progress span:nth-child(2) {
    background: #ff8b1d !important;
  }

  .screen--auth .authpage__panel h3 {
    margin: 0 0 18px !important;
    color: #151515 !important;
    font: 900 31px/1 Impact, "Arial Narrow", Arial, sans-serif !important;
    text-align: center !important;
    text-transform: uppercase !important;
    transform: scaleX(0.66) !important;
    transform-origin: center top !important;
  }

  .screen--auth .authpage__field {
    display: block !important;
    position: relative !important;
    margin: 0 0 7px !important;
  }

  .screen--auth .authpage__field.authpage__field--promo {
    display: none !important;
  }

  .screen--auth .authpage__field span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
  }

  .screen--auth .authpage__field input {
    width: 100% !important;
    height: 44px !important;
    min-height: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #eeeeee !important;
    color: #222 !important;
    font: 600 12px/44px Arial, "Helvetica Neue", system-ui, sans-serif !important;
  }

  .screen--auth .authpage__field input::placeholder {
    color: #9b9b9b !important;
    opacity: 1 !important;
  }

  .screen--auth .authpage__consent {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin: 11px 0 15px !important;
    color: #2d2d2d !important;
    font: 500 12px/1.1 Arial, "Helvetica Neue", system-ui, sans-serif !important;
  }

  .screen--auth .authpage__consent input {
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    appearance: none !important;
    border: 1.5px solid #ff8b1d !important;
    border-radius: 4px !important;
    background: #fff !important;
    accent-color: #ff8b1d !important;
  }

  .screen--auth .authpage__consent input:checked {
    background: #ff8b1d !important;
    box-shadow: inset 0 0 0 3px #fff !important;
  }

  .screen--auth .authpage__consent a {
    color: #ff8b1d !important;
    text-decoration: underline !important;
  }

  .screen--auth #btnAuthSubmit,
  .screen--auth .authpage__alt {
    width: 100% !important;
    height: 47px !important;
    min-height: 0 !important;
    border-radius: 999px !important;
    font: 900 20px/1 Impact, "Arial Narrow", Arial, sans-serif !important;
    text-transform: uppercase !important;
  }

  .screen--auth #btnAuthSubmit {
    margin: 0 0 8px !important;
    border: 0 !important;
    background: #ff3326 !important;
    color: #fff !important;
    box-shadow: 0 6px 17px rgba(255, 51, 38, 0.25) !important;
  }

  .screen--auth .authpage__alt {
    display: block !important;
    padding: 0 !important;
    border: 2px solid #222 !important;
    background: transparent !important;
    color: #222 !important;
  }

  .screen--auth.is-login .authpage__field--name,
  .screen--auth.is-login .authpage__field--email,
  .screen--auth.is-login .authpage__field--phone,
  .screen--auth.is-login .authpage__consent,
  .screen--auth.is-login .authpage__alt {
    display: none !important;
  }

  .screen--auth .authpage__otp {
    display: none !important;
  }

  .screen--auth.is-login .authpage__otp {
    display: block !important;
  }

  .screen--auth.is-login .authpage__panel {
    top: 236px !important;
    height: 397px !important;
    min-height: 0 !important;
    padding: 13px 22px 16px !important;
    box-shadow: none !important;
  }

  .screen--auth.is-login .authpage__hero {
    top: 126px !important;
  }

  .screen--auth.is-login .authpage__panel h3 {
    margin: 20px 0 5px !important;
    color: #151515 !important;
    font: 900 32px/1 Impact, "Arial Narrow", Arial, sans-serif !important;
    text-align: center !important;
    transform: scaleX(0.66) !important;
    transform-origin: center top !important;
  }

  .screen--auth.is-login .authpage__otp strong {
    display: none !important;
  }

  .screen--auth.is-login .authpage__otp p {
    margin: 0 0 80px !important;
    color: #999 !important;
    font: 700 10px/1.12 Arial, "Helvetica Neue", system-ui, sans-serif !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .screen--auth .authpage__code {
    display: grid !important;
    grid-template-columns: repeat(6, 47px) !important;
    justify-content: center !important;
    gap: 5px !important;
    margin: 0 0 15px !important;
  }

  .screen--auth.is-login .authpage__code {
    transform: translateY(10px) !important;
  }

  .screen--auth .authpage__code input {
    width: 47px !important;
    height: 47px !important;
    aspect-ratio: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 2px solid #dcdcdc !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #151515 !important;
    font: 900 24px/1 Arial, "Helvetica Neue", system-ui, sans-serif !important;
    text-align: center !important;
  }

  .screen--auth .authpage__code input:first-child {
    border-color: #ff8b1d !important;
  }

  .screen--auth .authpage__resend {
    display: block !important;
    width: 100% !important;
    margin: 0 0 82px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ff8b1d !important;
    font: 500 16px/1.1 Arial, "Helvetica Neue", system-ui, sans-serif !important;
    text-align: center !important;
    text-decoration: underline !important;
  }

  .screen--auth.is-login #btnAuthSubmit {
    margin: 0 !important;
    height: 44px !important;
    border: 2px solid #222 !important;
    background: transparent !important;
    color: #222 !important;
    font-size: 18px !important;
    box-shadow: none !important;
    transform: translateY(10px) !important;
  }

  .screen--auth.is-register .authpage__panel h3 {
    margin-bottom: 16px !important;
    color: #222 !important;
    font-size: 29px !important;
    transform: scaleX(0.72) !important;
  }

  .screen--auth.is-register .authpage__panel {
    padding-top: 12px !important;
    border-radius: 14px !important;
    box-shadow: none !important;
  }

  .screen--auth.is-register .authpage__hero {
    top: 127px !important;
  }

  .screen--auth.is-register .authpage__hero h2 {
    color: #222 !important;
    font-size: 29px !important;
    transform: scaleX(0.72) !important;
    gap: 4px !important;
  }

  .screen--auth.is-register .authpage__field {
    margin-bottom: 9px !important;
  }

  .screen--auth.is-register .authpage__field input {
    background: #f0f0f0 !important;
    font-family: Inter, Arial, "Helvetica Neue", system-ui, sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    height: 43px !important;
    line-height: 43px !important;
  }

  .screen--auth.is-register .authpage__field input::placeholder {
    color: #aaa !important;
  }

  .screen--auth.is-register .authpage__field--name::after,
  .screen--auth.is-register .authpage__field--phone::after,
  .screen--auth.is-register .authpage__field--email::after {
    content: "*" !important;
    position: absolute !important;
    right: 17px !important;
    top: 50% !important;
    transform: translateY(-42%) !important;
    color: #ff9a32 !important;
    font: 900 20px/1 Arial, "Helvetica Neue", system-ui, sans-serif !important;
    pointer-events: none !important;
  }

  .screen--auth.is-register .authpage__consent {
    margin: 17px 0 20px !important;
  }

  .screen--auth.is-register #btnAuthSubmit,
  .screen--auth.is-register .authpage__alt {
    height: 44px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 44px !important;
  }

  .screen--auth.is-register .authpage__alt {
    border-color: #282828 !important;
    color: #282828 !important;
  }

  .screen--auth.is-register #btnAuthSubmit {
    margin-bottom: 9px !important;
  }

  .screen--auth .authpage__footer {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 795px !important;
    z-index: 1 !important;
    height: 173px !important;
    display: grid !important;
    grid-template-columns: 172px 1fr !important;
    column-gap: 28px !important;
    padding: 44px 22px 0 !important;
    border-radius: 0 !important;
    background: url("assets/figma-exact/auth-footer-mobile-exact.png") center / 100% 100% no-repeat !important;
    color: #777 !important;
    font-family: Arial, "Helvetica Neue", system-ui, sans-serif !important;
  }

  .screen--auth .authpage__footer strong {
    grid-row: 1 / span 3 !important;
    width: 149px !important;
    height: 56px !important;
    background: url("assets/figma-exact/footer-logo-mobile-exact.png") left top / contain no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .screen--auth .authpage__footer p {
    margin: 0 0 8px !important;
    color: #7a7a7a !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.13 !important;
  }

  .screen--auth .authpage__footer a {
    color: #858585 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
  }

  .screen--auth .authpage__footer small {
    color: #656565 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  .screen--auth .authpage__footer > * {
    opacity: 0 !important;
  }
}
