:root{--bg:#080d14;--panel:#101823;--panel2:#141f2d;--line:#29384c;--text:#f5f7fa;--muted:#97a7ba;--gold:#ffb20b;--gold2:#ffd057;--shadow:0 24px 70px rgba(0,0,0,.38)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 80% 0,#14223a 0,transparent 30%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 34px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(8,13,20,.95);backdrop-filter:blur(18px);border-bottom:1px solid #202d3e}.header-row{height:70px;display:flex;align-items:center;gap:26px}.brand{width:116px;flex:0 0 116px}.brand img{width:116px;max-height:40px;filter:brightness(0) invert(1)}.main-nav{display:flex;align-items:center;gap:3px;flex:1}.main-nav a{position:relative;padding:24px 10px 22px;color:#96a4b6;font-size:13px;font-weight:800}.main-nav a:hover,.main-nav a.active{color:#fff}.main-nav a.active:after{content:"";position:absolute;left:9px;right:9px;bottom:0;height:3px;background:var(--gold);border-radius:3px 3px 0 0}.actions{display:flex;align-items:center;gap:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 17px;border:1px solid #34455c;border-radius:10px;background:#121b28;color:#fff;font-size:13px;font-weight:900;transition:.18s}.btn:hover{transform:translateY(-1px);border-color:#586d89}.btn.primary{background:linear-gradient(135deg,#ffad00,#ffc52e);border-color:#ffc52e;color:#111;box-shadow:0 10px 28px rgba(255,177,0,.18)}.btn.ghost,.btn.dark{background:#101823}.btn.big{min-height:50px;padding:0 24px}.btn.small{min-height:36px;padding:0 14px;font-size:12px}.menu{display:none;width:42px;height:42px;border:1px solid #34455c;border-radius:10px;background:#121b28;color:#fff}.mobile-nav{display:none;padding:10px 16px 16px;background:#0b111a;border-bottom:1px solid #213047}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:7px}.mobile-nav a{padding:10px 12px;background:#131d2a;border-radius:9px;font-weight:800;font-size:12px}
.home-hero{position:relative;min-height:430px;margin-top:20px;overflow:hidden;border:1px solid #28384f;border-radius:24px;background:#0f1721;box-shadow:var(--shadow)}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,11,17,.98) 0%,rgba(7,11,17,.91) 30%,rgba(7,11,17,.58) 48%,rgba(7,11,17,.16) 69%,rgba(7,11,17,.05) 100%),url('../img/hero-banner-clean.webp') center/cover no-repeat;filter:saturate(1.02) contrast(1.03)}.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(5,9,14,.48))}.hero-copy{position:relative;z-index:4;width:52%;padding:50px 44px}.hero-eyebrow,.section-head small{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:950;color:var(--gold2)}.home-hero h1{font-size:clamp(43px,5.1vw,69px);line-height:.98;letter-spacing:-.045em;margin:11px 0 18px;max-width:620px}.home-hero p{max-width:560px;margin:0 0 24px;color:#cad4e0;font-size:17px}.hero-actions{display:flex;gap:9px;flex-wrap:wrap}.hero-points{display:flex;gap:16px;flex-wrap:wrap;margin-top:23px;color:#c6cfda;font-size:12px;font-weight:750}.hero-points span:first-child{color:#fff}.hero-mascot{display:none}.hero-note{position:absolute;z-index:6;right:26px;top:27px;width:220px;padding:16px 17px;border:1px solid #72541b;border-radius:15px;background:linear-gradient(145deg,rgba(18,27,40,.96),rgba(9,14,21,.95));box-shadow:0 18px 42px rgba(0,0,0,.3)}.hero-note small{display:block;color:#8999ad;font-size:9px;font-weight:900}.hero-note b{display:block;color:var(--gold2);font-size:17px;line-height:1.18;margin:5px 0 9px}.hero-note a{font-size:11px;font-weight:900;color:#fff}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}.category-card{position:relative;min-height:215px;overflow:hidden;padding:20px;border:1px solid #293a50;border-radius:17px;background:linear-gradient(145deg,#162235,#0e151f);display:flex;flex-direction:column}.category-card:before{content:"";position:absolute;right:-35px;bottom:-55px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,177,0,.18),transparent 68%)}.category-card small{font-size:9px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#8090a5}.category-card h2{margin:3px 0 2px;font-size:23px}.category-card p{margin:0;color:#9cabbc;font-size:12px;max-width:190px}.category-card>span{margin-top:auto;align-self:flex-start;padding:9px 12px;border-radius:9px;background:var(--gold);color:#111;font-size:12px;font-weight:950}.mini-stack{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:15px 0 14px}.mini-stack img{width:100%;aspect-ratio:.78;object-fit:cover;border-radius:8px;border:1px solid #33455c}.logo-stack{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:15px 0 13px}.logo-stack img{height:36px;width:100%;object-fit:contain;padding:7px;border:1px solid #2b3a50;border-radius:8px;background:#0d141e}.dual{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.panel{padding:18px;border:1px solid #27374d;border-radius:18px;background:linear-gradient(145deg,#101925,#0b121b)}.dragon-home,.provider-strip,.home-reviews,.team-strip{margin-top:14px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}.section-head h2{margin:2px 0 0;font-size:27px;letter-spacing:-.02em}.section-head a{font-size:11px;font-weight:900;color:var(--gold2)}
.game-list{display:grid;gap:8px}.dragon-home .game-list{grid-template-columns:1fr 1fr}.game-row{display:grid;grid-template-columns:70px minmax(0,1fr) auto auto;gap:11px;align-items:center;min-height:78px;padding:7px;border:1px solid #223147;border-radius:11px;background:#111a26}.game-row img{width:70px;height:62px;object-fit:cover;border-radius:8px;background:#0a1018}.game-copy{min-width:0}.game-copy b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-copy span{display:block;color:#8392a7;font-size:10px;margin-top:2px}.game-copy small{display:block;color:#abb7c6;font-size:10px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-row em{font-style:normal;font-size:9px;text-transform:uppercase;color:#8b9cb0;border:1px solid #34455c;border-radius:999px;padding:4px 7px}.provider-logo-row{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.provider-logo-row a{height:66px;display:grid;place-items:center;padding:12px;border:1px solid #27374d;border-radius:11px;background:#101824}.provider-logo-row img{max-height:38px;max-width:100%;object-fit:contain}
.subhero{position:relative;min-height:320px;overflow:hidden;display:grid;grid-template-columns:1fr;margin-top:20px;padding:42px 44px;border:1px solid #293a50;border-radius:22px;background:linear-gradient(90deg,rgba(10,16,24,.97) 0%,rgba(10,16,24,.92) 28%,rgba(10,16,24,.6) 48%,rgba(10,16,24,.16) 70%),url('../img/hero-banner-clean.webp') center/cover no-repeat}.subhero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(5,9,14,.4))}.subhero>div{position:relative;z-index:2}.subhero>img{display:none}.crumbs{font-size:10px;color:#7f8ea2;margin-bottom:14px}.crumbs a{color:#aebdcd}.subhero h1{max-width:780px;margin:8px 0 14px;font-size:clamp(36px,5vw,58px);line-height:1.03;letter-spacing:-.04em}.subhero p{max-width:720px;margin:0 0 22px;color:#c5d0dd;font-size:16px}
.article{padding:24px 0 64px}.lead{max-width:1100px;margin:4px 0 28px}.lead p{margin:0;color:#c9d3df;font-size:16px;line-height:1.82}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 34px}.facts article{min-height:130px;padding:17px;border:1px solid #293a50;border-radius:14px;background:linear-gradient(145deg,#151f2d,#0f1721)}.facts small{display:block;color:#8191a5;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.facts b{display:block;margin:6px 0;font-size:18px}.facts p{margin:0;color:#9fadc0;font-size:11px}.rich-module,.payment-module,.table-block,.text-section,.reviews,.editorial,.faq,.related{margin:42px 0}.rich-module{padding:20px;border:1px solid #293a50;border-radius:18px;background:#0d151f}.rich-module .game-list{grid-template-columns:1fr 1fr}.game-search{width:min(440px,100%);margin-bottom:14px;padding:12px 14px;border:1px solid #34465e;border-radius:10px;background:#09111a;color:#fff}.live-head{margin-top:28px}.provider-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.provider-card{display:grid;grid-template-columns:125px 1fr;gap:14px;align-items:center;padding:15px;border:1px solid #27374d;border-radius:14px;background:#111a26}.provider-logo{height:82px;display:grid;place-items:center;padding:14px;border-radius:10px;background:#0b121b}.provider-logo img{max-height:42px}.provider-card h3{margin:0 0 3px;font-size:17px}.provider-card b{font-size:11px;color:#ffcf58}.provider-card p{margin:5px 0 0;color:#8f9db0;font-size:11px}.payment-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.payment-grid>div{height:68px;display:grid;place-items:center;padding:12px;border-radius:10px;background:#fff}.payment-grid img{max-height:38px}.table-block h2,.text-section h2{margin:0 0 14px;font-size:30px;letter-spacing:-.025em}.table-wrap{overflow:auto;border:1px solid #293a50;border-radius:14px;background:#0f1722}.data-table{width:100%;min-width:720px;border-collapse:collapse}.data-table th,.data-table td{text-align:left;vertical-align:top;padding:13px 15px;border-bottom:1px solid #223147}.data-table th{background:#172333;color:#ffca42;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.data-table td{color:#c4cfdb;font-size:13px;line-height:1.55}.data-table td:first-child{font-weight:850;color:#f5f7fa}.data-table tr:last-child td{border-bottom:0}.text-section p{max-width:1060px;margin:0;color:#c7d1dd;font-size:16px;line-height:1.82}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.reviews-grid article{padding:17px;border:1px solid #293a50;border-radius:14px;background:#121b27}.reviews-grid article>div{display:flex;justify-content:space-between;gap:10px}.reviews-grid time{color:#7d8da2;font-size:10px}.reviews-grid p{margin:8px 0 0;color:#b7c4d3;font-size:13px;line-height:1.65}.editorial{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center;padding:18px;border:1px solid #33465f;border-radius:15px;background:linear-gradient(135deg,#151f2d,#0d141e)}.editorial small{display:block;color:#8292a7;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.editorial b{display:block;margin:4px 0;font-size:14px}.editorial span{display:block;color:#98a7b9;font-size:10px}.editorial a{color:var(--gold2);font-size:12px;font-weight:900}.faq h2,.related h2{font-size:29px;margin:0 0 14px}.faq details{margin:8px 0;padding:0 15px;border:1px solid #293a50;border-radius:12px;background:#111a26}.faq summary{padding:14px 0;cursor:pointer;font-weight:850;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq p{margin:0 0 14px;color:#b0bdcd;font-size:13px}.related>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.related a{padding:13px 14px;border:1px solid #293a50;border-radius:11px;background:#111a26;font-size:12px;font-weight:850}.related span{float:right;color:var(--gold)}
.footer{padding:36px 0 88px;border-top:1px solid #223047;background:#070b11}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:24px}.footer-brand img{width:120px;filter:brightness(0) invert(1)}.footer-brand p{max-width:320px;color:#7c8ca1;font-size:11px}.footer h4{margin:0 0 10px;font-size:12px}.footer a{display:block;margin:7px 0;color:#98a7b8;font-size:11px}.legal{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid #1d2938;color:#728298;font-size:10px}.legal b{display:inline-flex;padding:3px 6px;border:1px solid #5b451d;border-radius:6px;color:#ffca42}.mobile-cta{display:none}
@media(max-width:1040px){.main-nav a:nth-child(5),.main-nav a:nth-child(6){display:none}.category-grid{grid-template-columns:1fr 1fr}.provider-logo-row{grid-template-columns:repeat(4,1fr)}.facts{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}.hero-mascot{right:0;width:48%}.hero-note{display:none}}
@media(max-width:820px){.container{width:calc(100% - 22px)}.header-row{height:62px}.main-nav{display:none}.desktop-only{display:none}.menu{display:block}.home-hero{min-height:520px;margin-top:10px}.hero-copy{width:100%;padding:34px 22px 215px}.home-hero h1{font-size:46px}.hero-mascot{display:none}.hero-bg{background:linear-gradient(180deg,rgba(7,11,17,.98) 0%,rgba(7,11,17,.86) 44%,rgba(7,11,17,.34) 100%),url('../img/hero-banner-clean-mobile.webp') 68% center/cover no-repeat}.dual{grid-template-columns:1fr}.dragon-home .game-list,.rich-module .game-list{grid-template-columns:1fr}.provider-list{grid-template-columns:1fr}.subhero{grid-template-columns:1fr;min-height:340px;padding:32px 24px;background:linear-gradient(180deg,rgba(10,16,24,.98) 0%,rgba(10,16,24,.88) 48%,rgba(10,16,24,.42) 100%),url('../img/hero-banner-clean-mobile.webp') 68% center/cover no-repeat}.subhero>img{display:none}.payment-grid{grid-template-columns:repeat(4,1fr)}.reviews-grid{grid-template-columns:1fr 1fr}.editorial{grid-template-columns:1fr}.related>div{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.team-grid{grid-template-columns:1fr}.mobile-cta{position:fixed;left:0;right:0;bottom:0;z-index:110;display:grid;grid-template-columns:1fr 1.2fr;gap:7px;padding:8px 11px calc(8px + env(safe-area-inset-bottom));background:rgba(8,13,20,.96);border-top:1px solid #293a50}.mobile-cta a{min-height:43px;display:grid;place-items:center;border:1px solid #34465e;border-radius:10px;font-size:12px;font-weight:900}.mobile-cta .primary{background:var(--gold);border-color:var(--gold);color:#111}}
@media(max-width:560px){.brand,.brand img{width:105px}.actions .btn.primary{padding:0 12px}.home-hero{min-height:500px;border-radius:18px}.hero-copy{padding:28px 17px 210px}.home-hero h1{font-size:38px}.home-hero p{font-size:14px}.hero-actions .btn{flex:1}.hero-points{gap:10px;font-size:10px}.hero-mascot{display:none}.category-grid{grid-template-columns:1fr}.category-card{min-height:190px}.dual{margin-top:16px}.game-row{grid-template-columns:62px minmax(0,1fr) auto}.game-row img{width:62px;height:58px}.game-row em{display:none}.game-copy small{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.provider-logo-row{grid-template-columns:repeat(3,1fr)}.facts{grid-template-columns:1fr}.subhero{min-height:310px;padding:26px 17px;border-radius:18px}.subhero h1{font-size:34px}.subhero p{font-size:14px}.table-block h2,.text-section h2,.section-head h2{font-size:24px}.text-section p{font-size:15px}.provider-card{grid-template-columns:90px 1fr}.provider-logo{height:70px;padding:10px}.payment-grid{grid-template-columns:repeat(3,1fr)}.reviews-grid{grid-template-columns:1fr}.related>div{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.legal{display:block}.legal span{display:block;margin-top:6px}.team-grid{grid-template-columns:1fr}}
.social-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 34px}.social-link{display:grid;grid-template-columns:1fr auto;grid-template-areas:"a c" "b c";align-items:center;padding:18px;border:1px solid #2c3e55;border-radius:14px;background:linear-gradient(145deg,#142034,#101824)}.social-link b{grid-area:a;font-size:19px}.social-link span{grid-area:b;color:#94a4b7;font-size:12px}.social-link em{grid-area:c;font-style:normal;color:#ffca42;font-size:12px;font-weight:900}@media(max-width:560px){.social-links{grid-template-columns:1fr}}

/* V8: dense editorial lists, real backplates and visible authors */
.byline{display:flex;align-items:center;gap:12px;margin-top:18px;padding:12px 16px;border:1px solid #263950;border-radius:14px;background:linear-gradient(135deg,rgba(20,31,45,.96),rgba(10,17,26,.96));box-shadow:0 14px 34px rgba(0,0,0,.18)}
.by-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffb20b,#6f4a00);color:#111;font-weight:950;font-size:18px;box-shadow:0 0 0 4px rgba(255,178,11,.08)}
.byline>div:nth-child(2){min-width:0;flex:1}.byline small{display:block;color:#7f90a6;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.byline b{display:block;font-size:13px;margin:2px 0}.byline span{display:block;color:#9eacbd;font-size:10px}.by-check{text-align:right}
.rich-module{background:radial-gradient(circle at 90% 0,rgba(255,178,11,.07),transparent 26%),linear-gradient(145deg,#101a27,#0a1119);box-shadow:0 22px 60px rgba(0,0,0,.2)}
.game-list-detailed{display:grid!important;grid-template-columns:1fr!important;gap:12px}
.game-row-detailed{grid-template-columns:116px minmax(0,1fr) auto auto!important;align-items:start;min-height:132px;padding:14px;background:linear-gradient(135deg,#142031,#0c141f);border-color:#2d415a;box-shadow:inset 0 1px rgba(255,255,255,.025),0 10px 24px rgba(0,0,0,.14)}
.game-row-detailed .game-thumb{width:116px;height:96px;padding:5px;border:1px solid #31465f;border-radius:12px;background:radial-gradient(circle at 50% 20%,rgba(255,181,32,.18),transparent 58%),#09111a}
.game-row-detailed .game-thumb img{width:100%;height:100%;border-radius:8px;object-fit:cover}
.game-row-detailed .game-copy p{margin:7px 0 10px;color:#b9c5d3;font-size:12.5px;line-height:1.62;max-width:820px}
.game-titleline{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.game-titleline b{font-size:16px}.game-titleline span{color:#ffca42!important;font-size:10px!important;font-weight:850}
.game-metrics{display:flex;gap:7px;flex-wrap:wrap}.game-metrics>span{min-width:118px;padding:7px 9px;border:1px solid #2a3b52;border-radius:8px;background:#0b131d}.game-metrics small{display:block!important;color:#6f8198!important;font-size:8px!important;text-transform:uppercase;letter-spacing:.08em}.game-metrics strong{display:block;margin-top:1px;font-size:10.5px;color:#e8eef5}
.provider-list{grid-template-columns:1fr!important;gap:12px}.provider-card{grid-template-columns:170px 1fr;align-items:stretch;padding:0;overflow:hidden;background:linear-gradient(135deg,#131e2d,#0c141e);border-color:#2b4059;box-shadow:0 12px 28px rgba(0,0,0,.14)}
.provider-logo{height:auto;min-height:150px;border-radius:0;border-right:1px solid #293b52;background:radial-gradient(circle at 50% 40%,rgba(255,178,11,.16),transparent 42%),linear-gradient(145deg,#0b1420,#111c2b);position:relative}.provider-logo:after{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.04);border-radius:10px}.provider-logo img{max-height:54px;max-width:120px;position:relative;z-index:1}.provider-copy{padding:17px 18px}.provider-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.provider-card h3{font-size:19px}.provider-card b{font-size:10px}.provider-card p{font-size:12.5px;line-height:1.68;color:#b7c3d2;margin:8px 0 10px}.provider-examples{padding:8px 10px;border-left:3px solid var(--gold);background:#0a121b;color:#b7c3d2;font-size:11px;border-radius:0 8px 8px 0}.provider-examples span{color:#ffca42;font-weight:900}
.payment-grid{grid-template-columns:repeat(4,1fr);gap:10px}.pay-method{min-height:104px!important;display:flex!important;flex-direction:column;justify-content:center;gap:7px!important;padding:10px!important;border:1px solid #2d4159;border-radius:13px!important;background:radial-gradient(circle at 50% 22%,rgba(255,181,24,.14),transparent 45%),linear-gradient(145deg,#121e2c,#0b131d)!important;box-shadow:inset 0 1px rgba(255,255,255,.025)}.pay-method span{height:50px;display:grid;place-items:center;padding:8px;border-radius:9px;background:rgba(255,255,255,.94)}.pay-method img{max-height:34px!important}.pay-method b{font-size:10px;color:#dce5ef;text-align:center}
.table-block{margin:36px 0}.table-wrap{box-shadow:0 16px 40px rgba(0,0,0,.14)}.data-table th{background:linear-gradient(180deg,#1c2b40,#152236)}.data-table tr:nth-child(even) td{background:rgba(18,28,42,.52)}
.reviews-grid article{background:radial-gradient(circle at 90% 0,rgba(255,178,11,.07),transparent 35%),linear-gradient(145deg,#151f2e,#0e1621);min-height:150px}.reviews-grid article:before{content:"★★★★★";display:block;color:#ffbd22;letter-spacing:2px;font-size:10px;margin-bottom:8px}.reviews-grid p{font-size:12.5px;line-height:1.7;color:#c0ccda}
@media(max-width:820px){.game-row-detailed{grid-template-columns:92px minmax(0,1fr) auto!important}.game-row-detailed .game-thumb{width:92px;height:82px}.game-row-detailed>em{display:none}.provider-card{grid-template-columns:130px 1fr}.payment-grid{grid-template-columns:repeat(3,1fr)}.by-check{display:none}}
@media(max-width:560px){.byline{padding:11px}.game-row-detailed{grid-template-columns:82px 1fr!important}.game-row-detailed .game-thumb{width:82px;height:74px}.game-row-detailed>.btn{grid-column:1/-1;width:100%}.game-metrics>span{min-width:0;flex:1}.provider-card{grid-template-columns:1fr}.provider-logo{min-height:90px;border-right:0;border-bottom:1px solid #293b52}.provider-copy{padding:14px}.payment-grid{grid-template-columns:1fr 1fr}}

/* V10 layout repairs */
.payment-grid>div.pay-method{height:auto!important;min-height:104px!important;align-items:stretch!important}
.pay-method span{width:100%!important;height:50px!important;display:grid!important;place-items:center!important;padding:8px 12px!important;border-radius:9px!important;background:rgba(255,255,255,.055)!important}
.pay-method img{display:block!important;width:auto!important;height:32px!important;max-width:120px!important;max-height:32px!important;object-fit:contain!important;margin:auto!important}
.page-support .subhero h1{font-size:clamp(34px,4vw,50px);max-width:720px}
.page-support .subhero p{max-width:700px}
@media(max-width:1040px){.main-nav a{padding-left:8px;padding-right:8px;font-size:12px}}

/* V11: mobile width, navigation consistency, centered footer and editorial profiles */
.review-rating{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px}.review-rating span{color:#ffbd22;letter-spacing:2px;font-size:11px}.review-rating b{font-size:10px;color:#dce5ef}.reviews-grid article:before{display:none!important}
.editor-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:8px 0 34px}.editor-cards>article{display:grid;grid-template-columns:64px 1fr;gap:15px;align-items:start;padding:18px;border:1px solid #293a50;border-radius:15px;background:linear-gradient(145deg,#151f2e,#0e1621)}.editor-photo{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffcf58,#ffae00);color:#111;font-weight:950;font-size:17px;box-shadow:0 0 0 5px rgba(255,178,11,.08)}.editor-cards small{display:block;color:#8798ad;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.editor-cards h2{margin:3px 0 7px;font-size:19px}.editor-cards p{margin:0;color:#b8c4d2;font-size:12px;line-height:1.65}
.page-support .subhero h1{font-size:clamp(32px,3.4vw,46px)!important;max-width:680px!important;overflow-wrap:anywhere}.page-support .subhero p{max-width:660px!important}
@media (max-width:1040px) and (min-width:901px){.main-nav a:nth-child(5),.main-nav a:nth-child(6){display:block!important}.main-nav{gap:0}.main-nav a{padding-left:6px!important;padding-right:6px!important;font-size:11px!important}.header-row{gap:15px}.brand{width:106px;flex-basis:106px}.brand img{width:106px}.actions .btn{padding-left:12px;padding-right:12px}}
@media(max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  .container{width:calc(100% - 16px)!important;max-width:none!important}
  .header-row{height:62px;gap:10px}.main-nav{display:none!important}.menu{display:block!important}.desktop-only{display:none!important}.actions{margin-left:auto}.brand{width:106px;flex:0 0 106px}.brand img{width:106px}
  .home-hero{width:calc(100% - 16px)!important;min-height:520px;margin-top:8px;border-radius:18px}.hero-copy{width:100%!important;padding:30px 20px 205px!important}.home-hero h1{font-size:clamp(36px,9vw,48px);max-width:620px}.home-hero p{max-width:620px;font-size:15px}.hero-points{gap:9px 14px}.hero-bg{background:linear-gradient(180deg,rgba(7,11,17,.98) 0%,rgba(7,11,17,.86) 43%,rgba(7,11,17,.38) 100%),url('../img/hero-banner-clean-mobile.webp') 67% center/cover no-repeat}.hero-note{display:none!important}
  .dual,.home-bottom-cards{grid-template-columns:1fr!important;gap:12px!important;margin-top:12px!important}.panel{width:100%;padding:16px!important;border-radius:16px}.game-list,.dragon-home .game-list,.rich-module .game-list{grid-template-columns:1fr!important;width:100%}.game-row{width:100%;grid-template-columns:76px minmax(0,1fr) auto!important;gap:11px;padding:9px}.game-row img{width:76px;height:66px}.game-row em{display:none!important}.game-copy small{white-space:normal!important;line-height:1.35}.provider-logo-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.provider-logo-row a{height:72px}
  .article{padding-top:18px}.lead{margin-bottom:20px}.facts{grid-template-columns:1fr!important;gap:10px;margin-bottom:26px}.facts article{min-height:auto;padding:15px}.rich-module{padding:15px}.provider-list{grid-template-columns:1fr!important}.provider-card{grid-template-columns:120px 1fr!important}.payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.reviews-grid{grid-template-columns:1fr!important}.related>div{grid-template-columns:1fr!important}.editorial{grid-template-columns:1fr!important}.byline{width:calc(100% - 16px)!important;flex-wrap:wrap}.by-check{width:100%;text-align:left!important;display:block!important}
  .subhero{width:calc(100% - 16px)!important;min-height:350px;padding:30px 22px!important;border-radius:18px;background:linear-gradient(180deg,rgba(10,16,24,.97) 0%,rgba(10,16,24,.86) 50%,rgba(10,16,24,.42) 100%),url('../img/hero-banner-clean-mobile.webp') 68% center/cover no-repeat}.subhero h1{font-size:clamp(32px,8vw,44px);max-width:650px}.subhero p{font-size:14px;max-width:620px}
  .editor-cards{grid-template-columns:1fr}.table-block,.text-section,.reviews,.editorial,.faq,.related{margin:30px 0}.table-block h2,.text-section h2,.section-head h2{font-size:25px}
  .footer{padding:32px 0 92px}.footer-grid{grid-template-columns:1fr!important;text-align:center;gap:20px}.footer-brand img{margin:0 auto}.footer-brand p{margin:8px auto 0;max-width:360px}.footer h4{text-align:center}.footer a{text-align:center;margin:8px 0}.legal{justify-content:center!important;text-align:center!important}.legal span{width:100%;display:block!important;margin-top:7px!important}
  .mobile-cta{display:grid!important}
}
@media(max-width:560px){
  .actions .btn.primary{display:none}.header-row{gap:8px}.menu{width:40px;height:40px}.mobile-nav.open{grid-template-columns:1fr!important}
  .home-hero{min-height:510px}.hero-copy{padding:26px 16px 190px!important}.home-hero h1{font-size:36px}.hero-actions .btn{flex:1 1 0}.hero-points{display:grid;grid-template-columns:1fr 1fr;font-size:10px}
  .game-row{grid-template-columns:70px minmax(0,1fr)!important;align-items:start}.game-row img{width:70px;height:64px}.game-row>.btn{grid-column:1/-1;width:100%;margin-top:3px}.game-copy b{white-space:normal}.provider-logo-row{grid-template-columns:1fr 1fr!important}.provider-card{grid-template-columns:1fr!important}.provider-logo{min-height:96px;border-right:0!important;border-bottom:1px solid #293b52}.payment-grid{grid-template-columns:1fr 1fr!important}.pay-method{min-width:0}.subhero{min-height:330px;padding:24px 16px 170px!important}.subhero h1{font-size:32px}.subhero .hero-actions .btn{flex:1 1 100%}.facts article{padding:14px}.editor-photo{width:56px;height:56px}.editor-cards>article{grid-template-columns:56px 1fr;padding:14px}.footer-grid{gap:18px}.footer{font-size:14px}
}

/* V12 SEO/content separation */
.page-home .category-grid{margin-top:14px;margin-bottom:10px}.page-home .article{padding-top:18px}.page-home .lead{max-width:980px}.page-home .facts{margin-top:4px}.page-home .text-section p{max-width:980px}.page-home .hero-note{max-width:225px}.page-home .hero-points span{white-space:nowrap}
@media(max-width:900px){.page-home .category-grid{grid-template-columns:1fr 1fr!important;gap:10px}.page-home .category-card{min-height:205px}.page-home .hero-points{display:flex!important}.page-home .hero-copy{padding-bottom:190px!important}}
@media(max-width:560px){.page-home .category-grid{grid-template-columns:1fr!important}.page-home .category-card{min-height:188px}.page-home .hero-points{display:grid!important;grid-template-columns:1fr!important}.page-home .hero-copy{padding-bottom:175px!important}}
