.demo-page { background: #070706; }
.demo-page .site-header { background: rgba(6, 6, 5, 0.98); }
.demo-console { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 76px; padding: 1rem max(2rem, calc((100vw - 1500px) / 2)); border-bottom: 1px solid rgba(214, 169, 40, 0.16); background: #090908; }
.demo-console > div { display: grid; gap: 0.18rem; }
.demo-console strong { color: #f4efe5; font-size: 1.25rem; letter-spacing: -0.03em; }
.demo-console > div span { color: #555149; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.23em; text-transform: uppercase; }
.demo-hero { position: relative; min-height: 355px; margin: 0 0.6rem; overflow: hidden; border-bottom: 1px solid rgba(214, 169, 40, 0.16); background: #080807; }
.demo-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(211, 163, 31, 0.095) 1px, transparent 1px), linear-gradient(90deg, rgba(211, 163, 31, 0.095) 1px, transparent 1px); background-size: 54px 54px; opacity: 0.45; mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.65) 58%, transparent); }
.demo-hero-glow { position: absolute; width: 58vw; height: 58vw; top: -33vw; right: -7vw; border-radius: 50%; background: rgba(205, 154, 21, 0.2); filter: blur(85px); }
.demo-hero-copy { position: relative; z-index: 1; width: min(1500px, calc(100% - 6rem)); margin: 0 auto; padding: 3.1rem 0 2.7rem; }
.demo-label { display: inline-flex; margin: 0 0 1rem; padding: 0.42rem 0.75rem; border: 1px solid rgba(229, 191, 72, 0.72); color: #e0b63b; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.22em; }
.demo-hero h1 { margin: 0; color: #f6f2e9; font-family: var(--font-display); font-size: clamp(2.4rem, 4.3vw, 4.2rem); font-weight: 650; line-height: 1.06; letter-spacing: -0.055em; }
.demo-hero h1 em { color: #f0c858; font-family: var(--font-accent); font-size: 1.08em; font-weight: 700; font-style: italic; }
.demo-hero-copy > p:not(.demo-label) { margin: 0.55rem 0 0; color: #777269; font-size: 0.9rem; font-style: italic; }
.demo-stats { display: flex; gap: 0; margin-top: 1.55rem; }
.demo-stats > div { min-width: 92px; padding: 0 1rem; border-right: 1px solid rgba(214, 169, 40, 0.15); }
.demo-stats > div:first-child { padding-left: 0; }
.demo-stats strong, .demo-stats span { display: block; }
.demo-stats strong { color: #d5a522; font-size: 1.15rem; }
.demo-stats span { margin-top: 0.28rem; color: #5d5951; font-size: 0.53rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.demo-ticker { overflow: hidden; margin: 0 0.6rem; border-bottom: 1px solid rgba(214, 169, 40, 0.16); background: #090908; }
.demo-ticker-track { display: flex; width: max-content; animation: demoTicker 34s linear infinite; }
.demo-ticker span { padding: 0.75rem 1.7rem; color: #5f5b53; font-size: 0.67rem; white-space: nowrap; }
.demo-ticker b { color: #c09219; }
@keyframes demoTicker { to { transform: translateX(-50%); } }
.demo-games { width: min(900px, calc(100% - 3rem)); margin: 0 auto; padding: 2.8rem 0 5rem; }
.demo-section-title { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.demo-section-title > span { height: 1px; background: linear-gradient(90deg, transparent, rgba(214, 169, 40, 0.45)); }
.demo-section-title > span:last-child { background: linear-gradient(90deg, rgba(214, 169, 40, 0.45), transparent); }
.demo-section-title h2 { margin: 0; color: #d8aa2e; font-size: 0.75rem; letter-spacing: 0.2em; text-align: center; text-transform: uppercase; }
.demo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.demo-card { overflow: hidden; border: 1px solid rgba(214, 169, 40, 0.2); border-radius: var(--radius-md); background: linear-gradient(155deg, #13110d, #0c0b09); box-shadow: 0 18px 55px rgba(0,0,0,.28); transition: 190ms ease; }
.demo-card:hover { transform: translateY(-3px); border-color: rgba(214, 169, 40, 0.6); box-shadow: 0 26px 70px rgba(0,0,0,.45), 0 0 32px rgba(214,169,40,.05); }
.demo-card-media { position: relative; aspect-ratio: 1.22 / 1; overflow: hidden; background: linear-gradient(135deg, #0a0520, #1a0840, #0d0030); }
.demo-card-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease, filter 280ms ease; }
.demo-card:hover .demo-card-media > img { transform: scale(1.035); filter: brightness(.58); }
.demo-badge { position: absolute; z-index: 3; top: 0.7rem; left: 0.7rem; padding: 0.38rem 0.65rem; background: #c83923; color: #fff3df; font-size: 0.57rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.demo-badge.new { background: #d6a41c; color: #120e03; }
.demo-card-overlay { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; justify-items: center; gap: 0.6rem; background: rgba(5,5,4,.1); opacity: 0; transition: 190ms ease; }
.demo-card:hover .demo-card-overlay, .demo-card:focus-within .demo-card-overlay { opacity: 1; background: rgba(5,5,4,.55); }
.demo-card-overlay button { min-width: 145px; padding: 0.8rem 1rem; border: 1px solid #e2b43a; border-radius: var(--radius-sm); background: linear-gradient(135deg,#f0d167,#c68e08); color: #100c02; font: inherit; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; cursor: pointer; }
.demo-card-overlay small { color: #cbc4b5; font-size: 0.65rem; }
.demo-card-name { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: grid; gap: 0.18rem; padding: 2.4rem 1rem 1rem; background: linear-gradient(transparent, rgba(4,4,3,.93)); }
.demo-card-name strong { color: #f3eee4; font-family: var(--font-display); font-size: 0.95rem; font-weight: 600; }
.demo-card-name span { color: #948d80; font-size: 0.64rem; }
.demo-card-body { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; min-height: 67px; border-top: 1px solid rgba(214, 169, 40, 0.15); }
.demo-card-body > div { padding: 0.8rem; border-right: 1px solid rgba(214, 169, 40, 0.1); text-align: center; }
.demo-card-body strong, .demo-card-body span { display: block; }
.demo-card-body strong { color: #d6a522; font-size: 0.83rem; }
.demo-card-body span { margin-top: 0.2rem; color: #5d5951; font-size: 0.49rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.demo-card-body > b { padding: 0.8rem; color: #736d62; font-size: 0.56rem; text-transform: uppercase; }
.demo-real-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.4rem; width: min(1040px, calc(100% - 3rem)); margin: 0 auto 3rem; padding: 1.8rem 2rem; border: 1px solid rgba(214, 169, 40, 0.25); background: linear-gradient(110deg, rgba(207,154,17,.13), #0d0d0b 45%, #12100a); }
.demo-real-cta > span { font-size: 2rem; }
.demo-real-cta p { margin: 0 0 0.2rem; color: #9b7719; font-size: 0.58rem; font-weight: 900; letter-spacing: 0.17em; }
.demo-real-cta h2 { margin: 0; color: #f4f0e7; font-size: 1.18rem; }
.demo-real-cta h2 em { color: #d4a11f; font-style: normal; }
.demo-real-cta small { color: #6c675e; }
.demo-payment { padding: 1.8rem 1rem 4rem; text-align: center; }
.demo-payment p { color: #5c574e; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; }
.demo-payment div { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-top: 0.9rem; }
.demo-payment span { padding: 0.6rem 1rem; border: 1px solid rgba(214,169,40,.13); color: #8e887e; font-size: 0.7rem; }
.game-modal { position: fixed; z-index: 1000; inset: 0; display: none; place-items: center; padding: 1rem; }
.game-modal.open { display: grid; }
.game-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.86); backdrop-filter: blur(8px); }
.game-modal-dialog { position: relative; z-index: 1; width: min(1180px, 96vw); border: 1px solid rgba(214,169,40,.5); background: #080807; box-shadow: 0 35px 100px #000; }
.game-modal-bar { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 1rem 0 1.2rem; border-bottom: 1px solid rgba(214,169,40,.25); }
.game-modal-bar strong { color: #e2ba49; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }
.game-modal-bar button { width: 38px; height: 38px; border: 0; background: transparent; color: #aaa397; font-size: 1.7rem; cursor: pointer; }
.game-frame-wrap { aspect-ratio: 16 / 9; background: #000; }
.game-frame-wrap iframe { display: block; width: 100%; height: 100%; border: 0; }
.game-modal-note { padding: 0.7rem 1rem; color: #666158; font-size: 0.63rem; text-align: center; }
body.game-open { overflow: hidden; }
@media (max-width: 820px) { .demo-hero-copy { width: calc(100% - 2.5rem); } .demo-grid { grid-template-columns: 1fr; } .demo-games { width: min(620px, calc(100% - 1.5rem)); } .demo-real-cta { grid-template-columns: auto 1fr; } .demo-real-cta .button { grid-column: 1 / -1; } }
@media (max-width: 540px) { .demo-console { padding: 0.8rem 1rem; } .demo-console .button { display: none; } .demo-hero { margin: 0; } .demo-hero-copy { padding-top: 2.25rem; } .demo-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 0; } .demo-stats > div:nth-child(2) { border-right: 0; } .demo-ticker { margin: 0; } .demo-section-title { gap: 0.6rem; } .demo-card-media { aspect-ratio: 1.08 / 1; } .demo-card-body { grid-template-columns: repeat(3, 1fr); } .demo-card-body > b { grid-column: 1 / -1; padding: 0.45rem; border-top: 1px solid rgba(214,169,40,.1); text-align: center; } .demo-real-cta { width: calc(100% - 1.5rem); padding: 1.3rem; } .demo-real-cta > span { display: none; } .demo-real-cta { grid-template-columns: 1fr; } .game-modal { padding: 0; } .game-modal-dialog { width: 100vw; } .game-frame-wrap { aspect-ratio: 9 / 13; } }
@media (prefers-reduced-motion: reduce) { .demo-ticker-track { animation: none; } .demo-card, .demo-card-media > img, .demo-card-overlay { transition: none; } }
