/* Standalone public landing: no legacy template, widget theme or global styles. */
.m1-landing {
  --bg: #080f19;
  --panel: #111c2a;
  --line: #ffffff1c;
  --muted: #a7b4c3;
  --green: #bbef4c;
  background: var(--bg);
  color: #f7f9fc;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color-scheme: dark;
}
.m1-landing * {
  box-sizing: border-box;
}
.m1-landing a {
  color: inherit;
  text-decoration: none;
}
.m1-landing button,
.m1-landing input {
  font: inherit;
}
.m1-landing button,
.m1-landing input[type="submit"] {
  cursor: pointer;
}
.m1-landing button {
  color: inherit;
}
.m1-landing :focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 5px;
}
.m1-landing [hidden] {
  display: none !important;
}
.shell {
  width: min(1320px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  padding: 12px;
  background: var(--green);
  color: #101b0c !important;
  z-index: 10;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand {
  display: block;
  width: 236px;
  flex-shrink: 0;
}
.brand img,
.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}
.site-header nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  margin-right: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #bdc6d1;
}
.site-header nav a:hover,
.site-footer a:hover {
  color: var(--green);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.language {
  font-size: 13px;
  font-weight: 700;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
  transition:
    background 0.18s,
    transform 0.18s,
    border-color 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--green);
  color: #122009 !important;
  box-shadow: 0 5px 26px #bbee4c13;
}
.button-primary:hover {
  background: #d0ff6b;
}
.button-outline {
  border-color: #6c788c;
  background: transparent;
}
.button-outline:hover {
  border-color: var(--green);
  background: #bbef4c0b;
}
.button span {
  font-size: 22px;
  font-weight: 400;
}
.header-login {
  font-size: 13px;
  letter-spacing: 0;
  min-height: 43px;
  padding: 8px 17px;
  gap: 18px;
}
.hero {
  position: relative;
  isolation: isolate;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
  transform: translateX(-12%);
  mask-image: linear-gradient(90deg, #000 85%, transparent);
  z-index: -3;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      #07101cc7 0%,
      #07101c69 39%,
      #07101c05 64%,
      #07101c4d 100%
    ),
    linear-gradient(0deg, #080f19 0%, #080f1938 25%, transparent 70%);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 366px;
  gap: 72px;
  align-items: center;
  padding-block: 66px 62px;
  min-height: 726px;
}
.hero-copy {
  max-width: 690px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px #bbef4c55;
}
.hero h1 {
  font-family: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(64px, 6.7vw, 100px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.hero h1 span {
  color: var(--green);
}
.hero-description {
  max-width: 440px;
  color: #c2cedc;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 28px;
}
.hero-cta {
  min-height: 54px;
  padding-inline: 25px;
  gap: 40px;
}
.hero-note {
  color: #a3b1bf;
  font-size: 12px;
  margin: 12px 0 32px;
}
.discover-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
}
.play-mark {
  border: 1px solid #ffffff5c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 17px;
}
.discover-link:hover {
  color: var(--green);
}
.auth-card {
  padding: 27px 28px 0;
  background: #101b29f5;
  border: 1px solid #ffffff26;
  border-radius: 10px;
  box-shadow: 0 24px 60px #0005;
  backdrop-filter: blur(16px);
  min-width: 0;
}
.auth-tabs {
  display: none;
  border-bottom: 1px solid var(--line);
  margin-bottom: 25px;
  gap: 22px;
}
.m1-js .auth-tabs {
  display: flex;
}
.auth-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  font-size: 14px;
  font-weight: 600;
  color: #8e9dad;
  padding: 0 0 13px;
  flex: 1;
  white-space: nowrap;
}
.auth-tabs button[aria-selected="true"] {
  color: var(--green);
  border-bottom-color: var(--green);
}
.card-kicker {
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
}
.auth-card h2 {
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.25;
  margin: 0 0 8px;
}
.auth-intro {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 22px;
}
.field {
  margin-bottom: 16px;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #d1dae4;
}
.field input:not([type="hidden"]) {
  display: block;
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid #354152;
  background: #0c1521;
  border-radius: 5px;
  color: #fff;
  padding: 10px 12px;
  font-size: 16px;
  transition: border-color 0.18s;
}
.field input:focus {
  border-color: var(--green);
  outline: 2px solid #bbef4c33;
  outline-offset: 1px;
}
.field small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.password-field {
  position: relative;
}
.password-field input {
  padding-right: 76px !important;
}
.password-toggle {
  position: absolute;
  right: 5px;
  top: 3px;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: #b8c5d3 !important;
  font-size: 11px !important;
  padding-inline: 8px;
}
.forgot-link {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #c3cddb !important;
  margin: -3px 0 22px;
}
.forgot-link:hover {
  color: var(--green) !important;
}
.submit-button {
  display: block;
  width: 100%;
  font-size: 12px !important;
  font-weight: 800 !important;
  white-space: normal;
  min-height: 47px;
}
.field-error {
  color: #ffb2ac;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.global-messages ul {
  list-style: none;
  padding: 12px;
  margin: 0 0 16px;
  color: #ffb2ac;
  border: 1px solid #ffb2ac66;
  border-radius: 5px;
  font-size: 13px;
}
.global-messages:empty {
  display: none;
}
.social-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: #8d9cac;
  margin: 20px 0 15px;
}
.social-divider:before,
.social-divider:after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}
.social-buttons {
  display: flex;
  gap: 10px;
}
.social-buttons > button,
.social-buttons > span {
  flex: 1;
  min-width: 0;
}
.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 43px;
  padding: 8px;
  border: 1px solid #354152;
  background: #172332;
  border-radius: 5px;
  font-size: 12px !important;
  font-weight: 600;
  width: 100%;
}
.social-button:hover {
  background: #243344;
}
.social-button[aria-busy="true"] {
  opacity: 0.65;
  cursor: wait;
}
.google-mark {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.facebook-mark {
  font: bold 23px Arial;
  color: #80afff;
}
.card-bottom {
  text-align: center;
  font-size: 11px;
  color: #91a2b6;
  border-top: 1px solid var(--line);
  margin: 24px -28px 0;
  padding: 14px 20px;
}
.card-bottom span {
  color: var(--green);
  margin-right: 6px;
}
.terms-note {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  margin: 14px 0 0;
}
.terms-note a {
  text-decoration: underline;
}
.auth-form[aria-busy="true"] .submit-button {
  opacity: 0.6;
  cursor: wait;
}
.hero-baseline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #92a3b8;
  padding-block: 20px;
  border-top: 1px solid var(--line);
}
.baseline-slash {
  color: var(--green);
  padding-inline: 12px;
}
.baseline-right {
  display: flex;
  gap: 24px;
}
.game-section {
  padding-top: 76px;
  padding-bottom: 58px;
  scroll-margin-top: 25px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 80px;
  margin-bottom: 38px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
.section-heading h2 {
  font-family: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  font-size: 48px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin: 0;
}
.section-heading h2 span {
  color: #7f91a5;
}
.section-heading > p {
  max-width: 360px;
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 3px;
  line-height: 1.8;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.feature {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(135deg, #16233580, #10192480);
  padding: 27px 29px 29px;
}
.feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.feature-top svg,
.feature-top .feature-icon {
  width: 43px;
  height: 43px;
  color: var(--green);
}
.feature-top span {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 30px;
  color: #425165;
}
.feature h3 {
  font-size: 19px;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
}
.feature p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}
.club-strip {
  margin-top: 40px;
  padding: 27px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
}
.club-strip > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.club-strip p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.club-strip strong {
  display: block;
  color: #e2e9f2;
  font-size: 15px;
  font-weight: 600;
}
.club-strip .button {
  font-size: 11px;
  min-height: 45px;
}
.site-footer {
  padding-block: 30px 32px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer-brand {
  display: block;
  width: 150px;
  opacity: 0.8;
}
.site-footer p {
  font-size: 11px;
  color: #75869a;
  margin: 12px 0 0;
}
.site-footer nav {
  display: flex;
  gap: 28px;
  font-size: 12px;
  color: #9caaba;
}
.captcha-image {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.captcha-image img {
  max-width: 65%;
}
.captcha-refresh {
  border: 1px solid var(--line);
  background: none;
  font-size: 12px !important;
  padding: 8px;
}
.auth-panel {
  scroll-margin-top: 24px;
}
.auth-panel + .auth-panel {
  margin-top: 28px;
}
.m1-js .auth-panel + .auth-panel {
  margin-top: 0;
}
@media (min-width: 1600px) {
  .hero-layout {
    min-height: 780px;
  }
  .hero-image {
    object-position: center 62%;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 56px);
  }
  .site-header {
    gap: 20px;
    height: 90px;
  }
  .brand {
    width: 196px;
  }
  .site-header nav {
    gap: 20px;
    margin-right: 10px;
  }
  .header-actions {
    gap: 18px;
  }
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) 342px;
    gap: 34px;
    padding-block: 48px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .hero-description {
    max-width: 355px;
    font-size: 14px;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
  }
  .auth-card {
    padding-inline: 23px;
  }
  .card-bottom {
    margin-inline: -23px;
  }
  .feature {
    padding: 23px;
  }
  .section-heading {
    gap: 35px;
  }
  .baseline-right {
    display: none;
  }
}
@media (max-width: 820px) {
  .site-header nav {
    display: none;
  }
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) 315px;
    gap: 25px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-copy .eyebrow {
    max-width: 230px;
    line-height: 1.8;
  }
  .hero-cta {
    font-size: 11px;
    gap: 18px;
    padding-inline: 17px;
  }
  .hero-note {
    font-size: 10px;
  }
  .auth-card {
    padding-inline: 19px;
  }
  .card-bottom {
    margin-inline: -19px;
  }
  .auth-card h2 {
    font-size: 22px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .feature-grid {
    gap: 12px;
  }
  .feature {
    padding: 20px;
  }
  .feature h3 {
    font-size: 17px;
  }
  .section-heading > p {
    max-width: 280px;
  }
}
@media (max-width: 680px) {
  .shell {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 78px;
    gap: 15px;
  }
  .brand {
    width: 167px;
  }
  .header-actions {
    gap: 14px;
  }
  .header-login {
    font-size: 11px;
    padding: 8px 10px;
    min-height: 38px;
    gap: 0;
  }
  .header-login span {
    display: none;
  }
  .language {
    font-size: 11px;
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
    padding-block: 39px 32px;
    min-height: 0;
  }
  .hero-image {
    transform: none;
    mask-image: none;
    height: 620px;
    object-position: 62% top;
    object-fit: cover;
  }
  .hero-shade {
    background:
      linear-gradient(0deg, #080f19 0%, #080f19 45%, #080f1910 80%),
      linear-gradient(90deg, #07101cb3, transparent);
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-copy .eyebrow {
    max-width: none;
    font-size: 9px;
    letter-spacing: 0.12em;
    margin-bottom: 19px;
  }
  .hero h1 {
    font-size: clamp(60px, 15vw, 88px);
    margin-bottom: 20px;
    line-height: 0.98;
  }
  .hero-description {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.7;
  }
  .hero-cta {
    font-size: 12px;
    min-height: 51px;
    padding-inline: 22px;
    gap: 30px;
  }
  .hero-note {
    font-size: 11px;
    margin-bottom: 21px;
  }
  .discover-link {
    font-size: 12px;
  }
  .auth-card {
    width: 100%;
    max-width: 440px;
    margin-inline: auto;
    padding: 25px 24px 0;
    backdrop-filter: none;
    background: #111c2a;
  }
  .auth-card h2 {
    font-size: 26px;
  }
  .card-bottom {
    margin-inline: -24px;
  }
  .field label {
    font-size: 13px;
  }
  .auth-intro {
    font-size: 14px;
  }
  .card-kicker {
    font-size: 10px;
  }
  .auth-tabs button {
    font-size: 14px;
  }
  .hero-baseline {
    font-size: 8px;
    letter-spacing: 0.09em;
    padding-block: 17px;
  }
  .game-section {
    padding-block: 45px 37px;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading h2 {
    font-size: 42px;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 20px;
    font-size: 14px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature {
    padding: 24px;
  }
  .feature-top {
    margin-bottom: 12px;
  }
  .feature h3 {
    font-size: 20px;
  }
  .feature p {
    font-size: 14px;
  }
  .club-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
  }
  .club-strip .button {
    width: 100%;
    font-size: 12px;
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-block: 28px;
  }
  .site-footer nav {
    gap: 22px;
    flex-wrap: wrap;
  }
  .terms-note,
  .card-bottom {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .shell {
    width: calc(100% - 28px);
  }
  .brand {
    width: 143px;
  }
  .header-actions {
    gap: 9px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .auth-card {
    padding-inline: 18px;
  }
  .card-bottom {
    margin-inline: -18px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .m1-landing * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
