:root{--bg:#031a1d;--panel:#0b3033;--accent:#baf33e;--accent2:#8c62ff;--text:#effff7;--muted:#92b9b2;--line:rgba(255,255,255,.15);--r:50% 16px 16px 16px;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}}
      body{background-image:radial-gradient(circle at 50% 0,transparent 0 100px,rgba(186,243,62,.06) 101px 102px,transparent 103px 180px,rgba(140,98,255,.07) 181px 182px,transparent 183px)}
      .site-head{border-bottom:1px solid var(--accent);background:rgba(3,26,29,.94)}
      .cover-hero{min-height:660px;border-radius:50% 14px 14px 14px;border-color:var(--accent)}.cover-hero>img{left:auto;width:60%}.cover-hero:after{background:linear-gradient(90deg,var(--bg) 0 46%,rgba(3,26,29,.78) 62%,transparent)}
      .hero h1{text-transform:uppercase}.quick{transform:none!important;grid-template-columns:repeat(4,1fr)}.quick a{aspect-ratio:2.25;border-radius:50%;justify-content:center;background:rgba(11,48,51,.85)}
      .section>header>span{display:grid;place-items:center;width:62px;height:62px;border:1px solid var(--accent);border-radius:50%}
      .games{grid-template-columns:repeat(4,1fr)}.game-card{border-radius:50% 16px 16px 16px}.game-card img{border-radius:50% 0 0 0}
      .semantic-grid p{border-radius:999px;padding-inline:28px}.editorial-grid article{border-radius:50% 16px 16px 16px}
      .final{border-radius:999px}
    
    .section:nth-of-type(4n){border-top-color:var(--accent2)}
    @media(max-width:900px){
      .section-copy{columns:1}.section{margin-left:0!important}.section>header{margin-left:0!important}
      .cover-hero,.split-hero{display:block;transform:none!important;clip-path:none!important;min-height:auto!important;border-radius:18px!important}
      .cover-hero>img,.split-hero figure img{position:relative!important;inset:auto!important;width:100%!important;height:420px!important;object-fit:cover!important}
      .cover-hero:after{display:none!important}.hero-copy,.split-hero .hero-copy{width:100%!important;padding:38px 24px 28px!important}
      .hero .stats,.split-hero .stats{position:relative!important;inset:auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0 16px 18px;overflow:visible}
      .quick{transform:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.quick a{transform:none!important;aspect-ratio:auto!important}
      .games,.showroom .games,.gallery .games{grid-template-columns:repeat(2,minmax(0,1fr))!important}.game-card{transform:none!important;display:block!important}
      .section-copy{columns:1!important}.semantic-grid{grid-template-columns:1fr!important}.semantic-grid p{display:block!important}.editorial-grid{grid-template-columns:1fr!important}.editorial-grid article{transform:none!important}
      .faq{padding-inline:0!important}.final{border-radius:18px!important;padding:28px 22px!important;transform:none!important}
    }
    @media(max-width:560px){
      main{padding-inline:14px}.site-head{min-height:68px;padding-inline:14px}.site-head .logo{font-size:14px}.head-actions .ghost{display:none}
      .hero h1{font-size:36px!important;overflow-wrap:normal;word-break:normal;hyphens:auto}.hero-copy>p:not(.eyebrow){font-size:15px}
      .cover-hero>img,.split-hero figure img{height:360px!important}.hero .stats,.split-hero .stats{grid-template-columns:1fr!important}.stats article{min-width:0!important}
      .quick{grid-template-columns:1fr 1fr!important}.quick a{padding:14px 12px}.games,.showroom .games,.gallery .games{grid-template-columns:1fr!important}
      .section{padding:46px 0}.section>header{grid-template-columns:44px minmax(0,1fr)!important;gap:14px}.section>header>span{width:auto!important;height:auto!important;font-size:30px!important;border:0!important}
      .section h2,.faq h2,.final h2{font-size:30px!important;overflow-wrap:normal;word-break:normal;hyphens:auto}.mechanics{grid-template-columns:1fr!important}
      .final{display:block!important}.final .hero-actions{margin-top:20px}footer{padding-inline:18px}
    }
  
:root{--bg:#160b25;--panel:#2a1640;--accent:#d8f35b;--accent2:#4fe0d0;--text:#fff3ff;--muted:#c1add0;--line:#5b3b70;--r:50% 18px 18px 18px}
body{background-image:radial-gradient(circle at 50% 0,transparent 0 110px,#d8f35b12 111px 112px,transparent 113px 190px,#4fe0d014 191px 192px,transparent 193px)}.site-head{background:#160b25f2;border-bottom-color:#d8f35b}.cover-hero{border-color:#4fe0d0}.section>header>span{box-shadow:0 0 24px #d8f35b33}

:root{--bg:#f3eee6;--panel:#fffaf2;--accent:#9d2449;--accent2:#c99a31;--text:#281c2b;--muted:#776a75;--line:#d6c5bc;--r:26px 4px}
body{background:radial-gradient(circle at 92% 8%,#c99a3122,transparent 26%),#f3eee6!important}.site-head{background:#30182cf2!important;border-bottom:3px solid #c99a31!important}.site-head .logo{color:#fffaf2!important}.cover-hero,.hero{border:0!important;box-shadow:-14px 14px 0 #9d244922!important}.section:nth-of-type(3n),.site-section:nth-of-type(3n){border-top:5px solid #9d2449}.button,.btn{border-radius:999px!important}

.site-head .button{white-space:nowrap;font-size:14px}

:root{--bg:#17233d;--panel:#22345a;--accent:#f0c657;--accent2:#6ac9ff;--text:#f8f7f1;--muted:#b3c0d8;--line:#40577f;--r:8px 44px}
body{background:linear-gradient(145deg,#111a30,#20365d)!important}.site-head{background:#111a30f2!important;border-bottom:2px solid #f0c657!important}.hero{box-shadow:-14px 14px 0 #6ac9ff20!important}.section:nth-of-type(3n){border-top:6px solid #6ac9ff}.button{border-radius:999px!important}

.site-head .button,.topbar .button{white-space:nowrap;font-size:14px}

:root{--bg:#17233d;--panel:#22345a;--accent:#f0c657;--accent2:#6ac9ff;--text:#f8f7f1;--muted:#b3c0d8;--line:#40577f;--r:8px 44px}
body{background:radial-gradient(circle at 15% 5%,#ffd26b26,transparent 25%),linear-gradient(145deg,#2d0924,#120817)!important}.site-head,.topbar{background:#170912f2!important;border-bottom:3px solid #ffd26b!important}.hero,.hero-panel{border-radius:52px 9px!important;box-shadow:-16px 16px 0 #e8439321!important}.section:nth-of-type(3n){border-top:7px solid #e84393!important}.button,.primary{box-shadow:0 0 26px #ffd26b35!important}
.cover-hero>img{object-position:78% center!important}

:root{--bg:#17233d;--panel:#22345a;--accent:#f0c657;--accent2:#6ac9ff;--text:#f8f7f1;--muted:#b3c0d8;--line:#40577f;--r:8px 44px}
body{background:radial-gradient(circle at 18% 5%,#f7cb5929,transparent 28%),linear-gradient(145deg,#26091f,#0d0817)!important}.site-head,.topbar{background:#140710f3!important;border-bottom:4px solid #f7cb59!important}.hero,.hero-panel{border-radius:58px 7px!important;box-shadow:-16px 17px 0 #f04c9b21!important}.cover-hero>img{object-position:76% center!important;max-width:100%!important}.section:nth-of-type(3n){border-top:7px solid #f04c9b!important}.button,.primary{box-shadow:0 0 28px #f7cb5940!important}

/* Reference-led layouts: generated from the user-supplied casino templates. */
.reference-layout{--ref-rail:210px;--ref-gap:16px;overflow-x:hidden}
.reference-layout .reference-rail{position:fixed;inset:0 auto 0 0;width:var(--ref-rail);z-index:40;display:flex;flex-direction:column;background:#111;border-right:1px solid #ffffff19;color:#fff;padding:18px 14px}
.reference-rail-logo{font-size:32px;font-weight:1000;letter-spacing:-2px;color:var(--accent,#ff2f54);text-decoration:none;margin:0 10px 24px}
.reference-rail nav{display:grid;gap:2px}.reference-rail nav a{display:flex;gap:12px;align-items:center;padding:11px 10px;border-radius:10px;color:#d5d5d5;text-decoration:none;font-size:14px}.reference-rail nav a:hover{background:#ffffff0c;color:#fff}.reference-rail nav span{font-size:10px;color:var(--accent,#ff2f54);font-weight:900}
.reference-rail-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff1d;padding:16px 8px 4px}.reference-rail-foot a{color:inherit;text-decoration:none;font-size:12px}
.ref-with-rail>.site-head,.ref-with-rail>.sz-header,.ref-with-rail>main,.ref-with-rail>.sz-main,.ref-with-rail>footer,.ref-with-rail>.sz-footer{margin-left:var(--ref-rail)!important;width:calc(100% - var(--ref-rail))!important;max-width:none!important}
.reference-layout>.site-head,.reference-layout>.sz-header{padding:12px 24px!important;min-height:70px!important}
.reference-layout>main,.reference-layout>.sz-main{padding:20px 24px 70px!important}
.reference-layout .hero,.reference-layout .sz-hero{max-width:none!important;margin:0 0 18px!important}
.reference-promos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 28px}.reference-promos>a{min-height:112px;padding:18px;display:grid;align-content:end;border-radius:22px;background:linear-gradient(145deg,#ffffff12,#ffffff06);border:1px solid #ffffff21;text-decoration:none;color:inherit;box-shadow:0 14px 30px #0002}.reference-promos span{font-size:10px;opacity:.5}.reference-promos strong{font-size:25px;line-height:1.05}.reference-promos small{font-size:13px;opacity:.72;margin-top:5px}
.reference-layout .games,.reference-layout .game-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}.reference-layout .game-card{border-radius:18px!important;overflow:hidden}.reference-layout .game-card img{aspect-ratio:1.15/1!important;object-fit:cover!important}
.ref-pinco{background:#140f10!important;color:#f8f4f4!important}.ref-pinco .reference-rail{background:#151112!important}.ref-pinco>.site-head{background:#140f10!important;border-bottom:0!important}.ref-pinco .hero{display:grid!important;grid-template-columns:1fr 1fr!important;min-height:390px!important;background:#211515!important;border:0!important;box-shadow:none!important;border-radius:16px!important;overflow:hidden}.ref-pinco .hero>img{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;grid-column:2!important;grid-row:1!important;object-fit:cover!important;opacity:1!important}.ref-pinco .hero-copy{grid-column:1!important;grid-row:1!important;position:relative!important;padding:38px!important;background:linear-gradient(110deg,#4a0918,#b41224)!important;color:#fff!important;z-index:2!important}.ref-pinco .hero-copy h1{font-size:clamp(32px,3.2vw,52px)!important}.ref-pinco .stats{display:none!important}.ref-pinco .reference-promos>a{background:#211718;border-color:#ff173b38}.ref-pinco .reference-promos>a:nth-child(1),.ref-pinco .reference-promos>a:nth-child(2){background:linear-gradient(135deg,#620719,#f02432);color:#fff}.ref-pinco .button.primary{background:#ff173b!important;color:#fff!important}
.ref-joyref{background:#001b16!important;color:#d8eee8!important}.ref-joyref .reference-rail{background:#002a23!important}.ref-joyref>.site-head{background:#07100e!important;border-bottom:1px solid #bea45b!important}.ref-joyref .hero{display:grid!important;grid-template-columns:1.45fr .8fr!important;min-height:500px!important;background:#031a16!important;border:1px solid #0b755f!important;border-radius:24px!important;overflow:hidden;box-shadow:none!important}.ref-joyref .hero>img{position:relative!important;grid-column:1!important;grid-row:1!important;inset:auto!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important}.ref-joyref .hero-copy{grid-column:2!important;grid-row:1!important;padding:32px!important;position:relative!important;background:#03231d!important;color:#e8faf4!important}.ref-joyref .hero-copy h1{font-size:clamp(30px,3vw,48px)!important}.ref-joyref .stats{display:none!important}.ref-joyref .reference-promos>a{min-height:122px;background:#003127;border-color:#008f72;color:#dff9f2;border-radius:26px}.ref-joyref .reference-promos strong{color:#efd890}.ref-joyref .button.primary{background:linear-gradient(#fff0c8,#c89537)!important;color:#1b1306!important}
.ref-kentref{background:#17010b!important;color:#fff!important}.ref-kentref>.rail{display:none!important}.ref-kentref>.site-head{margin-left:0!important;width:100%!important;background:#160009!important;border-bottom:0!important}.ref-kentref>main{margin-left:0!important;width:100%!important;max-width:none!important;padding:0 4px 70px!important}.ref-kentref .hero{min-height:390px!important;display:grid!important;grid-template-columns:1.25fr .8fr!important;background:linear-gradient(115deg,#070004,#2f0014)!important;border-radius:20px!important;overflow:hidden;box-shadow:none!important}.ref-kentref .hero>img{position:relative!important;grid-column:2!important;grid-row:1!important;inset:auto!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important}.ref-kentref .hero-copy{grid-column:1!important;grid-row:1!important;padding:42px 7vw!important;position:relative!important;color:#fff!important}.ref-kentref .hero-copy h1{font-family:inherit!important;font-size:clamp(34px,4vw,58px)!important}.ref-kentref .stats{display:none!important}.ref-kentref .reference-promos{padding:0 7vw}.ref-kentref .reference-promos>a{background:#24000f;border-color:#ff00615c}.ref-kentref .button.primary{background:linear-gradient(110deg,#6c28ff,#00d8ff)!important;color:#fff!important}
.ref-pinupref{background:#180d17!important;color:#fff4f6!important}.ref-pinupref .reference-rail{background:#2a0c1d!important}.ref-pinupref>.site-head{background:#1b0b16!important;border-bottom:3px solid #f42d66!important}.ref-pinupref .hero{display:grid!important;grid-template-columns:.85fr 1.15fr!important;background:#2c1021!important;min-height:430px!important;border-radius:22px!important;overflow:hidden}.ref-pinupref .hero>img{position:relative!important;inset:auto!important;grid-column:2!important;grid-row:1!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important}.ref-pinupref .hero-copy{grid-column:1!important;grid-row:1!important;padding:38px!important;position:relative!important;background:linear-gradient(145deg,#3a1028,#58143a)!important;color:#fff!important}.ref-pinupref .hero-copy>p:not(.eyebrow){color:#f3dce6!important}.ref-pinupref .stats{display:none!important}.ref-pinupref .reference-promos>a{background:linear-gradient(140deg,#3c1028,#72173d);border-color:#ff4e82}.ref-pinupref .button.primary{background:#f42d66!important;color:#fff!important}
.ref-vodkaref{background:#091221!important;color:#f4f8ff!important}.ref-vodkaref>.site-head{background:#091221!important;border:0!important}.ref-vodkaref>main{max-width:none!important;padding:32px 20px 70px!important}.ref-vodkaref .hero{display:grid!important;grid-template-columns:1fr 1.1fr!important;min-height:420px!important;background:#10203a!important;border-radius:24px!important;overflow:hidden;box-shadow:none!important}.ref-vodkaref .hero figure{grid-column:2!important;grid-row:1!important;margin:0!important;height:100%!important}.ref-vodkaref .hero figure img{width:100%!important;height:100%!important;object-fit:cover!important}.ref-vodkaref .hero-copy{grid-column:1!important;grid-row:1!important;padding:46px!important;color:#fff!important;background:linear-gradient(110deg,#10203a,#10203acc)!important}.ref-vodkaref .stats{display:none!important}.ref-vodkaref .reference-promos>a{background:#111f35;border-color:#2d7bff52}.ref-vodkaref .reference-promos strong{color:#45e799}.ref-vodkaref .button.primary{background:linear-gradient(110deg,#42c6ff,#225bff)!important;color:#fff!important}
.ref-gamaref{background:#10091c!important;color:#f8f2ff!important}.ref-gamaref .reference-rail{background:#160d25!important}.ref-gamaref>.site-head{background:#10091c!important;border-bottom:2px solid #8b45ff!important}.ref-gamaref .hero{display:grid!important;grid-template-columns:1fr 1fr!important;background:#1e1233!important;min-height:420px!important;border-radius:28px!important;overflow:hidden}.ref-gamaref .hero figure{grid-column:2!important;grid-row:1!important;margin:0!important;height:100%!important}.ref-gamaref .hero figure img{width:100%!important;height:100%!important;object-fit:cover!important}.ref-gamaref .hero-copy{grid-column:1!important;grid-row:1!important;padding:40px!important;color:#fff!important}.ref-gamaref .stats{display:none!important}.ref-gamaref .reference-promos>a{background:linear-gradient(145deg,#281747,#421c67);border-color:#a468ff}.ref-gamaref .button.primary{background:linear-gradient(110deg,#8b45ff,#efb84e)!important;color:#fff!important}
.ref-neftref{background:#01090e!important;color:#fff!important}.ref-neftref .reference-rail{background:#202020!important}.ref-neftref>.sz-header{background:#202020!important;border:0!important}.ref-neftref>.sz-main{padding-top:18px!important}.ref-neftref .sz-hero{background:#111!important;border-radius:18px!important}.ref-neftref .reference-promos>a{background:#212121;border-color:#3a3a3a;border-radius:14px}.ref-neftref .reference-promos strong{color:#d9a91e}.ref-neftref .sz-card,.ref-neftref .game-card{background:#151515!important;border-color:#333!important}.ref-neftref .sz-button.primary,.ref-neftref .button.primary{background:#ffb700!important;color:#111!important}
.ref-royalref{background:#19080e!important;color:#fff5e5!important}.ref-royalref>.site-head{background:#250812!important;border-bottom:5px solid #cba34d!important}.ref-royalref>main{max-width:none!important;padding:28px 3vw 70px!important}.ref-royalref .hero{display:grid!important;grid-template-columns:1fr .8fr!important;min-height:440px!important;background:linear-gradient(120deg,#32101b,#120509)!important;border:1px solid #cba34d!important;border-radius:4px 48px!important;overflow:hidden}.ref-royalref .hero>img{position:relative!important;inset:auto!important;grid-column:2!important;grid-row:1!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important}.ref-royalref .hero-copy{position:relative!important;grid-column:1!important;grid-row:1!important;padding:48px!important;color:#fff5e5!important}.ref-royalref .stats{display:none!important}.ref-royalref .reference-promos>a{background:linear-gradient(145deg,#3a101d,#5d1629);border-color:#cba34d}.ref-royalref .reference-promos strong{color:#e8c979}.ref-royalref .button.primary{background:#a91f39!important;color:#fff!important}
.ref-vavadaref{background:#0d0809!important;color:#fff4e8!important}.ref-vavadaref .reference-rail{background:#12090c!important}.ref-vavadaref>.site-head{background:#0d0809!important;border-bottom:4px solid #ea3159!important}.ref-vavadaref .hero{display:grid!important;grid-template-columns:1fr 1.1fr!important;min-height:430px!important;background:#190b0f!important;border-radius:24px!important;overflow:hidden}.ref-vavadaref .hero>img{position:relative!important;inset:auto!important;grid-column:2!important;grid-row:1!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important}.ref-vavadaref .hero-copy{position:relative!important;grid-column:1!important;grid-row:1!important;padding:42px!important;color:#fff4e8!important}.ref-vavadaref .stats{display:none!important}.ref-vavadaref .reference-promos>a{background:linear-gradient(145deg,#250e15,#49101f);border-color:#ea3159}.ref-vavadaref .reference-promos strong{color:#f2bf57}.ref-vavadaref .button.primary{background:#ea3159!important;color:#fff!important}
.reference-layout .hero>img,.reference-layout .hero>figure{display:block!important;visibility:visible!important}.reference-layout .hero-copy{width:100%!important;max-width:none!important}.reference-layout .hero-copy h1,.reference-layout .sz-sec h1{font-size:clamp(34px,3.4vw,50px)!important;line-height:1.02!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important;writing-mode:horizontal-tb!important;max-width:100%!important}.reference-layout .button,.reference-layout .sz-button{word-break:keep-all!important;overflow-wrap:normal!important;white-space:nowrap!important}.reference-layout.ref-pinco .hero-copy h1{font-size:clamp(30px,2.55vw,40px)!important}.reference-layout.ref-joyref .hero-copy h1{font-size:clamp(30px,2.5vw,39px)!important}.reference-layout.ref-pinupref .hero-copy h1{font-size:clamp(30px,2.5vw,39px)!important}.reference-layout.ref-vavadaref .hero-copy h1{font-size:clamp(30px,2.5vw,40px)!important}.ref-kentref .hero-copy>p:not(.eyebrow){color:#f0d5df!important}.ref-royalref .hero-copy>p:not(.eyebrow){color:#ead8cc!important}.ref-royalref .button.ghost{color:#fff0d0!important;border-color:#cba34d!important}.ref-vodkaref .button.ghost{color:#f4f8ff!important;border-color:#ef3157!important}.ref-pinupref .button.ghost{color:#fff4f6!important;border-color:#ff8eb1!important}.ref-pinco .section{transform:none!important;max-width:100%!important}.ref-neftref>.sz-sec,.ref-neftref>.reference-promos,.ref-neftref>.sz-footer{margin-left:var(--ref-rail)!important;width:calc(100% - var(--ref-rail))!important}.ref-neftref>.reference-promos{padding:18px 24px 0!important}.ref-neftref .sz-wrap{max-width:none!important;padding-left:42px!important;padding-right:42px!important}.reference-promos .reference-promo-value{font-size:25px;line-height:1.05;font-weight:900;opacity:1}.ref-joyref .reference-promo-value{color:#efd890}.ref-vodkaref .reference-promo-value{color:#45e799}.ref-neftref .reference-promo-value{color:#d9a91e}.ref-royalref .reference-promo-value{color:#e8c979}.ref-vavadaref .reference-promo-value{color:#f2bf57}.ref-vodkaref .hero figure{display:block!important;visibility:visible!important;background:url("assets/vodka-beach.webp") center/cover no-repeat!important}.ref-vodkaref .hero figure img{display:block!important;visibility:visible!important;object-fit:contain!important;object-position:center bottom!important}
@media(max-width:900px){.reference-layout{--ref-rail:0px}.reference-layout .reference-rail{display:none!important}.ref-with-rail>.site-head,.ref-with-rail>.sz-header,.ref-with-rail>main,.ref-with-rail>.sz-main,.ref-with-rail>footer,.ref-with-rail>.sz-footer,.ref-neftref>.sz-sec,.ref-neftref>.reference-promos,.ref-neftref>.sz-footer{margin-left:0!important;width:100%!important}.reference-layout>main,.reference-layout>.sz-main{padding:18px 14px 60px!important}.reference-promos{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reference-promos>a{min-height:94px;padding:14px}.reference-layout .games,.reference-layout .game-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ref-pinco .hero,.ref-joyref .hero,.ref-kentref .hero,.ref-pinupref .hero,.ref-vodkaref .hero,.ref-gamaref .hero,.ref-royalref .hero,.ref-vavadaref .hero{display:flex!important;flex-direction:column!important;min-height:0!important}.ref-pinco .hero>img,.ref-joyref .hero>img,.ref-kentref .hero>img,.ref-pinupref .hero>img,.ref-royalref .hero>img,.ref-vavadaref .hero>img,.ref-vodkaref .hero figure,.ref-gamaref .hero figure{order:0!important;width:100%!important;height:330px!important;min-height:330px!important}.ref-pinco .hero-copy,.ref-joyref .hero-copy,.ref-kentref .hero-copy,.ref-pinupref .hero-copy,.ref-vodkaref .hero-copy,.ref-gamaref .hero-copy,.ref-royalref .hero-copy,.ref-vavadaref .hero-copy{order:1!important;padding:28px 24px!important}.reference-layout .hero-copy h1,.reference-layout .sz-sec h1{font-size:clamp(30px,9vw,42px)!important}.ref-kentref .reference-promos{padding:0!important}.ref-neftref .sz-wrap{padding-left:18px!important;padding-right:18px!important}}

:root{--bg:#001c17;--panel:#00372e;--accent:#e2bd63;--accent2:#15b99a;--text:#f2fff9;--muted:#b7d7cf;--line:#08775f;--r:24px;--bg2:#00372e;--panel2:#00372e;--bd:#08775f;--pr:#e2bd63;--go:#15b99a;--tx:#f2fff9;--mu:#b7d7cf;--wh:#fff;--acid:#e2bd63;--cyan:#15b99a;--pink:#e2bd63;--ink:#f2fff9;--deep:#001c17;--mint:#e2bd63;--red:#15b99a;--paper:#f2fff9;--radius:24px}
body.sep18{background:#001c17!important;color:#f2fff9!important}.sep18 .site-head,.sep18 .topbar,.sep18 .sz-header{border-bottom:4px solid #e2bd63!important}.sep18 .button.primary,.sep18 .primary,.sep18 .btn-primary{background:#e2bd63!important;color:#001c17!important;border-color:#e2bd63!important}.sep18 .button.ghost,.sep18 .ghost{color:#f2fff9!important;border-color:#15b99a!important}.sep18 .hero,.sep18 .hero-panel,.sep18 .sz-hero{border-radius:24px!important;box-shadow:0 18px 42px #e2bd6324!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(5px)}.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 .reference-rail{background:#00342c!important}.sep18.ref-joyref .hero{background:#00271f!important}.sep18.ref-joyref .hero-copy{background:#003b30!important}.sep18 .reference-promos>a{background:#00372e!important;border-color:#0a856d!important}

:root{--bg:#170d25;--panel:#2a173b;--accent:#f0c968;--accent2:#5ee4c3;--text:#fff8ee;--muted:#cbbbd3;--line:#573b65;--r:28px;--bg2:#2a173b;--panel2:#2a173b;--bd:#573b65;--pr:#f0c968;--go:#5ee4c3;--tx:#fff8ee;--mu:#cbbbd3;--wh:#fff;--acid:#f0c968;--cyan:#5ee4c3;--pink:#f0c968;--ink:#fff8ee;--deep:#170d25;--mint:#f0c968;--red:#5ee4c3;--paper:#fff8ee;--radius:28px}
body.sep22{background:#170d25!important;color:#fff8ee!important}.sep22 .site-head,.sep22 .club-head,.sep22 .topbar,.sep22 .o9-head,.sep22 .dv-header,.sep22 .nebula-head{background:#2a173b!important;color:#fff8ee!important;border-bottom:3px solid #f0c968!important}.sep22 .hero,.sep22 .hero-club,.sep22 .o9-hero,.sep22 .dv-hero,.sep22 .nebula-hero{border-color:#573b65!important;box-shadow:0 22px 58px #f0c96822!important}.sep22 .dv-hero h1{color:#fff8ee!important}.sep22 .button.primary,.sep22 .btn-primary,.sep22 a[href="/goto/"]{min-height:46px!important}.sep22 .primary,.sep22 .btn-copper,.sep22 .btn-primary{background:#f0c968!important;color:#170d25!important;border-color:#f0c968!important}.sep22 .ghost,.sep22 .btn-line{color:#fff8ee!important;border-color:#5ee4c3!important}.sep22 .hero>.stats{display:none!important}.sep22 h1{overflow-wrap:normal!important;word-break:normal!important}.sep22 .game-card:nth-child(3n){transform:translateY(4px)}@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 .reference-rail{background:#2a173b!important}.sep22 .hero{border-radius:30px 4px!important}.sep22 .reference-promos>a{background:#2a173b!important;border-color:#f0c968!important}.sep22 .site-head .logo,.sep22 .site-head .logo div,.sep22 .site-head .logo small{color:#fff8ee!important}.sep22.layout-8 h2,.sep22.layout-8 h3{color:#fff8ee!important}.sep22.layout-10 .nebula-offers article.primary{background:linear-gradient(145deg,#18294aee,#0d1730ee)!important;color:#fff8ee!important;border-color:#f0c968!important}.sep22.layout-10 .nebula-offers article.primary p{color:#cbbbd3!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}}
