:root {
  --hd-bg:#02070d;
  --hd-panel:#07111d;
  --hd-ink:#f9fbff;
  --hd-muted:#9babbd;
  --hd-line:rgba(226,86,0,.42);
  --hd-accent:#e25600;
  --hd-hot:#ff6a00;
  --hd-gold:#ffd16b
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),radial-gradient(circle at 78% 2%,rgba(226,86,0,.17),transparent 28rem),linear-gradient(180deg,#02060c,#030914 48%,#01050a);
  background-size:46px 46px,46px 46px,auto,auto;
  color:var(--hd-ink);
  font-family:Arial,Helvetica,sans-serif
}

a {
  color:inherit;
  text-decoration:none
}

img {
  display:block;
  max-width:100%
}

.hd-site {
  min-height:100vh;
  overflow:hidden
}

.hd-top {
  position:sticky;
  top:0;
  z-index:30;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:28px;
  align-items:center;
  min-height:58px;
  padding:10px max(28px,calc((100vw - 1280px)/2));
  border-bottom:1px solid rgba(226,86,0,.16);
  background:rgba(2,7,13,.94);
  backdrop-filter:blur(12px)
}

.hd-mark img {
  width:118px;
  filter:saturate(1.25)
}

.hd-nav {
  display:flex;
  justify-content:center;
  gap:clamp(18px,4vw,54px);
  color:#819ab3;
  font-size:.74rem;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase
}

.hd-nav a:hover {
  color:var(--hd-hot)
}

.hd-top-cta,.hd-main-cta,.hd-promo-card>a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:1px solid var(--hd-hot);
  background:linear-gradient(100deg,var(--hd-hot),var(--hd-accent));
  color:#05080d;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  transform:skewX(-10deg);
  box-shadow:0 14px 36px rgba(226,86,0,.25)
}

.hd-top-cta {
  min-height:31px;
  min-width:122px;
  font-size:.72rem
}

.hd-hero {
  position:relative;
  width:min(1280px,calc(100% - 64px));
  min-height:390px;
  margin:16px auto 0;
  overflow:hidden;
  border:1px solid rgba(226,86,0,.28);
  border-radius:6px;
  background:#030914;
  padding:clamp(28px,4vw,44px) clamp(28px,4.5vw,52px);
  display:flex;
  align-items:center
}

.hd-hero:before,.hd-hero:after {
  content:"";
  position:absolute;
  z-index:3;
  width:18px;
  height:18px;
  pointer-events:none
}

.hd-hero:before {
  left:12px;
  top:12px;
  border-left:1px solid var(--hd-hot);
  border-top:1px solid var(--hd-hot)
}

.hd-hero:after {
  right:12px;
  bottom:12px;
  border-right:1px solid var(--hd-hot);
  border-bottom:1px solid var(--hd-hot)
}

.hd-hero-art {
  position:absolute;
  inset:0
}

.hd-hero-art:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(2,7,13,.94),rgba(2,7,13,.78) 38%,rgba(2,7,13,.18) 74%),linear-gradient(180deg,rgba(2,7,13,.08),rgba(2,7,13,.82))
}

.hd-hero-art img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center right;
  filter:saturate(1.12) contrast(1.08)
}

.hd-hero-copy {
  position:relative;
  z-index:2;
  max-width:720px;
  padding-top:0
}

.hd-section-cap>span,.hd-money-card>span,.hd-hero-kicker {
  color:var(--hd-hot);
  font-size:.74rem;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase
}

.hd-section-cap>span:before,.hd-hero-kicker:before {
  content:"";
  display:inline-block;
  width:34px;
  height:1px;
  margin-right:10px;
  vertical-align:middle;
  background:var(--hd-hot)
}

.hd-hero h1 {
  margin:0 0 22px;
  font-size:clamp(2.1rem,3.15vw,3.65rem);
  line-height:1.08;
  font-weight:950;
  letter-spacing:0
}

.hd-hero h1 strong {
  color:#fff
}

.hd-hero p {
  max-width:680px;
  margin:0;
  color:#c9d3df;
  font-size:clamp(1rem,1.25vw,1.25rem);
  line-height:1.58
}

.hd-hero-text {
  display:grid;
  gap:20px;
  max-width:780px
}

.hd-main-cta {
  min-width:205px;
  margin-top:24px;
  color:#fff;
  background:transparent
}

.hd-provider-belt {
  width:min(1280px,calc(100% - 64px));
  margin:0 auto;
  padding:22px 0 30px;
  border-bottom:1px solid rgba(226,86,0,.14);
  overflow:hidden
}

.hd-provider-belt>span {
  display:block;
  width:max-content;
  margin:0 auto 15px;
  color:var(--hd-hot);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.18em;
  text-transform:uppercase
}

.hd-provider-mask {
  overflow:hidden
}

.hd-provider-track {
  display:flex;
  gap:30px;
  width:max-content;
  animation:hd-roll 32s linear infinite
}

.hd-provider-track span {
  display:grid;
  flex:0 0 74px;
  min-height:32px;
  place-items:center;
  border:1px solid rgba(89,126,165,.22);
  background:#030914;
  opacity:.68
}

.hd-provider-track img {
  max-width:60px;
  max-height:20px;
  filter:grayscale(1) brightness(.92)
}

@keyframes hd-roll {
  to {
    transform:translateX(calc(-50% - 15px))
  }
}

.hd-split,.hd-game-zone,.hd-content-flow,.hd-faq-arc,.hd-footer {
  width:min(1280px,calc(100% - 64px));
  margin:0 auto
}

.hd-split {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);
  gap:18px;
  padding-top:58px
}

.hd-money-card,.hd-promo-card,.hd-copy-panel,.hd-answers details {
  border:1px solid rgba(89,126,165,.22);
  background:linear-gradient(180deg,rgba(8,19,32,.84),rgba(4,10,17,.92));
  padding:clamp(20px,3vw,32px)
}

.hd-money-card h2,.hd-promo-card h2,.hd-copy-panel h2,.hd-section-cap h2 {
  margin:10px 0 16px;
  font-size:clamp(1.45rem,2.8vw,2.75rem);
  line-height:1.06
}

.hd-promo-card {
  border-color:rgba(226,86,0,.36);
  background:linear-gradient(140deg,rgba(226,86,0,.14),rgba(4,10,17,.94) 48%)
}

.hd-promo-card>a {
  width:100%;
  margin-top:12px;
  color:#fff;
  background:transparent
}

.hd-table {
  width:100%;
  margin:20px 0;
  border-collapse:collapse;
  border:1px solid rgba(226,86,0,.32);
  background:rgba(3,9,16,.72)
}

.hd-table th,.hd-table td {
  padding:14px 16px;
  border-bottom:1px solid rgba(89,126,165,.2);
  text-align:left;
  vertical-align:top
}

.hd-table th {
  background:rgba(226,86,0,.12);
  color:#fff;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase
}

.hd-list {
  display:grid;
  gap:10px;
  padding:0;
  margin:18px 0;
  list-style:none
}

.hd-list li {
  position:relative;
  padding-left:24px;
  color:var(--hd-muted);
  line-height:1.65
}

.hd-list li:before {
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  background:var(--hd-accent);
  box-shadow:0 0 16px rgba(226,86,0,.6)
}

.hd-money-card p,.hd-promo-card p,.hd-copy-panel p,.hd-answers p {
  color:var(--hd-muted);
  line-height:1.68
}

.hd-game-zone,.hd-content-flow,.hd-faq-arc {
  padding-top:58px
}

.hd-section-cap {
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:end;
  margin-bottom:18px
}

.hd-games {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px
}

.hd-game-tile {
  position:relative;
  overflow:hidden;
  min-height:248px;
  border:1px solid rgba(89,126,165,.2);
  background:#030914
}

.hd-game-tile:before {
  content:"HOT";
  position:absolute;
  top:10px;
  left:10px;
  z-index:2;
  border:1px solid var(--hd-accent);
  padding:3px 9px;
  color:var(--hd-hot);
  font-size:.64rem;
  font-weight:950
}

.hd-game-tile img {
  width:100%;
  aspect-ratio:1.28/1;
  object-fit:cover;
  transition:transform .22s ease
}

.hd-game-tile:hover img {
  transform:scale(1.04)
}

.hd-game-tile div {
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  padding:42px 14px 14px;
  background:linear-gradient(180deg,transparent,rgba(2,7,13,.96))
}

.hd-game-tile h3 {
  margin:0 0 10px;
  font-size:1rem
}

.hd-game-tile a {
  color:var(--hd-hot);
  font-size:.76rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase
}

.hd-content-flow {
  display:grid;
  gap:14px
}

.hd-copy-soft {
  border-color:rgba(226,86,0,.25)
}

.hd-answers {
  display:grid;
  gap:10px
}

.hd-answers summary {
  cursor:pointer;
  color:#fff;
  font-weight:950
}

.hd-footer {
  display:grid;
  gap:24px;
  padding:66px 0 30px;
  color:var(--hd-muted)
}

.hd-footer-grid {
  display:grid;
  grid-template-columns:minmax(230px,1.1fr) repeat(3,minmax(145px,.75fr));
  gap:clamp(28px,5vw,72px);
  padding-bottom:34px;
  border-bottom:1px solid rgba(89,126,165,.18)
}

.hd-foot-brand img {
  width:178px;
  margin-bottom:18px
}

.hd-foot-brand p {
  max-width:310px;
  line-height:1.6
}

.hd-foot-col {
  display:grid;
  gap:14px
}

.hd-foot-col h3 {
  margin:0 0 4px;
  color:var(--hd-gold);
  font-size:.9rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase
}

.hd-foot-col a:hover {
  color:var(--hd-hot)
}

.hd-badge-row {
  display:grid;
  grid-template-columns:145px 1fr;
  gap:16px;
  align-items:center;
  padding-top:22px;
  border-top:1px solid rgba(89,126,165,.18)
}

.hd-badge-row strong {
  color:#94a8bb;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase
}

.hd-badge-row div {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}

.hd-badge-row span {
  display:grid;
  min-width:76px;
  height:34px;
  place-items:center;
  border:1px solid rgba(89,126,165,.24);
  border-radius:7px;
  background:rgba(255,255,255,.035);
  padding:6px 12px
}

.hd-badge-row img {
  max-width:92px;
  max-height:20px;
  object-fit:contain
}

@media(max-width:980px) {
  .hd-top,.hd-split {
    grid-template-columns:1fr
  }

  .hd-nav {
    order:3;
    grid-column:1/-1;
    justify-content:flex-start;
    overflow-x:auto
  }

  .hd-hero {
    min-height:440px;
    width:min(100% - 32px,1280px)
  }

  .hd-games {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .hd-footer-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media(max-width:640px) {
  .hd-provider-belt,.hd-split,.hd-game-zone,.hd-content-flow,.hd-faq-arc,.hd-footer {
    width:min(100% - 24px,1280px)
  }

  .hd-top {
    grid-template-columns:1fr auto;
    gap:12px;
    padding:12px
  }

  .hd-mark img {
    width:104px
  }

  .hd-top-cta {
    min-width:104px
  }

  .hd-nav {
    gap:14px;
    font-size:.68rem
  }

  .hd-hero {
    min-height:560px;
    width:min(100% - 24px,1280px);
    padding:28px 20px;
    align-items:flex-end
  }

  .hd-hero-art img {
    object-position:62% center
  }

  .hd-hero-art:after {
    background:linear-gradient(90deg,rgba(2,7,13,.95),rgba(2,7,13,.78) 58%,rgba(2,7,13,.25)),linear-gradient(180deg,rgba(2,7,13,.08),rgba(2,7,13,.92))
  }

  .hd-hero h1 {
    font-size:clamp(1.85rem,8vw,2.65rem);
    overflow-wrap:anywhere
  }

  .hd-hero p {
    font-size:.95rem
  }

  .hd-hero-kicker {
    font-size:.66rem;
    letter-spacing:.14em
  }

  .hd-main-cta,.hd-promo-card>a {
    width:100%;
    transform:none
  }

  .hd-section-cap {
    display:grid;
    gap:10px
  }

  .hd-games {
    grid-template-columns:1fr 1fr
  }

  .hd-game-tile {
    min-height:190px
  }

  .hd-table {
    display:block;
    overflow-x:auto
  }

  .hd-footer-grid,.hd-badge-row {
    grid-template-columns:1fr
  }

  .hd-foot-brand img {
    width:150px
  }

  .hd-badge-row span {
    min-width:66px
  }
}

@media(max-width:420px) {
  .hd-top {
    grid-template-columns:1fr
  }

  .hd-top-cta {
    justify-self:start
  }

  .hd-games {
    grid-template-columns:1fr
  }

  .hd-game-tile {
    min-height:230px
  }
}



/* Clean final shared fixes */
.clean-article {

  display: block;
}



.site-action-pair {

  display: flex;

  align-items: center;

  justify-content: flex-end;

  gap: 10px;

  min-width: max-content;
}



.site-login-btn {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 31px;

  min-width: 104px;

  border: 1px solid rgba(226, 86, 0, 0.72);

  border-radius: 0;

  background: rgba(4, 8, 14, 0.74);

  color: #fff;

  font-size: 0.72rem;

  font-weight: 950;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  white-space: nowrap;
}



.site-action-pair > a {

  white-space: nowrap;
}



.spin-card a,
.game-card a,
.hd-game-tile a,
.dnv-game a,
.sht-game a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  min-height: 34px;

  padding: 0 16px;

  border: 1px solid #e25600;

  border-radius: 999px;

  background: #e25600;

  color: #05070b !important;

  font-size: 0.74rem;

  font-weight: 950;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  box-shadow: 0 12px 28px rgba(226, 86, 0, 0.28);

  opacity: 1;

  transform: translateY(0);

  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}



.spin-card:hover a,
.game-card:hover a,
.hd-game-tile:hover a,
.dnv-game:hover a,
.sht-game:hover a {

  transform: translateY(-2px);

  background: #ff7a1a;
}



@media (max-width: 760px) {

  .site-action-pair {

    gap: 8px;
  }



  .site-login-btn {

    min-width: 88px;
  }
}

/* Clean CTA buttons and game-card hover overlay */
.site-action-pair {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  min-width: max-content !important;
}

.site-action {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  min-width: 98px !important;
  max-width: 176px !important;
  width: auto !important;
  padding: 0 16px !important;
  border: 1px solid #e25600 !important;
  border-radius: 6px !important;
  font-size: clamp(0.68rem, 0.72vw, 0.78rem) !important;
  font-style: normal !important;
  font-weight: 950 !important;
  letter-spacing: 0.06em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  transform: none !important;
  box-shadow: none !important;
}

.site-action-login {
  background: rgba(4, 9, 16, 0.72) !important;
  color: #ffffff !important;
}

.site-action-register {
  background: #e25600 !important;
  color: #07090d !important;
}

.site-action:hover,
.site-action:focus-visible {
  border-color: #ff7a1a !important;
  background: #ff7a1a !important;
  color: #07090d !important;
}

.spin-card,
.game-card,
.hd-game-tile,
.dnv-game,
.sht-game {
  position: relative !important;
  overflow: hidden !important;
}

.spin-card::after,
.game-card::after,
.hd-game-tile::after,
.dnv-game::after,
.sht-game::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  background: rgba(2, 6, 12, 0.58) !important;
  opacity: 0 !important;
  transition: opacity 220ms ease !important;
  pointer-events: none !important;
}

.spin-card img,
.game-card img,
.hd-game-tile img,
.dnv-game img,
.sht-game img {
  transition: transform 260ms ease, filter 260ms ease !important;
}

.spin-card:hover::after,
.game-card:hover::after,
.hd-game-tile:hover::after,
.dnv-game:hover::after,
.sht-game:hover::after,
.spin-card:focus-within::after,
.game-card:focus-within::after,
.hd-game-tile:focus-within::after,
.dnv-game:focus-within::after,
.sht-game:focus-within::after {
  opacity: 1 !important;
}

.spin-card:hover img,
.game-card:hover img,
.hd-game-tile:hover img,
.dnv-game:hover img,
.sht-game:hover img,
.spin-card:focus-within img,
.game-card:focus-within img,
.hd-game-tile:focus-within img,
.dnv-game:focus-within img,
.sht-game:focus-within img {
  transform: scale(1.05) !important;
  filter: brightness(0.72) saturate(1.12) !important;
}

.spin-card a[href*="play"],
.game-card a[href*="play"],
.hd-game-tile a[href*="play"],
.dnv-game a[href*="play"],
.sht-game a[href*="play"] {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  z-index: 6 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  min-width: 132px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ffe486, #f0aa25) !important;
  color: #160d04 !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translate(-50%, -42%) scale(0.94) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
  transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease !important;
}

.spin-card:hover a[href*="play"],
.game-card:hover a[href*="play"],
.hd-game-tile:hover a[href*="play"],
.dnv-game:hover a[href*="play"],
.sht-game:hover a[href*="play"],
.spin-card:focus-within a[href*="play"],
.game-card:focus-within a[href*="play"],
.hd-game-tile:focus-within a[href*="play"],
.dnv-game:focus-within a[href*="play"],
.sht-game:focus-within a[href*="play"] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

@media (max-width: 760px) {
  .site-action-pair {
    width: 100% !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  .site-action {
    min-width: 96px !important;
    max-width: none !important;
    min-height: 36px !important;
    padding: 0 13px !important;
    font-size: 0.68rem !important;
  }

  .spin-card::after,
  .game-card::after,
  .hd-game-tile::after,
  .dnv-game::after,
  .sht-game::after {
    opacity: 0.48 !important;
  }

  .spin-card a[href*="play"],
  .game-card a[href*="play"],
  .hd-game-tile a[href*="play"],
  .dnv-game a[href*="play"],
  .sht-game a[href*="play"] {
    opacity: 1 !important;
    visibility: visible !important;
    min-height: 42px !important;
    min-width: 112px !important;
    padding: 0 18px !important;
    font-size: 0.9rem !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }
}

