:root {
  color-scheme: dark;
  --ink: #100024;
  --ink-2: #170435;
  --panel: #210b46;
  --panel-2: #311265;
  --line: rgba(255,255,255,.13);
  --lime: #8cff00;
  --orange: #ff5b00;
  --pink: #eb40ff;
  --white: #fff;
  --muted: #c8bdd9;
  --shadow: 0 20px 60px rgba(5,0,18,.45);
  font-family: Inter, ui-rounded, "Arial Rounded MT Bold", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 148px; }
body { margin: 0; background: var(--ink); color: var(--white); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(circle at 16% 8%, #3c0e72 0, transparent 28%), radial-gradient(circle at 84% 26%, #251059 0, transparent 28%), var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 100; background: var(--lime); color: #17042b; padding: .75rem 1rem; border-radius: 10px; font-weight: 900; }
.skip-link:focus { top: 1rem; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem clamp(1rem, 3vw, 3.5rem); background: rgba(18,2,47,.96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); }
.brand { position: relative; display: inline-flex; align-items: center; min-width: 132px; color: #fff; font-size: clamp(2rem, 4vw, 2.65rem); line-height: 1; font-weight: 950; letter-spacing: -.1em; text-decoration: none; text-transform: lowercase; }
.brand::before, .brand::after { content: ""; position: absolute; top: -2px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.brand::before { left: 3px; }
.brand::after { right: 4px; }
.header-cta, .hero-cta, .cta, .orange-cta { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem clamp(1rem, 2.5vw, 1.65rem); border: 0; border-radius: 999px; background: var(--lime); color: #16052c; font-weight: 950; line-height: 1.05; text-align: center; text-decoration: none; box-shadow: 0 10px 24px rgba(140,255,0,.16); transition: transform .18s ease, filter .18s ease; }
.hero-cta, .orange-cta { background: var(--orange); color: #fff; box-shadow: 0 10px 28px rgba(255,91,0,.24); }
.header-cta:hover, .hero-cta:hover, .cta:hover, .orange-cta:hover { transform: translateY(-2px); filter: brightness(1.08); }
.product-nav { position: sticky; top: 76px; z-index: 40; display: flex; justify-content: center; gap: 0; overflow-x: auto; background: #241344; border-bottom: 1px solid rgba(255,255,255,.1); scrollbar-width: none; }
.product-nav::-webkit-scrollbar { display: none; }
.product-nav a { flex: 0 0 auto; padding: .75rem clamp(.9rem, 2vw, 1.6rem); border-right: 1px solid rgba(255,255,255,.12); color: #fff; font-weight: 850; font-size: .88rem; text-decoration: none; text-transform: uppercase; letter-spacing: .02em; }
.product-nav a:hover, .product-nav a[aria-current="page"] { color: var(--lime); background: rgba(255,255,255,.04); }
main { overflow: hidden; padding-top: 76px; }
.shell { width: min(1480px, calc(100% - 2rem)); margin-inline: auto; }
.hero { position: relative; min-height: min(590px, 72vh); display: grid; align-items: center; margin: 1.35rem auto .8rem; overflow: hidden; border-radius: 28px; background: #472077; box-shadow: var(--shadow); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(90deg, rgba(13,0,37,.08), rgba(13,0,37,.05)), url('/assets/img/hero-irwin.webp'); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 54%, rgba(12,0,34,.72)); pointer-events: none; }
.hero-copy { width: min(520px, 44%); margin: 0 auto; padding: 2rem; border: 2px solid rgba(255,255,255,.1); border-radius: 46% 54% 48% 52% / 40% 42% 58% 60%; background: rgba(24,7,79,.94); text-align: center; box-shadow: 0 18px 50px rgba(14,0,44,.4); }
.eyebrow { margin: 0 0 .45rem; color: var(--lime); font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 .65rem; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2rem, 4vw, 4rem); }
h2 { font-size: clamp(1.65rem, 2.5vw, 2.55rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.45rem); }
.hero-copy p:not(.eyebrow) { margin: 0 auto 1.1rem; color: #f3edf9; font-size: clamp(1rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.ghost-cta { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .7rem 1.25rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; color: #fff; font-weight: 850; text-decoration: none; background: rgba(16,0,36,.4); }
.hero-note { display: block; margin-top: .75rem; color: #d7cae6; font-size: .82rem; }
.payment-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: .5rem; padding: 1rem clamp(1rem,3vw,2.4rem); border-radius: 18px; background: #2b1454; color: #f8f2ff; box-shadow: var(--shadow); }
.payment-strip span { display: grid; place-items: center; min-height: 42px; border-radius: 10px; background: rgba(255,255,255,.045); font-weight: 850; letter-spacing: .02em; }
.quick-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-block: 1.25rem; }
.quick-card { position: relative; min-height: 104px; display: flex; align-items: flex-end; overflow: hidden; padding: 1rem; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: linear-gradient(135deg, #5a1b9d, #2c0b63); text-decoration: none; font-size: 1.12rem; font-weight: 950; box-shadow: var(--shadow); }
.quick-card::after { content: attr(data-icon); position: absolute; right: .75rem; top: .25rem; font-size: 3.8rem; filter: drop-shadow(0 8px 10px rgba(0,0,0,.35)); transform: rotate(-6deg); }
.quick-card:nth-child(2) { background: linear-gradient(135deg, #bd28ff, #6b12bd); }
.quick-card:nth-child(3) { background: linear-gradient(135deg, #169fff, #1461e8); }
.quick-card:nth-child(4) { background: linear-gradient(135deg, #ff4261, #9d1849); }
.portal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 1rem; align-items: start; margin-block: 1.4rem; }
.game-feed { min-width: 0; display: grid; gap: 1rem; }
.game-section { overflow: hidden; padding: clamp(1rem,2vw,1.7rem); border: 1px solid rgba(255,255,255,.08); border-radius: 24px; background: linear-gradient(135deg, rgba(59,25,117,.96), rgba(29,6,66,.98)); box-shadow: var(--shadow); }
.game-section:nth-child(even) { background: linear-gradient(135deg, rgba(48,14,82,.98), rgba(25,6,64,.98)); }
.section-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.section-head p { margin: 0; color: var(--muted); }
.section-title { display: flex; align-items: center; gap: .65rem; }
.section-title .icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(135deg, var(--pink), var(--orange)); font-size: 1.3rem; }
.search-games { width: min(360px, 100%); min-height: 46px; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(13,1,37,.5); color: #fff; }
.search-games::placeholder { color: #c9bddb; }
.game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.game-card { position: relative; overflow: hidden; min-width: 0; border-radius: 15px; background: #12042c; box-shadow: 0 10px 24px rgba(8,0,25,.34); }
.game-card[hidden] { display: none; }
.game-card img { width: 100%; aspect-ratio: 371 / 264; object-fit: cover; transition: transform .28s ease, filter .28s ease; }
.game-meta { display: flex; align-items: center; justify-content: space-between; gap: .5rem; min-height: 48px; padding: .62rem .72rem; background: #18073b; }
.game-name { overflow: hidden; font-weight: 850; white-space: nowrap; text-overflow: ellipsis; }
.game-tag { flex: none; padding: .22rem .42rem; border-radius: 6px; background: var(--lime); color: #16052f; font-size: .68rem; font-weight: 950; text-transform: uppercase; }
.game-overlay { position: absolute; inset: 0 0 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; padding: .75rem; background: linear-gradient(180deg, rgba(18,2,50,.22), rgba(19,2,48,.94)); opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease; }
.game-card:hover .game-overlay, .game-card:focus-within .game-overlay { opacity: 1; transform: translateY(0); }
.game-card:hover img, .game-card:focus-within img { transform: scale(1.06); filter: saturate(1.15); }
.real-play { width: 100%; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .55rem .65rem; border-radius: 999px; background: var(--lime); color: #17042f; font-size: .78rem; font-weight: 950; line-height: 1.15; text-align: center; text-decoration: none; }
.demo-button { min-height: 40px; padding: .45rem .9rem; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; background: rgba(28,5,71,.75); color: #fff; font-weight: 850; cursor: pointer; }
.empty-games { display: none; padding: 1rem; border-radius: 12px; background: rgba(0,0,0,.18); color: var(--muted); }
.side-rail { position: sticky; top: 136px; display: grid; gap: 1rem; }
.side-card { overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: #21104b; box-shadow: var(--shadow); }
.side-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.side-copy { padding: 1rem; }
.side-copy p { color: var(--muted); }
.side-copy .orange-cta { width: 100%; }
.stat-stack { display: grid; gap: .65rem; padding: 1rem; }
.stat { display: flex; justify-content: space-between; gap: .75rem; padding: .8rem; border-radius: 12px; background: rgba(255,255,255,.05); }
.stat strong { color: var(--lime); }
.feature-banner { position: relative; min-height: 330px; display: grid; align-items: center; overflow: hidden; margin-block: 1.25rem; padding: clamp(1.2rem,4vw,3.2rem); border-radius: 26px; background: linear-gradient(90deg, rgba(29,3,63,.96) 0 43%, rgba(29,3,63,.25)), url('/assets/img/jackpot-pup.webp') center/cover; box-shadow: var(--shadow); }
.feature-banner > div { width: min(540px, 62%); }
.feature-banner p { color: #e4daed; }
.lime { color: var(--lime); }
.content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1rem; margin-block: 1.25rem; }
.visual-panel, .article-card, .faq-card, .notice-card { border: 1px solid rgba(255,255,255,.09); border-radius: 24px; background: linear-gradient(145deg, #2b105e, #19043d); box-shadow: var(--shadow); }
.visual-panel { overflow: hidden; }
.visual-panel img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.article-card { padding: clamp(1.2rem,3vw,2.3rem); }
.article-card p, .article-card li, .faq-card p, .notice-card p { color: #ded4e8; }
.article-card a, .notice-card a { color: var(--lime); }
.article-card + .article-card { margin-top: 1rem; }
.fact-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; margin-block: 1.25rem; }
.fact-card { position: relative; overflow: hidden; min-height: 145px; padding: 1rem; border: 1px solid var(--line); border-radius: 20px; background: radial-gradient(circle at 90% 10%, rgba(236,62,255,.38), transparent 34%), #251050; }
.fact-card strong { display: block; margin-bottom: .35rem; color: var(--lime); font-size: 1.15rem; }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; padding: 0; list-style: none; }
.steps li { counter-increment: steps; position: relative; min-height: 160px; padding: 3.2rem 1rem 1rem; border: 1px solid var(--line); border-radius: 18px; background: radial-gradient(circle at 88% 12%, rgba(255,91,0,.34), transparent 32%), #230c4d; }
.steps li::before { content: counter(steps); position: absolute; top: .8rem; left: .8rem; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lime); color: #13042a; font-weight: 950; }
.faq-list { display: grid; gap: .7rem; }
.faq-card { overflow: hidden; }
.faq-card summary { cursor: pointer; padding: 1rem 1.2rem; font-weight: 900; list-style: none; }
.faq-card summary::-webkit-details-marker { display: none; }
.faq-card summary::after { content: "+"; float: right; color: var(--lime); font-size: 1.3rem; }
.faq-card[open] summary::after { content: "−"; }
.faq-card p { margin: 0; padding: 0 1.2rem 1.2rem; }
.notice-card { display: grid; grid-template-columns: 180px 1fr; gap: 1.2rem; align-items: center; padding: 1rem; margin-block: 1rem; }
.notice-card img { width: 180px; aspect-ratio: 1; border-radius: 18px; object-fit: cover; }
.page-hero { min-height: 510px; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; overflow: hidden; margin: 1.3rem auto; border-radius: 28px; background: linear-gradient(135deg, #2d0a62, #12032e); box-shadow: var(--shadow); }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(1.4rem,4vw,4rem); }
.page-hero-copy p { color: #e7deef; font-size: 1.08rem; }
.page-hero img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.bonus-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-block: 1rem; }
.bonus-fact { padding: 1.1rem; border: 1px solid var(--line); border-radius: 18px; background: radial-gradient(circle at 92% 8%, rgba(140,255,0,.25), transparent 32%), #2a1157; }
.bonus-fact strong { display: block; color: var(--lime); font-size: 1.45rem; }
.terms-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 14px; }
.terms-table th, .terms-table td { padding: .8rem; border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; vertical-align: top; }
.terms-table th { color: var(--lime); background: rgba(0,0,0,.18); }
.mega-footer { margin-top: 2rem; padding: 2rem clamp(1rem,3vw,2.5rem); border-top: 1px solid rgba(255,255,255,.12); background: #160532; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(2, 1fr); gap: 1.5rem; }
.footer-grid p { color: var(--muted); }
.footer-links { display: grid; gap: .55rem; align-content: start; }
.footer-links a { text-decoration: none; }
body > footer { display: flex; justify-content: center; padding: 1rem; background: #0c001d; color: #837797; font-size: .78rem; }
body > footer a { text-decoration: none; }
.demo-dialog { width: min(560px, calc(100% - 2rem)); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: #1c0641; color: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.demo-dialog::backdrop { background: rgba(7,0,20,.82); backdrop-filter: blur(5px); }
.demo-head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.dialog-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #2b1258; color: #fff; cursor: pointer; }
.reels { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; margin: 1.2rem 0; }
.reel { display: grid; place-items: center; aspect-ratio: 1; border: 2px solid #6d3fb2; border-radius: 18px; background: radial-gradient(circle, #5f22a4, #210846); font-size: clamp(2.6rem, 10vw, 4.4rem); }
.demo-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.spin-button { flex: 1; min-height: 50px; border: 0; border-radius: 999px; background: var(--orange); color: #fff; font-weight: 950; cursor: pointer; }
.demo-status { min-height: 1.5em; color: var(--lime); font-weight: 850; }
@media (max-width: 1080px) {
  .portal-layout { grid-template-columns: 1fr; }
  .side-rail { position: static; grid-template-columns: repeat(2, 1fr); }
  .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-copy { width: min(530px, 58%); }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 132px; }
  .site-header { min-height: 68px; padding: .65rem .85rem; }
  main { padding-top: 68px; }
  .brand { min-width: 100px; font-size: 2rem; }
  .header-cta { min-height: 46px; padding: .65rem 1rem; font-size: .84rem; }
  .product-nav { top: 68px; justify-content: flex-start; }
  .product-nav a { padding: .65rem .8rem; font-size: .76rem; }
  .shell { width: min(100% - 1rem, 1480px); }
  .hero { min-height: 620px; align-items: end; margin-top: .7rem; border-radius: 20px; }
  .hero::before { background-position: 43% center; }
  .hero::after { background: linear-gradient(180deg, rgba(12,0,34,.02) 30%, rgba(12,0,34,.96) 75%); }
  .hero-copy { width: calc(100% - 1rem); margin: 0 .5rem .5rem; padding: 1.15rem; border-radius: 28px; }
  h1 { font-size: clamp(1.9rem, 9vw, 2.65rem); }
  .hero-actions > * { width: 100%; }
  .payment-strip { grid-template-columns: repeat(3, 1fr); padding: .7rem; }
  .quick-rail { grid-template-columns: repeat(2, 1fr); }
  .quick-card { min-height: 92px; font-size: .98rem; }
  .game-section { padding: .85rem; border-radius: 18px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .search-games { width: 100%; }
  .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .game-meta { padding: .5rem; }
  .game-name { font-size: .82rem; }
  .game-overlay { inset: 0 0 48px; padding: .45rem; }
  .real-play { min-height: 40px; font-size: .66rem; }
  .demo-button { min-height: 36px; font-size: .72rem; }
  .side-rail, .content-grid, .page-hero, .footer-grid, .notice-card { grid-template-columns: 1fr; }
  .feature-banner { min-height: 430px; align-items: end; background: linear-gradient(180deg, transparent 26%, rgba(25,3,57,.97) 74%), url('/assets/img/jackpot-pup.webp') center/cover; }
  .feature-banner > div { width: 100%; }
  .fact-row, .bonus-facts, .steps { grid-template-columns: 1fr 1fr; }
  .page-hero { min-height: auto; }
  .page-hero-copy { order: 1; }
  .page-hero img { order: 2; }
  .page-hero img { min-height: 300px; max-height: 410px; }
  .visual-panel img { min-height: 260px; }
  .notice-card img { width: 100%; max-height: 280px; aspect-ratio: 1.7; }
  .terms-table { display: block; overflow-x: auto; }
}
@media (max-width: 430px) {
  .quick-rail, .side-rail, .fact-row, .bonus-facts, .steps { grid-template-columns: 1fr; }
  .hero { min-height: 590px; }
  .hero-note { font-size: .76rem; }
  .payment-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
