:root {
  color-scheme: dark;
  --bg: #0f0f14;
  --surface: #1a1a22;
  --raised: #22222b;
  --line: #2e2e3b;
  --text: #fff;
  --muted: rgba(255,255,255,.65);
  --violet: #9674f9;
  --lavender: #beb0ff;
  --pink: #ec4899;
  --mint: #adfc93;
  --cta: linear-gradient(270deg,#c79cff,#9bedff 50%,#adfc93);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 'Roboto',sans-serif; }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 2px solid #9bedff; outline-offset: 5px; }
a:hover { color: var(--lavender); }
p { margin: 0 0 16px; }
h1,h2,h3,.wordmark { font-family: 'Outfit',sans-serif; line-height: 1.15; }
h1,h2,h3 { margin: 0 0 20px; font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(42px,5vw,70px); line-height: 1.06; }
h1 > span { color: #c79cff; }
h2 { font-size: clamp(28px,3vw,38px); }
h3 { font-size: 23px; }
dl,dd { margin: 0; }
dt { color: var(--muted); font-size: 13px; }
dd { margin-top: 8px; }
.container { width: min(1200px,calc(100% - 64px)); margin-inline: auto; }
.small { font-size: 12px; }
.muted { color: var(--muted); }
.pink { color: var(--pink); }
.positive { color: var(--mint); }
.violet { color: #c79cff; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 5; padding: 12px; background: var(--raised); }
.skip-link:focus { top: 12px; }
.responsibility-bar { border-bottom: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.responsibility-bar .container { display: flex; justify-content: space-between; gap: 12px; padding-block: 9px; }
.responsibility-bar strong { color: var(--lavender); margin-right: 10px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 36px; min-height: 96px; }
.wordmark { display: inline-flex; align-items: center; font-size: 30px; font-weight: 600; letter-spacing: -.045em; white-space: nowrap; }
.wordmark > span:not(.brand-symbol) { color: #c79cff; }
.wordmark small { align-self: flex-end; margin: 0 0 3px 10px; font: 9px 'Roboto',sans-serif; letter-spacing: .16em; color: var(--muted); }
.brand-symbol { display: grid; place-items: center; width: 36px; height: 36px; background: var(--cta); color: var(--bg); border-radius: 12px; margin-right: 10px; transform: rotate(-8deg); font-size: 30px; }
.header-inner nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 24px; font-size: 13px; color: var(--muted); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; border: 1px solid transparent; border-radius: 999px; padding: 15px 25px; background: var(--cta); color: var(--bg); font-weight: 700; font-size: 14px; text-align: center; line-height: 1.4; transition: box-shadow .2s; }
.button:hover { background: linear-gradient(270deg,#b388eb,#8febff 50%,#99e87f); color: var(--bg); box-shadow: 0 0 24px rgba(199,156,255,.16); }
.button-small { padding: 12px 22px; font-size: 12px; white-space: nowrap; }
.button-secondary { background: var(--raised); border-color: #794eda; color: var(--lavender); }
.breadcrumb { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; padding: 27px 0; font-size: 12px; color: var(--muted); }
.preview-label { margin-left: auto; color: var(--lavender); font-size: 10px; letter-spacing: .14em; }
.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(0,1fr); gap: 56px; padding: 52px; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(ellipse at 65% 10%,rgba(121,78,218,.24),transparent 65%),radial-gradient(ellipse at 100% 95%,rgba(236,72,153,.14),transparent 60%),var(--surface); }
.eyebrow { display: block; color: var(--lavender); font-size: 10px; font-weight: 700; letter-spacing: .18em; margin-bottom: 17px; }
.hero-description { color: var(--muted); font-size: 16px; line-height: 1.7; }
.status { display: inline-flex; align-items: center; gap: 8px; color: var(--lavender); background: var(--raised); border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font-size: 12px; margin: 4px 0 24px; }
.status-dot { width: 6px; height: 6px; background: var(--lavender); border-radius: 50%; }
.slot-label { font-size: 11px; color: var(--muted); margin-bottom: 8px; }
.disclosure { font-size: 11px; line-height: 1.7; color: var(--muted); margin: 20px 0 0; max-width: 460px; }
.offer-card { align-self: center; padding: 30px; border: 1px solid #794eda; border-radius: 16px; background: var(--bg); box-shadow: 0 0 50px rgba(121,78,218,.12); }
.offer-top { display: flex; align-items: center; justify-content: space-between; }
.sparkle { font-size: 42px; line-height: 1; color: #c79cff; }
.offer-card h2 { font-size: 30px; margin-top: 16px; }
.offer-card .button { width: 100%; margin: 22px 0 12px; }
.offer-card > .small { text-align: center; }
.offer-card > p:last-child { margin-bottom: 0; }
.fact-pending { display: inline-block; max-width: 100%; overflow-wrap: anywhere; padding: 4px 7px; border: 1px dashed #794eda; border-radius: 6px; color: #beb0ff; background: rgba(121,78,218,.08); font: 12px/1.6 'Roboto',sans-serif; letter-spacing: 0; vertical-align: middle; }
h2 .fact-pending, h3 .fact-pending, .offer-amount .fact-pending { font-size: 17px; }
.editorial.placeholder { min-height: 78px; border: 1px dashed var(--line); border-radius: 12px; padding: 17px; background: rgba(255,255,255,.015); }
.editorial.placeholder:empty::before { content: 'Editorial content pending'; display: block; color: var(--muted); font-size: 12px; }
.editorial.placeholder:empty::after { content: ''; display: block; height: 5px; width: 62%; margin-top: 12px; border-radius: 999px; background: var(--line); }
.editorial.tall { min-height: 180px; }
.quick-facts { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.quick-heading h2 { font-size: 23px; margin-bottom: 0; }
.quick-heading .eyebrow { margin-bottom: 9px; }
.quick-facts dl { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.section { margin-top: 70px; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { margin-bottom: 0; }
.section-note { font-size: 12px; color: var(--muted); }
.section-icon { color: var(--lavender); font-size: 50px; line-height: 1; }
.split-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.triple-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.pros-cons { margin-top: 24px; }
.pros-cons h3 span { margin-right: 10px; }
.compact-facts > div { padding: 13px 0; border-bottom: 1px solid var(--line); }
.compact-facts > div:last-child { border: 0; }
.bonus-card .button { width: 100%; margin-top: 24px; }
.analysis-panel { padding: 28px; border-left: 1px solid var(--line); }
.promotion-card { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 24px; }
.promotion-card p { margin-bottom: 0; }
.promotion-card .button { flex-shrink: 0; }
.game-card { text-align: center; padding-top: 0; overflow: hidden; }
.game-art { display: grid; place-items: center; height: 135px; font: 76px/1 'Outfit',sans-serif; color: #00dccd; background: radial-gradient(ellipse,rgba(121,78,218,.16),transparent 68%); }
.game-art.violet { color: #c79cff; }
.game-art.pink { color: var(--pink); }
.game-card h3 { font-size: 21px; }
.game-card p { margin-bottom: 0; }
#games > .editorial, #payments > .editorial { margin-top: 24px; }
.live-panel { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; align-items: center; padding: 40px; border: 1px solid var(--line); border-radius: 20px; background: radial-gradient(ellipse at 0 100%,rgba(236,72,153,.12),transparent 65%),var(--surface); }
.payment-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.steps { list-style: none; padding: 0; margin-bottom: 0; }
.step-label { display: block; font-size: 10px; letter-spacing: .12em; color: var(--lavender); margin-bottom: 16px; }
.licence-panel { padding: 40px; border: 1px solid var(--line); border-top: 2px solid #794eda; border-radius: 16px; background: var(--surface); }
.legal-facts { margin: 28px 0; }
.legal-facts > div { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2fr); gap: 24px; padding: 16px 0; border-top: 1px solid var(--line); align-items: center; }
.legal-facts dd { margin-top: 0; }
.rating-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 32px 0; border-block: 1px solid var(--line); }
.rating-panel p { margin-bottom: 0; }
.empty-rating { display: grid; grid-template-columns: auto minmax(0,1fr); column-gap: 18px; align-items: center; }
.empty-ring { grid-row: span 2; display: grid; place-items: center; width: 72px; height: 72px; border: 2px dashed #794eda; border-radius: 50%; color: var(--lavender); font-size: 25px; }
.empty-rating strong { font-family: 'Outfit',sans-serif; font-size: 20px; }
.faq details { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq summary { cursor: pointer; padding: 19px 32px 19px 0; font-family: 'Outfit',sans-serif; font-size: 18px; }
.faq summary::marker { color: var(--violet); }
.faq details[open] { padding-bottom: 20px; }
.closing { display: grid; grid-template-columns: minmax(0,1fr) 240px; align-items: center; gap: 50px; padding: 40px; border: 1px solid #794eda; border-radius: 20px; background: radial-gradient(ellipse at 100% 0,rgba(121,78,218,.18),transparent 70%),var(--surface); }
.closing-action { display: grid; gap: 12px; text-align: center; }
.site-footer { border-top: 1px solid var(--line); margin-top: 70px; padding: 40px 0; color: var(--muted); font-size: 12px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 26px; }
.footer-top .wordmark { color: var(--text); }
.footer-bottom { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 40px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 24px; }
.footer-bottom strong { color: var(--text); }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: 12px 22px; }
section, article, aside, .split-grid > *, .triple-grid > *, dd, .hero-copy { min-width: 0; }
@media (max-width: 1100px) {
  .header-inner { flex-wrap: wrap; gap: 20px; padding-block: 20px; }
  .header-inner nav { order: 3; width: 100%; margin: 0; }
  .header-inner > .button { margin-left: auto; }
  .hero { padding: 36px; gap: 28px; }
  .quick-facts { grid-template-columns: 1fr; }
  .promotion-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 36px); }
  .hero { grid-template-columns: 1fr; padding: 26px; border-radius: 20px; gap: 32px; }
  .hero-description { font-size: 15px; }
  .quick-facts dl, .split-grid, .triple-grid, .live-panel, .closing { grid-template-columns: 1fr; }
  .quick-facts dl { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .section { margin-top: 48px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .section-icon { display: none; }
  .card, .offer-card, .live-panel, .licence-panel, .closing { padding: 24px; }
  .analysis-panel { padding: 16px 0 0; border: 0; }
  .game-art { height: 115px; }
  .payment-facts, .legal-facts > div { grid-template-columns: 1fr; gap: 12px; }
  .payment-facts { gap: 24px; }
  .rating-panel { align-items: flex-start; flex-direction: column; }
  .closing { gap: 28px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom nav { justify-content: flex-start; }
  .site-footer { margin-top: 48px; }
}
@media (max-width: 420px) {
  .responsibility-bar .container { gap: 8px; font-size: 10px; }
  .wordmark { font-size: 26px; }
  .brand-symbol { display: none; }
  .wordmark small { margin-left: 6px; font-size: 8px; }
  .header-inner { gap: 14px; }
  .header-inner nav { gap: 12px 18px; font-size: 12px; }
  .button-small { padding: 10px 14px; gap: 10px; }
  .hero { padding: 22px; }
  .offer-card { padding: 20px; }
  .quick-facts dl { gap: 18px 12px; }
  .eyebrow { letter-spacing: .13em; }
  .empty-ring { width: 54px; height: 54px; }
  .empty-rating { column-gap: 12px; }
  .empty-rating strong { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}

/* v002 assembly append: candidate v002 content + real brand/game imagery. */
.brand-symbol img { display: block; width: 20px; height: 20px; }
.card-banner { display: block; width: 100%; height: auto; max-height: 150px; object-fit: cover; border-radius: 12px; margin-bottom: 18px; }
.game-thumb-strip { list-style: none; display: grid; grid-template-columns: repeat(auto-fill,minmax(100px,1fr)); gap: 14px; margin: 24px 0 0; padding: 0; }
.game-thumb-strip li { display: flex; flex-direction: column; gap: 8px; }
.game-thumb-strip img { display: block; width: 100%; aspect-ratio: 427 / 575; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.game-thumb-strip span { font-size: 11px; line-height: 1.4; color: var(--muted); }
.warning-card { margin-top: 20px; border-color: var(--pink); }
.warning-card h3 { display: flex; align-items: center; gap: 10px; font-size: 17px; margin-bottom: 16px; }
.warning-icon { display: grid; place-items: center; width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; background: var(--pink); color: var(--bg); font-size: 13px; font-weight: 700; }
.warning-list { margin: 0; padding-left: 20px; display: grid; gap: 10px; }
.warning-list li { line-height: 1.6; }
#vip .editorial { margin-bottom: 0; }
.promotion-card { flex-wrap: wrap; }
.promotion-card .card-banner { width: 220px; max-height: 70px; flex-shrink: 0; margin-bottom: 0; }
@media (max-width: 760px) {
  .card-banner { max-height: 120px; }
  .promotion-card .card-banner { width: 100%; max-height: 100px; }
}
