:root{--bg:#07110d;--panel:#12231a;--accent:#b9ff3d;--accent2:#ff7a30;--text:#f4ffe9;--muted:#a5bdad;--line:rgba(255,255,255,.15);--r:4px;font-family:Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);line-height:1.65;overflow-wrap:anywhere}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-head{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:28px;min-height:80px;padding:12px 4vw;background:rgba(5,5,8,.91);border-bottom:1px solid var(--line);backdrop-filter:blur(15px)}.logo{font-weight:950;letter-spacing:.06em}.logo small{display:block;color:var(--muted);font-size:9px}.site-head nav{display:flex;gap:22px;margin-left:auto;color:var(--muted);font-size:13px}.head-actions,.hero-actions{display:flex;gap:10px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border:1px solid var(--line);border-radius:999px;font-weight:900}.primary{background:var(--accent);border-color:var(--accent);color:#08070a;box-shadow:0 0 24px color-mix(in srgb,var(--accent) 30%,transparent)}.ghost{border-color:var(--accent2);color:var(--text)}.large{min-height:54px;padding:0 30px}main{max-width:1500px;margin:auto;padding:0 4vw}.hero{position:relative;min-height:680px;margin:28px 0 18px;overflow:hidden;border:1px solid var(--line);border-radius:var(--r);background:var(--panel)}.cover-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cover-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--bg),color-mix(in srgb,var(--bg) 88%,transparent) 42%,transparent 80%)}.hero-copy{position:relative;z-index:3;width:min(720px,58%);padding:85px 62px}.hero h1{margin:0 0 24px;font-size:clamp(40px,5.3vw,80px);line-height:.98;letter-spacing:-.045em}.hero-copy>p:not(.eyebrow){color:var(--muted);font-size:17px}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.18em}.stats{position:absolute;z-index:4;right:22px;bottom:22px;display:flex;gap:8px}.stats article{min-width:125px;padding:13px 16px;border:1px solid var(--line);border-radius:12px;background:rgba(4,4,8,.76);backdrop-filter:blur(12px)}.stats span{color:var(--accent);font-weight:900}.stats p{margin:0;color:var(--muted);font-size:10px}.split-hero{display:grid;grid-template-columns:53% 47%;min-height:640px}.split-hero figure{margin:0}.split-hero figure img{width:100%;height:100%;object-fit:cover}.split-hero .hero-copy{width:auto;padding:65px 45px}.split-hero .stats{right:35px}.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:70px}.quick a{display:flex;gap:13px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:var(--r);background:var(--panel);font-weight:900}.quick span{color:var(--accent);font-size:11px}.section{padding:75px 0;border-top:1px solid var(--line)}.section>header{display:grid;grid-template-columns:70px minmax(0,1fr);gap:25px;max-width:1080px;margin-bottom:32px}.section>header>span{color:var(--accent);font-size:38px;font-weight:900;line-height:1}.section>header p{margin:0;color:var(--accent);font-size:11px;letter-spacing:.18em}.section h2,.faq h2,.final h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.05;letter-spacing:-.035em}.intro,.section-copy{color:var(--muted);margin-top:18px}.section-copy{columns:2;column-gap:50px}.section-copy p{margin:0 0 20px}.semantic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.semantic-grid p{margin:0;padding:19px;border:1px solid var(--line);border-radius:var(--r);background:var(--panel);color:var(--muted)}.query{color:var(--text);font-weight:900}.games{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.game-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--r);background:var(--panel)}.game-card img{width:100%;aspect-ratio:1.35;object-fit:cover}.game-card div{padding:16px}.game-card small{color:var(--accent);font-size:9px}.game-card h3{margin:5px 0 0;font-size:19px}.game-card p{margin:0 0 12px;color:var(--muted);font-size:11px}.game-card a,.inline-link{color:var(--accent);font-weight:900}.mechanics{display:grid;grid-template-columns:140px 1fr;gap:25px;margin-top:20px;padding:23px;border-left:4px solid var(--accent);background:var(--panel)}.mechanics span{color:var(--accent);font-weight:900}.mechanics p{margin:0;color:var(--muted)}.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.editorial-grid article{position:relative;min-height:210px;padding:25px;border:1px solid var(--line);border-radius:var(--r);background:var(--panel)}.editorial-grid article>span{display:block;margin-bottom:14px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.15em}.editorial-grid p{margin:0;color:var(--muted)}.faq{display:grid;grid-template-columns:38% 1fr;gap:45px;padding:70px 0;border-top:1px solid var(--line)}details{padding:16px 0;border-bottom:1px solid var(--line)}summary{font-weight:900;cursor:pointer}details p{color:var(--muted)}.final{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:60px 0;padding:40px;border:1px solid var(--line);border-radius:var(--r);background:var(--panel)}footer{display:grid;grid-template-columns:220px 1fr auto;gap:35px;align-items:center;padding:35px 4vw;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.rail{position:fixed;left:0;top:0;bottom:0;z-index:25;width:54px;display:flex;flex-direction:column;align-items:center;gap:28px;padding-top:25px;background:#040404;border-right:1px solid var(--line);color:var(--accent)}.vault,.gallery{padding-left:54px}.medallion-head{border-bottom-color:var(--accent2)}.ticker{margin-left:auto;color:var(--accent);font-size:11px;letter-spacing:.14em}.dashboard .quick,.command .quick{position:relative;z-index:5;transform:translateY(-35px);margin-bottom:30px}.dashboard .quick a,.command .quick a{backdrop-filter:blur(14px)}.refinery .section{border-top-style:dashed}.refinery .semantic-grid{grid-template-columns:1fr}.refinery .semantic-grid p{display:grid;grid-template-columns:38% 62%;border-radius:0}.showroom .games{grid-template-columns:repeat(2,1fr)}.showroom .game-card{display:grid;grid-template-columns:42% 1fr}.showroom .game-card img{height:100%;aspect-ratio:auto}.retro .site-head{background:#1a100b}.retro .section:nth-of-type(even){padding-left:35px;padding-right:35px;background:linear-gradient(135deg,transparent,var(--panel));border-radius:var(--r)}.lab .cover-hero:after{background:linear-gradient(90deg,rgba(237,241,242,.1),rgba(237,241,242,.85) 56%,rgba(237,241,242,.98))}.lab .split-hero{border-color:#b7c2c5}.lab .section{border-top-color:#cbd3d6}.theatre .hero{border-radius:38px 38px 8px 8px}.theatre .section h2{text-transform:uppercase}.gallery .games{grid-template-columns:repeat(2,1fr)}@media(max-width:900px){.site-head nav,.ticker{display:none}.head-actions{margin-left:auto}.hero{min-height:740px}.cover-hero:after{background:linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--bg) 88%,transparent) 65%,transparent)}.hero-copy{width:100%;padding:52px 25px}.split-hero{display:block}.split-hero figure{height:340px}.split-hero .hero-copy{padding:35px 25px}.stats{left:20px;right:20px;overflow:auto}.quick{grid-template-columns:repeat(2,1fr)}.games,.showroom .games,.gallery .games{grid-template-columns:repeat(2,1fr)}.showroom .game-card{display:block}.semantic-grid{grid-template-columns:1fr}.section-copy{columns:1}.editorial-grid{grid-template-columns:1fr 1fr}.faq{grid-template-columns:1fr}.rail{display:none}.vault,.gallery{padding-left:0}footer{grid-template-columns:1fr}}@media(max-width:560px){.head-actions .ghost{display:none}.button{padding:0 15px}.hero h1{font-size:40px}.hero-actions{flex-direction:column}.hero{min-height:820px}.split-hero{min-height:940px}.stats article{min-width:112px}.quick{grid-template-columns:1fr 1fr}.games,.showroom .games,.gallery .games{grid-template-columns:1fr}.editorial-grid{grid-template-columns:1fr}.section{padding:52px 0}.section>header{grid-template-columns:45px 1fr}.mechanics{grid-template-columns:1fr}.final{display:block;padding:25px 20px}.final .hero-actions{margin-top:22px}footer{padding:28px 20px}}.hero{clip-path:polygon(0 0,97% 0,100% 5%,100% 100%,3% 100%,0 95%);border-left:6px solid var(--accent)}.quick a{border-left:5px solid var(--accent);border-radius:0}.section:nth-of-type(even){background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 7%,transparent));padding-inline:3vw}.section:nth-of-type(2n){border-top-color:color-mix(in srgb,var(--accent2) 60%,transparent)}.quick a:nth-child(1){box-shadow:inset 0 -4px 0 var(--accent2)}
@media(max-width:560px){.hero,.cover-hero,.split-hero{min-height:auto!important;clip-path:none!important}.hero-copy,.split-hero .hero-copy{width:100%!important;padding:40px 21px 24px!important}.hero .stats,.split-hero .stats{position:relative!important;inset:auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0 15px 18px;overflow:visible}.hero .stats article{min-width:0;padding:10px 7px}.quick{transform:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.games,.showroom .games,.gallery .games{grid-template-columns:1fr!important}.game-card{transform:none!important}.section h2,.hero h1{overflow-wrap:anywhere}.section-copy{columns:1!important}}
:root{--bg:#0d031c;--panel:#24103c;--accent:#a431ff;--accent2:#1fd8ee;--text:#fff8ff;--muted:#c8b3d8;--line:#603784;--r:12px;--bg2:#24103c;--panel2:#24103c;--bd:#603784;--pr:#a431ff;--go:#1fd8ee;--tx:#fff8ff;--mu:#c8b3d8;--wh:#fff;--acid:#a431ff;--cyan:#1fd8ee;--pink:#a431ff;--ink:#fff8ff;--deep:#0d031c;--mint:#a431ff;--red:#1fd8ee;--paper:#fff8ff;--radius:12px}
body.sep18{background:#0d031c!important;color:#fff8ff!important}.sep18 .site-head,.sep18 .topbar,.sep18 .sz-header{border-bottom:4px solid #a431ff!important}.sep18 .button.primary,.sep18 .primary,.sep18 .btn-primary{background:#a431ff!important;color:#0d031c!important;border-color:#a431ff!important}.sep18 .button.ghost,.sep18 .ghost{color:#fff8ff!important;border-color:#1fd8ee!important}.sep18 .hero,.sep18 .hero-panel,.sep18 .sz-hero{border-radius:12px!important;box-shadow:0 18px 42px #a431ff24!important}.sep18 .hero>.stats{display:none!important}.sep18 .hero-copy h1{overflow-wrap:normal!important;word-break:normal!important}.sep18 .hero-copy{max-width:none!important}.sep18 .game-card:nth-child(2n){transform:translateY(9px)}.sep18 .button{white-space:nowrap!important;word-break:keep-all!important}@media(max-width:900px){.sep18 article{transform:none!important;max-width:100%!important}.sep18 .stats article{min-width:0!important;flex:1 1 0}.sep18 main{overflow:hidden}}.sep18 .site-head{background:#120622!important}.sep18 .hero{border:1px solid #a431ff!important;background:radial-gradient(circle at 70% 20%,#2de6ff26,transparent 32%),#1c0a31!important}.sep18 .quick a{background:#281045!important;border-color:#7d2cbd!important}

:root{--bg:#170b08;--panel:#32160f;--accent:#ff9a37;--accent2:#3be2c4;--text:#fff7ea;--muted:#d3b69e;--line:#6d3b28;--r:48px 4px;--bg2:#32160f;--panel2:#32160f;--bd:#6d3b28;--pr:#ff9a37;--go:#3be2c4;--tx:#fff7ea;--mu:#d3b69e;--wh:#fff;--acid:#ff9a37;--cyan:#3be2c4;--pink:#ff9a37;--ink:#fff7ea;--deep:#170b08;--mint:#ff9a37;--red:#3be2c4;--paper:#fff7ea;--radius:48px 4px}
body.sep22{background:#170b08!important;color:#fff7ea!important}.sep22 .site-head,.sep22 .club-head,.sep22 .topbar,.sep22 .o9-head,.sep22 .dv-header,.sep22 .nebula-head{background:#32160f!important;color:#fff7ea!important;border-bottom:3px solid #ff9a37!important}.sep22 .hero,.sep22 .hero-club,.sep22 .o9-hero,.sep22 .dv-hero,.sep22 .nebula-hero{border-color:#6d3b28!important;box-shadow:0 22px 58px #ff9a3722!important}.sep22 .dv-hero h1{color:#fff7ea!important}.sep22 .button.primary,.sep22 .btn-primary,.sep22 a[href="/goto/"]{min-height:46px!important}.sep22 .primary,.sep22 .btn-copper,.sep22 .btn-primary{background:#ff9a37!important;color:#170b08!important;border-color:#ff9a37!important}.sep22 .ghost,.sep22 .btn-line{color:#fff7ea!important;border-color:#3be2c4!important}.sep22 .hero>.stats{display:none!important}.sep22 h1{overflow-wrap:normal!important;word-break:normal!important}.sep22 .game-card:nth-child(2n){transform:translateY(8px)}@media(max-width:900px){.sep22 article{transform:none!important;max-width:100%!important}.sep22 main{overflow:hidden!important}.sep22 h1{font-size:clamp(36px,10.5vw,54px)!important}}.sep22 .hero{border-radius:48px 4px!important;clip-path:polygon(0 0,97% 0,100% 7%,100% 100%,0 100%)}.sep22 .hero img{filter:hue-rotate(28deg) saturate(1.15)}.sep22 .editorial-grid article{border-radius:2px!important}.sep22 .site-head .logo,.sep22 .site-head .logo div,.sep22 .site-head .logo small{color:#fff7ea!important}.sep22.layout-8 h2,.sep22.layout-8 h3{color:#fff7ea!important}.sep22.layout-10 .nebula-offers article.primary{background:linear-gradient(145deg,#18294aee,#0d1730ee)!important;color:#fff7ea!important;border-color:#ff9a37!important}.sep22.layout-10 .nebula-offers article.primary p{color:#d3b69e!important}@media(max-width:560px){.sep22 .nebula-split{grid-template-columns:1fr!important}.sep22 .hero-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));left:20px!important;right:20px!important;overflow:visible!important}.sep22 .hero-stats article{min-width:0!important;width:auto!important;padding-inline:10px!important}}

:root{--bg:#24100b;--panel:#482318;--accent:#ef9c42;--accent2:#42b7a7;--text:#fff4e8;--muted:#d2b39e;--line:#734630;--r:38px 4px;--bg2:#482318;--panel2:#482318;--bd:#734630;--pr:#ef9c42;--go:#42b7a7;--tx:#fff4e8;--mu:#d2b39e;--wh:#fff;--acid:#ef9c42;--cyan:#42b7a7;--pink:#ef9c42;--ink:#fff4e8;--deep:#24100b;--mint:#ef9c42;--red:#42b7a7;--paper:#fff4e8;--radius:38px 4px}

body.hero2209{background:#24100b!important;color:#fff4e8!important}
.hero2209 .site-head,.hero2209 .club-head,.hero2209 .topbar,.hero2209 .o9-head,.hero2209 .dv-header,.hero2209 .nebula-head{background:#482318!important;color:#fff4e8!important;border-bottom:3px solid #ef9c42!important}
.hero2209 .hero,.hero2209 .hero-club,.hero2209 .o9-hero,.hero2209 .nebula-hero{position:relative!important;isolation:isolate!important;min-height:560px!important;background-image:linear-gradient(270deg,#24100b 0%,#24100bee 34%,#24100b77 57%,transparent 78%),url("assets/hero-2209.png")!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;border:1px solid #734630!important;border-radius:38px 4px!important;box-shadow:0 24px 68px #ef9c4222!important;overflow:hidden!important}
.hero2209 .hero>img,.hero2209 .hero-image img,.hero2209 .o9-hero img,.hero2209 .nebula-hero>img{opacity:0!important;visibility:hidden!important}
.hero2209 .hero-copy,.hero2209 .o9-hero-copy,.hero2209 .nebula-hero-inner,.hero2209 .hero-club .hero-copy{position:relative!important;z-index:3!important;max-width:58%!important;margin-left:auto!important;text-align:left!important;color:#fff4e8!important}
.hero2209 h1{color:#fff4e8!important;text-shadow:0 3px 18px #24100b!important;overflow-wrap:normal!important;word-break:normal!important}
.hero2209 .hero p,.hero2209 .hero-club p,.hero2209 .o9-hero p,.hero2209 .nebula-hero p{color:#d2b39e!important;text-shadow:0 2px 14px #24100b!important}
.hero2209 a[href="/goto/"]{min-height:48px!important;font-weight:800!important}
.hero2209 .primary,.hero2209 .btn-primary,.hero2209 .btn-copper{background:#ef9c42!important;color:#24100b!important;border-color:#ef9c42!important}
.hero2209 .ghost,.hero2209 .btn-line{border-color:#42b7a7!important;color:#fff4e8!important}
@media(max-width:900px){.hero2209 .hero,.hero2209 .hero-club,.hero2209 .o9-hero,.hero2209 .nebula-hero{min-height:680px!important;background-image:linear-gradient(0deg,#24100b 0%,#24100bf2 34%,#24100b44 72%,transparent 100%),url("assets/hero-2209.png")!important;background-position:center top!important;background-size:auto 58%,cover!important;padding-top:310px!important;display:block!important}.hero2209 .hero-copy,.hero2209 .o9-hero-copy,.hero2209 .nebula-hero-inner,.hero2209 .hero-club .hero-copy{max-width:100%!important;margin:0!important}.hero2209 h1{font-size:clamp(34px,10vw,52px)!important;line-height:1.02!important}.hero2209 main{overflow:hidden!important}}





