
:root{
  --bg:#09090b;--bg2:#0e0d11;--panel:#141218;--panel2:#19161f;--line:#29242f;
  --text:#f5f3f7;--muted:#a6a0ad;--muted2:#77717e;--red:#ff3b42;--red2:#d61834;
  --purple:#7d35ff;--purple2:#4f1eb8;--gold:#c6a063;--green:#4dd08a;
  --radius:18px;--shadow:0 18px 60px rgba(0,0,0,.32);--sidebar:232px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:
radial-gradient(900px 420px at 45% -150px,rgba(125,53,255,.15),transparent 70%),
linear-gradient(180deg,#0b0a0d 0,#09090b 100%);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
button{color:inherit}
.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;background:#fff;color:#111;padding:10px 14px;border-radius:8px}
.skip-link:focus{top:12px}
.site-shell{display:flex;min-height:100vh}
.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);padding:18px 14px 24px;background:linear-gradient(180deg,rgba(20,11,24,.98),rgba(10,9,12,.98));border-right:1px solid var(--line);z-index:60;display:flex;flex-direction:column}
.brand{height:54px;display:flex;align-items:center;padding:0 12px;margin-bottom:10px}
.brand img,.mobile-brand img,.footer-logo{filter:drop-shadow(0 0 12px rgba(255,255,255,.05))}
.side-nav{display:flex;flex-direction:column;gap:4px}
.side-link{height:46px;border-radius:12px;padding:0 12px;display:flex;align-items:center;gap:12px;color:#aaa3b0;font-size:14px;transition:.18s}
.side-link:hover{background:#17131b;color:#fff}
.side-link.is-active{background:linear-gradient(90deg,rgba(126,36,153,.25),rgba(255,59,66,.11));color:#fff;box-shadow:inset 3px 0 0 #c32868}
.side-icon{width:24px;height:24px;display:grid;place-items:center;color:#d6a1d9;font-weight:700;font-size:15px}
.side-note{margin-top:auto;border-top:1px solid var(--line);padding:18px 10px 0;display:flex;gap:10px;align-items:center;color:#ddd}
.side-note small{display:block;color:var(--muted2);font-size:11px}
.status-dot{width:10px;height:10px;background:var(--green);border-radius:50%;box-shadow:0 0 12px rgba(77,208,138,.65)}
.app{width:calc(100% - var(--sidebar));margin-left:var(--sidebar);min-width:0}
.topbar{height:72px;position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:20px;padding:0 28px;background:rgba(10,9,12,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(54,47,60,.8)}
.mobile-brand{display:none}
.search-wrap{flex:1}
.search-button{min-width:280px;max-width:520px;width:46%;height:40px;border-radius:12px;border:1px solid var(--line);background:#111014;color:var(--muted);display:flex;gap:10px;align-items:center;padding:0 14px;cursor:pointer}
.search-button:hover{border-color:#4b4053;color:#fff}
.top-actions{margin-left:auto;display:flex;gap:9px}
.btn{height:40px;padding:0 17px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:1px solid transparent;cursor:pointer;transition:.18s}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,#ff4747,#e1113d);box-shadow:0 8px 22px rgba(231,28,56,.22);color:#fff}
.btn-primary:hover{filter:brightness(1.07)}
.btn-ghost{background:#17151a;border-color:#302a35;color:#efeaf1}
.btn-ghost:hover{background:#201d24}
.btn-lg{height:48px;border-radius:12px;padding:0 22px}
.content{max-width:1350px;margin:0 auto;padding:24px 30px 60px}
.breadcrumbs{font-size:12px;color:var(--muted2);display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:2px 0 14px}
.breadcrumbs a:hover{color:#fff}
.hero{min-height:480px;position:relative;overflow:hidden;border:1px solid #2b2430;border-radius:26px;padding:54px 54px;display:flex;align-items:center;background:
radial-gradient(650px 420px at 80% 60%,rgba(198,160,99,.16),transparent 70%),
radial-gradient(700px 420px at 15% 10%,rgba(199,26,71,.17),transparent 70%),
linear-gradient(135deg,#181117,#0d0b0f 62%,#130f11);box-shadow:var(--shadow)}
.hero:before{content:"";position:absolute;inset:0;background:
linear-gradient(120deg,transparent 0 48%,rgba(255,255,255,.02) 48% 48.5%,transparent 48.5% 100%);
pointer-events:none}
.hero-copy{position:relative;z-index:2;max-width:680px;width:58%}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:#d8a4c5;margin-bottom:12px}
.eyebrow:before{content:"";width:18px;height:1px;background:#d05b88}
.hero h1,.plain-hero h1,.game-info h1,.provider-detail h1{font-size:clamp(40px,5.4vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 20px;max-width:900px}
.hero p,.plain-hero p,.game-info p,.provider-detail p{font-size:17px;color:#c4bdc8;max-width:720px;margin:0 0 28px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-facts{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-facts span{font-size:12px;color:#a7a0aa;border:1px solid #302833;background:rgba(14,12,16,.7);padding:9px 12px;border-radius:12px}
.hero-facts b{color:#fff;font-size:13px;margin-right:4px}
.hero-art{position:absolute;right:3.5%;top:50%;transform:translateY(-50%);width:40%;display:grid;place-items:center}
.hero-screen{position:relative;width:100%;border:1px solid #3a303e;background:#0b0a0d;border-radius:18px;padding:7px;box-shadow:0 28px 70px rgba(0,0,0,.48);transform:perspective(1000px) rotateY(-5deg) rotateZ(-1deg)}
.hero-screen:before{content:"";position:absolute;inset:-1px;border-radius:18px;box-shadow:0 0 45px rgba(181,34,99,.16);pointer-events:none}
.hero-screen img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:top;border-radius:12px}
.cards-stack{position:absolute;width:260px;height:280px;transform:rotate(-5deg)}
.card{position:absolute;width:150px;height:210px;border-radius:18px;background:linear-gradient(145deg,#f6f0e7,#cfc4b2);color:#151118;padding:18px;font-size:34px;font-weight:900;box-shadow:0 20px 45px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.4)}
.card-a{left:0;top:40px;transform:rotate(-15deg)}
.card-k{left:68px;top:22px;transform:rotate(2deg);color:#b61634}
.card-q{left:118px;top:52px;transform:rotate(15deg);color:#b61634}
.hero-chip{position:absolute;right:6px;bottom:0;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle at 35% 25%,#ddbc7d,#9e7436 50%,#503818 80%);border:8px dashed rgba(255,255,255,.46);display:grid;place-items:center;text-align:center;color:#24170b;font-size:15px;line-height:1;transform:rotate(8deg);box-shadow:0 18px 42px rgba(0,0,0,.38)}
.hero-chip b{font-size:28px}
.hero.download,.hero.pc,.hero.android,.hero.ios{background:radial-gradient(600px 320px at 85% 30%,rgba(95,57,195,.22),transparent 70%),linear-gradient(135deg,#111017,#0d0c0f)}
.hero.bonus{background:radial-gradient(600px 320px at 80% 45%,rgba(198,160,99,.18),transparent 70%),linear-gradient(135deg,#1a1015,#0d0c0f)}
.hero.casino,.hero.providers{background:radial-gradient(700px 360px at 80% 35%,rgba(94,39,181,.25),transparent 70%),linear-gradient(135deg,#161019,#0b0a0d)}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 42px}
.quick-card{border:1px solid var(--line);background:linear-gradient(180deg,#16141a,#111014);padding:16px;border-radius:16px;display:flex;gap:12px;align-items:center;min-height:80px;transition:.18s}
.quick-card:hover{transform:translateY(-2px);border-color:#46394c}
.quick-card>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#211924;color:#f66c88;font-weight:800}
.quick-card b,.quick-card small{display:block}
.quick-card small{color:var(--muted);font-size:12px;margin-top:2px}
.quick-card i{margin-left:auto;color:#746d79}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}
.section-head h2{font-size:28px;letter-spacing:-.025em;margin:0}
.section-head .eyebrow{margin-bottom:6px}
.section-head>a{font-size:13px;color:#cabfce}
.visual-section,.banner-block,.catalog-block,.payment-block,.related,.faq{margin:48px 0}
.screen-frame{padding:8px;border-radius:20px;border:1px solid #2b2630;background:#121015;box-shadow:var(--shadow)}
.screen-frame img{width:100%;border-radius:14px;aspect-ratio:16/8.6;object-fit:cover;object-position:top}
.device-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 48px}
.device-card{border:1px solid var(--line);background:linear-gradient(180deg,#17141b,#0f0e11);border-radius:18px;padding:26px;min-height:210px;transition:.18s}
.device-card:hover{transform:translateY(-2px);border-color:#473c4e}
.device-card>span{font-size:28px;color:#c977ff}
.device-card h2{margin:18px 0 6px;font-size:25px}
.device-card p{color:var(--muted);margin:0 0 24px}
.device-card b{font-size:13px;color:#f1d4e1}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:26px;margin:44px 0}
.article{min-width:0}
.text-section{padding:0 0 30px;margin:0 0 28px;border-bottom:1px solid #27222c}
.text-section:last-child{border-bottom:0}
.text-section h2{font-size:30px;letter-spacing:-.03em;margin:0 0 14px}
.text-section p{font-size:16px;color:#c0bac4;margin:0 0 16px}
.check-list{list-style:none;padding:0;margin:16px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.check-list li{position:relative;padding:12px 14px 12px 38px;background:#111014;border:1px solid #26212b;border-radius:12px;color:#d8d2dc;font-size:14px}
.check-list li:before{content:"✓";position:absolute;left:14px;top:11px;color:var(--green);font-weight:900}

.table-wrap{margin-top:18px;overflow-x:auto;border:1px solid var(--line);border-radius:14px}
.info-table{width:100%;border-collapse:collapse;min-width:560px;background:#100f12}
.info-table th,.info-table td{text-align:left;padding:13px 14px;border-bottom:1px solid #29242f;font-size:13px}
.info-table th{color:#fff;background:#17141a;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.info-table td{color:#bbb4c0}
.info-table tr:last-child td{border-bottom:0}
.info-table a{color:#efc3d7;font-weight:700}

.toc-card{align-self:start;position:sticky;top:94px;border:1px solid var(--line);background:linear-gradient(180deg,#151318,#0f0e11);border-radius:16px;padding:20px}
.toc-card>b{font-size:14px}
.toc-card p{font-size:13px;color:var(--muted);margin:8px 0 16px}
.toc-card a{font-size:13px;color:#efc3d7;font-weight:700}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.related-card{position:relative;border:1px solid var(--line);background:#121115;border-radius:15px;padding:18px;min-height:120px}
.related-card:hover{background:#17141a;border-color:#473c4e}
.related-card b,.related-card span{display:block}
.related-card span{font-size:12px;color:var(--muted);margin-top:5px}
.related-card i{position:absolute;right:16px;bottom:13px;color:#7d7481}
.faq-list{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;padding:18px 2px;display:flex;justify-content:space-between;gap:20px;font-weight:700}
.faq summary::-webkit-details-marker{display:none}
.faq summary span{color:#aa9fb0;font-size:22px;font-weight:400}
.faq details[open] summary span{transform:rotate(45deg)}
.faq details>div{padding:0 40px 18px 2px;color:var(--muted);font-size:14px;max-width:850px}
.banner-track{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:3px}
.banner-track::-webkit-scrollbar{display:none}
.banner-card{flex:0 0 min(48%,656px);border-radius:16px;overflow:hidden;scroll-snap-align:start;border:1px solid #31273a;background:#130f18}
.banner-card img{width:100%;aspect-ratio:656/272;object-fit:cover}
.slider-controls{display:flex;gap:6px}
.slider-controls button{width:38px;height:38px;border-radius:10px;border:1px solid var(--line);background:#151318;cursor:pointer}
.slider-controls button:hover{background:#211d25}
.catalog-tools{display:flex;align-items:center;gap:12px;justify-content:space-between;margin:14px 0 16px}
.catalog-search{height:44px;min-width:280px;border:1px solid var(--line);background:#121015;color:#fff;border-radius:12px;padding:0 14px;outline:none}
.catalog-search:focus{border-color:#72517f}
.chips{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}
.chip{height:36px;border:1px solid var(--line);background:#121015;color:#aaa3af;border-radius:999px;padding:0 12px;white-space:nowrap;cursor:pointer;font-size:12px}
.chip.is-active,.chip:hover{background:#2b192a;border-color:#613453;color:#fff}
.game-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.game-card{background:#121015;border:1px solid #24202a;border-radius:14px;overflow:hidden;transition:.18s;min-width:0}
.game-card:hover{transform:translateY(-3px);border-color:#493b50;box-shadow:0 12px 30px rgba(0,0,0,.24)}
.game-card img{width:100%;aspect-ratio:104/130;object-fit:cover}
.game-card div{padding:10px}
.game-card b{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-card small{display:block;color:#7f7884;font-size:10px;margin-top:2px}
.provider-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.provider-card{min-height:120px;border:1px solid #28232d;background:#111014;border-radius:15px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;transition:.18s}
.provider-card:hover{transform:translateY(-2px);border-color:#4b4052;background:#151219}
.provider-card img{height:52px;width:100%;object-fit:contain}
.provider-card span{font-size:12px;color:#9c95a1}
.payment-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.payment-card{height:86px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;color:#161219}
.payment-card img{height:34px;max-width:120px;object-fit:contain}
.payment-card span{font-size:10px;font-weight:700;color:#4d4650}
.caption{color:var(--muted2);font-size:12px;margin-top:12px}
.license-box{margin:24px 0 42px;padding:26px;border:1px solid #3c312b;background:radial-gradient(500px 220px at 85% 40%,rgba(198,160,99,.13),transparent 70%),#14110f;border-radius:18px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.license-box h2{margin:3px 0 12px}
.license-box p{margin:5px 0;color:#c7bdb6}
.license-logos{display:flex;align-items:center;gap:14px;background:#fff;border-radius:12px;padding:10px 14px}
.license-logos img{max-height:40px;width:auto}
.plain-hero{padding:34px 0 14px;max-width:900px}
.game-detail,.provider-detail{border:1px solid var(--line);background:linear-gradient(135deg,#17131a,#0f0d11);border-radius:22px;padding:28px;display:grid;grid-template-columns:260px 1fr;gap:34px;align-items:center}
.game-cover{max-width:260px;border-radius:18px;overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.34)}
.game-cover img{width:100%;aspect-ratio:104/130;object-fit:cover}
.game-info h1,.provider-detail h1{font-size:50px}
.game-meta{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 22px}
.game-meta span{border:1px solid var(--line);background:#111014;border-radius:12px;padding:10px 12px}
.game-meta small,.game-meta b{display:block}
.game-meta small{font-size:10px;color:var(--muted2)}
.game-meta b{font-size:12px;margin-top:2px}
.provider-detail{grid-template-columns:300px 1fr}
.provider-logo-box{height:180px;background:#0f0f10;border:1px solid #2b2730;border-radius:18px;display:grid;place-items:center;padding:30px}
.provider-logo-box img{max-height:90px;object-fit:contain}
.not-found{text-align:center;padding:110px 20px}
.not-found>span{font-size:100px;font-weight:900;letter-spacing:-.08em;color:#312a34}
.not-found h1{font-size:44px;margin:-20px 0 8px}
.not-found p{color:var(--muted)}
.not-found .hero-actions{justify-content:center;margin-top:24px}
.footer{max-width:1350px;margin:30px auto 0;padding:40px 30px 110px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}
.footer-grid>div:first-child p{max-width:380px;color:var(--muted);font-size:13px}
.footer h3{font-size:12px;color:#d8d1dc;margin:0 0 12px}
.footer a{display:block;color:#89828e;font-size:12px;margin:8px 0}
.footer a:hover{color:#fff}
.footer-logo{margin-bottom:14px}
.badges{margin:28px 0 16px;display:flex;gap:10px;align-items:center}
.badges img{height:40px;width:auto;background:#fff;border-radius:6px;padding:2px}
.legal-line{border-top:1px solid var(--line);padding-top:14px;color:#6f6974;font-size:11px}
.legal-line p{margin:4px 0}
.mobile-nav{display:none}
.search-modal{position:fixed;inset:0;z-index:200;background:rgba(4,3,5,.76);backdrop-filter:blur(8px);padding:8vh 20px}
.search-modal[hidden]{display:none}
.search-panel{max-width:760px;margin:0 auto;background:#121015;border:1px solid #3a303e;border-radius:20px;box-shadow:0 30px 100px rgba(0,0,0,.5);padding:18px}
.search-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.search-head h2{margin:0;font-size:22px}
.search-head button{width:36px;height:36px;border-radius:10px;border:1px solid var(--line);background:#1a171d;cursor:pointer;font-size:22px}
#siteSearch{width:100%;height:50px;border:1px solid #413649;background:#0c0b0e;color:#fff;border-radius:12px;padding:0 14px;outline:none}
.search-results{max-height:55vh;overflow:auto;margin-top:10px}
.search-result{display:flex;justify-content:space-between;gap:14px;padding:12px;border-radius:10px}
.search-result:hover{background:#1b171e}
.search-result b,.search-result small{display:block}
.search-result small{font-size:11px;color:var(--muted2)}
.search-empty{color:var(--muted);padding:18px 10px}
body.menu-open .sidebar{transform:translateX(0)}
@media (max-width:1180px){
  :root{--sidebar:190px}
  .content,.footer{padding-left:20px;padding-right:20px}
  .game-grid{grid-template-columns:repeat(5,1fr)}
  .provider-grid{grid-template-columns:repeat(3,1fr)}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .hero{padding:42px}
}
@media (max-width:920px){
  :root{--sidebar:0px}
  .sidebar{width:250px;transform:translateX(-103%);transition:.22s;box-shadow:20px 0 50px rgba(0,0,0,.4)}
  .app{width:100%;margin-left:0}
  .topbar{padding:0 16px;height:64px}
  .mobile-brand{display:block;width:142px}
  .mobile-brand img{width:142px}
  .search-wrap{display:none}
  .top-actions .btn-ghost{display:none}
  .content{padding:18px 16px 72px}
  .hero{min-height:430px;padding:34px 28px}
  .hero-copy{max-width:66%;width:auto}
  .hero-art{right:0;width:40%;opacity:.9}
  .cards-stack{transform:scale(.78) rotate(-5deg)}
  .quick-grid{grid-template-columns:repeat(2,1fr)}
  .article-layout{grid-template-columns:1fr}
  
.table-wrap{margin-top:18px;overflow-x:auto;border:1px solid var(--line);border-radius:14px}
.info-table{width:100%;border-collapse:collapse;min-width:560px;background:#100f12}
.info-table th,.info-table td{text-align:left;padding:13px 14px;border-bottom:1px solid #29242f;font-size:13px}
.info-table th{color:#fff;background:#17141a;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.info-table td{color:#bbb4c0}
.info-table tr:last-child td{border-bottom:0}
.info-table a{color:#efc3d7;font-weight:700}

.toc-card{position:static}
  .device-grid{grid-template-columns:1fr}
  .game-grid{grid-template-columns:repeat(4,1fr)}
  .payment-grid{grid-template-columns:repeat(4,1fr)}
  .footer{padding:34px 16px 100px}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid>div:first-child{grid-column:1/-1}
  .mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(12,10,14,.96);backdrop-filter:blur(16px);border-top:1px solid #2c2631;padding:6px 4px max(6px,env(safe-area-inset-bottom))}
  .mobile-nav a,.mobile-nav button{height:50px;background:none;border:0;color:#8e8793;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:9px;gap:2px}
  .mobile-nav span{font-size:18px}
  .mobile-nav .is-active{color:#fff}
}
@media (max-width:640px){
  .topbar{gap:8px}
  .mobile-brand{width:118px}.mobile-brand img{width:118px}
  .top-actions .btn-primary{height:38px;padding:0 13px;font-size:12px}
  .breadcrumbs{margin-bottom:10px}
  .hero{min-height:auto;padding:28px 20px 24px;border-radius:20px;display:block}
  .hero-copy{max-width:none;width:auto}
  .hero h1,.plain-hero h1{font-size:38px}
  .hero p,.plain-hero p{font-size:15px}
  .hero-art{display:none}
  .hero-actions .btn{width:100%}
  .hero-facts{gap:6px}
  .hero-facts span{flex:1;min-width:100px}
  .quick-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:34px}
  .quick-card{padding:12px;min-height:72px}
  .quick-card>span{width:32px;height:32px}
  .quick-card i{display:none}
  .section-head h2{font-size:24px}
  .section-head>a{display:none}
  .screen-frame{margin-left:-8px;margin-right:-8px}
  .visual-section,.banner-block,.catalog-block,.payment-block,.related,.faq{margin:36px 0}
  .article-layout{margin:34px 0}
  .text-section h2{font-size:25px}
  .check-list{grid-template-columns:1fr}
  .banner-card{flex-basis:88%}
  .catalog-tools{display:block}
  .catalog-search{min-width:0;width:100%;margin-bottom:10px}
  .game-grid{grid-template-columns:repeat(3,1fr);gap:8px}
  .game-card div{padding:8px}
  .provider-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .provider-card{min-height:98px;padding:12px}
  .provider-card img{height:38px}
  .payment-grid{grid-template-columns:repeat(3,1fr);gap:7px}
  .payment-card{height:72px}
  .related-grid{grid-template-columns:1fr}
  .license-box{display:block;padding:20px}
  .license-logos{margin-top:18px;width:max-content;max-width:100%}
  .game-detail,.provider-detail{grid-template-columns:1fr;padding:20px;gap:20px}
  .game-cover{max-width:200px;margin:0 auto}
  .game-info h1,.provider-detail h1{font-size:36px}
  .provider-logo-box{height:130px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:20px}
}
@media (max-width:390px){
  .quick-grid{grid-template-columns:1fr}
  .game-grid{grid-template-columns:repeat(2,1fr)}
  .payment-grid{grid-template-columns:repeat(2,1fr)}
}


/* V2 visual/content pass */
.brand,.mobile-brand,.footer-logo{display:block}.brand img,.mobile-brand img,.footer-logo{display:block;height:auto}
.side-link{min-height:52px;border-radius:14px;padding:0 13px;gap:12px}.side-icon{width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#241627,#171119);border:1px solid #39243e;display:grid;place-items:center;flex:0 0 34px}.side-icon svg{width:18px;height:18px;fill:none;stroke:#eeb5e5;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.side-link.is-active .side-icon{background:linear-gradient(145deg,#df2e7b,#7e1b55);border-color:#f05b9e}.side-link.is-active .side-icon svg{stroke:#fff}.side-link.is-active{background:linear-gradient(90deg,#351225,#24101e);box-shadow:inset 3px 0 #ef3986}
.quick-card>span{display:grid;place-items:center}.quick-card>span svg,.device-card>span svg{width:20px;height:20px;fill:none;stroke:#f3c1e5;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.device-card>span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#251827;border:1px solid #3c2940}
.hero{border-color:#3b2537;background:radial-gradient(950px 480px at 88% 45%,rgba(188,29,102,.26),transparent 62%),linear-gradient(145deg,#1b0e17,#0d0b0f 66%)}.hero-screen{box-shadow:0 28px 70px rgba(0,0,0,.42);border-color:#56314c}.hero-screen:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);pointer-events:none}.hero-screen{position:relative}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature-card{border:1px solid #302733;background:linear-gradient(180deg,#151218,#0f0d11);border-radius:18px;padding:21px;min-height:210px;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-3px);border-color:#6b3456;background:#1a1319}.feature-icon{width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#3a1730,#211321);border:1px solid #65304f;display:grid;place-items:center;margin-bottom:20px}.feature-icon svg{width:23px;height:23px;fill:none;stroke:#f29ac7;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{margin:0 0 7px;font-size:20px}.feature-card p{color:#a69eaa;font-size:13px;line-height:1.6;margin:0 0 20px}.feature-card b{margin-top:auto;color:#f1b5d1;font-size:12px}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#302631;border:1px solid #302631;border-radius:17px;overflow:hidden;margin:18px 0 42px}.stats-strip>div{background:#121014;padding:18px 20px}.stats-strip b,.stats-strip span{display:block}.stats-strip b{font-size:18px}.stats-strip span{font-size:11px;color:#8e8692;margin-top:3px}
.section-lead{max-width:900px;color:#aaa2ad;font-size:14px;line-height:1.7;margin:-7px 0 19px}.provider-home .catalog-block{margin-top:0}.provider-grid{grid-template-columns:repeat(4,1fr);gap:12px}.provider-card{min-height:130px;background:radial-gradient(220px 90px at 50% 25%,rgba(202,61,133,.12),transparent 75%),linear-gradient(180deg,#171419,#100e12);border-color:#342a36;padding:20px}.provider-card img{height:56px;max-width:210px;filter:drop-shadow(0 7px 20px rgba(0,0,0,.35))}.provider-card span{color:#c2bbc5;font-weight:700}
.payment-block{border:1px solid #2f2732;background:linear-gradient(180deg,#141116,#0f0d11);border-radius:20px;padding:24px;margin:42px 0}.payment-grid{grid-template-columns:repeat(6,1fr)}.payment-card{height:92px;border:1px solid #362d39;background:radial-gradient(120px 70px at 50% 25%,rgba(255,255,255,.055),transparent 90%),#1a171c;color:#fff;border-radius:14px}.payment-card img{height:32px;max-width:112px;object-fit:contain}.payment-card span{color:#bbb3bd;font-size:10px}.payment-block .caption{margin-bottom:0}
.reviews-block{margin:46px 0}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-card{border:1px solid #322735;background:linear-gradient(180deg,#171219,#100e12);border-radius:17px;padding:19px;min-height:190px}.review-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#e83987,#70204d);font-weight:800}.review-top b,.review-top small{display:block}.review-top b{font-size:13px}.review-top small{font-size:10px;color:#8d8490;margin-top:2px}.stars{font-size:11px;color:#efb85c;letter-spacing:1px}.review-card p{color:#b7afb9;font-size:13px;line-height:1.65;margin:16px 0 0}
.home-article{grid-template-columns:1fr}.home-article .article{max-width:none}.home-article .text-section{max-width:1050px}.home-article .text-section:nth-child(odd){background:linear-gradient(180deg,#131015,#0e0c10);border:1px solid #2a232d;border-radius:18px;padding:24px}.info-table-rich th:first-child,.info-table-rich td:first-child{width:22%}.comparison-block{margin:44px 0}.game-facts{margin-top:34px}.text-section p{font-size:15px;line-height:1.78}.text-section h2{font-size:30px;margin-bottom:12px}.check-list li{background:#141116;border:1px solid #2d2530;border-radius:12px;padding:12px 14px}
.game-detail,.provider-detail{background:radial-gradient(620px 290px at 83% 35%,rgba(207,44,123,.14),transparent 70%),linear-gradient(135deg,#181219,#0d0b0f);border-color:#3a2b39}.game-cover{border:1px solid #403342}.provider-logo-box{background:radial-gradient(220px 100px at 50% 45%,rgba(229,71,149,.12),transparent 76%),#151217;border-color:#3b303d}.provider-logo-box img{width:100%;max-width:240px}
.footer{background:linear-gradient(180deg,transparent,#0c0a0d)}
@media(max-width:1180px){.feature-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:repeat(2,1fr)}.payment-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.feature-grid{grid-template-columns:1fr}.feature-card{min-height:170px}.stats-strip{grid-template-columns:1fr 1fr}.reviews-grid{grid-template-columns:1fr}.payment-block{padding:16px}.payment-grid{grid-template-columns:repeat(2,1fr)}.provider-grid{grid-template-columns:repeat(2,1fr)}.home-article .text-section:nth-child(odd){padding:18px}.text-section h2{font-size:25px}}

/* V3 — dense homepage and polished visual system */
.sidebar{padding:20px 16px 26px;background:radial-gradient(260px 360px at 0 0,rgba(220,34,112,.10),transparent 75%),linear-gradient(180deg,#110b13 0%,#0b090d 58%,#09080b 100%)}
.brand{min-height:64px;height:auto;padding:10px 12px 14px;border-bottom:1px solid rgba(255,255,255,.055);margin-bottom:14px}.brand img{width:178px;height:auto}
.side-nav{gap:7px}.side-link{min-height:52px;height:auto;border:1px solid transparent}.side-link:hover{border-color:#332535;background:#171019}.side-icon{width:36px;height:36px;border-radius:11px;background:linear-gradient(145deg,#251726,#171118);border:1px solid #3b283e}.side-icon svg{width:18px;height:18px;fill:none;stroke:#eaa8d3;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.side-link.is-active{background:linear-gradient(90deg,#3a1127,#25101e);border-color:#5a2341;box-shadow:inset 3px 0 #ed347f}.side-link.is-active .side-icon{background:linear-gradient(145deg,#e63b84,#7e1f54);border-color:#ef62a2}.side-link.is-active .side-icon svg{stroke:white}.side-note{border:1px solid #28212b;border-radius:13px;padding:12px;margin-top:auto;background:#100e12}
.topbar{box-shadow:0 8px 26px rgba(0,0,0,.16)}.search-button{background:#121015;border-color:#312a35}
.hero.home{min-height:500px;background:radial-gradient(560px 420px at 83% 45%,rgba(222,46,121,.22),transparent 68%),radial-gradient(700px 440px at 12% 10%,rgba(113,49,175,.16),transparent 70%),linear-gradient(135deg,#1c1018,#0d0b0f 64%);border-color:#43283b}.hero-art-cards{width:38%;right:5%}.hero-art-cards .cards-stack{transform:scale(1.12) rotate(-3deg)}
.portal-intro{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin:46px 0 34px}.portal-copy,.portal-facts{border:1px solid #302733;border-radius:20px;background:linear-gradient(180deg,#151218,#0f0d11);padding:28px}.portal-copy h2{font-size:34px;margin:0 0 14px;letter-spacing:-.035em}.portal-copy p{color:#bdb5c0;font-size:15px;line-height:1.78;margin:0 0 14px}.portal-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}.portal-facts div{padding:16px;border-radius:14px;background:#0d0c0f;border:1px solid #28212b}.portal-facts small,.portal-facts b{display:block}.portal-facts small{font-size:10px;color:#817987;text-transform:uppercase;letter-spacing:.06em}.portal-facts b{font-size:14px;margin-top:5px}
.bonus-feature{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;margin:46px 0;padding:30px 34px;border:1px solid #4b342f;border-radius:22px;background:radial-gradient(520px 240px at 86% 40%,rgba(211,155,69,.18),transparent 70%),linear-gradient(135deg,#1b1114,#100d10)}.bonus-feature h2{font-size:34px;margin:0 0 10px}.bonus-feature p{max-width:760px;color:#bfb5ba;margin:0 0 20px}.bonus-feature strong{font-size:64px;line-height:.9;letter-spacing:-.06em;color:#e5c47f;text-align:right}.bonus-feature strong span{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#a58f66;margin-bottom:6px}
.catalog-block{margin:30px 0 48px}.casino-overview>.catalog-block{margin-top:0}.game-grid{grid-template-columns:repeat(6,1fr);gap:13px}.game-card{background:linear-gradient(180deg,#151218,#0e0c10);border-color:#302633;border-radius:16px}.game-image-well{position:relative;aspect-ratio:104/130;overflow:hidden;background:#0a090c}.game-image-well img{width:100%;height:100%;object-fit:cover}.game-image-well>span{position:absolute;left:8px;bottom:8px;padding:4px 7px;border-radius:8px;background:rgba(8,7,10,.82);border:1px solid rgba(255,255,255,.09);font-size:8px;color:#f3eaf0;backdrop-filter:blur(6px)}.game-card-copy{position:relative;padding:11px 11px 13px!important}.game-card-copy b{font-size:12px}.game-card-copy small{padding-right:34px}.game-card-copy i{position:absolute;right:10px;bottom:12px;font-size:9px;color:#d994ba;font-style:normal}.game-card:hover .game-image-well img{transform:scale(1.025)}.game-image-well img{transition:.25s}
.provider-grid{grid-template-columns:repeat(4,1fr);gap:12px}.provider-card{position:relative;min-height:152px;display:block;padding:14px;background:linear-gradient(180deg,#17141a,#100e12);border-color:#332936}.provider-logo-well{height:82px;display:grid;place-items:center;padding:14px;border-radius:12px;background:radial-gradient(150px 55px at 50% 50%,rgba(225,63,142,.09),transparent 75%),#0d0c0f;border:1px solid #2b242e}.provider-logo-well img{max-width:175px;max-height:48px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 7px 16px rgba(0,0,0,.3))}.provider-copy{display:block;padding:10px 3px 0;text-align:left}.provider-copy b,.provider-copy small{display:block}.provider-copy b{font-size:12px}.provider-copy small{font-size:10px;color:#817987;margin-top:2px}.provider-card>i{position:absolute;right:14px;bottom:14px;color:#a8779b;font-style:normal}
.payment-block{padding:26px;border:1px solid #342a36;border-radius:21px;background:linear-gradient(180deg,#151218,#0f0d11)}.payment-grid{grid-template-columns:repeat(4,1fr);gap:10px}.payment-card{height:auto;min-height:112px;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:10px;background:#100e12;border-color:#302834;color:#fff}.payment-logo-well{height:60px;border-radius:10px;background:radial-gradient(130px 55px at 50% 50%,rgba(255,255,255,.08),transparent 75%),#1c1920;border:1px solid #38303d;display:grid;place-items:center;overflow:hidden}.payment-logo-well img{max-width:150px;max-height:42px;object-fit:contain;filter:brightness(2.8) contrast(.4);mix-blend-mode:screen}.payment-copy{padding:2px 3px}.payment-copy b,.payment-copy small{display:block}.payment-copy b{font-size:12px;color:#f5f0f4}.payment-copy small{font-size:9px;color:#827986;margin-top:2px}
.reviews-grid{grid-template-columns:repeat(3,1fr)}.review-card{min-height:205px;border-color:#342838}.review-card p{font-size:13px;line-height:1.72}.review-top{grid-template-columns:auto 1fr auto}.avatar{box-shadow:0 8px 18px rgba(223,50,126,.2)}
.trust-awards{margin:48px 0}.award-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.award-card{min-height:122px;border:1px solid #302833;border-radius:16px;background:#111014;padding:14px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.award-card img{max-height:66px;max-width:100%;object-fit:contain}.award-card span{font-size:10px;color:#958c99;text-align:center}
.license-box{background:radial-gradient(500px 220px at 85% 40%,rgba(198,160,99,.12),transparent 70%),linear-gradient(135deg,#18130f,#100d0e);border-color:#47392c}.license-logos{background:transparent;padding:0}.license-logos span{width:132px;height:70px;display:grid;place-items:center;border:1px solid #443a32;border-radius:12px;background:#191512;padding:10px}.license-logos img{max-height:43px;max-width:105px;object-fit:contain}.license-more{display:inline-flex;margin-top:8px;color:#e6c184;font-size:12px;font-weight:700}
.text-section{padding:0 0 32px}.home-article .text-section{max-width:none;padding:26px;border:1px solid #2d2630;border-radius:18px;background:linear-gradient(180deg,#131015,#0e0c10);margin-bottom:14px}.home-article .text-section:nth-child(even){background:linear-gradient(180deg,#161218,#100e12)}.home-article .text-section h2{font-size:29px}.home-article .article{display:grid;grid-template-columns:1fr 1fr;gap:14px}.home-article .text-section:has(.table-wrap){grid-column:1/-1}
.footer{max-width:none;margin:50px 0 0;padding:40px 30px 112px;background:linear-gradient(180deg,#0c0a0d,#09080a);border-top:1px solid #26212a}.footer-grid{max-width:1290px;margin:0 auto;grid-template-columns:2fr repeat(3,1fr)}.legal-line{max-width:1290px;margin:24px auto 0}.footer-logo{width:178px}.footer-trust{margin-top:18px}.trust-chip{min-width:0}.trust-chip img{background:transparent}.mobile-cta{display:none}
@media(max-width:1180px){.game-grid{grid-template-columns:repeat(5,1fr)}.provider-grid{grid-template-columns:repeat(3,1fr)}.award-grid{grid-template-columns:repeat(2,1fr)}.payment-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:920px){.portal-intro{grid-template-columns:1fr}.home-article .article{grid-template-columns:1fr}.home-article .text-section:has(.table-wrap){grid-column:auto}.game-grid{grid-template-columns:repeat(4,1fr)}.provider-grid{grid-template-columns:repeat(2,1fr)}.payment-grid{grid-template-columns:repeat(2,1fr)}.footer{text-align:center}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-col{grid-column:1/-1}.footer-brand-well{margin:0 auto 13px}.footer-brand-col p{margin-left:auto;margin-right:auto}.footer-trust{justify-content:center}.trust-chip{text-align:left}.legal-line{text-align:center}.footer a{margin-left:auto;margin-right:auto}.mobile-cta{display:grid;grid-template-columns:1fr 1fr;position:fixed;z-index:95;left:10px;right:10px;bottom:66px;gap:7px;padding:7px;border:1px solid #3a2c39;border-radius:14px;background:rgba(14,11,15,.94);backdrop-filter:blur(16px);box-shadow:0 12px 34px rgba(0,0,0,.36)}.mobile-cta a{height:42px;display:grid;place-items:center;border-radius:10px;font-size:12px;font-weight:800}.mobile-cta a:first-child{border:1px solid #3e3441;background:#18151b}.mobile-cta a:last-child{background:linear-gradient(135deg,#ef3d84,#c31658)}.content{padding-bottom:140px}.footer{padding-bottom:160px}}
@media(max-width:640px){.hero.home{padding:30px 21px;min-height:auto}.hero-art-cards{display:none}.portal-copy,.portal-facts{padding:20px}.portal-copy h2{font-size:28px}.portal-facts{grid-template-columns:1fr 1fr}.bonus-feature{grid-template-columns:1fr;padding:22px}.bonus-feature strong{text-align:left;font-size:52px}.game-grid{grid-template-columns:repeat(2,1fr)}.provider-grid{grid-template-columns:1fr 1fr}.provider-card{min-height:132px;padding:10px}.provider-logo-well{height:66px}.provider-logo-well img{max-height:40px}.payment-grid{grid-template-columns:1fr 1fr}.reviews-grid{grid-template-columns:1fr}.award-grid{grid-template-columns:1fr 1fr}.license-box{display:block}.license-logos{margin-top:20px;justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-brand-col{grid-column:auto}.footer{text-align:center}.footer-trust{display:grid;grid-template-columns:1fr}.trust-chip{justify-content:center}.portal-intro{margin-top:34px}.banner-card{flex-basis:91%}}
@media(max-width:390px){.portal-facts,.payment-grid,.provider-grid,.award-grid{grid-template-columns:1fr}.game-grid{grid-template-columns:repeat(2,1fr)}.mobile-cta{left:7px;right:7px}}


/* V4 polish: online counter, clean lists, stable mobile footer */
html,body{max-width:100%;overflow-x:hidden}
.site-shell,.app,.content,.footer,.footer-grid,.footer-grid>*{min-width:0}
.sidebar .online-widget{min-height:64px;margin:0 0 14px;padding:10px 12px 14px;border-bottom:1px solid rgba(255,255,255,.055);display:flex;align-items:center;gap:11px}
.online-pulse{width:11px;height:11px;border-radius:50%;background:#55d995;box-shadow:0 0 0 5px rgba(85,217,149,.08),0 0 18px rgba(85,217,149,.5);flex:0 0 auto;animation:onlinePulse 2.2s ease-in-out infinite}
.online-copy{display:block;min-width:0}.online-copy small,.online-copy b{display:block}.online-copy small{font-size:10px;line-height:1.25;color:#8f8794;text-transform:uppercase;letter-spacing:.08em}.online-copy b{margin-top:3px;font-size:14px;line-height:1.25;color:#fff;white-space:nowrap}.online-copy [data-online-count]{font-size:18px;color:#f1b7dc;letter-spacing:-.02em}
@keyframes onlinePulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.78);opacity:.65}}
.mobile-brand.header-brand{display:flex!important;align-items:center;flex:0 0 auto;width:178px}.mobile-brand.header-brand img{width:178px;height:auto}
.check-list li{padding:12px 14px!important}.check-list li:before{content:none!important;display:none!important}
.footer-trust{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch}
.trust-chip{display:flex;align-items:center;gap:10px;min-width:210px;max-width:290px;padding:10px 12px;border:1px solid #2d2730;border-radius:12px;background:#100e12;text-align:left}
.trust-chip>img{width:auto;max-width:82px;height:34px;max-height:34px;object-fit:contain;flex:0 0 auto}
.trust-chip>span{display:block;min-width:0}.trust-chip b,.trust-chip small{display:block}.trust-chip b{font-size:11px;line-height:1.25;color:#f0ebf1}.trust-chip small{margin-top:3px;font-size:9px;line-height:1.35;color:#817a86;overflow-wrap:anywhere}
.footer-brand-well{display:inline-flex!important;align-items:center;justify-content:center}
.footer-brand-col p{line-height:1.65;overflow-wrap:anywhere}
.legal-line{overflow-wrap:anywhere}
@media(max-width:1180px){.mobile-brand.header-brand{width:154px}.mobile-brand.header-brand img{width:154px}.search-button{min-width:0;width:100%;max-width:440px}}
@media(max-width:920px){.sidebar .online-widget{margin-top:0}.mobile-brand.header-brand{width:142px}.mobile-brand.header-brand img{width:142px}.footer{width:100%;max-width:100%;overflow:hidden}.footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.footer-trust{justify-content:center}.trust-chip{flex:0 1 260px}}
@media(max-width:640px){.topbar{justify-content:space-between}.mobile-brand.header-brand{width:118px}.mobile-brand.header-brand img{width:118px}.footer{padding-left:18px!important;padding-right:18px!important}.footer-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:22px!important}.footer-grid>div,.footer-brand-col{grid-column:auto!important;width:100%;min-width:0;text-align:center}.footer-brand-well{margin:0 auto 12px!important}.footer-brand-col p{max-width:340px!important;margin:0 auto!important}.footer-trust{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%;max-width:340px;margin:18px auto 0!important}.trust-chip{width:100%;max-width:100%;min-width:0;justify-content:flex-start;text-align:left}.legal-line{width:100%;max-width:340px;margin:24px auto 0!important;text-align:center}.legal-line p{line-height:1.55;margin:7px 0}.footer h3{margin-top:2px}.footer a{width:max-content;max-width:100%;margin:8px auto!important}}


/* V5 SEO/content polish */
.article .text-section p + p{margin-top:12px}
.toc-card a{display:block;margin-top:9px;color:#e7bdd7;font-size:12px;font-weight:700}
.game-detail,.provider-detail{scroll-margin-top:90px}
.game-cover img{width:100%;height:100%;object-fit:cover}
.provider-logo-box img{width:auto;height:auto;max-width:82%;max-height:80px;object-fit:contain}
.catalog-block .section-head{margin-bottom:14px}
@media(max-width:920px){.article-layout{grid-template-columns:1fr}.toc-card{position:static;order:-1}.game-detail,.provider-detail{grid-template-columns:1fr}.game-cover{max-width:460px;margin:0 auto}.provider-logo-box{min-height:150px}.content{padding-left:20px;padding-right:20px}}
@media(max-width:640px){.content{padding-left:14px;padding-right:14px}.breadcrumbs{padding:0 2px}.game-detail,.provider-detail{padding:18px;border-radius:18px}.game-info h1,.provider-detail h1{font-size:34px;overflow-wrap:anywhere}.game-meta{grid-template-columns:1fr}.comparison-block{margin-left:0;margin-right:0}.info-table{min-width:520px}.text-section h2{font-size:25px}.toc-card{width:100%;max-width:none}.footer-trust{align-items:stretch}}


/* V7 interaction polish: stable viewport, CTA styling, provider navigation */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
@media(min-width:921px){html{overflow-y:scroll;scrollbar-gutter:stable}}
.side-link:active,.side-link:focus,.side-link:focus-visible{transform:none!important}
.provider-card:active,.provider-card:focus,.provider-card:focus-visible{transform:none!important}
body[data-path="/providers/"] .app,
body[data-path="/providers/"] .content,
body[data-path="/providers/"] .hero,
body[data-path="/providers/"] .provider-grid{zoom:1;transform:none}
body[data-path="/providers/"] .content{width:100%;max-width:1350px}
body[data-path="/providers/"] .provider-grid{width:100%;align-items:stretch}
body[data-path="/providers/"] .provider-card{width:100%}

.hero-actions .btn-lg{
  position:relative;overflow:hidden;min-width:220px;height:58px;padding:0 30px;
  border-radius:18px;font-size:17px;font-weight:800;letter-spacing:-.015em;
  transition:transform .18s ease,border-color .18s ease,filter .18s ease,background .18s ease,box-shadow .18s ease;
}
.hero-actions .btn-lg:before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(110deg,rgba(255,255,255,.09),transparent 34%,transparent 70%,rgba(255,255,255,.03));
}
.hero-actions .btn-primary{
  background:linear-gradient(135deg,#ff4757 0%,#f12655 48%,#df0e49 100%);
  border-color:#ff4f7b;
  box-shadow:inset 4px 0 0 #ff77aa,0 12px 34px rgba(230,24,79,.27),0 0 0 1px rgba(255,80,126,.08);
}
.hero-actions .btn-primary:hover{
  transform:translateY(-2px);filter:brightness(1.06);
  box-shadow:inset 4px 0 0 #ff91bd,0 16px 38px rgba(230,24,79,.34),0 0 0 1px rgba(255,94,142,.15);
}
.hero-actions .btn-ghost{
  background:radial-gradient(240px 90px at 22% 50%,rgba(205,42,111,.14),transparent 72%),linear-gradient(135deg,#1a151c,#121015);
  border-color:#463342;color:#f2edf3;
  box-shadow:inset 4px 0 0 #a72a69,0 12px 28px rgba(0,0,0,.22);
}
.hero-actions .btn-ghost:hover{
  transform:translateY(-2px);background:radial-gradient(260px 100px at 22% 50%,rgba(229,52,129,.2),transparent 72%),linear-gradient(135deg,#211720,#151117);
  border-color:#6a3b56;
}
@media(max-width:640px){
  .hero-actions{gap:8px}
  .hero-actions .btn-lg{width:100%;min-width:0;height:52px;border-radius:15px;padding:0 18px;font-size:15px}
}
