@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/font-0.woff2") format("woff2");
}

:root {
  color-scheme: dark;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  background: #262626;
  --background: #262626;
  --surface: #303030;
  --green: #1abe49;
  --border: #484848;
  --muted: #c4c4c4;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button,
input,
select {
  font: inherit;
}
button,
select,
input[type="radio"] {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
button,
a,
select,
input {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid #f5cc54;
  outline-offset: 4px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
h1,
h2,
p {
  margin-top: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -5rem;
  left: 1rem;
  z-index: 10;
  padding: 1rem;
  color: #000;
  background: #fff;
}
.skip-link:focus {
  top: 0;
}
.site-header {
  background: #1d1d1d;
  border-bottom: 1px solid #3c3c3c;
}
.header-top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.75rem 1.5rem;
  min-height: 58px;
}
.brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.brand img {
  width: 150px;
  height: auto;
  display: block;
}
.league-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.league-links a {
  display: flex;
  align-items: center;
}
.crash-link {
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.button {
  border: 0;
  border-radius: 4px;
  padding: 0.7rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  min-height: 42px;
}
.button:hover {
  text-decoration: none;
  filter: brightness(1.1);
}
.button-primary {
  background: var(--green);
  color: #071e0d;
}
.button-muted {
  background: #404040;
  color: #fff;
}
.language-switch {
  display: flex;
  padding: 3px;
  gap: 2px;
  border: 1px solid #585858;
  border-radius: 4px;
}
.language-switch a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.4rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2px;
}
.language-switch a[aria-current="page"] {
  background: #fff;
  color: #202020;
  font-weight: 700;
}
.main-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem 2.4rem;
  padding: 0.2rem 1rem;
  background: #303030;
}
.main-navigation a {
  padding: 0.7rem 0;
  font-size: 0.875rem;
  font-weight: 700;
}
.main-navigation a:nth-child(4) {
  color: #49dd72;
}
main {
  min-height: 70vh;
}
.registration-section {
  max-width: 740px;
  margin: 2rem auto 3rem;
  padding: 0 1rem;
  scroll-margin-top: 1rem;
}
.offer-banner {
  position: relative;
  min-height: 215px;
  overflow: hidden;
}
.offer-banner > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}
.offer-copy {
  position: relative;
  padding: 1.25rem 1.5rem;
  width: 68%;
  text-shadow: 0 1px 4px #000;
}
.offer-copy h2 {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.offer-copy p {
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0.2rem;
}
.offer-copy .offer-amount {
  font-size: 1.65rem;
  font-weight: 700;
}
.offer-amount span {
  font-size: 1rem;
}
.offer-or {
  padding-left: 0.4rem;
}
.free-spins {
  font-weight: 700;
}
.free-spins span {
  font-weight: 400;
}
.registration-panel {
  background: #fff;
  color: #404040;
  border-radius: 5px;
  overflow: hidden;
}
.registration-options {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
}
.bonus-options {
  background: #ededed;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.3rem 0.9rem;
}
.bonus-choice {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 1rem 0.7rem;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  cursor: pointer;
}
.bonus-choice:has(input:checked) {
  border-color: #16a83f;
}
.bonus-choice input {
  width: 17px;
  height: 17px;
  margin: 0.1rem 0 0;
  flex-shrink: 0;
  accent-color: #138a35;
}
.bonus-copy {
  display: grid;
  gap: 0.5rem;
}
.bonus-copy strong {
  font-size: 0.9rem;
  line-height: 1.35;
}
.bonus-copy > span {
  color: #626262;
  font-size: 0.875rem;
  line-height: 1.4;
}
.registration-body {
  padding: 1.4rem;
  min-width: 0;
}
.registration-body h2 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.method-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.method-choice {
  position: relative;
  cursor: pointer;
}
.method-choice input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.method-choice span {
  height: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.6rem;
  border-radius: 3px;
  font-size: 0.875rem;
  line-height: 1.3;
  background: #ededed;
  border: 1px solid transparent;
}
.method-choice input:checked + span {
  color: #127c31;
  border-color: #169b3b;
  background: #eaf8ee;
  font-weight: 700;
}
.method-choice input:focus-visible + span {
  outline: 3px solid #916600;
  outline-offset: 2px;
}
.registration-handoff {
  padding-top: 1.2rem;
}
.method-description {
  font-size: 1rem;
  line-height: 1.55;
  min-height: 4.65em;
  margin-bottom: 1rem;
}
.method-description:not(.method-description-0) {
  display: none;
}
.registration-body:has(input[value="email"]:checked) .method-description,
.registration-body:has(input[value="oneclick"]:checked) .method-description,
.registration-body:has(input[value="social"]:checked) .method-description {
  display: none;
}
.registration-body:has(input[value="email"]:checked) .method-description-1,
.registration-body:has(input[value="oneclick"]:checked) .method-description-2,
.registration-body:has(input[value="social"]:checked) .method-description-3 {
  display: block;
}
.currency-field {
  display: grid;
  gap: 0.4rem;
  font-size: 0.875rem;
}
.currency-field select {
  color-scheme: light;
  color: #404040;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 0.8rem;
  min-height: 46px;
}
.register-button {
  width: 100%;
  margin-top: 1.2rem;
  min-height: 48px;
  font-size: 1rem;
}
.handoff-note {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0.7rem 0 1rem;
  color: #626262;
}
.registration-terms {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.55;
  margin: 0;
  color: #626262;
}
.registration-terms a {
  color: #116d2b;
  text-decoration: underline;
}
.registration-terms > span {
  display: block;
  margin-top: 0.4rem;
}
.offer-note {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0.8rem 0 0;
  text-align: center;
}
.offer-note a {
  text-decoration: underline;
}
.seo-article {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1.5rem 2rem 2.5rem;
  border-top: 1px solid var(--border);
  color: #d3d3d3;
  font-size: 1rem;
  line-height: 1.65;
}
.seo-article h1 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.seo-article h2 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.seo-article p {
  margin-bottom: 1rem;
}
.article-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 1.5rem;
}
.seo-article ul,
.seo-article ol {
  padding-left: 1.3rem;
  margin-bottom: 0;
}
.seo-article li {
  padding-left: 0.25rem;
  margin-bottom: 0.6rem;
}
.site-footer {
  background: #202020;
  padding: 0 2rem 1.5rem;
}
.footer-events {
  display: block;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 1rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.3rem;
}
.footer-bottom h2 {
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.footer-bottom a {
  color: #51dc78;
  font-size: 0.875rem;
}
.footer-bottom p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .league-links {
    display: none;
  }
  .main-navigation {
    gap: 0 1.5rem;
  }
}

@media (max-width: 640px) {
  .header-top {
    padding: 0.75rem;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .brand img {
    width: 125px;
  }
  .header-actions {
    gap: 0.4rem;
  }
  .header-register {
    display: none;
  }
  .button-muted {
    padding: 0.65rem;
  }
  .language-switch a {
    padding: 0.35rem;
  }
  .main-navigation {
    justify-content: flex-start;
    gap: 0 1.25rem;
    padding: 0.2rem 0.9rem;
  }
  .main-navigation a {
    font-size: 0.875rem;
  }
  .registration-section {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0 0.75rem;
  }
  .offer-banner {
    min-height: 230px;
  }
  .offer-banner > img {
    object-position: 65% bottom;
    opacity: 0.7;
  }
  .offer-copy {
    width: 90%;
    padding: 1rem;
  }
  .offer-copy h2 {
    max-width: 18rem;
  }
  .offer-copy .offer-amount {
    font-size: 1.5rem;
  }
  .registration-options {
    grid-template-columns: 1fr;
  }
  .bonus-options {
    gap: 0.5rem;
    padding: 0.8rem;
  }
  .bonus-choice {
    padding: 0.75rem;
  }
  .bonus-copy {
    gap: 0.25rem;
  }
  .registration-body {
    padding: 1.1rem;
  }
  .method-description {
    min-height: 0;
  }
  .seo-article {
    padding: 1.5rem 1rem 2rem;
  }
  .article-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .button {
    transition: filter 120ms ease;
  }
}

/* Desktop composition follows the supplied SingleFile page. */
@media (min-width: 761px) {
  .registration-section {
    max-width: 1056px;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    margin-top: 1.25rem;
    column-gap: 0;
  }
  .offer-banner {
    grid-column: 2;
    min-height: 170px;
  }
  .offer-banner > img {
    object-fit: fill;
  }
  .offer-copy {
    width: 75%;
    padding: 3.9rem 1.25rem 1rem;
  }
  .offer-copy h2 {
    text-transform: uppercase;
    margin-bottom: 0.25rem;
  }
  .offer-copy p {
    display: inline;
    font-size: 0.875rem;
  }
  .offer-copy .offer-amount {
    font-size: 0.875rem;
  }
  .offer-amount span {
    font-size: inherit;
  }
  .offer-copy .free-spins {
    display: inline;
  }
  .registration-panel {
    grid-column: 1 / -1;
    background: transparent;
    overflow: visible;
  }
  .registration-options {
    grid-template-columns: 300px minmax(0, 1fr);
    align-items: start;
  }
  .bonus-options {
    padding: 0;
    gap: 0;
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
  }
  .bonus-choice {
    border: 0;
    border-radius: 0;
    padding: 1.25rem 1rem;
    min-height: 94px;
    border-bottom: 1px solid #e1e1e1;
  }
  .bonus-choice:last-child {
    border-bottom: 0;
  }
  .bonus-choice:has(input:checked) {
    background: var(--green);
    color: #071e0d;
  }
  .bonus-choice:has(input:checked) .bonus-copy > span {
    color: #103e1b;
  }
  .registration-body {
    background: #fff;
    border-radius: 7px;
    min-height: 425px;
    padding: 1.5rem 1.25rem;
  }
  .registration-body h2 {
    text-transform: uppercase;
  }
  .method-options {
    grid-template-columns: 1fr 1fr 1fr 1.7fr;
    gap: 1px;
    border: none;
  }
  .registration-handoff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 1rem;
  }
  .method-description {
    margin-bottom: 0;
  }
  .register-button,
  .handoff-note {
    grid-column: 1 / -1;
  }
  .offer-note {
    grid-column: 2;
  }
}

.main-navigation {
  background: linear-gradient(100deg, #b40000 0%, #9f0000 70%, #3d2424 100%);
  justify-content: flex-start;
  padding-left: 1.5rem;
}
.main-navigation a:nth-child(4) {
  color: #fff;
}
@media (max-width: 760px) {
  .registration-options {
    grid-template-columns: 1fr;
  }
  .bonus-options {
    display: grid;
    grid-template-columns: 1fr;
  }
}
