/* ===== review page ===== */
body .wrapper .crumbs { padding-top: 18px; }
body .wrapper .crumb-list { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; }
body .wrapper .crumb-list li { display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.5); }
body .wrapper .crumb-list li::after { content: "/"; color: rgba(255, 255, 255, 0.3); }
body .wrapper .crumb-list li:last-child::after { content: ""; }
body .wrapper .crumb-list a { color: rgba(255, 255, 255, 0.7); }
body .wrapper .crumb-current { color: #f5c518; }

/* rhero */
body .wrapper .rhero { margin-top: 14px; }
body .wrapper .rhero-title { font-size: 32px; font-weight: 800; color: #ffffff; letter-spacing: -0.5px; }
body .wrapper .rhero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin-top: 8px; }
body .wrapper .rhero-meta li { font-size: 13px; color: rgba(255, 255, 255, 0.7); display: inline-flex; align-items: center; gap: 5px; }
body .wrapper .rhero-meta .meta-check { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background-color: #1ea672; color: #ffffff; }

body .wrapper .rhero-body { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 18px; }
body .wrapper .rhero-logo { height: 150px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 64px; font-weight: 800; color: #ffffff; }
body .wrapper .rhero-feature { position: relative; min-height: 150px; border-radius: 12px; background: linear-gradient(120deg, #2c3e92, #16204f); display: flex; align-items: center; justify-content: center; overflow: hidden; }
body .wrapper .rhero-feature-flag { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #000000; background-color: #f5c518; border-radius: 4px; padding: 4px 9px; }
body .wrapper .rhero-play { width: 60px; height: 60px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.55); border: 2px solid rgba(255, 255, 255, 0.8); color: #ffffff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.15s ease, transform 0.15s ease; }
body .wrapper .rhero-play:hover { background-color: #f5c518; color: #000000; border-color: #f5c518; transform: scale(1.06); }

/* score widget */
body .wrapper .rscore { background-color: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 18px; }
body .wrapper .rscore-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: rgba(255, 255, 255, 0.55); }
body .wrapper .rscore-main { display: flex; align-items: center; gap: 10px; margin: 6px 0 10px; }
body .wrapper .rscore-star { color: #f5c518; display: flex; }
body .wrapper .rscore-value { font-size: 40px; font-weight: 800; color: #ffffff; line-height: 1; }
body .wrapper .rscore-max { font-size: 17px; font-weight: 600; color: rgba(255, 255, 255, 0.55); }
body .wrapper .rscore-legal { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: #6fe0b4; background-color: rgba(30, 166, 114, 0.12); border: 1px solid rgba(30, 166, 114, 0.4); border-radius: 20px; padding: 5px 11px; }
body .wrapper .rscore-legal .legal-ico { color: #1ea672; display: flex; }
body .wrapper .rscore-bars { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
body .wrapper .rscore-bars li { display: grid; grid-template-columns: 78px 1fr 34px; align-items: center; gap: 10px; }
body .wrapper .bar-label { font-size: 13px; color: rgba(255, 255, 255, 0.7); }
body .wrapper .bar-track { height: 7px; border-radius: 4px; background-color: #2a2a2a; overflow: hidden; }
body .wrapper .bar-fill { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #f5c518, #ffd643); border-radius: 4px; transition: width 0.8s ease; }
body .wrapper .bar-num { font-size: 13px; font-weight: 700; color: #ffffff; text-align: right; }

body .wrapper .rscore-userrate { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
body .wrapper .userrate-label { font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.6); }
body .wrapper .userrate-stars { display: flex; gap: 4px; margin: 7px 0 4px; }
body .wrapper .rate-star { color: rgba(255, 255, 255, 0.25); cursor: pointer; transition: color 0.12s ease, transform 0.12s ease; display: flex; }
body .wrapper .rate-star:hover { transform: scale(1.15); }
body .wrapper .rate-star.is-on { color: #f5c518; }
body .wrapper .userrate-hint { font-size: 12px; color: rgba(255, 255, 255, 0.5); }
body .wrapper .userrate-hint.is-done { color: #6fe0b4; }

body .wrapper .rhero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
body .wrapper .rhero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

/* tabs */
body .wrapper .tabs { margin-top: 40px; }
body .wrapper .tab-row { display: flex; gap: 4px; overflow-x: auto; border-bottom: 1px solid rgba(255, 255, 255, 0.12); scrollbar-width: none; }
body .wrapper .tab-row::-webkit-scrollbar { display: none; }
body .wrapper .tab { display: inline-block; white-space: nowrap; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.6); padding: 12px 16px; cursor: pointer; border-bottom: 3px solid transparent; transition: color 0.15s ease, border-color 0.15s ease; }
body .wrapper .tab:hover { color: #ffffff; }
body .wrapper .tab.is-active { color: #f5c518; border-bottom-color: #f5c518; }
body .wrapper .tab-panes { padding-top: 20px; }
body .wrapper .tab-pane { display: none; }
body .wrapper .tab-pane.is-active { display: block; animation: fadeIn 0.25s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
body .wrapper .lead { font-size: 16px; color: rgba(255, 255, 255, 0.82); line-height: 1.65; max-width: 760px; }

body .wrapper .highlight { margin-top: 16px; background: linear-gradient(120deg, rgba(245, 197, 24, 0.14), rgba(245, 197, 24, 0.04)); border: 1px solid rgba(245, 197, 24, 0.4); border-radius: 12px; padding: 16px 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
body .wrapper .highlight-ico { width: 44px; height: 44px; border-radius: 50%; background-color: #f5c518; color: #000000; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
body .wrapper .highlight-body { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 3px; }
body .wrapper .highlight-title { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: #f5c518; }
body .wrapper .highlight-text { font-size: 15px; font-weight: 600; color: #ffffff; }

/* key-value list (tabs) */
body .wrapper .kv { margin-top: 16px; display: grid; grid-template-columns: 1fr; gap: 1px; background-color: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 10px; overflow: hidden; }
body .wrapper .kv li { display: flex; justify-content: space-between; gap: 16px; background-color: #1f1f1f; padding: 12px 16px; }
body .wrapper .kv-k { font-size: 14px; color: rgba(255, 255, 255, 0.65); }
body .wrapper .kv-v { font-size: 14px; font-weight: 600; color: #ffffff; text-align: right; }

/* facts box */
body .wrapper .facts { margin-top: 44px; }
body .wrapper .facts-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background-color: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; overflow: hidden; margin-top: 16px; }
body .wrapper .facts-grid li { background-color: #1f1f1f; padding: 14px 16px; display: flex; flex-direction: column; gap: 3px; }
body .wrapper .fact-k { font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: rgba(255, 255, 255, 0.5); }
body .wrapper .fact-v { font-size: 15px; font-weight: 600; color: #ffffff; }

/* pro / contra */
body .wrapper .procon { margin-top: 44px; }
body .wrapper .procon-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 16px; }
body .wrapper .pc-card { border-radius: 12px; padding: 18px 18px 6px; border: 1px solid rgba(255, 255, 255, 0.1); }
body .wrapper .pc-pro { background-color: rgba(30, 166, 114, 0.08); border-color: rgba(30, 166, 114, 0.35); }
body .wrapper .pc-con { background-color: rgba(224, 41, 74, 0.07); border-color: rgba(224, 41, 74, 0.3); }
body .wrapper .pc-card li { font-size: 14px; color: rgba(255, 255, 255, 0.82); padding: 7px 0 7px 26px; position: relative; line-height: 1.5; }
body .wrapper .pc-card li::before { content: ""; position: absolute; left: 4px; top: 13px; width: 6px; height: 6px; border-radius: 50%; }
body .wrapper .pc-pro li::before { background-color: #1ea672; }
body .wrapper .pc-con li::before { background-color: #e0294a; }
body .wrapper .pc-head { font-size: 15px; font-weight: 700; color: #ffffff; display: flex; align-items: center; gap: 8px; padding-left: 0; margin-bottom: 4px; }
body .wrapper .pc-head::before { display: none; }
body .wrapper .pc-ico { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; flex-shrink: 0; }
body .wrapper .pc-pro .pc-ico { background-color: #1ea672; }
body .wrapper .pc-con .pc-ico { background-color: #e0294a; }

/* reviews */
body .wrapper .reviews { margin-top: 44px; }
body .wrapper .review-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 16px; }
body .wrapper .review-card { background-color: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 16px 18px; }
body .wrapper .review-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
body .wrapper .review-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #2c3e92, #16204f); color: #ffffff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
body .wrapper .review-id { display: flex; flex-direction: column; gap: 1px; flex: 1; }
body .wrapper .review-name { font-size: 14px; font-weight: 600; color: #ffffff; }
body .wrapper .review-date { font-size: 12px; color: rgba(255, 255, 255, 0.5); }
body .wrapper .review-score { display: inline-flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 800; color: #ffffff; }
body .wrapper .review-score .rc-star { color: #f5c518; display: flex; }
body .wrapper .review-text { font-size: 14px; color: rgba(255, 255, 255, 0.78); line-height: 1.6; }
body .wrapper .review-helpful { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, 0.6); margin-top: 12px; cursor: pointer; }
body .wrapper .review-helpful:hover { color: #f5c518; }
body .wrapper .review-helpful.is-marked { color: #6fe0b4; }
body .wrapper .review-helpful .hp-ico { display: flex; }

/* player protection */
body .wrapper .protect { margin-top: 44px; background-color: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.1); border-left: 4px solid #f5c518; border-radius: 12px; padding: 20px 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
body .wrapper .protect-ico { color: #f5c518; display: flex; flex-shrink: 0; }
body .wrapper .protect-body { flex: 1; min-width: 240px; }
body .wrapper .protect-title { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 5px; }
body .wrapper .protect-text { font-size: 13px; color: rgba(255, 255, 255, 0.7); line-height: 1.6; }

body .wrapper .verdict { margin-top: 44px; }
body .wrapper .verdict p { font-size: 15px; color: rgba(255, 255, 255, 0.8); line-height: 1.65; margin-top: 12px; }
body .wrapper .verdict-chip { margin-left: auto; background-color: #f5c518; color: #000000; font-size: 13px; font-weight: 600; padding: 5px 13px; border-radius: 20px; align-self: center; white-space: nowrap; }
body .wrapper .rail-note { font-size: 12px; color: rgba(255, 255, 255, 0.55); line-height: 1.6; margin-top: 14px; }
body .wrapper .rail-note a { color: #5799ef; }

@media (min-width: 768px) {
  body .wrapper .rhero-title { font-size: 40px; }
  body .wrapper .rhero-body { grid-template-columns: 200px 1fr 320px; }
  body .wrapper .rhero-logo { height: 100%; min-height: 220px; }
  body .wrapper .rhero-feature { min-height: 220px; }
  body .wrapper .kv { grid-template-columns: repeat(2, 1fr); }
  body .wrapper .facts-grid { grid-template-columns: repeat(2, 1fr); }
  body .wrapper .procon-grid { grid-template-columns: 1fr 1fr; }
  body .wrapper .review-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  body .wrapper .facts-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Slot-Demo-Screenshot */
body .wrapper .shot { margin-top: 44px; }
body .wrapper .shot figure { margin: 0; }
body .wrapper .shot img { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1); }
body .wrapper .shot figcaption { font-size: 12px; color: rgba(255, 255, 255, 0.55); line-height: 1.6; margin-top: 10px; }

/* Ratgeber / Guide */
body .wrapper .guide-hero { margin-top: 8px; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
body .wrapper .guide-title { font-size: 28px; color: #ffffff; line-height: 1.18; }
body .wrapper .guide-lead { font-size: 17px; color: rgba(255, 255, 255, 0.82); line-height: 1.6; margin-top: 14px; }
body .wrapper .guide-byline { font-size: 12px; color: rgba(255, 255, 255, 0.5); letter-spacing: 0.3px; margin-top: 14px; }
body .wrapper .guide-key { margin-top: 28px; background-color: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 20px 22px; }
body .wrapper .guide-key .key-list { list-style: none; margin: 14px 0 0; padding: 0; }
body .wrapper .guide-key .key-list li { position: relative; font-size: 15px; color: rgba(255, 255, 255, 0.82); line-height: 1.55; padding-left: 26px; margin-bottom: 11px; }
body .wrapper .guide-key .key-list li:last-child { margin-bottom: 0; }
body .wrapper .guide-key .key-list li::before { content: ""; position: absolute; left: 0; top: 6px; width: 11px; height: 11px; border-radius: 50%; background-color: #f5c518; }
body .wrapper .guide-block { margin-top: 38px; }
body .wrapper .guide-block .section-title { margin-bottom: 14px; }
body .wrapper .guide-block p { font-size: 16px; color: rgba(255, 255, 255, 0.8); line-height: 1.7; margin-top: 14px; }
body .wrapper .guide-block p:first-of-type { margin-top: 0; }
body .wrapper .guide-block h3 { font-size: 19px; color: #ffffff; margin-top: 26px; }

/* Hub-Listen */
body .wrapper .hub-grid { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
body .wrapper .hub-card { background-color: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 10px; transition: background-color 0.15s ease, transform 0.15s ease; }
body .wrapper .hub-card:hover { background-color: #2a2a2a; transform: translateY(-2px); }
body .wrapper .hub-card-link { display: flex; align-items: center; gap: 14px; padding: 12px 14px; text-decoration: none; }
body .wrapper .hub-tile { flex: 0 0 auto; width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: #ffffff; }
body .wrapper .hub-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
body .wrapper .hub-name { font-size: 16px; font-weight: 600; color: #ffffff; }
body .wrapper .hub-note { font-size: 13px; color: rgba(255, 255, 255, 0.6); line-height: 1.4; }
body .wrapper .hub-score { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 700; color: #f5c518; }
body .wrapper .hub-rank { flex: 0 0 auto; width: 26px; font-size: 14px; font-weight: 700; color: rgba(255, 255, 255, 0.4); text-align: center; }
body .wrapper .hub-intro { font-size: 16px; color: rgba(255, 255, 255, 0.8); line-height: 1.65; margin-top: 14px; }
@media (min-width: 600px) { body .wrapper .hub-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { body .wrapper .hub-grid { grid-template-columns: repeat(3, 1fr); } }

/* Echte Marken-Logos (ersetzen Initial-Kachel, wenn Datei vorhanden) */
body .wrapper .logo-img { width: 100%; height: 100%; object-fit: contain; padding: 14%; box-sizing: border-box; display: block; }
body .wrapper .has-logo { background-color: #ffffff; background-image: linear-gradient(150deg, #ffffff 0%, #eceff5 100%); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06); }
body .wrapper .rhero-logo.has-logo, body .wrapper .poster-thumb.has-logo, body .wrapper .hub-tile.has-logo, body .wrapper .clogo.has-logo { background-color: #ffffff; }
body .wrapper .rhero-logo.has-logo { background-image: linear-gradient(150deg, #ffffff 0%, #e7ebf3 100%); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.38), inset 0 0 0 1px rgba(0, 0, 0, 0.07); position: relative; overflow: hidden; }
body .wrapper .rhero-logo.has-logo::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 38%; background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0)); pointer-events: none; }
body .wrapper .poster-thumb.has-logo, body .wrapper .hub-tile.has-logo { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07); }

/* Slot-Vorschaubilder (Game-Art) in Kacheln */
body .wrapper .thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; }
body .wrapper .has-thumb { background-color: #000000; background-image: none; }
body .wrapper .slot-thumb.has-thumb, body .wrapper .poster-thumb.has-thumb, body .wrapper .hub-tile.has-thumb, body .wrapper .rhero-logo.has-thumb { background-color: #000000; overflow: hidden; }

/* Hero-Feature-Panel (Bonus + Fakten statt leerer Fläche) */
body .wrapper .rhero-feature .rhf-inner { padding: 30px 26px; text-align: center; max-width: 380px; }
body .wrapper .rhero-feature .rhf-k { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); }
body .wrapper .rhero-feature .rhf-bonus { display: block; font-size: 25px; font-weight: 800; color: #ffffff; line-height: 1.2; margin-top: 8px; }
body .wrapper .rhero-feature .rhf-bonus .pct { color: #f5c518; }
body .wrapper .rhero-feature .rhf-facts { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
body .wrapper .rhero-feature .rhf-facts li { font-size: 12px; font-weight: 600; color: rgba(255, 255, 255, 0.92); background-color: rgba(255, 255, 255, 0.12); border-radius: 20px; padding: 5px 11px; }

/* Compliance: Klärsatz + RG-Hinweis unter Listings */
body .wrapper .compliance-note { font-size: 13px; line-height: 1.6; color: rgba(255, 255, 255, 0.72); background-color: rgba(245, 197, 24, 0.08); border: 1px solid rgba(245, 197, 24, 0.3); border-radius: 10px; padding: 12px 16px; margin: 8px 0 16px; }
body .wrapper .compliance-note strong { color: #f5c518; }
body .wrapper .listing-rg { font-size: 12px; line-height: 1.6; color: rgba(255, 255, 255, 0.55); margin-top: 14px; }
body .wrapper .listing-rg strong { color: rgba(255, 255, 255, 0.8); }
body .wrapper .listing-rg a { color: #5799ef; }

/* Flag darf das Bonus-Label auf kleinen Screens nicht überdecken */
body .wrapper .rhero-feature .rhf-inner { padding-top: 60px; }
@media (min-width: 768px) {
  body .wrapper .rhero-feature .rhf-inner { padding-top: 30px; }
}
