:root{
  --bg:#2c0f16;
  --hero:#4f1322;
  --surface:#3a2319;
  --surface-2:#4a2f20;
  --gold:#d9a441;
  --red:#b61c2f;
  --text:#f8efe2;
  --muted:#e3c9a0;
  --border:#8f5f2d;
  --max:980px;
}
*{box-sizing:border-box}
html,body{
  margin:0;
  padding:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.6;
}
a{color:var(--gold);text-decoration:none}
a:hover{text-decoration:underline}
.container{width:min(var(--max),92vw);margin:0 auto}
.hero-header{
  background:linear-gradient(175deg,#1a3d32 0%,#142f28 45%,#0f241f 100%);
  border-bottom:2px solid var(--gold);
  padding:26px 0 34px;
}
.topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:22px;
}
.hero-dual-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(200px,252px);
  gap:20px;
  align-items:stretch;
}
.hero-spotlight{min-width:0}
.hero-spotlight-card{
  display:flex;
  flex-direction:row;
  align-items:stretch;
  min-height:280px;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(105deg,#12161a 0%,#1a2e28 55%,#1e4036 100%);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 16px 48px rgba(0,0,0,.4);
}
.hero-spotlight-media{
  flex:0 0 42%;
  max-width:380px;
  min-width:160px;
  background:#0d1210;
}
.hero-spotlight-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.hero-spotlight-body{
  flex:1;
  padding:clamp(18px,3vw,28px) clamp(16px,3vw,26px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.hero-spotlight-title{
  margin:0 0 12px;
  font-size:clamp(1.65rem,4.2vw,2.75rem);
  line-height:1.1;
  font-weight:700;
  color:#fffef8;
  letter-spacing:.02em;
}
.hero-spotlight-lead{
  margin:0 0 16px;
  font-size:clamp(.92rem,2vw,1.05rem);
  line-height:1.5;
  color:rgba(240,250,245,.9);
  max-width:440px;
}
.hero-spotlight-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:4px;
}
.btn-hero-cta{
  background:linear-gradient(180deg,#e53545 0%,#b61c2f 100%);
  color:#fff !important;
  padding:12px 22px;
  font-weight:700;
  border-radius:12px;
  box-shadow:0 4px 18px rgba(182,28,47,.45);
  text-decoration:none !important;
}
.btn-hero-cta:hover{
  filter:brightness(1.06);
  text-decoration:none !important;
}
.btn-hero-secondary{
  background:rgba(255,255,255,.1);
  color:#fff7e3 !important;
  border:1px solid rgba(255,255,255,.22);
  padding:12px 18px;
  font-weight:600;
  border-radius:12px;
  text-decoration:none !important;
}
.btn-hero-secondary:hover{
  background:rgba(255,255,255,.16);
  text-decoration:none !important;
}
.hero-trust-badge{
  margin-top:auto;
  padding-top:clamp(14px,2.5vw,20px);
  padding-bottom:2px;
}
.hero-trust-stars{
  display:block;
  font-size:1rem;
  letter-spacing:.12em;
  color:#8ef047;
  text-shadow:0 0 14px rgba(120,220,60,.35);
  margin-bottom:8px;
}
.hero-trust-text{
  margin:0;
  padding:12px 14px;
  font-size:.78rem;
  line-height:1.45;
  font-style:italic;
  color:rgba(255,255,252,.95);
  background:rgba(182,28,47,.92);
  border-radius:11px;
  border:1px solid rgba(255,255,255,.15);
}
.hero-side-nav{
  background:rgba(0,0,0,.22);
  border-radius:18px;
  padding:18px 14px;
  border:1px solid rgba(255,255,255,.12);
  align-self:stretch;
}
.hero-side-heading{
  margin:0 0 12px;
  font-size:.72rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:rgba(200,235,215,.65);
}
.hero-side-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hero-side-list li{margin-bottom:4px}
.hero-side-list li:last-child{margin-bottom:0}
.hero-side-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border-radius:10px;
  color:rgba(255,255,252,.95) !important;
  font-size:.86rem;
  font-weight:500;
  line-height:1.3;
  text-decoration:none !important;
}
.hero-side-link:hover{
  background:rgba(255,255,255,.1);
  text-decoration:none !important;
}
.hero-nav-svg{
  width:20px;
  height:20px;
  flex-shrink:0;
  opacity:.85;
  color:#9ee0c5;
}
.hero-side-rule{
  border:none;
  border-top:1px solid rgba(255,255,255,.14);
  margin:14px 0;
}
.hero-disclaimer{
  margin:22px 0 0;
  font-size:.92rem;
  line-height:1.55;
  color:rgba(235,245,238,.88);
  max-width:900px;
}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.brand{
  font-weight:700;
  letter-spacing:.3px;
  color:#fff7e3;
}
.brand-link{
  display:flex;
  align-items:center;
  line-height:0;
  flex-shrink:0;
}
.brand-link:hover{text-decoration:none;opacity:.92}
.site-logo{
  height:42px;
  width:auto;
  max-width:min(220px,58vw);
  object-fit:contain;
  vertical-align:middle;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  border:1px solid transparent;
  padding:10px 16px;
  font-weight:600;
  min-height:40px;
}
.btn-gold{
  background:var(--gold);
  color:#2e1b0f;
}
.btn-red{
  background:var(--red);
  color:#fff;
}
.hero-title{
  margin:0 0 14px;
  font-size:clamp(1.75rem,4.5vw,2.9rem);
  line-height:1.2;
  color:#fff7e3;
  max-width:840px;
}
.hero-sub{
  margin:0 0 18px;
  color:#f1dbc0;
  max-width:760px;
  font-size:1.04rem;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hero-visual{
  margin-top:24px;
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:18px;
  background:var(--surface);
}
.hero-visual img,
.section-image img{
  display:block;
  width:100%;
  height:auto;
}
.main{padding:18px 0 24px}
.card{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:14px;
  padding:16px;
  margin-bottom:14px;
}
.section-image{
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:12px;
  margin-bottom:14px;
  background:var(--surface-2);
}
h2{
  margin:0 0 10px;
  color:#ffe6b3;
  font-size:clamp(1.2rem,2.7vw,1.55rem);
}
h3{
  margin:18px 0 8px;
  color:#ffe6b3;
  font-size:1.08rem;
  font-weight:600;
}
p{margin:0 0 12px}
.muted{color:var(--muted)}
.list{margin:0;padding-left:18px}
.list li{margin-bottom:6px}
.notice{
  border-left:4px solid var(--red);
  background:var(--surface-2);
  border-radius:8px;
  padding:10px 12px;
  color:#ffe7c4;
}
.table-wrap{
  overflow-x:auto;
  border-radius:10px;
  border:1px solid var(--border);
}
table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  background:var(--surface-2);
}
th,td{
  text-align:left;
  padding:10px 12px;
  border-bottom:1px solid #805223;
  vertical-align:top;
  font-size:.95rem;
}
th{
  background:#6e3b20;
  color:#fff2d2;
}
details{
  border:1px solid var(--border);
  border-radius:10px;
  padding:10px 12px;
  background:var(--surface-2);
  margin-bottom:8px;
}
summary{
  cursor:pointer;
  font-weight:600;
  color:#ffe6b3;
}
.footer{
  border-top:1px solid var(--border);
  margin-top:6px;
  padding:22px 0 30px;
}
.footer-trust{
  margin:18px 0 6px;
  padding:14px 16px;
  border-radius:14px;
  background:linear-gradient(180deg,rgba(30,74,56,.95) 0%,#24583c 48%,#1e4534 100%);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 6px 20px rgba(0,0,0,.22);
}
.footer-trust-list{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:12px 20px;
  margin:0;
  padding:0;
  list-style:none;
}
.footer-trust-item{
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
}
.footer-trust-item a{
  display:flex;
  align-items:center;
  line-height:0;
  text-decoration:none;
  opacity:.94;
  transition:opacity .15s ease;
}
.footer-trust-item a:hover{
  opacity:1;
}
.footer-trust-item img{
  display:block;
  height:clamp(22px,5.5vw,36px);
  width:auto;
  max-width:min(300px,88vw);
  object-fit:contain;
  object-position:center;
}
.footer-trust-item--rg img{
  max-width:min(420px,92vw);
}
.small{font-size:.88rem;color:var(--muted)}
.skip{
  position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip:focus{
  left:12px;top:12px;width:auto;height:auto;padding:8px 12px;background:var(--gold);color:#2e1b0f;border-radius:8px;z-index:100;overflow:visible;outline:2px solid #fff;
}
.toc{
  margin-top:10px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);
}
.toc-title{margin:0 0 8px;font-size:.9rem;color:var(--gold);font-weight:600}
.toc-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px 14px}
.toc-list a{font-size:.9rem}
.subpage-list{margin:0;padding-left:18px}
.subpage-list li{margin-bottom:10px}
.cookie-banner{
  position:fixed;bottom:0;left:0;right:0;z-index:50;
  padding:12px 16px;
  background:var(--surface);
  border-top:2px solid var(--gold);
}
.cookie-inner{
  width:min(var(--max),92vw);margin:0 auto;
  display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:space-between;
}
.cookie-banner p{margin:0;font-size:.88rem;flex:1 1 220px;color:var(--text)}
.cookie-banner .btn{cursor:pointer;border:none;font-size:.88rem}
.footer-links{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:10px 16px}
.footer-links a{font-size:.88rem}
.game-showcase{
  background:linear-gradient(165deg,#1a3d35 0%,#0f2420 48%,#0a1816 100%);
  border-color:#2d5c4f;
}
.game-showcase > h2{
  color:#f4fffb;
  border-bottom:none;
}
.game-showcase-lead{
  color:#c5e8dd;
  margin-bottom:16px;
}
.game-strip-caption{
  margin-bottom:12px;
  margin-top:0;
  color:#b8f0e0;
  font-size:.88rem;
}
.game-strip{
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-padding:8px;
  padding-bottom:8px;
  margin:0 -4px;
  -webkit-overflow-scrolling:touch;
}
.game-strip::-webkit-scrollbar{height:6px}
.game-strip::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:3px}
.game-strip::-webkit-scrollbar-thumb{background:rgba(217,164,65,.45);border-radius:3px}
.game-tile-slot{
  flex:0 0 auto;
  width:min(28vw,152px);
  aspect-ratio:1;
  border-radius:12px;
  position:relative;
  overflow:hidden;
  scroll-snap-align:start;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 4px 14px rgba(0,0,0,.35);
}
.game-tile-crash{
  flex:0 0 auto;
  width:min(78vw,300px);
  aspect-ratio:16/10;
  border-radius:14px;
  position:relative;
  overflow:hidden;
  scroll-snap-align:start;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 4px 18px rgba(0,0,0,.4);
}
.game-tile-media{
  position:absolute;
  inset:0;
  background:#0a1411;
}
.game-tile-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.game-tile-label{
  position:absolute;
  bottom:0;
  z-index:2;
  left:0;
  right:0;
  padding:9px 10px;
  background:rgba(182,28,47,.94);
  color:#fff;
  font-size:.78rem;
  font-weight:600;
  line-height:1.25;
  text-shadow:0 1px 2px rgba(0,0,0,.35);
}
.game-strip-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:22px 0 12px;
}
.game-strip-head h3{
  margin:0;
  color:#fff;
  font-size:clamp(1.02rem,2.8vw,1.28rem);
  font-weight:600;
  letter-spacing:.01em;
}
.game-strip-nav{
  display:flex;
  gap:8px;
  flex-shrink:0;
}
.game-strip-nav button{
  width:40px;
  height:40px;
  border-radius:10px;
  border:none;
  background:var(--red);
  color:#fff;
  cursor:pointer;
  font-size:1.15rem;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:background .15s ease,transform .1s ease;
}
.game-strip-nav button:hover{background:#cf1f32}
.game-strip-nav button:active{transform:scale(.96)}
.game-strip-nav button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.game-showcase-footnote{margin-top:14px;margin-bottom:0}
.pros-panel{
  display:grid;
  grid-template-columns:minmax(200px,1fr) minmax(260px,1.4fr);
  gap:clamp(18px,4vw,36px);
  align-items:center;
  padding:clamp(22px,4vw,38px) clamp(20px,4vw,40px);
  border-radius:22px;
  background:linear-gradient(145deg,#ef6a58 0%,#e0453c 42%,#b92728 100%);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:
    0 12px 40px rgba(180,40,35,.42),
    0 0 0 1px rgba(0,0,0,.08) inset;
}
.pros-visual{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:18px;
}
.pros-logo-shell{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  border-radius:18px;
  background:rgba(15,20,24,.28);
  backdrop-filter:blur(6px);
  box-shadow:0 4px 20px rgba(0,0,0,.2);
}
.pros-logo{
  display:block;
  height:clamp(40px,10vw,52px);
  width:auto;
  max-width:100%;
  object-fit:contain;
}
.pros-chips{
  position:relative;
  width:160px;
  height:72px;
  margin-top:4px;
}
.pros-chip{
  position:absolute;
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:1.35rem;
  color:var(--red);
  background:linear-gradient(145deg,#1a8a78 0%,#0d3d34 55%,#062821 100%);
  border:3px solid #0a1614;
  box-shadow:0 6px 14px rgba(0,0,0,.35);
}
.pros-chip--a{left:0;top:10px;transform:rotate(-12deg);z-index:1}
.pros-chip--b{left:48px;top:0;transform:rotate(6deg);z-index:2}
.pros-chip--c{left:96px;top:12px;transform:rotate(-5deg);z-index:1}
.pros-copy{
  min-width:0;
}
.pros-title{
  margin:0 0 14px;
  font-size:clamp(1.35rem,3.2vw,1.85rem);
  font-weight:700;
  color:#fffef6;
  letter-spacing:.02em;
}
.pros-list{
  list-style:none;
  margin:0;
  padding:0;
}
.pros-list li{
  position:relative;
  padding-left:1.35rem;
  margin-bottom:12px;
  color:#fff8f0;
  font-size:clamp(.98rem,2.2vw,1.05rem);
  line-height:1.45;
}
.pros-list li:last-child{margin-bottom:0}
.pros-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:.55em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#fffef8;
  box-shadow:0 0 0 2px rgba(80,12,18,.85);
}
.pros-disclaimer{
  margin:16px 0 0;
  font-size:.82rem;
  line-height:1.45;
  color:rgba(255,248,240,.82);
}
.cons-panel{
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(200px,0.88fr);
  gap:clamp(20px,4vw,34px);
  align-items:center;
  padding:clamp(22px,4vw,34px) clamp(20px,4vw,36px);
  border-radius:20px;
  background:linear-gradient(135deg,#2a1218 0%,#1a0e12 48%,#150c14 100%);
  border:1px solid rgba(182,28,47,.35);
  box-shadow:0 10px 36px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.05);
}
.cons-title{
  margin:0 0 10px;
  font-size:clamp(1.25rem,2.8vw,1.75rem);
  font-weight:700;
  color:#fff5f4;
  letter-spacing:.02em;
}
.cons-lead{
  margin:0 0 14px;
  font-size:.92rem;
  line-height:1.5;
  color:rgba(255,220,215,.88);
}
.cons-list{
  margin:0;
  padding:0;
  list-style:none;
}
.cons-list li{
  position:relative;
  padding:12px 12px 12px 22px;
  margin-bottom:10px;
  border-radius:10px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.06);
  color:rgba(255,245,240,.93);
  font-size:.9rem;
  line-height:1.45;
}
.cons-list li::before{
  content:'';
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  width:6px;
  height:6px;
  background:var(--red);
  border-radius:1px;
  box-shadow:0 0 0 2px rgba(255,100,90,.45);
}
.cons-list li:last-child{margin-bottom:0}
.cons-footnote{
  margin:14px 0 0;
  font-size:.8rem;
  line-height:1.45;
  color:rgba(230,190,185,.75);
}
.cons-visual{
  position:relative;
}
.cons-frame{
  border-radius:16px;
  overflow:hidden;
  border:2px solid rgba(217,164,65,.45);
  box-shadow:0 12px 32px rgba(0,0,0,.45);
  transform:rotate(1.5deg);
  background:#120a0d;
}
.cons-frame img{
  display:block;
  width:100%;
  height:auto;
  vertical-align:middle;
}
.providers-band h2{
  margin:0 0 10px;
  color:#ffe9c9;
}
.providers-lead{
  margin:0 0 18px;
  font-size:.9rem;
  line-height:1.55;
  color:var(--muted);
  max-width:820px;
}
.providers-grid{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0;
  padding:16px;
  list-style:none;
  border-radius:14px;
  background:linear-gradient(165deg,rgba(30,52,44,.65) 0%,rgba(12,22,20,.9) 100%);
  border:1px dashed rgba(217,164,65,.35);
}
.provider-chip{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px 10px 12px;
  border-radius:999px;
  background:linear-gradient(180deg,#3a251c 0%,#2a1812 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 4px 12px rgba(0,0,0,.25);
}
.provider-logo{
  display:block;
  height:28px;
  width:auto;
  max-width:140px;
  object-fit:contain;
  object-position:left center;
  flex-shrink:0;
}
.provider-name{
  font-size:.88rem;
  font-weight:600;
  color:#fff4e8;
}
.reviews-wrap{
  background:linear-gradient(180deg,#1e4334 0%,#152e25 50%,#101f1a 100%);
  padding:clamp(28px,5vw,44px) 0 clamp(32px,5vw,48px);
  margin-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(0,0,0,.25);
}
.reviews-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
}
.reviews-title{
  margin:0;
  font-size:clamp(1.2rem,2.8vw,1.6rem);
  font-weight:700;
  color:#f8fffc;
  letter-spacing:.02em;
}
.reviews-lead{
  margin:0 0 20px;
  font-size:.86rem;
  line-height:1.5;
  color:rgba(220,245,230,.85);
  max-width:820px;
}
.reviews-strip{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-padding:8px;
  padding:32px 4px 8px;
  margin:0 -4px;
  -webkit-overflow-scrolling:touch;
}
.reviews-strip::-webkit-scrollbar{height:6px}
.reviews-strip::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:3px}
.reviews-strip::-webkit-scrollbar-thumb{background:rgba(217,164,65,.4);border-radius:3px}
.review-card{
  position:relative;
  flex:0 0 auto;
  width:min(88vw,300px);
  scroll-snap-align:start;
  background:rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  padding:38px 16px 12px;
  box-shadow:0 8px 28px rgba(0,0,0,.28);
}
.review-avatar{
  position:absolute;
  top:-26px;
  left:50%;
  transform:translateX(-50%);
  width:56px;
  height:56px;
  border-radius:50%;
  background:linear-gradient(145deg,#1e3a5c 0%,#0f1f33 100%);
  border:3px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:1.15rem;
  color:#f0f6ff;
  box-shadow:0 4px 14px rgba(0,0,0,.4);
}
.review-name{
  margin:0 0 6px;
  text-align:center;
  font-weight:700;
  font-size:1.02rem;
  color:#fff;
}
.review-stars{
  margin:0 0 12px;
  text-align:center;
  font-size:1rem;
  letter-spacing:.12em;
  color:#92f04a;
  text-shadow:0 0 12px rgba(130,220,70,.35);
}
.review-stars--4{color:#92f04a}
.review-star-dim{
  opacity:.32;
  filter:grayscale(.2);
}
.review-text{
  margin:0;
  text-align:center;
  font-size:.92rem;
  line-height:1.55;
  color:rgba(255,252,248,.92);
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}
.review-card.is-expanded .review-text{
  display:block;
  -webkit-line-clamp:unset;
  overflow:visible;
}
.review-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin-top:10px;
  padding:6px 0 4px;
  border:none;
  background:transparent;
  cursor:pointer;
  color:var(--red);
}
.review-toggle:hover{color:#e03045}
.review-toggle:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
  border-radius:8px;
}
.review-chevron{
  display:block;
  width:8px;
  height:8px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  margin-top:-3px;
  transition:transform .2s ease;
}
.review-card.is-expanded .review-chevron{
  transform:rotate(-135deg);
  margin-top:3px;
}
.tips-wrap{
  margin:16px 0 18px;
  padding:clamp(28px,5vw,48px) 0;
  background:linear-gradient(115deg,#7f1d23 0%,#b61c2f 38%,#e85d4c 88%,#f07868 100%);
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(0,0,0,.2);
  box-shadow:0 10px 36px rgba(80,10,20,.25);
}
.tips-grid{
  display:grid;
  grid-template-columns:minmax(200px,0.95fr) minmax(260px,1.15fr);
  gap:clamp(22px,4vw,40px);
  align-items:center;
}
.tips-visual{
  position:relative;
  padding:8px;
}
.tips-orb{
  position:absolute;
  border-radius:50%;
  opacity:.35;
  pointer-events:none;
}
.tips-orb--1{
  width:120px;
  height:120px;
  background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.45),transparent 65%);
  top:-12px;
  left:-8px;
}
.tips-orb--2{
  width:80px;
  height:80px;
  background:radial-gradient(circle at 70% 70%,rgba(217,164,65,.5),transparent 70%);
  bottom:4px;
  right:4px;
}
.tips-frame{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  border:3px solid rgba(255,255,255,.25);
  box-shadow:0 14px 40px rgba(0,0,0,.38);
  background:#1a0f12;
}
.tips-frame img{
  display:block;
  width:100%;
  height:auto;
  vertical-align:middle;
}
.tips-body{
  min-width:0;
}
.tips-body h2{
  margin:0 0 18px;
  font-size:clamp(1.35rem,3.2vw,1.95rem);
  font-weight:700;
  color:#fffefb;
  letter-spacing:.02em;
}
.tips-ol{
  margin:0;
  padding-left:1.35rem;
  color:rgba(255,255,252,.96);
}
.tips-ol li{
  margin-bottom:12px;
  line-height:1.55;
  font-size:clamp(.9rem,2vw,.97rem);
}
.tips-ol li:last-child{margin-bottom:0}
.tips-ol li::marker{
  color:#fff;
  font-weight:700;
}
.tips-footnote{
  margin:18px 0 0;
  font-size:.82rem;
  line-height:1.45;
  color:rgba(255,248,245,.88);
}
.pay-table-panel{
  margin-top:18px;
  padding:clamp(16px,3vw,22px) clamp(14px,2.5vw,20px);
  border-radius:14px;
  background:linear-gradient(180deg,#1e4334 0%,#152e26 55%,#0f221c 100%);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 8px 28px rgba(0,0,0,.22);
}
.pay-table-panel h3{
  margin:0 0 14px;
  font-size:clamp(1.05rem,2.4vw,1.35rem);
  font-weight:700;
  color:#f7fffb;
  letter-spacing:.01em;
}
.pay-table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:10px;
  margin:0 -2px;
}
.pay-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  background:transparent;
  font-size:.86rem;
  line-height:1.45;
}
.pay-table th,
.pay-table td{
  border:1px solid rgba(255,255,255,.2);
  padding:11px 12px;
  text-align:left;
  vertical-align:top;
  color:rgba(255,255,252,.95);
}
.pay-table thead th{
  background:rgba(0,0,0,.32);
  color:#fff;
  font-weight:600;
  white-space:nowrap;
}
.pay-table tbody tr:nth-child(even){
  background:rgba(0,0,0,.14);
}
.pay-table tbody tr:nth-child(odd){
  background:rgba(0,0,0,.06);
}
.pay-table-note{
  margin:14px 0 0;
  font-size:.82rem;
  line-height:1.45;
  color:rgba(220,245,230,.86);
}
@media (max-width:700px){
  .hero-dual-grid{
    grid-template-columns:1fr;
  }
  .hero-spotlight-card{
    flex-direction:column;
    min-height:0;
  }
  .hero-spotlight-media{
    flex:none;
    max-width:none;
    width:100%;
    min-height:220px;
    max-height:260px;
  }
  .hero-side-nav{order:2}
  .cons-panel{
    grid-template-columns:1fr;
  }
  .cons-frame{transform:none}
  .tips-grid{
    grid-template-columns:1fr;
  }
  .tips-visual{max-width:420px;margin:0 auto}
  .pros-panel{
    grid-template-columns:1fr;
    text-align:center;
  }
  .pros-copy{text-align:left}
  .pros-list li{text-align:left}
  .pros-chips{margin-left:auto;margin-right:auto}
  .topline{margin-bottom:18px}
  .hero-header{padding:20px 0 28px}
  .site-logo{height:36px}
  .game-tile-slot{width:min(32vw,132px)}
  .game-tile-crash{width:min(84vw,272px)}
}
