:root {
  color-scheme: dark;
  --black: #050505;
  --panel: #171719;
  --panel-2: #222225;
  --line: #353538;
  --text: #f6f6f6;
  --muted: #b1b1b5;
  --red: #e00000;
  --red-dark: #9d0000;
  --gold: #d0a753;
  --shell: 1220px;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; overscroll-behavior-x: none; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--text); min-width: 320px; }
button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, [role="button"]:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(4,4,4,.97); border-bottom: 1px solid #262626; backdrop-filter: blur(12px); }
.header-top { height: 55px; display: flex; align-items: center; gap: 24px; }
.logo-button { border: 0; background: transparent; padding: 0; cursor: pointer; }
.logo-button img { display: block; width: 143px; height: auto; }
.record-badge { width: 118px; margin-left: auto; }
.utility-nav, .main-nav { display: flex; align-items: center; gap: 22px; }
.utility-nav button, .main-nav button, .site-footer button { border: 0; background: transparent; padding: 6px 0; font-size: 13px; color: #c9c9cc; cursor: pointer; }
.utility-nav button:hover, .main-nav button:hover, .site-footer button:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.text-action { border: 0; background: transparent; cursor: pointer; }
.primary-action { border: 0; border-radius: 999px; background: linear-gradient(180deg, #f10b0b, #d00000); color: #fff; min-height: 42px; padding: 0 29px; font-weight: 800; cursor: pointer; box-shadow: 0 8px 25px rgba(224,0,0,.24); }
.primary-action:hover { background: linear-gradient(180deg, #ff2323, #db0000); transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.main-nav { height: 50px; border-top: 1px solid #171717; }
.main-nav .download-button { margin-left: auto; width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; font-size: 22px; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 600px; overflow: hidden; background: #000; }
.hero-media { position: absolute; inset: 0; background: center / cover no-repeat; transition: opacity .25s ease; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.18) 52%, rgba(0,0,0,.1) 100%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 30%); }
.hero-content { position: relative; z-index: 2; min-height: 600px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-bottom: 52px; }
.hero-kicker { margin: 0 0 16px; color: var(--gold); font-size: clamp(48px, 6vw, 88px); line-height: .9; font-weight: 900; letter-spacing: -.04em; }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(37px, 4.3vw, 65px); line-height: 1.05; letter-spacing: -.03em; }
.hero-copy { color: #c7c7c7; margin: 18px 0 0; line-height: 1.55; }
.hero-button { margin-top: 24px; min-width: 175px; }
.hero-person { position: absolute; right: 0; bottom: 95px; text-align: right; text-shadow: 0 2px 14px #000; }
.hero-person strong { display: block; font-size: 28px; }
.hero-person span { color: #cfcfcf; }
.slider-arrow { position: absolute; z-index: 3; top: 50%; width: 54px; height: 80px; border: 0; background: rgba(0,0,0,.22); color: #fff; font-size: 50px; cursor: pointer; transform: translateY(-50%); }
.slider-arrow.previous { left: 0; }
.slider-arrow.next { right: 0; }
.hero-dots { position: absolute; z-index: 3; left: 50%; bottom: 16px; display: flex; gap: 8px; transform: translateX(-50%); }
.hero-dots button { width: 30px; height: 4px; padding: 0; border: 0; background: #5d5d60; cursor: pointer; }
.hero-dots button.active { background: var(--red); }

.players-online { height: 72px; display: flex; justify-content: center; align-items: center; gap: 12px; background: #fff; color: #111; }
.players-online img { width: 32px; }
.players-online strong { color: var(--red); font-size: 30px; }
.players-online span { font-size: 18px; font-weight: 700; }

.content-section { padding: 86px 0; background: var(--panel); }
.games-section, .community-section { background: #101011; }
.section-heading { text-align: center; max-width: 880px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .2em; }
.section-heading h2, .feature-copy h2, .wsop-section h2, .community-card h2, .join-section h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.06; letter-spacing: -.025em; }
.section-heading > p:last-child, .feature-copy > p:last-of-type, .community-card p, .wsop-section p { color: var(--muted); line-height: 1.7; }
.content-section h3 { margin: 45px 0 24px; font-size: 24px; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.promo-card { overflow: hidden; border-radius: 9px; background: #252527; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.promo-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(0,0,0,.35); }
.promo-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.promo-card div { padding: 22px; }
.promo-card h4 { margin: 0 0 10px; font-size: 21px; }
.promo-card p { min-height: 60px; margin: 0 0 18px; color: var(--muted); line-height: 1.5; font-size: 14px; }
.promo-card span, .wide-feature span { color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.game-groups { display: grid; gap: 48px; }
.card-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.promo-grid, .card-row { scrollbar-width: none; }
.promo-grid::-webkit-scrollbar, .card-row::-webkit-scrollbar { display: none; }
.game-card { min-height: 0; overflow: hidden; display: block; border: 0; border-radius: 9px; padding: 0; text-align: left; cursor: pointer; background: #1c1c1e; }
.game-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.game-label { display: block; min-height: 54px; padding: 17px 20px; color: #fff; font-size: 16px; font-weight: 800; }
.feature-band { padding: 92px 0; overflow: hidden; background: linear-gradient(135deg, #252527 0 54%, #18181a 54%); }
.feature-showcase { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 64px; }
.feature-copy { max-width: 620px; }
.feature-showcase > img { display: block; width: 100%; max-height: 440px; object-fit: contain; }
.outline-action { min-height: 44px; margin-top: 20px; padding: 0 24px; border: 1px solid #ddd; border-radius: 999px; background: transparent; color: #fff; font-weight: 800; cursor: pointer; }
.anywhere-section { background: #f5f5f5; color: #111; }
.anywhere-section .section-heading h2 { color: #d40000; }
.anywhere-section .section-heading > p:last-child { color: #555; }
.anywhere-showcase { display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; gap: 24px; margin-top: 34px; }
.anywhere-showcase > img { display: block; width: 100%; min-width: 0; object-fit: contain; }
.anywhere-copy { min-width: 0; padding: 22px 10px; text-align: center; cursor: pointer; }
.anywhere-copy h3 { margin: 0 0 10px; font-size: 24px; }
.anywhere-copy p { margin: 0 0 20px; color: #555; line-height: 1.55; }
.anywhere-copy span { color: #d40000; font-size: 12px; font-weight: 900; letter-spacing: .09em; }
.wide-feature { min-height: 350px; display: flex; align-items: flex-end; border-radius: 10px; overflow: hidden; padding: 34px; cursor: pointer; background: linear-gradient(145deg, #2c2c31, #111); }
.wide-feature.cash { background: radial-gradient(circle at 70% 25%, rgba(221,0,0,.4), transparent 32%), linear-gradient(145deg, #211, #080808); }
.wide-feature h3 { margin: 0 0 10px; font-size: 29px; }
.wide-feature p { color: var(--muted); }
.wsop-section { min-height: 520px; padding: 105px 0; background: #050505 url("assets/home_section_wsop_glory_bg_d.webp") center / cover no-repeat; }
.wsop-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 35px; }
.wsop-copy { padding: 42px 0; }
.wsop-copy h2 { color: #d7b15e; }
.stars-section { overflow: hidden; padding: 90px 0 0; background: linear-gradient(135deg, #232325 0 58%, #18181a 58%); }
.stars-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 54px; }
.stars-copy { align-self: center; padding-bottom: 70px; }
.stars-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; }
.stars-copy > p:last-of-type { color: var(--muted); line-height: 1.65; }
.star-stage { position: relative; min-height: 470px; }
.star-stage > img { position: absolute; inset: auto 0 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.star-caption { position: absolute; right: 0; bottom: 46px; display: grid; padding: 14px 18px; border-radius: 8px; background: rgba(0,0,0,.64); }
.star-caption strong { font-size: 22px; }
.star-caption span { margin-top: 5px; color: var(--gold); }
.star-controls { position: absolute; right: 0; top: 38px; display: flex; gap: 12px; }
.star-controls button { width: 50px; height: 50px; border: 0; border-radius: 50%; background: #4b4b4e; color: #fff; font-size: 30px; cursor: pointer; }
.community-card { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; }
.community-image img { display: block; width: 100%; border-radius: 9px; }
.community-section { background: #f5f5f5; color: #111; }
.community-section .eyebrow { color: #d40000; }
.community-section .community-card p { color: #555; }
.community-section .outline-action { border-color: #d40000; color: #d40000; }
.join-section { padding: 90px 0; text-align: center; background: radial-gradient(circle at center, #401313, #090909 62%); }
.join-section p { color: #d7d7d7; letter-spacing: .08em; }
.join-section .primary-action { margin-top: 28px; }

.site-footer { padding: 70px 0 30px; background: #050505; border-top: 1px solid #262626; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.footer-brand img { width: 160px; }
.footer-brand p, .disclaimer { color: #89898e; line-height: 1.6; font-size: 13px; }
.footer-grid h3 { margin: 0 0 16px; text-transform: uppercase; font-size: 14px; letter-spacing: .14em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.disclaimer { margin-top: 48px; padding-top: 24px; border-top: 1px solid #222; }
.disclaimer strong { color: #ddd; }

.promo-modal { position: fixed; inset: 0; z-index: 90; display: flex; width: 100vw; height: 100vh; height: 100dvh; max-width: 100vw; align-items: center; justify-content: center; overflow: hidden; padding: 20px; background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.promo-modal[hidden] { display: none; }
.promo-dialog { position: relative; flex: 0 1 520px; width: 100%; max-width: 520px; min-width: 0; max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px); overflow-x: hidden; overflow-y: auto; margin: auto; padding: 44px 42px 38px; border: 1px solid rgba(223,177,82,.62); border-radius: 18px; background: radial-gradient(circle at 50% 0%, #3a2310, #171719 48%, #090909 100%); text-align: center; box-shadow: 0 30px 90px rgba(0,0,0,.72), 0 0 45px rgba(208,167,83,.12); }
.promo-dialog::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #7e4c16, #efcc78, #7e4c16); }
.promo-close { position: absolute; top: 12px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 27px; line-height: 1; cursor: pointer; }
.promo-close:hover { background: rgba(255,255,255,.16); }
.promo-chip { display: inline-block; padding: 7px 13px; border: 1px solid rgba(239,204,120,.52); border-radius: 999px; color: #f2ce79; font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.promo-gift { margin: 16px 0 2px; color: var(--red); font-size: 48px; line-height: 1; text-shadow: 0 5px 24px rgba(224,0,0,.35); }
.promo-dialog h2 { margin: 8px 0 16px; overflow-wrap: anywhere; font-size: clamp(28px, 5vw, 43px); line-height: 1.05; letter-spacing: -.03em; }
.promo-dialog h2 span { display: block; }
.promo-dialog p { margin: 0 auto; max-width: 430px; color: #dadade; font-size: 17px; line-height: 1.65; }
.promo-claim { width: min(280px, 100%); margin-top: 26px; }
.promo-dialog small { display: block; margin-top: 18px; color: #8d8d92; }
body.promo-open { overflow: hidden; }

.auth-view { position: fixed; inset: 0; z-index: 100; overflow: auto; background: radial-gradient(circle at 50% 20%, #2a1111, #060606 46%); }
body.auth-open > :not(.auth-view):not(script) { display: none !important; }
.auth-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid #292929; background: rgba(5,5,5,.9); }
.auth-back { border: 0; background: transparent; color: #ddd; cursor: pointer; }
.auth-main { min-height: calc(100vh - 72px); display: grid; place-items: center; padding: 34px 18px; }
.auth-card { width: min(460px, 100%); padding: 34px; border: 1px solid #3b3b3e; border-radius: 14px; background: rgba(29,29,32,.98); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.prototype-badge { display: inline-block; border: 1px solid #a16c6c; border-radius: 999px; padding: 6px 10px; color: #f0c6c6; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.auth-symbol { color: var(--red); font-size: 40px; margin-top: 18px; }
.auth-card h1 { margin: 4px 0 8px; font-size: 35px; }
.auth-lead { margin: 0 0 16px; color: #c7c7cb; }
.safe-notice { margin: 0 0 24px; padding: 12px 14px; border-left: 3px solid var(--red); background: #111; color: #d7d7d7; font-size: 13px; line-height: 1.5; }
.auth-card label { display: block; margin: 15px 0 7px; font-size: 13px; font-weight: 800; }
.auth-card input { width: 100%; height: 48px; border: 1px solid #4b4b4f; border-radius: 7px; background: #101011; color: #fff; padding: 0 13px; }
.auth-card input:focus { border-color: #fff; outline: none; }
.password-row { display: grid; grid-template-columns: 1fr auto; }
.password-row input { border-radius: 7px 0 0 7px; }
.password-toggle { border: 1px solid #4b4b4f; border-left: 0; border-radius: 0 7px 7px 0; background: #252527; padding: 0 14px; cursor: pointer; }
.field-error { min-height: 17px; margin: 4px 0 0; color: #ff8585; font-size: 12px; }
.auth-submit { width: 100%; margin-top: 12px; }
.form-status { min-height: 20px; text-align: center; font-weight: 800; }
.form-status.success { color: #72df92; }
.form-status.error { color: #ff8585; }
.auth-switch { text-align: center; color: #c4c4c8; }
.auth-switch button { border: 0; background: transparent; color: #ff4949; font-weight: 800; cursor: pointer; }

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .utility-nav, .main-nav, .record-badge, .header-actions .primary-action { display: none; }
  .header-top { height: 64px; }
  .logo-button img { width: 140px; }
  .header-actions { margin-left: auto; }
  .header-actions .text-action { font-size: 12px; font-weight: 800; }
  .menu-toggle { display: block; }
  .mobile-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; background: #28282a; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu button { min-height: 48px; border: 0; background: #101011; color: #ddd; }
  .mobile-menu .accent { background: var(--red); color: #fff; }
  .hero, .hero-content { min-height: 440px; }
  .hero-media { background-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.05)), linear-gradient(0deg, rgba(0,0,0,.4), transparent 50%); }
  .hero-content { justify-content: flex-start; padding-top: 38px; padding-bottom: 48px; }
  .hero-kicker { font-size: 52px; }
  .hero h1 { max-width: 260px; font-size: 24px; }
  .hero-copy { font-size: 13px; line-height: 1.45; }
  .hero-person { position: static; margin-top: 10px; text-align: left; }
  .hero-person strong { font-size: 16px; }
  .hero-person span { font-size: 12px; }
  .hero-button { margin-top: auto; min-height: 40px; min-width: 108px; padding: 0 22px; }
  .slider-arrow { display: none; }
  .players-online { height: 64px; gap: 9px; }
  .players-online strong { font-size: 25px; }
  .players-online span { font-size: 16px; }
  .content-section { padding: 62px 0; }
  .section-heading h2, .feature-copy h2, .wsop-section h2, .community-card h2, .join-section h2 { font-size: 34px; }
  .game-groups, .game-groups > div { width: 100%; min-width: 0; max-width: 100%; }
  .promo-grid { display: flex; width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .promo-card { flex: 0 0 84%; scroll-snap-align: start; }
  .card-row { display: flex; width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 10px; }
  .game-card { flex: 0 0 70%; min-height: 0; }
  .feature-band { padding: 78px 0; }
  .feature-copy { width: 100%; margin-inline: auto; }
  .feature-showcase, .anywhere-showcase, .wsop-layout, .stars-layout, .community-card, .footer-grid { grid-template-columns: 1fr; }
  .feature-showcase { gap: 34px; }
  .feature-showcase > img { max-height: 340px; }
  .anywhere-showcase { gap: 4px; }
  .anywhere-showcase > img { grid-row: 2; }
  .anywhere-copy { padding: 18px 0; }
  .wide-feature { min-height: 280px; }
  .wsop-section { min-height: 620px; padding: 70px 0 48px; background-position: 34% center; }
  .wsop-spacer { display: none; }
  .wsop-copy { margin-top: 260px; padding: 0; text-shadow: 0 2px 12px #000; }
  .stars-section { padding-top: 64px; }
  .stars-layout { gap: 10px; }
  .stars-copy { padding-bottom: 8px; }
  .star-stage { min-height: 430px; }
  .star-caption { right: 4px; bottom: 24px; }
  .star-controls { top: 18px; }
  .community-card { gap: 30px; }
  .footer-grid { gap: 30px; }
  .footer-grid > div:not(.footer-brand) { padding-top: 24px; border-top: 1px solid #222; }
  .auth-header { padding: 0 16px; }
  .auth-card { padding: 26px 20px; }
  .promo-modal { padding: 16px; }
  .promo-dialog { max-height: calc(100dvh - 32px); padding: 40px 24px 30px; }
  .promo-dialog p { font-size: 15px; line-height: 1.55; }
}

@media (max-width: 430px) {
  .shell { width: calc(100% - 28px); }
  .hero, .hero-content { min-height: 378px; }
  .hero-content { padding-top: 34px; }
  .hero-kicker { margin-bottom: 12px; font-size: 46px; }
  .hero h1 { font-size: 21px; line-height: 1.2; }
  .hero-copy { margin-top: 10px; }
  .hero-button { margin-top: 18px; }
  .hero-dots { bottom: 14px; }
  .players-online img { width: 29px; }
  .players-online strong { font-size: 24px; }
  .players-online span { font-size: 15px; }
  .section-heading h2, .feature-copy h2, .wsop-section h2, .community-card h2, .join-section h2 { font-size: 30px; }
  .promo-card { flex-basis: 90%; }
  .game-card { flex-basis: 78%; }
  .promo-modal { padding: 12px; }
  .promo-dialog { max-width: none; max-height: calc(100dvh - 24px); padding: 36px 18px 26px; border-radius: 14px; }
  .promo-dialog h2 { max-width: 100%; margin-inline: auto; font-size: clamp(25px, 8vw, 30px); }
  .promo-dialog p { max-width: 100%; overflow-wrap: break-word; }
  .promo-claim { max-width: 100%; }
}

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