@font-face {
  font-family: "Benzin";
  src: url("../../vegas-wheel/font/Benzin-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Benzin";
  src: url("../../vegas-wheel/font/Benzin-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --background: #08070d;
  --surface: rgba(18, 20, 29, 0.94);
  --surface-soft: #0d0f16;
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.2);
  --text: #f7f7fb;
  --muted: #9a9ca9;
  --orange: #f29a2e;
  --orange-deep: #e86c4c;
  --purple: #735df1;
  --error: #ff6d74;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--background);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 12%, rgba(110, 64, 190, 0.2), transparent 30rem),
    radial-gradient(circle at 92% 80%, rgba(231, 103, 55, 0.14), transparent 34rem),
    var(--background);
  font-family: "Benzin", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.landing {
  position: relative;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  flex-direction: column;
  isolation: isolate;
}

.grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  pointer-events: none;
}

.ambient {
  position: absolute;
  z-index: -2;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.14;
  pointer-events: none;
}

.ambient--orange {
  right: -14rem;
  bottom: -12rem;
  background: var(--orange-deep);
}

.ambient--purple {
  top: -18rem;
  left: -12rem;
  background: var(--purple);
}

.header,
.hero,
.footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.header {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  width: 190px;
  min-height: 48px;
  align-items: center;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.login-link {
  display: inline-flex;
  min-width: 108px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 14px;
  color: #d8d9e0;
  font-size: 14px;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.login-link:hover {
  border-color: var(--border-strong);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  display: grid;
  flex: 1;
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
  padding: 48px 0 72px;
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  display: flex;
  margin: 0 0 24px;
  align-items: center;
  gap: 12px;
  color: #c7c5ce;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), var(--orange-deep));
  box-shadow: 0 0 16px rgba(242, 154, 46, 0.8);
}

h1 {
  max-width: 680px;
  margin: 0;
  font-family: "Benzin", Arial, sans-serif;
  font-size: clamp(30px, 2.4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
  white-space: nowrap;
}

.offer-main {
  white-space: nowrap;
}

h1 em {
  color: transparent;
  background: linear-gradient(95deg, #ffbc45 5%, #ec6a52 90%);
  background-clip: text;
  font-style: normal;
  -webkit-background-clip: text;
}

h1 b {
  color: var(--orange);
  font-weight: 800;
}

.hero-description {
  max-width: 570px;
  margin: 28px 0 0;
  color: #a9aab4;
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

.bonus-list {
  display: grid;
  max-width: 570px;
  margin-top: 32px;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bonus-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 148px;
  padding: 46px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  isolation: isolate;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 220ms ease, box-shadow 220ms ease;
}

.bonus-card--spins {
  background:
    radial-gradient(circle at 95% 5%, rgba(155, 89, 255, 0.66), transparent 42%),
    linear-gradient(145deg, #171345, #21145a 54%, #37187c);
}

.bonus-card--deposit {
  background:
    radial-gradient(circle at 95% 8%, rgba(255, 216, 83, 0.5), transparent 38%),
    linear-gradient(145deg, #5b1c28, #9b3527 56%, #e27431);
}

.bonus-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.16) 48%, transparent 72%);
  content: "";
  opacity: 0;
  transform: translateX(-55%);
  transition: opacity 220ms ease, transform 480ms ease;
}

.bonus-card::after {
  position: absolute;
  z-index: -1;
  right: -46px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.035), 0 0 0 44px rgba(255, 255, 255, 0.025);
}

.bonus-card__index {
  position: absolute;
  top: 14px;
  right: 16px;
  color: rgba(255, 255, 255, 0.55);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.bonus-card__content {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
}

.bonus-card__content small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bonus-card__content strong {
  display: block;
  font-family: "Benzin", Arial, sans-serif;
  font-size: clamp(20px, 1.75vw, 25px);
  letter-spacing: -0.04em;
  line-height: 1.1;
  white-space: nowrap;
}

.bonus-card__content > span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.bonus-card__arrow {
  position: absolute;
  z-index: 1;
  right: 17px;
  bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, sans-serif;
  font-size: 18px;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.bonus-card:hover,
.bonus-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
  transform: translateY(-4px);
}

.bonus-card:hover::before,
.bonus-card:focus-visible::before {
  opacity: 1;
  transform: translateX(55%);
}

.bonus-card:hover .bonus-card__arrow,
.bonus-card:focus-visible .bonus-card__arrow {
  opacity: 1;
  transform: translateX(0);
}

.bonus-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.deposit-track {
  display: flex;
  max-width: 570px;
  margin-top: 18px;
  padding: 14px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.deposit-track > span {
  color: #898b97;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.deposit-track ol {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 18px;
  list-style: none;
}

.deposit-track ol::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 12px;
  left: 12px;
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 154, 46, 0.7), rgba(232, 108, 76, 0.35));
  content: "";
}

.deposit-track li {
  position: relative;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(242, 154, 46, 0.48);
  border-radius: 50%;
  color: #efc38f;
  background: #111019;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.deposit-track li:first-child {
  color: #161018;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
}

.security-note {
  display: flex;
  margin: 18px 0 0;
  align-items: center;
  gap: 10px;
  color: #777986;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.security-note svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #8b8d99;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.form-wrap {
  position: relative;
  width: 100%;
  max-width: 470px;
  justify-self: end;
}

.form-glow {
  position: absolute;
  z-index: -1;
  inset: 10% -8% -8%;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(113, 78, 242, 0.28), rgba(236, 105, 54, 0.3));
  filter: blur(50px);
  opacity: 0.5;
}

.registration-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(21, 23, 33, 0.98), rgba(13, 15, 22, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
}

.form-heading {
  margin-bottom: 22px;
}

.form-heading h2 {
  margin: 0;
  font-family: "Benzin", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-align: center;
}

.registration-tabs {
  position: relative;
  display: grid;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  grid-template-columns: repeat(2, 1fr);
}

.registration-tab {
  position: relative;
  min-height: 44px;
  padding: 0 12px 13px;
  border: 0;
  color: #777986;
  background: transparent;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease;
}

.registration-tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--orange), var(--orange-deep));
  content: "";
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 180ms ease, transform 220ms ease;
}

.registration-tab:hover {
  color: #c8c9d0;
}

.registration-tab.is-active {
  color: #fff;
}

.registration-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.registration-tab:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.auth-panel[hidden] {
  display: none;
}

.phone-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 116px minmax(0, 1fr);
}

.phone-country-control select {
  padding-left: 14px;
  font-size: 14px;
}

.field {
  min-width: 0;
  margin-bottom: 14px;
}

.field label {
  display: block;
  margin: 0 0 9px 2px;
  color: #c9cad2;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.field-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 112px;
}

.control,
.select-control {
  position: relative;
  display: flex;
  height: 54px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.control:focus-within,
.select-control:focus-within {
  border-color: rgba(242, 154, 46, 0.85);
  background: #11131b;
  box-shadow: 0 0 0 3px rgba(242, 154, 46, 0.12);
}

.control > svg {
  width: 20px;
  height: 20px;
  margin-left: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: #767884;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.control input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 16px 0 13px;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.control input::placeholder {
  color: #62646f;
}

.password-toggle {
  display: grid;
  width: 48px;
  height: 48px;
  margin-right: 4px;
  flex: 0 0 48px;
  place-items: center;
  border: 0;
  border-radius: 11px;
  color: #8c8e99;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.password-toggle:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.password-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.password-toggle[aria-pressed="true"] .eye-icon {
  opacity: 0.55;
}

.select-control select {
  width: 100%;
  height: 100%;
  padding: 0 38px 0 16px;
  appearance: none;
  border: 0;
  outline: 0;
  color: #e5e5eb;
  background: transparent;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.select-control svg {
  position: absolute;
  right: 13px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #999ba6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  pointer-events: none;
}

.field.is-invalid .control,
.terms.is-invalid .checkmark {
  border-color: var(--error);
  box-shadow: 0 0 0 3px rgba(255, 109, 116, 0.1);
}

.field-error {
  display: block;
  min-height: 16px;
  margin: 6px 0 -12px 2px;
  color: var(--error);
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

.terms {
  display: flex;
  min-height: 38px;
  align-items: flex-start;
  gap: 11px;
  color: #91939f;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.terms input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.checkmark {
  display: grid;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  flex: 0 0 21px;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 6px;
  background: #10121a;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.checkmark svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 160ms ease, transform 160ms ease;
}

.terms input:checked + .checkmark {
  border-color: #6d77ee;
  background: #6d77ee;
}

.terms input:checked + .checkmark svg {
  opacity: 1;
  transform: scale(1);
}

.terms input:focus-visible + .checkmark {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.terms a,
.existing-account a {
  color: #818af4;
  text-decoration: none;
}

.terms a:hover,
.existing-account a:hover {
  text-decoration: underline;
}

.terms-error {
  margin-top: 3px;
  margin-bottom: 4px;
}

.form-error {
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 109, 116, 0.32);
  border-radius: 10px;
  color: #ffb0b4;
  background: rgba(255, 109, 116, 0.08);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.submit-button {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin-top: 12px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(100deg, var(--orange), var(--orange-deep));
  box-shadow: 0 14px 34px rgba(231, 102, 55, 0.23);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: filter 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.submit-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 180ms ease;
}

.submit-button:hover {
  filter: brightness(1.08);
  box-shadow: 0 17px 38px rgba(231, 102, 55, 0.32);
}

.submit-button:hover svg {
  transform: translateX(3px);
}

.submit-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.submit-button:focus-visible,
.login-link:focus-visible,
.brand:focus-visible,
a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.existing-account {
  margin: 16px 0 0;
  color: #888a96;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: center;
}

.footer {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #666873;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.footer > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #aaaab2;
  font-size: 11px;
  font-weight: 700;
}

.footer p {
  margin: 0;
}

.footer p:last-child {
  margin-left: auto;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 700px;
    text-align: center;
    justify-self: center;
  }

  .eyebrow,
  .security-note {
    justify-content: center;
  }

  .hero-description,
  .bonus-list,
  .deposit-track {
    margin-inline: auto;
  }

  .form-wrap {
    max-width: 520px;
    justify-self: center;
  }
}

@media (max-width: 600px) {
  .header,
  .hero,
  .footer {
    width: min(100% - 32px, 520px);
  }

  .header {
    min-height: 82px;
  }

  .brand {
    width: 148px;
  }

  .login-link {
    min-width: 86px;
    font-size: 12px;
  }

  .hero {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding: 34px 0 48px;
  }

  .hero-copy {
    display: contents;
  }

  .eyebrow {
    order: 1;
    align-self: center;
    margin-bottom: 18px;
    font-size: 10px;
  }

  h1 {
    order: 2;
    align-self: center;
    max-width: 100%;
    font-size: clamp(22px, 6.3vw, 27px);
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  h1 .offer-main {
    font-size: 0.8em;
    white-space: nowrap;
  }

  h1 em {
    display: block;
    margin-top: 5px;
    white-space: normal;
  }

  .form-wrap {
    order: 3;
    width: 100%;
    margin-top: 26px;
  }

  .hero-description {
    order: 4;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
  }

  .bonus-list {
    order: 5;
    width: 100%;
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .bonus-card {
    min-height: 118px;
    padding: 18px;
    border-radius: 18px;
  }

  .bonus-card__content strong {
    font-size: 21px;
  }

  .security-note {
    order: 7;
    font-size: 11px;
  }

  .deposit-track {
    order: 6;
    width: 100%;
    padding: 12px;
  }

  .deposit-track > span {
    font-size: 12px;
  }

  .deposit-track ol {
    gap: 12px;
  }

  .registration-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .form-heading {
    display: none;
  }

  .registration-tabs {
    margin-bottom: 16px;
  }

  .form-heading h2 {
    font-size: 26px;
  }

  .field-row {
    grid-template-columns: minmax(0, 1fr) 100px;
  }

  .control,
  .select-control {
    height: 52px;
  }

  .control > svg {
    display: none;
  }

  .control input {
    padding-left: 14px;
  }

  .footer {
    min-height: 84px;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px 14px;
  }

  .footer p:last-child {
    width: 100%;
    margin-left: 50px;
  }
}

@media (max-width: 380px) {
  .header,
  .hero,
  .footer {
    width: calc(100% - 24px);
  }

  .registration-card {
    padding-inline: 16px;
  }

  .field-row {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
