/* Terms page-owned composition: editorial legal document with a ruled index. */
:root {
  --terms-ink: #171914;
  --terms-paper: #f1f3eb;
  --terms-paper-muted: #e1e5da;
  --terms-dark: #111311;
  --terms-soft-ink: #667067;
  --terms-line: #bfc6ba;
  --terms-lime: #c7db39;
  --terms-lime-dark: #1a210e;
  --terms-max: 1520px;
}

body {
  background: var(--terms-paper);
  color: var(--terms-ink);
  font-family: Arial, Helvetica, sans-serif;
}

body a {
  color: inherit;
}

.terms-hero {
  min-height: 0 !important;
  margin: 0;
  background: var(--terms-dark);
  color: #f4f6f1;
}

.terms-hero .terms-hero__content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(1.25rem, 5vw, 7.5rem) clamp(3.75rem, 7vw, 7.5rem);
  background: var(--terms-dark);
}

.terms-hero .editorial-hero__header {
  position: relative;
  z-index: 2;
  min-height: 7.375rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #3a3f39;
  background: var(--terms-dark);
}

.terms-hero .editorial-hero__brand {
  width: 16.875rem;
  height: 5.875rem;
}

.terms-hero .editorial-hero__header-right {
  gap: 1.25rem;
}

.terms-hero .editorial-hero__nav,
.terms-hero .editorial-hero__auth-guest,
.terms-hero .editorial-hero__auth-session {
  gap: 1.25rem;
}

.terms-hero .editorial-hero__nav a,
.terms-hero .editorial-hero__phone,
.terms-hero .editorial-hero__auth button {
  color: #a8ada5;
  font-family: Arial, Helvetica, sans-serif;
}

.terms-hero .editorial-hero__nav a:hover,
.terms-hero .editorial-hero__nav a:focus-visible,
.terms-hero .editorial-hero__auth button:hover,
.terms-hero .editorial-hero__auth button:focus-visible {
  color: var(--terms-lime);
}

.terms-hero .editorial-hero__auth button:focus-visible,
.terms-hero .editorial-hero__nav a:focus-visible,
.terms-index a:focus-visible,
.terms-policy-link:focus-visible {
  outline: 2px solid var(--terms-lime);
  outline-offset: 4px;
}

.terms-hero .editorial-hero__top-divider {
  width: 100%;
  margin: 0;
  background: #3a3f39;
}

.terms-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(20rem, 0.8fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: stretch;
  max-width: var(--terms-max);
  margin: 0 auto;
  padding-top: clamp(3.75rem, 8vw, 8rem);
}

.terms-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 3vw, 3.5rem) 0;
}

.terms-hero__eyebrow,
.terms-hero__meta,
.terms-index__label,
.terms-section__number,
.terms-callout__label,
.terms-rights-card > span,
.terms-policy__disclosure,
.terms-account__eyebrow {
  margin: 0;
  color: var(--terms-lime);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.terms-hero__eyebrow span {
  color: #667067;
  padding-inline: 0.4rem;
}

.terms-hero__heading {
  margin: clamp(2rem, 4vw, 4rem) 0 1.75rem;
  color: #f4f6f1;
  font-size: clamp(4.25rem, 9vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.83;
  text-transform: uppercase;
}

.terms-hero__heading span {
  display: inline-block;
  padding: 0 0.16em 0.08em;
  background: var(--terms-lime);
  color: var(--terms-lime-dark);
}

.terms-hero__lede {
  max-width: 38rem;
  margin: 0;
  color: #a8ada5;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.55;
}

.terms-hero__rule {
  width: 100%;
  height: 1px;
  margin: clamp(2rem, 4vw, 4rem) 0 1.25rem;
  background: #3a3f39;
}

.terms-hero__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #a8ada5;
}

.terms-hero__visual {
  position: relative;
  min-height: 31rem;
  margin: 0;
  background: #232822;
  overflow: visible;
}

.terms-hero__visual img,
.terms-hero__visual-wash {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.terms-hero__visual img {
  object-fit: cover;
  filter: saturate(0.75) contrast(1.04);
}

.terms-hero__visual-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(17 19 17 / 3%), rgb(17 19 17 / 46%));
  pointer-events: none;
}

.terms-hero__visual::before,
.terms-hero__visual::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
}

.terms-hero__visual::before {
  inset: 1.25rem;
  border: 1px solid rgb(244 246 241 / 55%);
}

.terms-hero__visual::after {
  top: 1.25rem;
  right: 1.25rem;
  width: 4.5rem;
  height: 4.5rem;
  border-top: 0.4rem solid var(--terms-lime);
  border-right: 0.4rem solid var(--terms-lime);
}

.terms-hero__visual figcaption {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #f4f6f1;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.terms-index {
  display: grid;
  grid-template-columns: minmax(8rem, 0.34fr) minmax(0, 1fr);
  gap: 2rem;
  max-width: var(--terms-max);
  margin: clamp(4rem, 8vw, 8rem) auto 0;
  border-top: 1px solid #3a3f39;
  padding-top: 1.25rem;
}

.terms-index__label span {
  padding-left: 0.5rem;
}

.terms-index__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.terms-index__list li:nth-child(n+5) {
  grid-column: span 1;
}

.terms-index__list a {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  color: #f4f6f1;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.terms-index__list a:hover {
  color: var(--terms-lime);
}

.terms-index__list a span {
  color: #667067;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
}

.terms-section {
  min-height: 0 !important;
  margin: 0;
  border-bottom: 1px solid var(--terms-line);
}

.terms-section--light {
  background: var(--terms-paper);
}

.terms-section--muted {
  background: var(--terms-paper-muted);
}

.terms-section--dark {
  background: var(--terms-dark);
  color: #f4f6f1;
}

.terms-section--accent {
  background: var(--terms-lime);
  color: var(--terms-lime-dark);
}

.terms-section--policy {
  background: var(--terms-paper);
}

.terms-section__inner {
  display: grid;
  grid-template-columns: minmax(11rem, 0.34fr) minmax(0, 1fr);
  gap: clamp(2rem, 8vw, 9rem);
  max-width: var(--terms-max);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7.5rem) clamp(1.25rem, 5vw, 0rem);
}

.terms-section__header {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.terms-section__number {
  flex: 0 0 auto;
  padding-top: 0.35rem;
}

.terms-section__header h2 {
  max-width: 20rem;
  margin: 0;
  font-size: clamp(1.75rem, 3.1vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.terms-section__body {
  max-width: 49rem;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.terms-section__body > p,
.terms-section__lead {
  margin: 0;
}

.terms-section__lead {
  max-width: 38rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.terms-definition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  border-top: 1px solid var(--terms-line);
  border-bottom: 1px solid var(--terms-line);
}

.terms-definition {
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.terms-definition + .terms-definition {
  border-left: 1px solid var(--terms-line);
  padding-right: 0;
  padding-left: 1.5rem;
}

.terms-definition__mark {
  display: block;
  margin-bottom: 2.25rem;
  color: var(--terms-lime-dark);
  font-size: 0.75rem;
  font-weight: 700;
}

.terms-definition h3 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  letter-spacing: -0.025em;
}

.terms-definition p {
  margin: 0;
  color: var(--terms-soft-ink);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.terms-section__body--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.7fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.terms-callout {
  border-top: 4px solid var(--terms-lime);
  padding-top: 1rem;
}

.terms-callout p {
  margin: 1rem 0 0;
  color: var(--terms-soft-ink);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.terms-external__notice {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
  border: 1px solid var(--terms-line);
  padding: 1.5rem;
}

.terms-external__icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 50%;
  background: var(--terms-lime);
  color: var(--terms-lime-dark);
  font-size: 1.25rem;
}

.terms-external__notice p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.terms-external__notice strong {
  color: var(--terms-ink);
}

.terms-section--dark .terms-section__number,
.terms-section--dark .terms-callout__label,
.terms-section--dark .terms-rights-card > span {
  color: var(--terms-lime);
}

.terms-section--dark .terms-section__body > p {
  color: #d4d8d0;
}

.terms-rights-card {
  border: 1px solid #3a3f39;
  padding: 1.5rem;
}

.terms-rights-card strong {
  display: block;
  margin-top: 1.5rem;
  color: #f4f6f1;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.terms-rights-card p {
  margin: 1rem 0 0;
  color: #a8ada5;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.terms-wagering {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(14rem, 0.9fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.terms-wagering__statement {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.03;
}

.terms-wagering__list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: wagering;
}

.terms-wagering__list li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  border-top: 1px solid rgb(26 33 14 / 35%);
  padding-top: 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
}

.terms-wagering__list li::before {
  counter-increment: wagering;
  content: "0" counter(wagering);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.terms-responsibilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  border-top: 1px solid var(--terms-line);
  border-bottom: 1px solid var(--terms-line);
}

.terms-responsibilities__grid > div {
  padding: 1.5rem 1rem 1.5rem 0;
}

.terms-responsibilities__grid > div + div {
  border-left: 1px solid var(--terms-line);
  padding-left: 1rem;
}

.terms-responsibilities__grid span {
  display: block;
  margin-bottom: 2rem;
  color: var(--terms-lime-dark);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.terms-responsibilities__grid strong {
  display: block;
  font-size: 1.125rem;
}

.terms-responsibilities__grid p {
  margin: 0.5rem 0 0;
  color: var(--terms-soft-ink);
  font-size: 0.875rem;
  line-height: 1.5;
}

.terms-policy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.terms-policy-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 4rem;
  margin-top: 2.5rem;
  border-bottom: 2px solid var(--terms-ink);
  color: var(--terms-ink);
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

.terms-policy-link:hover {
  border-color: var(--terms-lime-dark);
  color: var(--terms-lime-dark);
}

.terms-policy__disclosure {
  margin-top: 0.75rem;
  color: var(--terms-soft-ink);
}

.site-footer {
  margin-top: 0;
}

.site-footer__nav a,
.site-footer__details a,
.site-footer__brand {
  color: inherit;
  text-decoration: none;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__details a:hover,
.site-footer__details a:focus-visible {
  color: var(--terms-lime);
}

.terms-account {
  width: min(42rem, calc(100% - 2rem));
  max-width: none;
  margin: auto;
  border: 1px solid #3a3f39;
  border-radius: 0;
  background: var(--terms-paper);
  color: var(--terms-ink);
  padding: clamp(1.25rem, 4vw, 3rem);
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 28%);
}

.terms-account::backdrop {
  background: rgb(17 19 17 / 74%);
}

.terms-account[hidden] {
  display: none;
}

.terms-account__chrome,
.terms-account__dashboard-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.terms-account__close {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--terms-line);
  background: transparent;
  color: var(--terms-ink);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.terms-account__close:hover,
.terms-account__close:focus-visible {
  border-color: var(--terms-ink);
  background: var(--terms-lime);
}

.terms-account__title {
  max-width: 30rem;
  margin: 2.5rem 0 1rem;
  font-size: clamp(2.25rem, 5vw, 4rem);
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.terms-account__status {
  min-height: 1.5rem;
  margin: 0 0 1rem;
  color: #8b2635;
  font-size: 0.875rem;
  font-weight: 700;
}

.terms-account__view h3 {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.terms-account__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.terms-account__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.45rem;
}

.terms-account__field--wide,
.terms-account__form > .terms-account__primary {
  grid-column: 1 / -1;
}

.terms-account__field label {
  color: var(--terms-soft-ink);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.terms-account__field label span,
.terms-account__field small {
  color: var(--terms-soft-ink);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.terms-account__field input,
.terms-account__field textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid var(--terms-line);
  border-radius: 0;
  background: #fff;
  color: var(--terms-ink);
  font: inherit;
  padding: 0.75rem;
}

.terms-account__field textarea {
  min-height: 7rem;
  resize: vertical;
}

.terms-account__field input:focus,
.terms-account__field textarea:focus {
  border-color: var(--terms-ink);
  outline: 2px solid var(--terms-lime);
  outline-offset: 1px;
}

.terms-account__field .is-invalid {
  border-color: #8b2635;
}

.terms-account__field [data-error] {
  min-height: 1rem;
  color: #8b2635;
  font-size: 0.75rem;
  line-height: 1.3;
}

.terms-account__primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  margin-top: 0.5rem;
  border: 0;
  background: var(--terms-lime);
  color: var(--terms-lime-dark);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0 1rem;
}

.terms-account__primary:hover,
.terms-account__primary:focus-visible {
  background: #d6e94b;
  outline: 2px solid var(--terms-ink);
  outline-offset: 3px;
}

.terms-account__text-button {
  margin-top: 1.25rem;
  border: 0;
  background: transparent;
  color: var(--terms-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.terms-account__text-button:hover,
.terms-account__text-button:focus-visible {
  color: #687808;
}

.terms-account__avatar {
  width: 4.5rem;
  height: 4.5rem;
  border: 3px solid var(--terms-lime);
  border-radius: 50%;
  object-fit: cover;
  animation: terms-avatar-in 400ms ease both;
}

@keyframes terms-avatar-in {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 900px) {
  .terms-hero .editorial-hero__header-right {
    gap: 0.9rem;
  }

  .terms-hero .editorial-hero__header-divider,
  .terms-hero .editorial-hero__phone {
    display: none;
  }

  .terms-hero__layout,
  .terms-section__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  .terms-section__header h2 {
    max-width: 38rem;
  }
}

@media (max-width: 640px) {
  .terms-hero .terms-hero__content {
    padding-inline: 1rem;
    padding-bottom: 3rem;
  }

  .terms-hero .editorial-hero__header {
    display: block;
    min-height: 0;
    padding: 0.75rem 0 1rem;
  }

  .terms-hero .editorial-hero__brand {
    width: 12rem;
    height: 4.25rem;
  }

  .terms-hero .editorial-hero__header-right {
    display: block;
    margin-top: 0.75rem;
  }

  .terms-hero .editorial-hero__nav,
  .terms-hero .editorial-hero__auth-guest,
  .terms-hero .editorial-hero__auth-session {
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
  }

  .terms-hero .editorial-hero__nav a,
  .terms-hero .editorial-hero__auth button {
    font-size: 0.75rem;
  }

  .terms-hero__layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 3rem;
  }

  .terms-hero__copy {
    padding: 0;
  }

  .terms-hero__heading {
    font-size: clamp(3.75rem, 19vw, 6rem);
  }

  .terms-hero__meta,
  .terms-hero__visual figcaption {
    flex-direction: column;
    gap: 0.4rem;
  }

  .terms-hero__visual {
    min-height: 22rem;
  }

  .terms-hero__visual img,
  .terms-hero__visual-wash {
    min-height: 22rem;
  }

  .terms-index {
    display: block;
    margin-top: 3rem;
  }

  .terms-index__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .terms-section__inner {
    gap: 2rem;
    padding: 3.5rem 1rem;
  }

  .terms-section__header {
    gap: 0.75rem;
    min-width: 0;
  }

  .terms-section__header h2 {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 2.25rem;
  }

  .terms-definition-grid,
  .terms-section__body--split,
  .terms-wagering,
  .terms-responsibilities__grid,
  .terms-account__form {
    grid-template-columns: minmax(0, 1fr);
  }

  .terms-definition + .terms-definition,
  .terms-responsibilities__grid > div + div {
    border-top: 1px solid var(--terms-line);
    border-left: 0;
    padding-left: 0;
  }

  .terms-responsibilities__grid > div {
    padding-right: 0;
  }

  .terms-wagering__list {
    margin-top: 0.5rem;
  }

  .terms-account {
    width: calc(100% - 1rem);
    padding: 1rem;
  }

  .terms-account__title {
    margin-top: 1.75rem;
  }

  .terms-account__field--wide,
  .terms-account__form > .terms-account__primary {
    grid-column: auto;
  }
}
