*,*::before,*::after { box-sizing: border-box; }
body { margin: 0; background: #10080b; color: #f7f4f2; font-family: Verdana, "Gill Sans", "Trebuchet MS", sans-serif; line-height: 1.65; overflow-x: clip; }
a { color: #f0b429; }
.skip-article { position: absolute; left: -999px; background: #f0b429; color: #1b1208; padding: 8px 12px; z-index: 80; }
.skip-article:focus { left: 10px; top: 10px; }
.page-shell { min-height: 100vh; }
.boot-screen { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 42%, #4a0010 0%, #10080b 68%); transition: opacity .45s ease; }
.boot-screen.is-done { opacity: 0; visibility: hidden; }
.halo-disc { width: min(84vw, 360px); aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 0 0 rgba(255,42,60,.35); animation: halo 2.4s ease-in-out infinite; background: rgba(40,0,8,.45); }
.fire-shape { width: 84px; height: 112px; transform-origin: center bottom; animation: flicker 1.8s ease-in-out infinite; }
.wait-caption { margin-top: 12px; font-size: 12px; letter-spacing: .22em; color: #f3f3f3; }
.sticky-head { position: sticky; top: 0; z-index: 30; background: #16090d; box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.inset-crawl { overflow: hidden; background: #090406; }
.crawl-span { display: flex; width: max-content; animation: crawl 27s linear infinite; }
.sticky-head:hover .crawl-span { animation-play-state: paused; }
.crawl-span span { display: inline-block; padding: 7px 0; font-size: 12px; white-space: nowrap; }
.head-main { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 18px; }
.word-lock img { height: 48px; width: auto; display: block; }
.head-tools { display: flex; align-items: center; gap: 8px; }
.lang-tag { font-size: 12px; border: 1px solid #f0b429; color: #f0b429; border-radius: 6px; padding: 3px 7px; }
.headset-link { color: #fff; width: 34px; height: 34px; display: grid; place-items: center; position: relative; }
.headset-link i { position: absolute; width: 7px; height: 7px; background: #ff2a3c; border-radius: 50%; top: 2px; right: 2px; }
.outline-enter { color: #fff; text-decoration: none; padding: 8px 12px; border-radius: 8px; border: 1px solid rgba(255,255,255,.4); font-weight: 700; font-size: 14px; }
.gold-join { background: #f0b429; color: #1b1208; text-decoration: none; padding: 8px 12px; border-radius: 8px; font-weight: 800; font-size: 14px; }
.head-links { display: flex; gap: 18px; padding: 0 18px 10px; border-top: 1px solid rgba(255,255,255,.05); }
.head-links a { color: #fff; text-decoration: none; font-size: 13px; font-weight: 700; padding-top: 8px; }
.head-links a[aria-current="page"] { box-shadow: inset 0 -2px 0 #ff2a3c; color: #f0b429; }
.section-toggle { display: none; background: #ff2a3c; color: #fff; border: 0; border-radius: 8px; padding: 8px 10px; font-weight: 800; }
.body-flow { padding-bottom: 40px; }
.poster-band { padding: 18px 18px 0; }
.poster-frame { position: relative; border-radius: 18px; overflow: hidden; min-height: 280px; max-width: 1100px; margin: 0 auto; }
.poster-art { width: 100%; height: 420px; object-fit: cover; display: block; }
.center-plaque { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(440px, calc(100% - 28px)); text-align: center; background: rgba(16,8,11,.58); border-radius: 16px; padding: 22px 16px; }
.plaque-copy { margin: 0 0 12px; font-size: 1.3rem; font-weight: 700; }
.plaque-go { display: inline-block; background: #f0b429; color: #1b1208; font-weight: 800; text-decoration: none; border-radius: 999px; padding: 11px 18px; }
.win-strip { max-width: 1100px; margin: 22px auto 0; padding: 0 18px; }
.strip-title { margin: 0 0 10px; font-size: 1.15rem; }
.win-track { display: flex; gap: 10px; overflow-x: auto; list-style: none; margin: 0; padding: 0 0 8px; scroll-snap-type: x mandatory; }
.win-card { flex: 0 0 220px; scroll-snap-align: start; background: #1a0c10; border-radius: 14px; padding: 10px 12px; border: 1px solid rgba(255,42,60,.3); }
.win-card.card-new { animation: slideCard .35s ease-out, pulseCard .5s ease-out; }
.winner-name { display: block; font-weight: 800; }
.played-title { color: #ff7b88; text-decoration: none; font-size: 13px; }
.win-value { display: block; margin-top: 6px; color: #ff2a3c; font-size: 1.2rem; font-weight: 800; }
.win-value small { display: block; color: #9a9a9a; font-size: 11px; font-weight: 500; }
.on-dot { width: 7px; height: 7px; background: #37d67a; border-radius: 50%; display: inline-block; margin-right: 4px; }
.game-rail { max-width: 1100px; margin: 26px auto; padding: 0 18px; }
.rail-title { margin: 0 0 12px; font-size: 1.2rem; }
.rail-list { display: flex; gap: 14px; list-style: none; padding: 0; margin: 0; overflow-x: auto; }
.rail-card { flex: 0 0 169px; color: inherit; text-decoration: none; }
.rail-media { width: 169px; height: 169px; border-radius: 18px; overflow: hidden; position: relative; display: block; }
.rail-img { width: 169px; height: 169px; object-fit: cover; display: block; animation: breatheB 3.6s ease-in-out infinite; }
.rail-play { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(16,8,11,.55); opacity: 0; font-weight: 800; transition: opacity .2s linear; }
.rail-card:hover .rail-play, .rail-card:focus-visible .rail-play { opacity: 1; }
.rail-card:hover .rail-img { transform: scale(1.07); animation: none; }
.rail-name { display: block; margin-top: 6px; font-size: 13px; }
.review-flow { max-width: 860px; margin: 10px auto 0; padding: 8px 18px 10px; }
.review-flow h1 { font-size: clamp(1.6rem, 3vw, 2.15rem); line-height: 1.25; margin-top: 0; }
.review-flow h2 { font-size: 1.28rem; color: #fff; border-top: 1px solid rgba(240,180,41,.35); padding-top: 16px; }
.review-flow h3 { font-size: 1rem; color: #f0b429; }
.crumb-bits { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 16px; font-size: 12px; color: #b7b7b7; }
.crumb-bits a { color: #f0b429; text-decoration: none; }
.data-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 10px 0 16px; }
.review-flow table { width: 100%; min-width: 480px; border-collapse: separate; border-spacing: 0; }
.review-flow th, .review-flow td { padding: 9px 10px; border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; }
.review-flow th { color: #1b1208; background: #f0b429; }
.review-flow blockquote { margin: 14px 0; padding: 10px 14px; background: #241016; border-radius: 12px; }
.action-chip { display: inline-block; margin-top: 6px; background: #ff2a3c; color: #fff; text-decoration: none; font-weight: 800; padding: 12px 16px; border-radius: 999px; }
.floor-bar { margin-top: 36px; background: #090406; padding: 22px 18px 16px; }
.wallet-row { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0 auto 16px; padding: 0; max-width: 1100px; }
.wallet-row li { background: #fff; border-radius: 10px; padding: 3px 6px; }
.wallet-img { height: 26px; width: auto; display: block; }
.floor-grid { max-width: 1100px; margin: 0 auto 12px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.floor-col h2 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #f0b429; margin: 0 0 8px; }
.floor-col ul { margin: 0; padding: 0; list-style: none; }
.floor-col a { color: #eee; text-decoration: none; font-size: 14px; }
.floor-col li { margin: 5px 0; }
.fine-print { max-width: 1100px; margin: 0 auto; color: #9a9a9a; font-size: 12px; }
.fine-print strong { display: inline-block; border: 2px solid #ff2a3c; border-radius: 4px; padding: 2px 6px; color: #fff; margin-right: 6px; }
@media (max-width: 800px) {
  .head-links { display: none; flex-direction: column; gap: 0; padding-bottom: 8px; }
  .head-links.links-open { display: flex; }
  .section-toggle { display: inline-block; }
  .poster-art { height: 260px; }
  .floor-grid { grid-template-columns: 1fr; }
  .head-main { flex-wrap: wrap; }
}
@media (min-width: 980px) {
  .rail-list { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .fire-shape, .halo-disc, .crawl-span, .rail-img { animation: none; }
}
@keyframes halo { 0%,100% { box-shadow: 0 0 0 0 rgba(255,42,60,.15); } 50% { box-shadow: 0 0 48px 8px rgba(255,42,60,.28); } }
@keyframes flicker { 0%,100% { transform: scale(1) rotate(0deg); } 50% { transform: scale(1.04, .98) rotate(-1.5deg); } }
@keyframes crawl { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes breatheB { 0%,100% { transform: scale(1); } 50% { transform: scale(1.025); } }
@keyframes slideCard { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: none; } }
@keyframes pulseCard { from { box-shadow: 0 0 0 2px rgba(255,42,60,.7); } to { box-shadow: none; } }
html { scrollbar-width: thin; scrollbar-color: #f0b429 #1a0c10; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #1a0c10; border-radius: 999px; }
::-webkit-scrollbar-thumb { background: linear-gradient(90deg, #ff2a3c, #f0b429); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #f0b429; }
::-webkit-scrollbar-button,
::-webkit-scrollbar-button:single-button,
::-webkit-scrollbar-corner { display: none; width: 0; height: 0; background: transparent; }