/* Base */
*{box-sizing:border-box;}
html{font-size:16px;scroll-behavior:smooth;}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#000000;color:#fff;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:#12d67d;}
:root{--bg:#000000;--bg2:#0b1712;--muted:#888;--card:rgba(255,255,255,.05);--stroke:rgba(255,255,255,.12);--accent1:#12d67d;--accent2:#7cf2b1;--radius:16px;}
.container{display:block;max-width:1024px;margin:0 auto;}
/* Sticky header offset for in-page anchors */
[id]{scroll-margin-top:76px;}
.slot-single a, .article-single__content a{color:#12d67d;text-decoration:underline;transition:.3s;}
.slot-single a:hover, .article-single__content a:hover{color:#7cf2b1;text-decoration:underline;transition:.3s;}
.slot-single .btn{display:block;max-width:250px;text-align:center;margin:15px auto 0;}
.slot-single .btn a{text-decoration:none;}
/* Header */
.header{position:sticky;top:0;z-index:20;background:var(--bg2);border-bottom:1px solid var(--stroke);}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;gap:10px;}
.header__brand{display:flex;align-items:center;gap:.5rem;}
.header__logo{height:26px;}
.header__name{font-weight:800;letter-spacing:.5px;color:#fff;}
.header__nav{display:none;gap:20px;align-items:center;}
.header__nav .nav__link[aria-current="true"]{text-decoration:underline;}
.burger{display:grid;gap:4px;background:transparent;border:1px solid var(--stroke);border-radius:8px;padding:8px;color:#fff;cursor:pointer;}
.burger span{width:18px;height:2px;background:#fff;display:block;}
blockquote{border-left:5px solid #12d67d;padding-left:15px;margin:0 0 15px;font-style:italic;font-size:18px;}
blockquote p{margin:0;}
/* Mobile menu */
.header__menu{position:fixed;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(4px);display:none;}
.header__menu.active{display:block;}
.header__menu-nav{position:absolute;right:0;top:0;height:100%;width:78%;max-width:360px;background:var(--bg2);padding:16px;display:flex;flex-direction:column;gap:12px;border-left:1px solid var(--stroke);}
.header__exit-menu{position:absolute;z-index:99;right:15px;top:20px;width:36px;height:36px;border-radius:10px;border:1px solid var(--stroke);background:#0006;color:#fff;cursor:pointer;}
.block-promo_s{border-radius:15px;border:1px solid rgba(255,255,255,0.1);background:rgba(255,255,255,0.03);text-align:center;padding:20px;max-width:100%;margin:0 auto;}
.text-promo_s{font-size:25px;font-weight:900;color:#fff;margin:0 0 20px 0;}
.button-promo_s{margin:15px auto;display:block;max-width:240px;padding:10px;text-align:center;font-weight:900;border-radius:18px;background:#0b1712;color:#ffffff;text-decoration:none;transition:all 0.3s ease;}
.block-promo_s a{border:1px solid #0b1712 !important;}
.button-promo_s:hover{background:#162a21;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0, 0, 0, 0.2);}
ul, ol{margin:0 0 15px 30px;padding:0;}
/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:none;border-radius:999px;font-weight:700;cursor:pointer;transition:transform .2s, filter .2s;}
.btn:active{transform:scale(.98);}
.btn--solid{background:linear-gradient(90deg,var(--accent1),var(--accent2));color:#000;border:1px solid #fff;}
.btn--lg{padding:14px 22px;font-size:1.05rem;}
/* Hero slider */
.hero{padding:30px 16px;}
.slider{position:relative;border-radius:24px;overflow:hidden;background:url(/wp-content/uploads/2026/06/6.webp) left center;background-size:cover;padding:60px 30px;}
.slider .h2{color:#fff;font-weight:900;font-size:25px;}
.slide a.btn{text-align:center;width:240px;margin:30px 0 0;}
@media (max-width:767px){
  .slider{text-align:center;padding:30px 15px;}
  .slide a.btn{margin:15px auto;display:block;}
}
.slide .lead{color:var(--muted);}
.lead{color:var(--muted);margin:0 0 10px;}
.badge{display:inline-block;background:#12d67d;padding:6px 10px;border-radius:999px;margin-bottom:8px;box-shadow:0 0 24px rgba(18, 214, 125,.25);}
.badge--alt{background:#7cf2b1;color:#000;}
/* Slider controls */
.nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--stroke);background:#0006;color:#fff;display:grid;place-items:center;backdrop-filter:blur(4px);cursor:pointer;}
.nav--prev{left:8px;}
.nav--next{right:8px;}
.nav:hover{filter:brightness(1.2);}
.dots{position:absolute;left:0;right:0;bottom:8px;display:flex;gap:6px;justify-content:center;}
.dot{width:8px;height:8px;border-radius:999px;background:#fff4;border:1px solid var(--stroke);cursor:pointer;transition:transform .2s, background .2s;}
.dot[aria-selected="true"]{background:#fff;transform:scale(1.25);}
/* Content */
.content{padding:1px 16px 24px;}
.typography h2{margin:0 0 8px;}
.typography h3{margin:16px 0 8px;}
.typography p,.typography li{color:#ccc;}
.table{margin:16px 0;border:1px solid var(--stroke);border-radius:12px;overflow:hidden;}
.row{display:grid;grid-template-columns:1fr 1fr;}
.cell{padding:10px 12px;border-bottom:1px solid var(--stroke);}
.row:last-child .cell{border-bottom:none;}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.card{border:1px solid var(--stroke);background:#0006;border-radius:12px;overflow:hidden;}
/* ================= SEO Text Block ================= */
.seo-text{padding:32px 16px 48px;background:var(--card);border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);}
.seo-text__inner{max-width:900px;margin:0 auto;}
.seo-text__title{font-size:1.5rem;margin:0 0 16px;font-weight:700;background:linear-gradient(90deg, var(--accent1), var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.seo-text__content p{color:#ccc;line-height:1.65;margin:0 0 14px;}
.seo-text__content a{color:var(--accent1);text-decoration:underline;}
.seo-text__content a:hover{color:var(--accent2);}
.footer__cols nav{display:flex;align-items:center;gap:30px;}
.content h1, article h1{visibility:visible;}
/* Games */
.games, .articles-archive, .article-single, .slot-single{padding:1px 1px 24px;}
.games__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.games__more{white-space:nowrap;}
.games__grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:10px;}
.game{border:1px solid var(--stroke);border-radius:14px;background:#0006;overflow:hidden;transition:transform .15s;}
.game:hover{transform:translateY(-2px);}
.game__link{display:block;height:100%;}
.game__media{position:relative;overflow:hidden;}
.game__media img{width:100%;height:100%;max-height:240px;object-fit:cover;}
.game__info{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;}
.game__title{font-size:1rem;margin:0;color:#fff;}
.game__tag{font-size:.75rem;opacity:.9;background:#12d67d;padding:4px 8px;border-radius:999px;color:#000;}
/* CTA center */
.cta-center{display:flex;justify-content:center;margin:22px 0;}
/* FAQ */
.faq{padding:8px 16px 28px;}
.section-title{margin:0 0 10px;}
.faq__details{border:1px solid var(--stroke);border-radius:12px;background:#0005;margin-bottom:8px;overflow:hidden;}
.faq__details summary{cursor:pointer;padding:12px 14px;list-style:none;}
.faq__details[open] summary{background:#fff1;}
.faq__content{padding:14px 14px 14px;color:#ccc;}
/* Footer */
.footer{margin-top:24px;padding:20px 16px;background:var(--bg2);color:#ccc;}
.footer__cols{display:grid;gap:16px;}
.footer__link{display:block;padding:6px 0;color:#ddd;}
.footer__link:hover{color:#12d67d;}
/* Desktop */
@media (min-width: 768px){
  .container{display:block;max-width:1440px;margin:0 auto;padding-left:3%;padding-right:3%;}
  .header__nav{display:flex;}
  .burger{display:none;}
  .grid{grid-template-columns:repeat(4,1fr);gap:12px;}
  .footer__cols{grid-template-columns:1fr 1fr;}
}
@media (min-width: 1400px){
  .games__grid{grid-template-columns:repeat(6, 1fr);max-width:100%;margin:0 auto;}
}
@media (max-width: 1399px){
  .games__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;}
}
@media (max-width: 767px){
  .games__grid{grid-template-columns:repeat(2, 1fr);}
}
@media (max-width: 520px){
  .games__grid{grid-template-columns:repeat(1, 1fr);}
}
.nav__link{font-size:20px;}
/* ================= Animations & Interactions (scoped) ================ */
/* Easing vars */
:root{--ease-out:cubic-bezier(.16,.84,.44,1);--ease-soft:cubic-bezier(.2,.7,.2,1);}
/* Buttons: gradient slide, lift, shadow */
.enhanced .btn{will-change:transform, filter;box-shadow:0 0 0 rgba(0,0,0,0);position:relative;overflow:hidden;}
.enhanced .btn--solid{background-size:200% 100%;background-position:0% 0%;transition:transform .18s var(--ease-out), filter .18s var(--ease-out), background-position .4s var(--ease-soft), box-shadow .25s var(--ease-out);}
.enhanced .btn--solid:hover{background-position:100% 0%;filter:brightness(1.02);box-shadow:0 8px 24px rgba(18, 214, 125,.25);transform:translateY(-1px);}
.enhanced .btn--solid:active{transform:translateY(0);box-shadow:0 4px 12px rgba(18, 214, 125,.18);}
/* Ripple (создаётся JS-ом, элемент .ripple внутри кнопки) */
.enhanced .btn .ripple{position:absolute;border-radius:50%;transform:translate(-50%,-50%) scale(0);background:rgba(255,255,255,.35);pointer-events:none;width:12px;height:12px;animation:ripple .6s var(--ease-soft);}
@keyframes ripple{to{ transform: translate(-50%,-50%) scale(22); opacity:0; }}
/* Promo copy feedback */
.enhanced .promo__copy.is-copied{animation:btnPulse .6s var(--ease-out);border-color:rgba(18, 214, 125,.6);}
@keyframes btnPulse{0%{ transform: scale(1); }
  40%{ transform: scale(1.06); box-shadow: 0 6px 18px rgba(18, 214, 125,.25); }
  100%{ transform: scale(1); box-shadow: none; }}
/* Cards & games hover */
.enhanced .card, .enhanced .game{transition:transform .25s var(--ease-out), box-shadow .25s var(--ease-out);will-change:transform;}
.enhanced .card:hover, .enhanced .game:hover{transform:translateY(-3px);box-shadow:0 8px 26px rgba(0,0,0,.5);}
.enhanced .game__media img{transition:transform .35s var(--ease-soft);will-change:transform;}
.enhanced .game:hover .game__media img{transform:scale(1.04);}
/* Reveal on scroll */
.enhanced .reveal{opacity:0;transform:translateY(12px) scale(.98);filter:saturate(.9);transition:opacity .6s var(--ease-out), transform .6s var(--ease-out), filter .6s var(--ease-out);}
.enhanced .reveal.is-visible{opacity:1;transform:none;filter:none;}
.enhanced .reveal[data-delay="1"]{transition-delay:.06s;}
.enhanced .reveal[data-delay="2"]{transition-delay:.12s;}
.enhanced .reveal[data-delay="3"]{transition-delay:.18s;}
.enhanced .reveal[data-delay="4"]{transition-delay:.24s;}
.enhanced .reveal[data-delay="5"]{transition-delay:.30s;}
/* Dots micro-motion */
.enhanced .dot{transition:transform .2s var(--ease-out), background .2s var(--ease-out), box-shadow .2s var(--ease-out);}
.enhanced .dot:hover{transform:scale(1.2);}
.enhanced .dot[aria-selected="true"]{box-shadow:0 0 0 6px rgba(255,255,255,.08);}
/* Badge gentle breathing */
.enhanced .badge{animation:breathe 3.2s ease-in-out infinite;transform-origin:center;}
@keyframes breathe{0%,100%{ transform: scale(1); box-shadow: 0 0 24px rgba(18, 214, 125,.25); }
  50%{ transform: scale(1.03); box-shadow: 0 0 30px rgba(18, 214, 125,.35); }}
/* адаптив */
@media (max-width: 768px){
  .game__info{display:flex;flex-direction:column-reverse;justify-content:space-between;align-items:flex-start;padding:10px 12px;gap:10px;}
  .footer__cols nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px;}
}
#content .size-full{margin:0 auto;margin-top:30px;margin-bottom:16px;}
#content .capion{text-align:center;margin-bottom:30px;font-style:italic;}
#content h1,h2,h3{font-size:1.5rem;margin:16px 0 16px;font-weight:700;color:#fff;background:linear-gradient(90deg, #ffffff, #ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.slot-related__grid h3{font-size:1rem;margin:16px 0 16px;padding:5%;}
/* Контейнер */
.vc-comments{margin-top:48px;color:#ddd;margin-bottom:50px;}
/* Заголовки */
.vc-comments__title{font-size:20px;font-weight:800;letter-spacing:.02em;margin:0 0 20px;}
/* Список комментариев */
.vc-comment-list{list-style:none;margin:0;padding:0;}
/* Один комментарий */
.vc-comment-list .comment, .vc-comment-list .pingback{position:relative;margin:0 0 14px;padding:16px 16px 16px 72px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.10);border-radius:14px;backdrop-filter:blur(6px);}
/* Аватар */
.vc-comment-list .avatar{position:absolute;left:16px;top:16px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);}
/* Мета: автор, дата */
.vc-comment-list .comment-author{font-weight:700;}
.vc-comment-list .comment-metadata{font-size:12px;opacity:.75;margin-left:8px;}
.vc-comment-list .comment-metadata a{color:#bbb;}
/* Текст */
.vc-comment-list .comment-content{margin-top:8px;line-height:1.7;}
.vc-comment-list .comment-content p{margin:0 0 10px;}
/* Ссылка "Ответить" */
.vc-comment-list .reply{margin-top:10px;}
.vc-comment-list .reply a{display:inline-block;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.04);text-decoration:none;font-size:13px;transition:transform .2s ease, background .2s ease, border-color .2s ease;}
.vc-comment-list .reply a:hover{transform:translateY(-1px);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);}
/* Вложенные комментарии */
.vc-comment-list .children{list-style:none;margin:10px 0 0 22px;padding:0;border-left:1px dashed rgba(255,255,255,.12);}
.vc-comment-list .children > .comment{margin-top:12px;}
/* Пагинация */
.comments-pagination, .navigation.comment-navigation{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 0;}
.page-numbers{padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);text-decoration:none;transition:background .2s ease, border-color .2s ease, transform .2s ease;}
.page-numbers.current, .page-numbers:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);transform:translateY(-1px);}
/* Форма */
.vc-comment-respond{margin-top:28px;padding:18px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);border-radius:14px;backdrop-filter:blur(6px);}
.vc-comment-form p{margin-bottom:12px;}
.vc-comment-form input[type="text"], .vc-comment-form input[type="email"], .vc-comment-form input[type="url"], .vc-comment-form textarea{width:100%;padding:12px 14px;border:1px solid var(--stroke);border:1px solid #ffffff;background:rgba(255,255,255,.04);color:#fff;outline:none;transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;}
.vc-comment-form textarea{min-height:140px;resize:vertical;}
.vc-comment-form input:focus, .vc-comment-form textarea:focus{border-color:rgba(255,255,255,.32);box-shadow:0 0 0 3px rgba(255,255,255,.06);background:rgba(255,255,255,.06);}
/* Кнопка отправки */
.vc-btn{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(90deg, #12d67d, #7cf2b1);color:#000;font-weight:700;text-transform:uppercase;letter-spacing:.04em;transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;}
/* .vc-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,.35); border-color: rgba(255,255,255,.35); background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.08)); } */
/* Сообщения об ошибках/успехе */
.vc-comment-form .error, .vc-comment-form .logged-in-as{font-size:13px;opacity:.8;}
/* === Палитра кнопок сайта === */
:root{--vc-btn-start:#12d67d;--vc-btn-end:#7cf2b1;--vc-btn-border:#12d67d;}
/* Контейнер */
.bonuscontent{margin:40px 0;color:#fff;}
.bonuscontent .h2{font-size:24px;font-weight:800;letter-spacing:.02em;margin-bottom:8px;color:#fff;}
.bonuscontent>p{opacity:.85;margin-bottom:16px;}
/* Карточки бонусов — одна колонка */
.bonusbox{display:flex;align-items:flex-start;gap:16px;padding:16px;border-radius:16px;position:relative;overflow:hidden;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(6px);transition:box-shadow .2s ease,border-color .2s ease,background .2s ease;}
.bonusbox+.bonusbox{margin-top:12px;}
/* Деликатная «неоновая» окантовка — жёлтая */
.bonusbox::before{content:"";position:absolute;inset:-1px;border-radius:16px;pointer-events:none;background:conic-gradient(from 180deg at 50% 50%, rgba(18, 214, 125,.18), rgba(18, 214, 125,.18), rgba(18, 214, 125,.18));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);padding:1px;-webkit-mask-composite:xor;mask-composite:exclude;opacity:.6;}
.bonusbox:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.2);box-shadow:0 10px 30px rgba(0,0,0,.35);}
/* Текст и бейдж */
.box2{flex:1 1 auto;min-width:0;}
.box2 b{display:block;font-size:16px;line-height:1.45;font-weight:800;margin-bottom:6px;color:#fff;word-break:break-word;}
.badge{display:inline-block;font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#12d67d;letter-spacing:.04em;text-transform:uppercase;color:#000;}
/* Правая колонка (CTA) */
.box3{flex:0 0 auto;display:flex;align-items:center;}
.bonuslink{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;white-space:nowrap;border:1px solid var(--vc-btn-border);background:linear-gradient(90deg,var(--vc-btn-start),var(--vc-btn-end));color:#000;text-decoration:none;font-weight:800;letter-spacing:.03em;transition:filter .2s ease,box-shadow .2s ease,border-color .2s ease;}
.bonuslink:hover,.bonuslink:focus-visible{filter:brightness(1.06);box-shadow:0 8px 24px rgba(0,0,0,.35);border-color:rgba(255,255,255,.35);outline:none;}
/* Адаптив */
@media (max-width: 900px){
  .box2 b{font-size:15px;}
}
@media (max-width: 720px){
  .bonusbox{flex-direction:column;align-items:stretch;gap:12px;padding:14px;}
  .box2 span.badge{font-size:11px;padding:5px 9px;}
  .box3{width:100%;}
  .bonuslink{width:100%;text-align:center;padding:12px 16px;}
}
@media (max-width: 420px){
  .bonuscontent .h2{font-size:20px;}
  .box2 b{font-size:14px;}
  .bonuslink{padding:11px 14px;font-size:14px;}
}
/* Контейнер */
.mirrorcontent{margin:40px 0;color:#ddd;}
.mirrorcontent .h2{font-size:24px;font-weight:800;letter-spacing:.02em;margin-bottom:8px;color:#fff;}
.mirrorcontent>p{opacity:.85;margin-bottom:16px;}
/* Таблица */
.mirror-table{width:100%;border-collapse:collapse;border-radius:16px;overflow:hidden;background:var(--mirror-bg);border:1px solid var(--mirror-border);backdrop-filter:blur(6px);}
.mirror-table th, .mirror-table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);color:#fff;font-size:15px;line-height:1.6;}
.mirror-table th:last-child, .mirror-table td:last-child{border-right:none;}
.mirror-table thead th{background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.05));font-weight:800;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.18);}
.mirror-table tr:last-child td{border-bottom:none;}
.mirror-table tbody tr:hover td{background:rgba(255,255,255,.05);transition:background .25s ease;}
/* Статус */
.status{display:inline-block;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:600;letter-spacing:.03em;}
.status.online{color:#12d67d;background:rgba(18, 214, 125,.1);border:1px solid rgba(18, 214, 125,.25);}
.status.offline{color:#12d67d;background:rgba(18, 214, 125,.1);border:1px solid rgba(18, 214, 125,.25);}
/* Адаптив */
@media (max-width:720px){
  .mirror-table, .mirror-table thead, .mirror-table tbody, .mirror-table th, .mirror-table td, .mirror-table tr{display:block;width:100%;}
  .mirror-table thead{display:none;}
  .mirror-table tr{margin-bottom:14px;border:1px solid var(--mirror-border);border-radius:12px;background:rgba(255,255,255,.02);padding:10px 12px;}
  .mirror-table td{border:none;display:flex;justify-content:space-between;padding:8px 0;font-size:14px;}
  .mirror-table td::before{content:attr(data-label);font-weight:700;opacity:.8;}
  .mirror-table tbody tr td:nth-child(1)::before{content:"Зеркало";}
  .mirror-table tbody tr td:nth-child(2)::before{content:"Статус";}
  .mirror-table tbody tr td:nth-child(3)::before{content:"";}
}
@media (max-width:420px){
  .mirrorcontent .h2{font-size:20px;}
}
/* Контейнер */
.supportcontent{margin:40px 0;color:#fff;}
.supportcontent .h2{font-size:24px;font-weight:800;letter-spacing:.02em;margin-bottom:16px;}
/* Список (адаптивная сетка) */
.support-list{display:grid;grid-template-columns:1fr;gap:12px;}
@media (min-width:900px){
  .support-list{grid-template-columns:1fr 1fr;}
}
/* Карточка */
.support-item{display:grid;grid-template-columns:40px 1fr auto;gap:14px;align-items:flex-start;padding:16px;border-radius:16px;position:relative;overflow:hidden;background:var(--card-bg);border:1px solid var(--card-border);backdrop-filter:blur(6px);transition:box-shadow .2s ease,border-color .2s ease,background .2s ease;}
.support-item::before{content:"";position:absolute;inset:-1px;border-radius:16px;pointer-events:none;background:conic-gradient(from 180deg at 50% 50%, rgba(18, 214, 125,.18), rgba(18, 214, 125,.18), rgba(18, 214, 125,.18));mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);padding:1px;-webkit-mask-composite:xor;mask-composite:exclude;opacity:.6;}
.support-item:hover{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.2);box-shadow:0 10px 30px rgba(0,0,0,.35);}
/* Иконка */
.support-icon{width:40px;height:40px;flex:0 0 40px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));}
/* Текстовая часть */
.support-body{min-width:0;}
.support-body .mct{font-size:16px;font-weight:800;color:#fff;margin:-2px 0 6px 0;}
.support-body p{margin:0 0 8px;line-height:1.65;}
.support-email a{color:#fff;text-decoration:none;border-bottom:1px dashed rgba(255,255,255,.35);}
.support-email a:hover{border-bottom-color:transparent;}
/* CTA-кнопка (без «скачка») */
.support-cta{display:flex;align-items:center;}
.support-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;white-space:nowrap;border:1px solid var(--vc-btn-border);background:linear-gradient(90deg,var(--vc-btn-start),var(--vc-btn-end));color:#000;text-decoration:none;font-weight:800;letter-spacing:.03em;transition:filter .2s ease, box-shadow .2s ease, border-color .2s ease;}
.support-link:hover,.support-link:focus-visible{filter:brightness(1.06);box-shadow:0 8px 24px rgba(0,0,0,.35);border-color:rgba(255,255,255,.35);outline:none;}
/* Мобильный адаптив */
@media (max-width:720px){
  .support-item{grid-template-columns:40px 1fr;grid-template-areas:"icon title"
      "icon text"
      "cta  cta";gap:12px;padding:14px;}
  .support-icon{grid-area:icon;}
  .support-body{grid-area:text;}
  .support-body .mct{grid-area:title;font-size:15px;}
  .support-cta{grid-area:cta;}
  .support-link{width:100%;justify-content:center;padding:12px 16px;}
  figure{width:100% !important;padding:0 !important;margin:0 !important;}
}
@media (max-width:420px){
  .supportcontent .h2{font-size:20px;}
  .support-body .mct{font-size:14px;}
}
figure{margin:0 auto;}
.bonuscontent p a{display:block;width:280px;margin:15px auto;text-align:center;justify-content:center;}
.slot-single iframe{width:700px;height:500px;}
.slot-single__breadcrumbs{margin-bottom:10px;font-size:14px;}
.slot-single__title{margin-bottom:20px;font-weight:700;visibility:visible;text-align:center;}
.slot-single__iframe-wrap{margin-bottom:20px;text-align:center;}
.slot-single__iframe-wrap iframe{width:100%;min-height:400px;border:none;}
.slot-single__btn-wrap{text-align:center;margin-bottom:30px;}
.slot-single__content{max-width:800px;}
/* Грид других слотов */
.slot-related{padding:40px 0 0;}
.slot-related__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;}
@media (max-width: 900px){
  .slot-related__grid{grid-template-columns:repeat(2, 1fr);}
}
@media (max-width: 600px){
  .slot-related__grid{grid-template-columns:1fr;}
}
.articles-preview{padding:0px 0;}
.articles-preview__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;}
.articles-preview__head h2{font-size:24px;}
.articles-preview__more{font-size:14px;}
.articles-preview__list{display:flex;flex-direction:column;gap:18px;}
.article-card__inner{display:flex;gap:16px;padding:14px 16px;border-radius:16px;background:#07110e;color:#fff;text-decoration:none;transition:transform .2s ease, box-shadow .2s ease, background .2s ease;margin-bottom:12px;}
.article-card__inner:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.45);}
.article-card__media{flex:0 0 140px;border-radius:12px;overflow:hidden;}
.article-card__media img{display:block;width:100%;height:100%;object-fit:cover;}
.article-card__content{flex:1;min-width:0;}
.article-card__meta{display:flex;flex-wrap:wrap;gap:10px;font-size:13px;opacity:.8;margin-bottom:6px;}
.article-card__cat{padding:2px 8px;border-radius:999px;background:rgba(255,255,255,.06);color:#fff;}
.article-card__title{font-size:18px;margin-bottom:6px;}
.article-card__excerpt{font-size:14px;line-height:1.6;opacity:.9;margin-bottom:8px;}
.article-card__read{font-size:13px;text-transform:uppercase;letter-spacing:.06em;opacity:.8;}
@media (max-width: 700px){
  .article-card__inner{flex-direction:column;}
  .article-card__media{flex:0 0 auto;width:100%;}
}
.article-single__header{margin-bottom:30px;}
article img, article figure{width:100%;height:auto;display:block;margin:0 auto;}
.wp-caption-text{text-align:center;font-style:italic;}
#menu-osnovnoe-menyu-header{display:flex;gap:25px;list-style-type:none;}
.pagination{margin-top:50px;}
.pagination h2{display:none;}
@media (max-width:768px){
  .article-single, .slot-single{padding:20px;}
  .article-single__content{display:block;width:100%;overflow:hidden;}
  .slot-single__iframe-wrap iframe{width:100%;min-height:400px;border:none;}
  #menu-osnovnoe-menyu-header{list-style-type:none;}
}
.footer{background:#07110e;padding:40px 0 30px;color:#fff;}
.footer__top{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:30px;}
.footer__brand img{height:42px;width:auto;}
.footer__nav-list{display:flex;gap:25px;list-style-type:none;}
.footer__link{font-size:16px;opacity:.85;text-decoration:none;}
.footer__link:hover{opacity:1;color:#12d67d;}
.footer__btn{white-space:nowrap;}
.footer__bottom{text-align:center;opacity:.7;font-size:14px;}
@media (max-width: 700px){
  .footer__top{flex-direction:column;gap:20px;}
  .footer__nav-list{flex-wrap:wrap;justify-content:center;gap:14px;}
}
.container-content{display:flex;gap:50px;}
.container-content-item-content{width:70%;}
.container-content-item-sidebar{width:30%;}
/* Лейаут контента + сайдбар */
.content-layout{display:flex;align-items:flex-start;gap:32px;}
.content-main{flex:1 1 auto;min-width:0;}
/* Сайдбар */
.sidebar{flex:0 0 320px;max-width:360px;color:#fff;margin-top:30px;border-radius:20px;padding:18px 18px 20px;box-shadow:0 18px 40px rgba(0, 0, 0, .7);background:#0b1712;}
/* Виджеты внутри сайдбара */
.sidebar .widget{margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid rgba(255, 255, 255, .06);}
.sidebar .widget:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}
.sidebar .widget-title{font-size:15px;font-weight:700;margin-bottom:10px;}
/* Блок кнопок "Скачать" / "Регистрация" */
.sidebar .ls{display:flex;flex-direction:column;gap:10px;margin:10px 0 20px;}
.sidebar .main-button, .sidebar .secondary-button{display:block;width:100%;text-align:center;padding:12px 16px;border-radius:999px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .15s ease, box-shadow .15s ease, background .15s ease, opacity .15s ease;}
/* Основная кнопка — жёлтая */
.sidebar .main-button{background:linear-gradient(90deg, #12d67d, #7cf2b1);color:#000;box-shadow:0 10px 30px rgba(18, 214, 125,0.3);}
.sidebar .main-button:hover{transform:translateY(-1px);box-shadow:0 14px 36px rgba(18, 214, 125,0.45);}
/* Вторая кнопка — полупрозрачная */
.sidebar .secondary-button{background:rgba(255, 255, 255, .04);border:1px solid rgba(255, 255, 255, .3);color:#fff;}
.panel-info{margin-bottom:20px;padding:12px 14px;border-radius:16px;background:radial-gradient(circle at top left, rgba(18, 214, 125, .18), transparent 55%),
              radial-gradient(circle at bottom right, rgba(18, 214, 125, .16), transparent 55%),
              rgba(0, 0, 0, .65);}
.panel-info-item{display:flex;justify-content:space-between;gap:10px;font-size:13px;padding:4px 0;}
.panel-info-item + .panel-info-item{border-top:1px solid rgba(255, 255, 255, .06);padding-top:6px;margin-top:4px;}
.panel-info-item-label{opacity:.8;}
.panel-info-item-data{font-weight:600;white-space:nowrap;}
/* Блок последних отзывов */
.last-reviews{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255, 255, 255, .06);}
.last-reviews-title{font-size:15px;font-weight:700;margin-bottom:10px;}
/* Если шорткод выводит список <ul><li> */
.last-reviews ul{list-style:none;margin:0;padding:0;}
.last-reviews li{font-size:13px;line-height:1.5;padding:8px 0;border-bottom:1px solid rgba(255, 255, 255, .04);}
.last-reviews li:last-child{border-bottom:none;}
/* Адаптив: сайдбар вниз/на всю ширину */
@media (max-width: 900px){
  .content-layout{flex-direction:column-reverse;gap:24px;}
  .sidebar{position:static;width:100%;max-width:100%;}
  .container-content-item-content{width:100%;}
  .container-content-item-sidebar{width:100%;}
}
/* Обёртка поиска */
.sidebar .search-form{margin-bottom:20px;}
.sidebar .search-form label{display:block;}
/* Поле ввода */
.sidebar .search-field{width:100%;padding:12px 14px;font-size:15px;color:#fff;background:rgba(255, 255, 255, .05);border:1px solid rgba(255, 255, 255, .15);border-radius:14px;outline:none;transition:border-color .2s ease, background .2s ease;}
.sidebar .search-field::placeholder{color:rgba(255, 255, 255, .35);}
.sidebar .search-field:focus{background:rgba(255, 255, 255, .1);border-color:#12d67d;}
/* Сайдбарный поиск на блоках WP */
.sidebar .wp-block-search{margin-bottom:20px;}
/* Заголовок "Поиск" над полем */
.sidebar .wp-block-search__label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:#fff;opacity:.8;}
/* Обёртка поля + кнопки */
.sidebar .wp-block-search__inside-wrapper{display:flex;align-items:stretch;gap:8px;background:rgba(255, 255, 255, .04);border-radius:999px;padding:3px;}
/* Поле ввода */
.sidebar .wp-block-search__input{flex:1 1 auto;border:none;outline:none;padding:10px 12px;font-size:14px;border-radius:999px;background:transparent;color:#fff;}
.sidebar .wp-block-search__input::placeholder{color:rgba(255, 255, 255, .35);}
/* Кнопка поиска */
.sidebar .wp-block-search__button{flex:0 0 auto;border:none;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer;background:linear-gradient(90deg, #12d67d, #7cf2b1);color:#000;transition:transform .15s ease, box-shadow .15s ease;}
.sidebar .wp-block-search__button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(18, 214, 125, .35);}
/* На очень узких экранах делаем вертикальный стек */
@media (max-width: 480px){
  .sidebar .wp-block-search__inside-wrapper{flex-direction:column;border-radius:16px;}
  .sidebar .wp-block-search__button{width:100%;text-align:center;}
}
.container-content-item-sidebar{overflow:auto;}
.container-content-item-sidebar #block-4,.container-content-item-sidebar #block-5,.container-content-item-sidebar #block-6{display:none !important;}
@media (max-width:900px){
  .container-content{display:flex;flex-direction:column;gap:50px;}
  .container-content-item-content{max-width:100%;}
}
/* === Общий футер === */
.casino-footer{background:#0b1712;color:#fff;padding:40px 0 30px;font-size:14px;}
.casino-footer a{color:#12d67d;text-decoration:none;transition:color 0.15s ease, opacity 0.15s ease;}
.casino-footer a:hover{color:#7cf2b1;opacity:1;}
/* Верхние текстовые ссылки */
.casino-footer__top-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;margin-bottom:26px;text-align:center;}
.casino-footer__top-links ul{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;margin-bottom:26px;text-align:center;list-style-type:none;}
.casino-footer__link{white-space:nowrap;font-size:14px;opacity:0.9;}
/* === CTA-кнопки "Скачать" / "Регистрация" === */
.casino-footer__cta{display:flex;justify-content:center;gap:16px;margin-bottom:32px;}
.casino-footer__btn{min-width:180px;text-align:center;padding-inline:28px;}
.casino-footer__btn--download{opacity:0.95;}
.casino-footer__btn--download:hover{opacity:1;}
/* Лого провайдеров */
.casino-footer__providers{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 40px;margin-bottom:26px;opacity:0.75;}
.casino-footer__providers img{max-height:34px;width:auto;filter:grayscale(100%) opacity(69%) invert(100%);}
/* Навигация "Главная / Карта сайта" */
.casino-footer__middle-nav{display:flex;justify-content:center;gap:30px;margin-bottom:24px;font-size:14px;}
/* Лого ответственной игры */
.casino-footer__responsible{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 40px;margin-bottom:26px;opacity:0.9;}
.casino-footer__responsible img{max-height:40px;width:auto;filter:grayscale(100%) opacity(69%) invert(100%);}
/* Юридические ссылки */
.casino-footer__legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px;margin-bottom:26px;}
.casino-footer__legal-links ul{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px;margin-bottom:26px;list-style-type:none;}
.casino-footer__legal-links a{font-size:13px;opacity:0.9;}
/* Платёжные системы */
.casino-footer__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 26px;margin-bottom:24px;opacity:0.8;}
.casino-footer__payments img{max-height:30px;width:auto;filter:grayscale(100%) opacity(69%) invert(100%);}
/* Низ футера */
.casino-footer__bottom{text-align:center;font-size:13px;color:rgba(255, 255, 255, 0.65);}
.casino-footer__license{margin-bottom:4px;}
/* Адаптив */
@media (max-width: 900px){
  .casino-footer{padding-top:30px;}
  .casino-footer__cta{flex-direction:column;align-items:center;}
  .casino-footer__btn{width:100%;max-width:260px;}
}
@media (max-width: 600px){
  .casino-footer__top-links{gap:8px 16px;}
  .casino-footer__top-links ul{gap:8px 16px;}
  .casino-footer__legal-links{gap:8px 16px;text-align:center;}
  .casino-footer__legal-links ul{gap:8px 16px;text-align:center;}
}
/* Обёртка блока подписки */
.esub{padding:24px 0;}
/* Карточка с формой */
.esub .MuiContainer-root{max-width:620px !important;margin:0 auto;}
.esub form{background:#07110e;border-radius:20px;padding:18px 18px;box-shadow:0 18px 40px rgba(0, 0, 0, 0.7);}
/* Лейаут: поле + кнопка в одну линию */
.esub .MuiGrid-container{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;}
/* Блок с инпутом */
.esub .esubEmail{flex:1 1 260px;}
/* Блок с кнопкой */
.esub .esubSubmit{flex:0 0 160px;}
/* Сам input */
.esub .MuiOutlinedInput-root{background:rgba(255, 255, 255, 0.04);border-radius:999px;padding-inline:4px;}
.esub .MuiOutlinedInput-input{padding:10px 14px;font-size:14px;color:#fff;}
.esub .MuiOutlinedInput-input::placeholder{color:rgba(255, 255, 255, 0.4);}
/* Убираем страшный синий бордер MUI */
.esub .MuiOutlinedInput-notchedOutline{border-color:rgba(255, 255, 255, 0.15);}
.esub .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#12d67d;}
/* Кнопка "Подписаться" в стиле сайта */
.esub .MuiButton-root{border-radius:999px;padding:11px 20px;font-size:14px;font-weight:700;text-transform:none;background:linear-gradient(90deg, #12d67d, #7cf2b1);color:#000;box-shadow:0 10px 30px rgba(18, 214, 125,0.3);}
.esub .MuiButton-root:hover{background:linear-gradient(90deg, #35df94, #8df5bd);box-shadow:0 14px 38px rgba(18, 214, 125,0.45);}
/* Прячем скрытое поле, чтобы не ломало сетку */
.esub #esubSubjectInput{display:none;}
/* Адаптив: на мобиле всё в колонку */
@media (max-width: 600px){
  .esub form{padding:16px 14px;border-radius:16px;}
  .esub .MuiGrid-container{flex-direction:column;align-items:stretch;}
  .esub .esubEmail, .esub .esubSubmit{flex:1 1 auto;width:100%;}
  .esub .MuiButton-root{width:100%;}
}
.esub{background:rgba(255,255,255,0.03);border-radius:12px;padding:20px 20px 10px;margin-top:20px;}
.casino-footer__responsible a{width:15%;}
.games-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px;}
.games-tabs__btn{border:none;cursor:pointer;padding:8px 16px;border-radius:999px;font-size:14px;background:rgba(255, 255, 255, 0.06);color:#fff;transition:background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;}
.games-tabs__btn:hover{background:rgba(255, 255, 255, 0.12);}
.games-tabs__btn.is-active{background:linear-gradient(90deg, #12d67d, #7cf2b1);color:#000;box-shadow:0 0 20px rgba(18, 214, 125,0.35);transform:translateY(-1px);}
/* =============================== BREADCRUMBS =============================== */
.breadcrumbs{margin:0 0 10px;font-size:14px;line-height:1.4;color:#757575;}
.breadcrumbs__list{display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:0;}
.breadcrumbs__item{display:flex;align-items:center;color:#fff;}
.breadcrumbs__item a.breadcrumbs__link{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease;}
.breadcrumbs__item a.breadcrumbs__link:hover{color:#12d67d;}
.breadcrumbs__item--current .breadcrumbs__current{color:#fff;font-weight:600;}
/* Разделитель */
.breadcrumbs__sep{color:#fff;margin:0 4px;user-select:none;}
.breadcrumbs{margin-top:30px;}
/* Карточка слота — вертикальная колонка */
.game{display:flex;flex-direction:column;}
/* Картинка всегда сверху */
.game__media{margin-bottom:10px;}
.game__thumb-link, .game__thumb-link img{display:block;width:100%;height:auto;}
/* Блок с текстом и кнопками */
.game__info{display:flex;flex-direction:column;gap:6px;}
/* Название слота под картинкой */
.game__title{margin:0;font-size:14px;line-height:1.4;}
.game__title a{color:inherit;text-decoration:none;}
/* Кнопки одна под другой */
.game__actions{display:flex;flex-direction:column;gap:6px;margin-top:6px;}
.game__btn{width:100%;text-align:center;}
.bonuscontent a{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:none;border-radius:999px;font-weight:700;cursor:pointer;transition:transform .2s, filter .2s;background:linear-gradient(90deg, var(--accent1), var(--accent2));color:#000;}
/* Адаптив */
@media (max-width: 480px){
  .breadcrumbs{font-size:13px;}
  .breadcrumbs__list{gap:4px;}
}
@media (max-width: 600px){
  .games-tabs{gap:6px;}
  .games-tabs__btn{font-size:13px;padding:7px 12px;}
  .container{padding:0 15px;}
  .hero{padding:30px 1px;}
  .enhanced .btn--solid{font-size:12px;}
}
/* Единая черно-жёлтая тема — переопределение всех цветов */
:root{--bg:#000000;--bg2:#0b1712;--muted:#888;--card:rgba(255,255,255,0.05);--stroke:rgba(255,255,255,0.12);--accent1:#12d67d;--accent2:#7cf2b1;--vc-btn-start:#12d67d;--vc-btn-end:#7cf2b1;--vc-btn-border:#12d67d;--mirror-bg:#0b1712;--mirror-border:rgba(255,255,255,0.12);--card-bg:#0b1712;--card-border:rgba(255,255,255,0.12);}
body{background:var(--bg);color:#ddd;}
h1, h2, h3, h4, h5, h6{color:#fff;}
a{color:#12d67d;}
a:hover{color:#7cf2b1;}
/* Базовые кнопки: жёлтые */
.btn, .bonuscontent a, .sidebar .main-button, .sidebar .secondary-button, .sidebar .wp-block-search__button, .bonuslink, .support-link, .vc-btn, .esub .MuiButton-root, .casino-footer__btn, .games-tabs__btn.is-active, .game__btn{background:linear-gradient(90deg, #12d67d, #7cf2b1);border:1px solid #12d67d;color:#000 !important;box-shadow:0 10px 24px rgba(18, 214, 125,0.28);transition:background 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease, opacity 0.15s ease;}
.btn:hover, .bonuscontent a:hover, .sidebar .main-button:hover, .sidebar .secondary-button:hover, .sidebar .wp-block-search__button:hover, .bonuslink:hover, .support-link:hover, .vc-btn:hover, .esub .MuiButton-root:hover, .casino-footer__btn:hover, .games-tabs__btn.is-active:hover, .game__btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 14px 32px rgba(18, 214, 125,0.35);}
.btn:active, .bonuscontent a:active, .sidebar .main-button:active, .sidebar .secondary-button:active, .sidebar .wp-block-search__button:active, .bonuslink:active, .support-link:active, .vc-btn:active, .esub .MuiButton-root:active, .casino-footer__btn:active, .games-tabs__btn.is-active:active, .game__btn:active{transform:translateY(0);box-shadow:0 6px 18px rgba(18, 214, 125,0.3);}
/* Таб-кнопки */
.games-tabs__btn{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.2);color:#ccc;}
.games-tabs__btn.is-active{background:linear-gradient(90deg, #12d67d, #7cf2b1);color:#000;box-shadow:0 0 16px rgba(18, 214, 125,0.35);}
/* Бейджи и теги */
.badge, .game__tag, .article-card__cat{background:#12d67d;color:#000;}
/* Карточки и блоки */
.game, .card, .support-item, .bonusbox, .sidebar, .vc-comment-list .comment, .vc-comment-respond, .panel-info, .faq__item, .article-card__inner, .slot-card, .seo-text, .seo-text__content, .last-reviews li{background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);color:#ddd;}
/* Заголовки */
#content h1,h2,h3, .seo-text__title{background:linear-gradient(90deg, #ffffff, #ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
/* Хедер, футер */
.header, .footer, .casino-footer{background:var(--bg2);color:#ccc;}
.header a, .footer a, .casino-footer a{color:#12d67d;}
.header a:hover, .footer a:hover, .casino-footer a:hover{color:#7cf2b1;}
/* Таблицы */
.mirror-table th, .mirror-table td{border-color:rgba(255,255,255,0.1);color:#fff;}
table{background:rgba(255,255,255,0.07);border-color:rgba(255,255,255,0.1);}
table td, table th{border-color:rgba(255,255,255,0.1);}
/* Статусы */
.status.online, .status.offline{color:#12d67d;background:rgba(18, 214, 125,0.1);border-color:rgba(18, 214, 125,0.25);}
/* Хлебные крошки */
.breadcrumbs__item a{color:#fff;}
.breadcrumbs__item a:hover{color:#12d67d;}
/* Дополнительные поля форм */
.vc-comment-form input[type="text"], .vc-comment-form input[type="email"], .vc-comment-form input[type="url"]{width:100%;padding:12px 14px;border:1px solid var(--stroke);background:rgba(255,255,255,.04);color:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;}
.btn-hero-mobile{display:none;}
@media (max-width:767px){
  .btn-hero-mobile{display:inline-flex;margin-top:10px;}
  .game__actions{width:100%;}
}
/* ========================================================== Оригинальный код из второй части (платформа) — заменён на черно-жёлтый ========================================================== */
:root{--page-bg:#000000;--section-bg:#0b1712;--card-bg:#10231b;--text-main:#ffffff;--text-muted:#aaaaaa;--accent-color:#12d67d;--accent-hover:#7cf2b1;--aqua-color:#12d67d;--aqua-dark:#000000;--card-border:rgba(255,255,255,0.1);--button-bg:#20372d;--button-bg-hover:#2b4639;--button-muted:rgba(255,255,255,0.05);--button-text:#ffffff;--panel-bg:rgba(0,0,0,0.8);--header-bg:rgba(0,0,0,0.95);--header-bg-glass:rgba(0,0,0,0.9);--promo-bg:#0b1712;--promo-overlay:rgba(0,0,0,0.6);--line-color:rgba(255,255,255,0.08);--surface-strong:rgba(0,0,0,0.95);--surface-soft:rgba(255,255,255,0.05);--gold-soft:rgba(18, 214, 125,0.1);--gold-line:rgba(18, 214, 125,0.3);--green-soft:rgba(18, 214, 125,0.1);--green-line:rgba(18, 214, 125,0.3);--light-soft:rgba(255,255,255,0.05);--light-line:rgba(255,255,255,0.1);--image-bg:#06100d;--radius-media:14px;--radius-button:10px;--radius-card:18px;--container-width:1500px;}
*, *::before, *::after{box-sizing:border-box;}
body{min-width:320px;margin:0;background:var(--page-bg);color:var(--text-main);font-family:Inter, "Segoe UI", Arial, sans-serif;line-height:1.35;}
a{color:inherit;text-decoration:none;}
img{display:block;max-width:100%;}
.platformsteik-header__section{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--line-color);background:var(--header-bg);transition:background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;}
.platformsteik-header__section.is-scrolled{border-color:var(--light-line);background:var(--header-bg-glass);box-shadow:0 14px 42px rgba(0, 0, 0, 0.24);backdrop-filter:blur(16px);}
.platformsteik-header__container{width:min(var(--container-width), calc(100% - 48px));min-height:74px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;margin-inline:auto;}
.platformsteik-header__logo{display:inline-flex;align-items:center;gap:10px;color:var(--text-main);font-size:25px;font-weight:600;line-height:1;letter-spacing:0;}
.platformsteik-header__logo img{max-height:60px;height:42px;}
.platformsteik-header__logo-mark{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid var(--green-line);border-radius:12px;background:linear-gradient(135deg, rgba(18, 214, 125,0.95), rgba(18, 214, 125,0.88));color:var(--text-main);font-size:21px;font-weight:600;}
.platformsteik-header__nav{justify-self:center;}
.platformsteik-header__menu{display:flex;align-items:center;gap:8px;margin:0;padding:0;list-style:none;}
.platformsteik-header__menu a, .platformsteik-header__mobile-nav a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:var(--radius-button);color:var(--text-main);font-size:15px;font-weight:500;transition:background 0.2s ease, color 0.2s ease, transform 0.2s ease;}
.platformsteik-header__menu .current-menu-item a, .platformsteik-header__menu a:hover, .platformsteik-header__mobile-nav a:hover{background:var(--button-muted);color:var(--accent-hover);transform:translateY(-1px);}
.platformsteik-header__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;}
.platformsteik-header__register{position:relative;isolation:isolate;overflow:hidden;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid var(--accent-color);border-radius:var(--radius-button);background:var(--accent-color);color:var(--button-text);font-size:15px;font-weight:500;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;}
.platformsteik-header__register::before{content:"";position:absolute;inset:auto -18% -90%;z-index:0;height:170%;border-radius:48% 52% 0 0;background:var(--aqua-color);transform:translateY(52%) rotate(-2deg);transition:transform 0.42s ease;}
.platformsteik-header__register:hover::before{transform:translateY(-22%) rotate(1deg);}
.platformsteik-header__register:hover{border-color:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-header__register span{position:relative;z-index:1;}
.platformsteik-header__register-icon{font-size:16px;line-height:1;}
.platformsteik-header__register-icon svg{min-width:16px;}
.platformsteik-header__burger{width:44px;height:44px;display:none;position:relative;padding:0;border:1px solid var(--line-color);border-radius:var(--radius-button);background:var(--button-muted);cursor:pointer;}
.platformsteik-header__burger span{position:absolute;left:11px;width:20px;height:2px;border-radius:999px;background:var(--text-main);transition:transform 0.24s ease, opacity 0.24s ease, top 0.24s ease;}
.platformsteik-header__burger span:nth-child(1){top:13px;}
.platformsteik-header__burger span:nth-child(2){top:20px;}
.platformsteik-header__burger span:nth-child(3){top:27px;}
.platformsteik-header__section.is-open .platformsteik-header__burger span:nth-child(1){top:20px;transform:rotate(45deg);}
.platformsteik-header__section.is-open .platformsteik-header__burger span:nth-child(2){opacity:0;}
.platformsteik-header__section.is-open .platformsteik-header__burger span:nth-child(3){top:20px;transform:rotate(-45deg);}
.platformsteik-header__mobile-panel{display:none;}
.page__main{min-height:100vh;padding:24px 0;}
.platformsteik-main-promo{position:relative;width:min(var(--container-width), calc(100% - 48px));overflow:hidden;margin:20px auto;padding:30px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:url(/wp-content/uploads/2026/06/2.jpg) no-repeat right center;background-size:cover;}
@media (max-width:1070px){
  .platformsteik-main-promo{padding:30px 15px;background-position:left center;}
}
.platformsteik-main-promo__content{position:relative;z-index:1;max-width:auto;}
.platformsteik-main-promo__label{min-height:30px;display:inline-flex;align-items:center;margin-bottom:14px;padding:0 12px;border:1px solid var(--green-line);border-radius:999px;background:var(--green-soft);color:var(--aqua-color);font-size:14px;font-weight:500;line-height:1;}
.platformsteik-main-promo__title{max-width:560px;margin:0;text-shadow:2px 2px 2px #000;color:var(--text-main);font-size:clamp(36px, 2.2vw, 76px);font-weight:500;line-height:1.2;letter-spacing:0;}
.platformsteik-main-promo__text{max-width:500px;margin:18px 0 0;color:var(--text-muted);font-size:clamp(17px, 1.2vw, 20px);line-height:1.55;}
.platformsteik-main-promo__button{position:relative;isolation:isolate;overflow:hidden;min-height:54px;display:inline-flex;align-items:center;justify-content:center;margin-top:26px;padding:0 24px;border:1px solid var(--accent-color);border-radius:var(--radius-button);background:var(--accent-color);color:var(--button-text);font-size:16px;font-weight:500;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;}
.platformsteik-main-promo__button::before{content:"";position:absolute;inset:auto -18% -90%;z-index:0;height:170%;border-radius:48% 52% 0 0;background:var(--aqua-color);transform:translateY(52%) rotate(-2deg);transition:transform 0.42s ease;}
.platformsteik-main-promo__button::after{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.48) 42%, transparent 76%);transform:translateX(-130%);transition:transform 0.62s ease;}
.platformsteik-main-promo__button:hover::before{transform:translateY(-22%) rotate(1deg);}
.platformsteik-main-promo__button:hover::after{transform:translateX(130%);}
.platformsteik-main-promo__button:hover{border-color:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-main-promo__button > span{position:relative;z-index:1;font-weight:900;}
.platformsteik-news__section{width:min(var(--container-width), calc(100% - 48px));margin-inline:auto;padding:24px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--section-bg);margin-top:20px;}
.platformsteik-site__inner h1:first-child, .container__insert_space h1:first-child{margin-top:0;}
.container__insert_space p:has(> a:only-child){text-align:center;}
.container__insert_space p:has(> a:only-child) a{position:relative;isolation:isolate;overflow:hidden;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid var(--accent-color);border-radius:var(--radius-button);background:var(--accent-color);color:#000;font-size:15px;font-weight:700;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;text-decoration:none;}
.container__insert_space p:has(> a:only-child) a:hover{border-color:var(--aqua-color);background:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-news__container{min-width:0;}
.platformsteik-news__container .platformsteik-section-title{margin-bottom:26px;}
.platformsteik-section-title{margin:0 0 22px;color:var(--text-main);font-size:clamp(28px, 2.2vw, 42px);font-weight:500;line-height:1.08;letter-spacing:0;}
.platformsteik-news__portal-grid{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:24px;margin:0;padding:0;list-style:none;}
.platformsteik-news__portal-item{min-width:0;}
.platformsteik-news__card{min-width:0;height:100%;display:flex;flex-direction:column;padding:12px;border:1px solid var(--card-border);border-radius:var(--radius-card);background:var(--card-bg);}
.platformsteik-news__media-link{display:block;overflow:hidden;border-radius:var(--radius-media);background:var(--image-bg);}
.platformsteik-news__media-img{width:100%;aspect-ratio:1.28;object-fit:cover;transform:scale(1);transition:transform 0.28s ease, filter 0.28s ease;}
.platformsteik-news__card:hover .platformsteik-news__media-img{filter:brightness(1.06);transform:scale(1.055);}
.platformsteik-news__category{width:fit-content;margin-top:18px;color:var(--accent-color);font-size:15px;font-weight:500;line-height:1.2;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color 0.2s ease;}
.platformsteik-news__category:hover{color:var(--accent-hover);}
.platformsteik-news__headline{margin:14px 0 0;color:var(--text-main);font-size:clamp(20px, 1.45vw, 25px);font-weight:600;line-height:1.18;letter-spacing:0;}
.platformsteik-news__headline a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color 0.2s ease;}
.platformsteik-news__headline a:hover{color:var(--accent-hover);}
.platformsteik-news__button{width:fit-content;min-height:42px;display:inline-flex;align-items:center;justify-content:center;margin-top:20px;padding:0 18px;border:1px solid var(--line-color);border-radius:var(--radius-button);background:var(--button-bg);color:var(--button-text);font-size:15px;font-weight:500;line-height:1;transition:background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;}
.platformsteik-news__button:hover{border-color:var(--accent-color);background:var(--button-bg-hover);color:var(--accent-hover);transform:translateY(-1px);}
.platformsteik-games__section{width:min(var(--container-width), calc(100% - 48px));margin:15px auto 0;background:var(--section-bg);border-radius:10px;}
.platformsteik-games__container{min-width:0;padding:15px;}
.platformsteik-games__header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;}
.platformsteik-games__header .platformsteik-section-title{margin-bottom:0;}
.platformsteik-games__all-link, .platformsteik-games__button{position:relative;isolation:isolate;overflow:hidden;}
.platformsteik-games__all-link::before, .platformsteik-games__button::before{content:"";position:absolute;inset:auto -18% -90%;z-index:0;height:170%;border-radius:48% 52% 0 0;background:var(--aqua-color);transform:translateY(52%) rotate(-2deg);transition:transform 0.42s ease;}
.platformsteik-games__all-link > span, .platformsteik-games__button > span{position:relative;z-index:1;}
.platformsteik-games__all-link:hover::before, .platformsteik-games__button:hover::before{transform:translateY(-22%) rotate(1deg);}
.platformsteik-games__all-link{min-height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;padding:0 18px;border:1px solid var(--line-color);border-radius:var(--radius-button);background:var(--button-bg);color:var(--button-text);font-size:15px;font-weight:500;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;}
.platformsteik-games__all-link:hover{border-color:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-games__tag-list{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;padding:0;list-style:none;}
.platformsteik-games__tag{min-height:38px;padding:0 16px;border:1px solid var(--line-color);border-radius:var(--radius-button);background:var(--button-muted);color:var(--text-muted);font:inherit;font-size:15px;font-weight:400;cursor:pointer;transition:border-color 0.2s ease, color 0.2s ease, background 0.2s ease;display:inline-flex;align-items:center;justify-content:center;}
.platformsteik-games__tag:hover, .platformsteik-games__tag--active{border-color:var(--accent-color);background:var(--gold-soft);color:var(--accent-hover);}
.platformsteik-games__grid{display:grid;grid-template-columns:repeat(6, minmax(0, 1fr));gap:20px;margin:0;padding:0;margin-top:12px;list-style:none;}
.platformsteik-games__item{min-width:0;}
.platformsteik-games__card{min-width:0;height:100%;display:flex;flex-direction:column;padding:12px;border:1px solid var(--card-border);border-radius:var(--radius-card);background:var(--light-soft);}
.platformsteik-games__media-link{position:relative;display:block;overflow:hidden;border-radius:var(--radius-media);background:var(--image-bg);}
.platformsteik-games__media-img{width:100%;aspect-ratio:1.28;object-fit:cover;transition:transform 0.3s ease, filter 0.3s ease;}
.platformsteik-games__card:hover .platformsteik-games__media-img{filter:brightness(1.08);transform:scale(1.045);}
.platformsteik-games__rating{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 10px;border:1px solid var(--light-line);border-radius:999px;background:rgba(0,0,0,0.74);color:var(--accent-hover);font-size:14px;font-weight:500;backdrop-filter:blur(8px);}
.platformsteik-games__name{margin:14px 0 0;color:var(--text-main);font-size:clamp(17px, 1.2vw, 21px);font-weight:500;line-height:1.2;text-align:center;}
.platformsteik-games__name a{display:-webkit-box;overflow:hidden;padding:10px 15px 5px;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color 0.2s ease;}
.platformsteik-games__name a:hover{color:var(--accent-hover);}
.platformsteik-games__actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:auto;padding-top:16px;}
.platformsteik-games__button{min-width:0;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid var(--line-color);border-radius:var(--radius-button);color:var(--button-text);font-size:14px;font-weight:500;line-height:1.05;text-align:center;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;}
.platformsteik-games__button:hover{border-color:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-games__button--demo{background:var(--button-muted);color:var(--text-muted);}
.platformsteik-games__button--play{background:var(--accent-color);color:var(--button-text);}
.platformsteik-games__button--play::before{background:var(--aqua-color);}
.platformsteik-games__button-icon{flex:0 0 auto;font-size:17px;line-height:1;}
.platformsteik-site__layout{display:flex;gap:28px;margin:58px auto 0;align-items:start;}
.platformsteik-site__layout.fullsize{grid-template-columns:minmax(0, 1fr);}
.platformsteik-site__layout.fullsize .platformsteik-news__portal-grid{margin-top:25px;}
.article-single__thumb{text-align:center;display:flex;justify-content:center;margin-bottom:14px;}
.article-single__thumb img{vertical-align:bottom;border-radius:8px;max-width:100%;}
.platformsteik-site__content, .platformsteik-site__sidebar{min-width:0;}
.platformsteik-site__sidebar{min-width:360px;}
.platformsteik-site__content{order:1;}
.platformsteik-site__inner{min-width:0;}
.platformsteik-site__layout--inner{margin-top:34px;}
.platformsteik-page__section, .platformsteik-content__section, .platformsteik-sidebar__widget, .platformsteik-sidebar__cta{border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--panel-bg);}
.platformsteik-sidebar__widget{margin-top:20px;}
.widget_search .platformsteik-sidebar__widget{margin-top:0;}
.platformsteik-page__section, .platformsteik-content__section{min-height:520px;padding:clamp(22px, 3vw, 36px);}
.platformsteik-content__lead, .platformsteik-content__text{max-width:780px;margin:0;color:var(--text-muted);font-size:18px;line-height:1.6;}
.platformsteik-content__text{margin-top:16px;}
.platformsteik-inner-nav{display:grid;gap:10px;margin:0;padding:0;list-style:none;}
.platformsteik-inner-nav a{min-height:42px;display:flex;align-items:center;padding:0 12px;border:1px solid var(--line-color);border-radius:var(--radius-button);background:var(--surface-soft);color:var(--text-main);font-size:15px;font-weight:500;transition:border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;}
.platformsteik-inner-nav a:hover{border-color:var(--accent-color);color:var(--accent-hover);transform:translateY(-1px);}
.pagination{margin:28px 0 0;}
.pagination .screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}
.pagination .navigation.pagination{display:flex;justify-content:center;}
.pagination .nav-links{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;padding:8px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--surface-soft);}
.pagination .page-numbers{min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid var(--line-color);border-radius:var(--radius-button);background:rgba(0,0,0,0.58);color:var(--text-muted);font-size:15px;font-weight:500;line-height:1;text-decoration:none;transition:border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;}
.pagination a.page-numbers:hover{border-color:var(--accent-color);background:var(--gold-soft);color:var(--accent-hover);transform:translateY(-1px);}
.pagination .page-numbers.current{border-color:var(--aqua-color);background:var(--aqua-color);color:var(--aqua-dark);}
.pagination .next.page-numbers, .pagination .prev.page-numbers{min-width:46px;color:var(--text-main);}
.pagination .next.page-numbers:hover, .pagination .prev.page-numbers:hover{border-color:var(--aqua-color);background:var(--aqua-color);color:var(--aqua-dark);}
@media (max-width: 560px){
  .pagination{margin-top:22px;}
  .pagination .nav-links{width:100%;gap:6px;padding:7px;}
  .pagination .page-numbers{min-width:38px;height:38px;padding:0 10px;font-size:14px;}
}
.vc-comments{margin-top:34px;padding-top:28px;border-top:1px solid var(--line-color);}
.vc-comment-respond, .comment-respond{min-width:0;}
.platformsteik-page__section .vc-comments__title, .platformsteik-content__section .vc-comments__title{margin:0 0 18px;color:var(--text-main);font-size:clamp(24px, 2vw, 32px);font-weight:500;line-height:1.15;}
.platformsteik-page__section .vc-comments__title small, .platformsteik-content__section .vc-comments__title small{display:inline-flex;margin-left:8px;font-size:14px;font-weight:400;}
.platformsteik-page__section .vc-comments a, .platformsteik-content__section .vc-comments a{color:var(--accent-color);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color 0.2s ease;}
.platformsteik-page__section.vc-comments a:hover, .platformsteik-content__section .vc-comments a:hover{color:var(--aqua-color);}
.platformsteik-page__section .vc-comment-form, .platformsteik-content__section .vc-comment-form{display:grid;gap:14px;padding:18px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--surface-soft);}
.vc-comment-form p{margin:0;}
.vc-comments .logged-in-as{padding:12px 14px;border:1px solid var(--gold-line);border-radius:var(--radius-media);background:var(--gold-soft);color:var(--text-muted);font-size:14px;line-height:1.5;}
.vc-comments .required, .vc-comments .required-field-message{color:var(--accent-hover);}
.vc-comments textarea, .vc-comments input[type="text"], .vc-comments input[type="email"], .vc-comments input[type="url"]{width:100%;min-width:0;border:1px solid var(--line-color);border-radius:var(--radius-card);background:rgba(0,0,0,0.72);color:var(--text-main);padding:14px 16px;font:inherit;font-size:16px;line-height:1.5;outline:none;transition:border-color 0.2s ease, box-shadow 0.2s ease;}
.vc-comments textarea{min-height:150px;resize:vertical;}
.vc-comments textarea::placeholder, .vc-comments input::placeholder{color:var(--text-muted);}
.vc-comments textarea:focus, .vc-comments input[type="text"]:focus, .vc-comments input[type="email"]:focus, .vc-comments input[type="url"]:focus{border-color:var(--aqua-color);box-shadow:0 0 0 3px rgba(18, 214, 125,0.16);}
.vc-comments .form-submit{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
.vc-comments .vc-btn, .vc-comments input[type="submit"]{position:relative;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--aqua-color);border-radius:var(--radius-button);background:var(--aqua-color);color:var(--aqua-dark);font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;}
.vc-comments .vc-btn:hover, .vc-comments input[type="submit"]:hover{border-color:var(--accent-color);background:var(--accent-color);color:var(--button-text);transform:translateY(-1px);}
.platformsteik-content__section > :first-child{margin-top:0;}
.platformsteik-content__section > :last-child{margin-bottom:0;}
.platformsteik-promo-bonus{display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:18px;align-items:center;margin:22px 0 28px;padding:clamp(18px, 2.4vw, 28px);border:1px solid var(--gold-line);border-radius:var(--radius-card);background:radial-gradient(circle at 10% 10%, var(--gold-line), transparent 34%),
    radial-gradient(circle at 88% 16%, var(--green-soft), transparent 32%),
    rgba(0,0,0,0.74);}
.platformsteik-promo-bonus__content{min-width:0;}
.platformsteik-promo-bonus__label{min-height:28px;display:inline-flex;align-items:center;margin-bottom:10px;padding:0 10px;border:1px solid var(--green-line);border-radius:999px;background:var(--green-soft);color:var(--aqua-color);font-size:13px;font-weight:500;line-height:1;}
.platformsteik-promo-bonus .platformsteik-promo-bonus__title{margin:0;padding:0;color:var(--text-main);font-size:clamp(24px, 2.1vw, 36px);font-weight:500;line-height:1.12;}
.platformsteik-promo-bonus__button{position:relative;isolation:isolate;overflow:hidden;min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--accent-color);border-radius:var(--radius-button);background:var(--accent-color);color:var(--button-text);font-size:16px;font-weight:500;text-decoration:none;white-space:nowrap;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;}
.platformsteik-promo-bonus__button::before{content:"";position:absolute;inset:auto -18% -90%;z-index:0;height:170%;border-radius:48% 52% 0 0;background:var(--aqua-color);transform:translateY(52%) rotate(-2deg);transition:transform 0.42s ease;}
.platformsteik-promo-bonus__button:hover::before{transform:translateY(-22%) rotate(1deg);}
.platformsteik-promo-bonus__button:hover{border-color:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-promo-bonus__button > span{position:relative;z-index:1;}
.platformsteik-content__section h1, .platformsteik-content__section h2, .platformsteik-content__section h3, .platformsteik-content__section h4, .platformsteik-content__section h5, .platformsteik-content__section h6{max-width:920px;margin:34px 0 16px;color:var(--text-main);font-weight:500;line-height:1.16;letter-spacing:0;}
.platformsteik-content__section h1{margin-bottom:20px;font-size:clamp(34px, 3.2vw, 56px);line-height:1.04;}
.platformsteik-content__section h2{padding-top:8px;font-size:clamp(26px, 2.2vw, 38px);}
.platformsteik-content__section h3{font-size:clamp(21px, 1.6vw, 28px);color:var(--accent-hover);}
.platformsteik-content__section h4{font-size:clamp(18px, 1.2vw, 22px);}
.platformsteik-content__section p, .platformsteik-content__section li, .platformsteik-content__section td, .platformsteik-content__section th, .platformsteik-content__section figcaption{color:var(--text-muted);font-size:17px;line-height:1.68;}
.platformsteik-content__section p{margin:0 0 16px;}
.platformsteik-content__section p:has(> strong:only-child){margin:20px 0 8px;padding:14px 16px;border:1px solid var(--gold-line);border-radius:var(--radius-media);background:rgba(18, 214, 125,0.08);color:var(--text-main);}
.platformsteik-content__section p:has(> strong:only-child) strong{color:var(--accent-hover);font-weight:500;}
.platformsteik-content__section a{color:var(--accent-color);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color 0.2s ease;}
.platformsteik-content__section a:hover{color:var(--aqua-color);}
.platformsteik-content__section .platformsteik-promo-bonus__button{color:var(--text-main);text-decoration:none;}
.platformsteik-content__section .platformsteik-promo-bonus__button:hover{color:var(--aqua-dark);}
.platformsteik-content__section strong, .platformsteik-content__section b{color:var(--text-main);font-weight:500;}
.platformsteik-content__section em, .platformsteik-content__section i{color:var(--accent-hover);}
.platformsteik-content__section ul, .platformsteik-content__section ol{display:grid;gap:10px;margin:18px 0 22px;padding:0;list-style:none;}
.platformsteik-content__section li{position:relative;padding-left:28px;}
.platformsteik-content__section ul li::before{content:"";position:absolute;top:0.72em;left:4px;width:8px;height:8px;border-radius:50%;background:var(--accent-color);box-shadow:0 0 0 5px var(--gold-soft);}
.platformsteik-content__section ol{counter-reset:content-list;}
.platformsteik-content__section ol li{counter-increment:content-list;}
.platformsteik-content__section ol li::before{content:counter(content-list);position:absolute;top:3px;left:0px;width:22px;height:22px;display:inline-grid;place-items:center;border-radius:50%;background:var(--accent-color);color:var(--button-text);font-size:12px;font-weight:500;line-height:1;}
.platformsteik-content__section blockquote{position:relative;margin:24px 0;padding:20px 22px 20px 56px;border:1px solid rgba(18, 214, 125,0.22);border-left:4px solid var(--aqua-color);border-radius:var(--radius-card);background:rgba(18, 214, 125,0.08);}
.platformsteik-content__section blockquote::before{content:"“";position:absolute;top:10px;left:18px;color:var(--aqua-color);font-size:46px;line-height:1;}
.platformsteik-content__section blockquote p{margin:0;color:var(--text-main);}
.platformsteik-content__section figure{max-width:min(100%, 720px);margin:26px auto;padding:10px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--surface-soft);}
.platformsteik-content__section figure img, .platformsteik-content__section > img, .platformsteik-content__section p img{width:100%;height:auto;border-radius:var(--radius-media);object-fit:cover;}
.platformsteik-content__section figcaption{margin-top:10px;color:var(--accent-color);font-size:14px;line-height:1.35;text-align:center;}
.platformsteik-content__section table{width:100%;margin:24px 0;border:1px solid var(--line-color);border-radius:var(--radius-card);border-spacing:0;border-collapse:separate;overflow:hidden;background:var(--surface-soft);}
.platformsteik-content__section tbody, .platformsteik-content__section thead, .platformsteik-content__section tfoot{width:100%;}
.platformsteik-content__section tr:first-child td, .platformsteik-content__section th{background:linear-gradient(135deg, rgba(18, 214, 125,0.2), rgba(18, 214, 125,0.08));color:var(--accent-hover);}
.platformsteik-content__section td, .platformsteik-content__section th{padding:15px 16px;border-right:1px solid var(--line-color);border-bottom:1px solid var(--line-color);text-align:left;vertical-align:top;}
.platformsteik-content__section tr:last-child td, .platformsteik-content__section tr:last-child th{border-bottom:0;}
.platformsteik-content__section td:last-child, .platformsteik-content__section th:last-child{border-right:0;}
.platformsteik-content__section tr:nth-child(even):not(:first-child) td{background:rgba(255, 255, 255, 0.04);}
.platformsteik-content__section tr:not(:first-child):hover td{background:rgba(18, 214, 125,0.08);}
.platformsteik-content__section .mirror-table{box-shadow:0 16px 44px rgba(0, 0, 0, 0.18);}
.platformsteik-content__section .mr, .platformsteik-content__section .bonuslink{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--accent-color);border-radius:var(--radius-button);background:var(--accent-color);color:#000;font-size:15px;font-weight:700;text-decoration:none;transition:background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;}
.platformsteik-content__section .mr:hover, .platformsteik-content__section .bonuslink:hover{border-color:var(--aqua-color);background:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-content__section .bonusbox{display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:14px;align-items:center;margin:22px 0;padding:14px;border:1px solid var(--gold-line);border-radius:var(--radius-card);background:linear-gradient(135deg, var(--gold-soft), rgba(18, 214, 125,0.06)),
    var(--surface-soft);}
.platformsteik-content__section .box2{min-width:0;padding:14px 16px;border:1px solid var(--line-color);border-radius:var(--radius-media);background:var(--light-soft);}
.platformsteik-content__section .box2 b{display:block;margin-bottom:9px;color:var(--text-main);font-size:18px;font-weight:500;line-height:1.25;}
.platformsteik-content__section .badge{min-height:28px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid var(--green-line);border-radius:999px;background:var(--green-soft);color:var(--aqua-color);font-size:13px;font-weight:500;line-height:1;}
.platformsteik-content__section .box3{margin:22px 0;padding:16px;border:1px solid var(--gold-line);border-radius:var(--radius-card);background:rgba(18, 214, 125,0.08);text-align:center;}
.platformsteik-content__section .bonusbox .box3{margin:0;padding:0;border:0;background:transparent;}
.platformsteik-content__section .bonusbox .bonuslink{min-height:52px;white-space:nowrap;}
.platformsteik-content__section hr{height:1px;margin:30px 0;border:0;background:var(--line-color);}
.platformsteik-content__section code, .platformsteik-content__section kbd{padding:2px 6px;border:1px solid var(--line-color);border-radius:4px;background:rgba(0,0,0,0.7);color:var(--accent-hover);font-family:Consolas, "Courier New", monospace;font-size:0.92em;}
.platformsteik-content__section pre{overflow-x:auto;margin:22px 0;padding:18px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:rgba(0,0,0,0.82);}
.platformsteik-content__section pre code{padding:0;border:0;background:transparent;}
.platformsteik-content__section details{margin:14px 0;padding:16px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--light-soft);}
.platformsteik-content__section summary{color:var(--text-main);font-weight:500;cursor:pointer;}
.platformsteik-content__section iframe, .platformsteik-content__section video{width:100%;max-width:100%;aspect-ratio:16 / 9;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--image-bg);}
.platformsteik-content__section .review-item{display:flow-root;margin:28px 0 0;padding:18px;border:1px solid rgba(18, 214, 125,0.22);border-radius:var(--radius-card);background:rgba(18, 214, 125,0.08);}
.platformsteik-content__section .review-avatar{width:60px !important;height:60px !important;margin:0 16px 8px 0 !important;border:2px solid rgba(18, 214, 125,0.4);border-radius:50% !important;object-fit:cover;}
.platformsteik-content__section .review-item h4{margin:0 0 4px;color:var(--text-main);}
.platformsteik-content__section .review-date{margin:0 0 8px;color:var(--accent-color);font-size:14px;line-height:1.2;}
.platformsteik-content__section .review-text{margin:0;color:var(--text-muted);}
.platformsteik-site__sidebar{display:grid;gap:18px;}
.platformsteik-sidebar__widget{padding:18px;}
.platformsteik-sidebar__title{margin:0 0 14px;color:var(--text-main);font-size:22px;font-weight:500;line-height:1.15;}
.platformsteik-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;}
.platformsteik-sidebar__search{display:grid;grid-template-columns:minmax(0, 1fr) 46px;gap:8px;}
.platformsteik-sidebar__search-input{min-width:0;min-height:46px;border:1px solid var(--line-color);border-radius:var(--radius-button);background:rgba(0,0,0,0.72);color:var(--text-main);padding:0 14px;font:inherit;outline:none;transition:border-color 0.2s ease, box-shadow 0.2s ease;}
.platformsteik-sidebar__search-input:focus{border-color:var(--aqua-color);box-shadow:0 0 0 3px rgba(18, 214, 125,0.16);}
.platformsteik-sidebar__search-button, .platformsteik-sidebar__cta-button{position:relative;isolation:isolate;overflow:hidden;}
.platformsteik-sidebar__search-button::before, .platformsteik-sidebar__cta-button::before{content:"";position:absolute;inset:auto -18% -90%;z-index:0;height:170%;border-radius:48% 52% 0 0;background:var(--aqua-color);transform:translateY(52%) rotate(-2deg);transition:transform 0.42s ease;}
.platformsteik-sidebar__search-button:hover::before, .platformsteik-sidebar__cta-button:hover::before{transform:translateY(-22%) rotate(1deg);}
.platformsteik-sidebar__search-button > span, .platformsteik-sidebar__cta-button > span{position:relative;z-index:1;}
.platformsteik-sidebar__search-button > span{display:flex;justify-content:center;align-items:center;line-height:1;margin-top:-9px;}
.platformsteik-sidebar__search-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--accent-color);border-radius:var(--radius-button);background:var(--accent-color);color:var(--button-text);font:inherit;font-size:25px;cursor:pointer;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;}
.platformsteik-sidebar__search-button:hover{border-color:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-sidebar__news-list, .platformsteik-reviews__list{display:grid;gap:12px;margin:0;padding:0;list-style:none;}
.platformsteik-sidebar__news-link{display:grid;grid-template-columns:62px minmax(0, 1fr);gap:12px;align-items:center;color:var(--text-main);font-size:15px;font-weight:500;line-height:1.25;transition:color 0.2s ease;}
.platformsteik-sidebar__news-link:hover{color:var(--accent-hover);}
.platformsteik-sidebar__news-img{width:62px;aspect-ratio:1.32;border-radius:var(--radius-media);object-fit:cover;max-height:62px;object-fit:contain;}
.platformsteik-sidebar__cta{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px;margin:20px 0;}
.platformsteik-sidebar__cta-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-color);border-radius:var(--radius-button);color:var(--button-text);font-size:15px;font-weight:500;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;}
.platformsteik-sidebar__cta-button:hover{border-color:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.platformsteik-sidebar__cta-button--download{background:var(--button-muted);color:var(--text-muted);}
.platformsteik-sidebar__cta-button--register{background:var(--accent-color);color:var(--button-text);}
.platformsteik-sidebar__widget--stats{padding:14px;}
.platformsteik-stats__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px;margin:0;}
.platformsteik-stats__item{min-width:0;padding:14px;border:1px solid var(--line-color);border-radius:var(--radius-media);background:var(--surface-soft);}
.platformsteik-stats__item--wide{grid-column:1 / -1;}
.platformsteik-stats__item dt{margin:0 0 8px;color:var(--text-muted);font-size:13px;line-height:1.25;}
.platformsteik-stats__item dd{margin:0;color:var(--accent-hover);font-size:clamp(20px, 2vw, 28px);font-weight:500;line-height:1.05;}
.platformsteik-reviews__item{display:grid;grid-template-columns:54px minmax(0, 1fr);gap:12px;padding-top:12px;border-top:1px solid var(--line-color);}
.platformsteik-reviews__item:first-child{padding-top:0;border-top:0;}
.platformsteik-reviews__avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;background:var(--image-bg);}
.platformsteik-reviews__name{margin:0;color:var(--text-main);font-size:16px;font-weight:500;line-height:1.15;}
.platformsteik-reviews__date{display:block;margin-top:4px;color:var(--accent-color);font-size:13px;line-height:1;}
.platformsteik-reviews__body p{margin:8px 0 0;color:var(--text-muted);font-size:14px;line-height:1.45;}
.platformsteik-footer__section2{width:min(var(--container-width), calc(100% - 48px));margin:64px auto 0;padding-bottom:28px;}
.platformsteik-footer__container{padding:clamp(22px, 3vw, 34px);border:1px solid var(--line-color);}
.platformsteik-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
.platformsteik-middle-links{display:flex;gap:14px;justify-content:center;}
.platformsteik-middle-links a, .platformsteik-footer__nav a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid var(--line-color);border-radius:var(--radius-button);background:rgba(0,0,0,0.55);color:var(--text-muted);font-size:15px;font-weight:500;transition:border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;}
.platformsteik-middle-links a:hover, .platformsteik-footer__nav a:hover{border-color:var(--accent-color);color:var(--accent-hover);transform:translateY(-1px);}
.platformsteik-footer__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;}
.btn.btn--solid.btn--lg a, .platformsteik-footer__button{position:relative;isolation:isolate;overflow:hidden;min-width:178px;min-height:50px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-color);border-radius:var(--radius-button);color:var(--button-text);font-size:16px;font-weight:500;transition:border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;}
.btn.btn--solid.btn--lg a:before, .platformsteik-footer__button::before{content:"";position:absolute;inset:auto -18% -90%;z-index:0;height:170%;border-radius:48% 52% 0 0;background:var(--aqua-color);transform:translateY(52%) rotate(-2deg);transition:transform 0.42s ease;}
.btn.btn--solid.btn--lg a:hover:before, .platformsteik-footer__button:hover::before{transform:translateY(-22%) rotate(1deg);}
.btn.btn--solid.btn--lg a span, .platformsteik-footer__button > span{position:relative;z-index:1;}
.btn.btn--solid.btn--lg a:hover, .platformsteik-footer__button:hover{border-color:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
.btn.btn--solid.btn--lg a span{color:var(--aqua-dark);}
.platformsteik-footer__button--download{background:var(--button-muted);color:var(--text-muted);}
.btn.btn--solid.btn--lg a, .platformsteik-footer__button--register{background:var(--accent-color);color:var(--button-text);}
.platformsteik-middle-links, .platformsteik-main-links, .platformsteik-footer__partners, .platformsteik-footer__payments{margin-top:28px;padding-top:24px;border-top:1px solid var(--line-color);}
.platformsteik-header__mobile-menu{list-style:none;padding:0;margin:0;gap:14px;display:flex;flex-flow:column;}
.platformsteik-footer__partners .platformsteik-footer__logo-list{justify-content:space-around;}
.platformsteik-footer__partners .platformsteik-footer__logo-list img{height:40px;filter:grayscale(100%) opacity(62%) invert(100%);vertical-align:middle;}
.platformsteik-footer__title{margin:0 0 14px;color:var(--text-main);font-size:20px;font-weight:500;line-height:1.2;text-align:center;}
.platformsteik-footer__logo-list, .platformsteik-footer__payment-list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:0;padding:0;list-style:none;}
.platformsteik-footer__logo-list span, .platformsteik-footer__payment-list span{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:1px solid var(--line-color);border-radius:var(--radius-button);background:linear-gradient(135deg, rgba(0,0,0,0.92), rgba(0,0,0,0.92));color:var(--text-main);font-size:14px;font-weight:500;letter-spacing:0;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.04);}
.platformsteik-footer__payment-list span img{max-height:20px;}
.platformsteik-footer__logo-list span{min-width:138px;border-color:var(--green-line);color:var(--aqua-color);}
.platformsteik-footer__payment-list span{min-width:94px;border-color:var(--gold-line);color:var(--accent-hover);}
.platformsteik-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:28px;padding-top:20px;border-top:1px solid var(--line-color);}
.platformsteik-footer__bottom p{margin:0;color:var(--text-muted);font-size:14px;line-height:1.45;}
.platformsteik-scroll-up{--scroll-progress:0;position:fixed;right:24px;bottom:24px;z-index:20;width:54px;height:54px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,0.84);color:var(--text-main);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, color 0.22s ease;backdrop-filter:blur(10px);}
.platformsteik-scroll-up.is-visible{opacity:1;visibility:visible;transform:translateY(0);}
.platformsteik-scroll-up:hover{color:var(--accent-hover);}
.platformsteik-scroll-up__progress{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg);}
.platformsteik-scroll-up__track, .platformsteik-scroll-up__bar{fill:none;stroke-width:3;}
.platformsteik-scroll-up__track{stroke:var(--line-color);}
.platformsteik-scroll-up__bar{stroke:var(--aqua-color);stroke-linecap:round;stroke-dasharray:132;stroke-dashoffset:calc(132 - (132 * var(--scroll-progress)) / 100);transition:stroke-dashoffset 0.12s linear;}
.platformsteik-scroll-up__icon{position:relative;z-index:1;font-size:22px;line-height:1;}
.sbrd{margin:0 0 15px;}
.games__head h1{margin:0 0 14px;color:var(--text-main);font-size:22px;font-weight:500;line-height:1.15;}
.slot-cover-case{position:relative;overflow:hidden;padding-top:56.6%;}
.slot-cover-case iframe, .slot-cover-case .modal-iframe{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;}
.btn.btn--solid.btn--lg{display:flex;justify-content:center;margin-top:15px;}
#respond{padding:15px;}
#comments.vc-comments{display:grid;gap:18px;margin-top:34px;padding:15px;border-top:1px solid var(--line-color);}
#comments .vc-comments__title{margin:0;color:var(--text-main);font-size:clamp(22px, 1.8vw, 30px);font-weight:500;line-height:1.2;}
#comments .vc-comments__title{margin-bottom:25px;}
#comments .vc-comment-list{display:grid;gap:14px;margin:0;padding:0;list-style:none;}
#comments .comment{margin:0;padding:0;}
#comments .comment-body{display:grid;gap:12px;padding:16px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--surface-soft);}
#comments .comment-meta{display:grid;gap:8px;}
#comments .comment-author{display:flex;align-items:center;gap:10px;min-width:0;}
#comments .avatar{width:48px;height:48px;flex:0 0 48px;border:1px solid var(--gold-line);border-radius:50%;object-fit:cover;background:var(--gold-soft);}
#comments .fn, #comments .fn a{color:var(--text-main);font-size:16px;font-weight:500;text-decoration:none;}
#comments .says{color:var(--text-muted);}
#comments .comment-metadata{display:flex;flex-wrap:wrap;gap:8px 12px;padding-left:58px;color:var(--text-muted);font-size:13px;line-height:1.4;}
#comments .comment-metadata a, #comments .edit-link a{color:var(--text-muted);text-decoration:none;transition:color 0.2s ease;}
#comments .comment-metadata a:hover, #comments .edit-link a:hover{color:var(--accent-color);}
#comments .comment-content{padding:12px 14px;border:1px solid var(--green-line);border-radius:var(--radius-media);background:var(--green-soft);}
#comments .comment-content p{margin:0;color:var(--text-muted);font-size:16px;line-height:1.6;}
#comments .reply{display:flex;justify-content:flex-start;}
#comments .comment-reply-link{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--gold-line);border-radius:var(--radius-button);background:var(--gold-soft);color:var(--accent-hover);font-size:14px;font-weight:500;text-decoration:none;transition:border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;}
#comments .comment-reply-link:hover{border-color:var(--aqua-color);background:var(--aqua-color);color:var(--aqua-dark);transform:translateY(-1px);}
#comments .vc-comment-form{display:grid;gap:12px;padding:16px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--surface-soft);}
#comments .vc-comment-form p{margin:0;}
#comments .comment-form-author, #comments .comment-form-email, #comments .comment-form-url{display:grid;gap:7px;}
#comments label{color:var(--text-muted);font-size:14px;line-height:1.4;}
#comments textarea, #comments input[type="text"], #comments input[type="email"], #comments input[type="url"]{width:100%;min-width:0;padding:13px 15px;border:1px solid var(--line-color);border-radius:var(--radius-media);background:rgba(0,0,0,0.72);color:var(--text-main);font:inherit;font-size:15px;line-height:1.5;outline:none;transition:border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;}
#comments textarea{min-height:138px;resize:vertical;}
#comments textarea::placeholder, #comments input::placeholder{color:var(--text-muted);}
#comments textarea:focus, #comments input[type="text"]:focus, #comments input[type="email"]:focus, #comments input[type="url"]:focus{border-color:var(--aqua-color);background:rgba(0,0,0,0.88);box-shadow:0 0 0 3px rgba(18, 214, 125,0.16);}
#comments .comment-form-cookies-consent{display:grid;grid-template-columns:18px minmax(0, 1fr);gap:10px;align-items:start;padding:11px 12px;border:1px solid var(--gold-line);border-radius:var(--radius-media);background:var(--gold-soft);}
#comments input[type="checkbox"]{width:18px;height:18px;margin-top:2px;accent-color:var(--aqua-color);}
#comments .form-submit{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
#comments .vc-btn, #comments input[type="submit"]{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--aqua-color);border-radius:var(--radius-button);background:var(--aqua-color);color:var(--aqua-dark);font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;}
#comments .vc-btn:hover, #comments input[type="submit"]:hover{border-color:var(--accent-color);background:var(--accent-color);color:var(--button-text);transform:translateY(-1px);}
@media (max-width: 560px){
  #comments .comment-body, #comments .vc-comment-form{padding:14px;}
  #comments .comment-metadata{padding-left:0;}
  #comments .vc-btn, #comments input[type="submit"]{width:100%;}
}
.platformsteik-page__section .games__breadcrumbs{margin:0 0 22px;}
.platformsteik-page__section .breadcrumbs{min-width:0;}
.platformsteik-page__section .breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:7px 9px;margin:0;padding:10px 12px;border:1px solid var(--line-color);border-radius:var(--radius-media);background:var(--surface-soft);list-style:none;}
.platformsteik-page__section .breadcrumbs__item{min-width:0;display:inline-flex;align-items:center;color:var(--text-muted);font-size:14px;line-height:1.35;}
.platformsteik-page__section .breadcrumbs__link{color:var(--text-muted);text-decoration:none;transition:color 0.2s ease;}
.platformsteik-page__section .breadcrumbs__link:hover{color:var(--accent-color);}
.platformsteik-page__section .breadcrumbs__sep{color:var(--accent-color);font-size:13px;opacity:0.75;list-style:none;}
.platformsteik-page__section .breadcrumbs__item--current{max-width:100%;}
.platformsteik-page__section .breadcrumbs__current{max-width:520px;display:inline-block;overflow:hidden;color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;}
@media (max-width: 1120px){
  .platformsteik-news__portal-grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
  .platformsteik-games__grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
  .platformsteik-site__layout{grid-template-columns:1fr;}
}
@media (max-width: 840px){
  .page__main{padding:18px 0;}
  .platformsteik-header__container{width:min(100% - 24px, var(--container-width));min-height:66px;grid-template-columns:auto auto;}
  .platformsteik-header__nav, .platformsteik-header__actions .platformsteik-header__register{display:none;}
  .platformsteik-header__actions{justify-self:end;}
  .platformsteik-header__burger{display:inline-flex;}
  .platformsteik-header__mobile-panel{display:grid;grid-template-rows:0fr;overflow:hidden;border-top:1px solid transparent;background:var(--header-bg-glass);opacity:0;visibility:hidden;pointer-events:none;transition:grid-template-rows 0.28s ease, border-color 0.28s ease, opacity 0.2s ease, visibility 0.2s ease;backdrop-filter:blur(16px);}
  .platformsteik-header__section.is-open .platformsteik-header__mobile-panel{grid-template-rows:1fr;border-color:var(--line-color);opacity:1;visibility:visible;pointer-events:auto;}
  .platformsteik-header__mobile-nav{width:min(100% - 24px, var(--container-width));min-height:0;display:grid;gap:8px;margin-inline:auto;overflow:hidden;padding:0;transition:padding 0.28s ease;}
  .platformsteik-header__section.is-open .platformsteik-header__mobile-nav{padding:14px 0 16px;}
  .platformsteik-header__mobile-nav a{justify-content:center;min-height:44px;border:1px solid var(--line-color);background:var(--light-soft);width:100%;display:flex;}
  .platformsteik-news__section, .platformsteik-main-promo, .platformsteik-games__section, .platformsteik-site__layout, .platformsteik-footer__section2{width:min(100% - 24px, var(--container-width));}
  .platformsteik-news__portal-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:22px;}
  .platformsteik-games__section{margin-top:12px;}
  .platformsteik-games__grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
  .platformsteik-site__layout{margin-top:42px;}
  .platformsteik-content__section table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .platformsteik-content__section tbody, .platformsteik-content__section thead, .platformsteik-content__section tfoot{display:table;width:100%;min-width:620px;}
}
@media (max-width: 560px){
  .platformsteik-page__section .games__breadcrumbs{margin-bottom:16px;}
  .platformsteik-page__section .breadcrumbs__list{gap:6px;padding:9px 10px;}
  .platformsteik-page__section .breadcrumbs__item, .platformsteik-page__section .breadcrumbs__link{font-size:13px;}
  .platformsteik-page__section .breadcrumbs__current{max-width:100%;white-space:normal;}
  .platformsteik-header__container, .platformsteik-header__mobile-nav{width:min(100% - 20px, var(--container-width));}
  .platformsteik-header__logo{font-size:22px;}
  .platformsteik-header__logo-mark{width:34px;height:34px;border-radius:10px;font-size:19px;}
  .platformsteik-news__section, .platformsteik-main-promo, .platformsteik-games__section, .platformsteik-site__layout, .platformsteik-footer__section2{width:min(100% - 20px, var(--container-width));}
  .platformsteik-main-promo__button{width:100%;}
  .platformsteik-news__portal-grid{grid-template-columns:1fr;}
  .platformsteik-games__grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
  .platformsteik-games__header{align-items:flex-start;flex-direction:column;}
  .platformsteik-news__headline{font-size:25px;}
  .platformsteik-content__section{padding:18px;}
  .platformsteik-content__section h1{font-size:34px;}
  .platformsteik-content__section p, .platformsteik-content__section li, .platformsteik-content__section td, .platformsteik-content__section th{font-size:16px;}
  .platformsteik-content__section blockquote{padding:18px 18px 18px 44px;}
  .platformsteik-content__section blockquote::before{left:14px;font-size:38px;}
  .platformsteik-content__section .bonusbox{grid-template-columns:1fr;}
  .platformsteik-content__section .bonusbox .bonuslink{width:100%;white-space:normal;}
  .platformsteik-promo-bonus{grid-template-columns:1fr;}
  .platformsteik-promo-bonus__button{width:100%;white-space:normal;}
  .vc-comment-form{padding:14px;}
  .vc-comments .vc-btn, .vc-comments input[type="submit"]{width:100%;}
  .platformsteik-sidebar__cta, .platformsteik-stats__grid{grid-template-columns:1fr;}
  .platformsteik-sidebar__news-link{grid-template-columns:74px minmax(0, 1fr);}
  .platformsteik-sidebar__news-img{width:74px;}
  .platformsteik-footer__bottom{align-items:flex-start;flex-direction:column;}
  .platformsteik-footer__button{width:100%;}
  .platformsteik-scroll-up{right:14px;bottom:14px;width:48px;height:48px;}
}
.slot-single__content{margin:24px 0;padding:18px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--surface-soft);}
.slot-single__content p{margin:0 0 14px;color:var(--text-main);font-size:18px;line-height:1.45;}
.slot-single__content strong{color:var(--accent-hover);font-weight:500;}
.slot-single__content ul{display:grid;gap:0;margin:0;padding:0;border:1px solid var(--line-color);border-radius:var(--radius-media);overflow:hidden;list-style:none;}
.slot-single__content li{display:grid;grid-template-columns:minmax(170px, 0.9fr) minmax(0, 1.4fr);gap:12px;padding:12px 14px;color:var(--text-muted);font-size:15px;line-height:1.45;background:rgba(0,0,0,0.38);}
.slot-single__content li:nth-child(even){background:rgba(18, 214, 125,0.07);}
.slot-single__content li + li{border-top:1px solid var(--line-color);}
.slot-single__content li strong{color:var(--text-main);}
.slot-related__grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:18px;margin:24px 0 0;}
.slot-related__grid .slot-card{min-width:0;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--surface-soft);overflow:hidden;transition:border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;}
.slot-related__grid .slot-card:hover{border-color:var(--gold-line);transform:translateY(-3px);box-shadow:0 16px 36px rgba(0, 0, 0, 0.18);}
.slot-related__grid .slot-card__link{display:grid;gap:12px;height:100%;color:var(--text-main);text-decoration:none;}
.slot-related__grid .slot-card__thumb-wrap{position:relative;aspect-ratio:300 / 208;overflow:hidden;background:rgba(0,0,0,0.72);}
.slot-related__grid .slot-card__thumb{width:100%;height:100%;display:block;object-fit:cover;transition:transform 0.32s ease;}
.slot-related__grid .slot-card:hover .slot-card__thumb{transform:scale(1.06);}
.slot-related__grid .slot-card__title{display:-webkit-box;min-height:44px;margin:0;padding:0 12px 14px;overflow:hidden;color:var(--text-main);font-size:16px;font-weight:500;line-height:1.35;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.slot-related__grid .slot-card:hover .slot-card__title{color:var(--accent-hover);}
@media (max-width: 1120px){
  .slot-related__grid{grid-template-columns:repeat(3, minmax(0, 1fr));}
}
@media (max-width: 840px){
  .slot-related__grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (max-width: 560px){
  .slot-single__content{padding:14px;}
  .slot-single__content li{grid-template-columns:1fr;gap:4px;padding:11px 12px;}
  .slot-related__grid{grid-template-columns:1fr;gap:14px;}
}
.site-main.page-404{min-height:70vh;display:grid;align-items:center;padding:56px 0;background:var(--page-bg);}
.site-main.page-404 .container{width:min(100% - 32px, var(--container-width));margin-inline:auto;}
.site-main.page-404 .error-404{width:100%;}
.site-main.page-404 .error-404__inner{max-width:760px;margin-inline:auto;padding:clamp(28px, 5vw, 54px);border:1px solid var(--line-color);border-radius:var(--radius-card);background:radial-gradient(circle at 80% 10%, rgba(18, 214, 125,0.16), transparent 34%),
    radial-gradient(circle at 12% 90%, rgba(18, 214, 125,0.14), transparent 38%),
    var(--surface-soft);text-align:center;}
.site-main.page-404 .error-404__code{color:var(--accent-hover);font-size:clamp(82px, 13vw, 170px);font-weight:600;line-height:0.9;letter-spacing:0;}
.site-main.page-404 .error-404__title{margin:18px 0 12px;color:var(--text-main);font-size:clamp(30px, 4vw, 52px);font-weight:500;line-height:1.08;}
.site-main.page-404 .error-404__text{max-width:520px;margin:0 auto 26px;color:var(--text-muted);font-size:17px;line-height:1.6;}
.site-main.page-404 .error-404__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;}
.site-main.page-404 .btn, .site-main.page-404 .error-404__btn{min-height:48px;min-width:170px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--line-color);border-radius:var(--radius-button);color:var(--text-main);font-size:15px;font-weight:600;text-decoration:none;transition:border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;}
.site-main.page-404 .btn--solid{border-color:var(--aqua-color);background:var(--aqua-color);color:var(--aqua-dark);}
.site-main.page-404 .btn--ghost{border-color:var(--gold-line);background:var(--gold-soft);color:var(--accent-hover);}
.site-main.page-404 .btn:hover{border-color:var(--accent-color);background:var(--accent-color);color:var(--button-text);transform:translateY(-1px);}
.platformsteik-searches{display:grid;gap:16px;}
.platformsteik-searches article{display:grid;grid-template-columns:240px minmax(0, 1fr);gap:18px;align-items:start;padding:16px;border:1px solid var(--line-color);border-radius:var(--radius-card);background:var(--surface-soft);transition:border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;}
.platformsteik-searches article:hover{border-color:var(--gold-line);transform:translateY(-2px);box-shadow:0 16px 36px rgba(0, 0, 0, 0.18);}
.platformsteik-searches .entry-header{min-width:0;display:grid;gap:8px;grid-column:2;}
.platformsteik-searches .entry-title{margin:0;color:var(--text-main);font-size:clamp(20px, 1.8vw, 28px);font-weight:500;line-height:1.2;}
.platformsteik-searches .entry-title a{color:inherit;text-decoration:none;transition:color 0.2s ease;}
.platformsteik-searches .entry-title a:hover{color:var(--accent-hover);}
.platformsteik-searches .entry-meta{display:flex;flex-wrap:wrap;gap:6px 12px;color:var(--text-muted);font-size:13px;line-height:1.4;}
.platformsteik-searches .entry-meta a{color:var(--accent-color);text-decoration:none;}
.platformsteik-searches .entry-meta a:hover{color:var(--aqua-color);}
.platformsteik-searches .post-thumbnail{grid-column:1;grid-row:1 / span 3;display:block;aspect-ratio:360 / 250;overflow:hidden;border-radius:var(--radius-media);background:rgba(0,0,0,0.72);}
.platformsteik-searches .post-thumbnail img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 0.32s ease;}
.platformsteik-searches article:hover .post-thumbnail img{transform:scale(1.06);}
.platformsteik-searches .entry-summary{grid-column:2;min-width:0;}
.platformsteik-searches .entry-summary p{display:-webkit-box;margin:0;overflow:hidden;color:var(--text-muted);font-size:15px;line-height:1.6;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.platformsteik-searches .entry-footer{grid-column:2;display:flex;flex-wrap:wrap;gap:8px;color:var(--text-muted);font-size:13px;line-height:1.4;}
.platformsteik-searches .entry-footer span{display:inline-flex;flex-wrap:wrap;gap:5px;align-items:center;}
.platformsteik-searches .entry-footer a{color:var(--accent-color);text-decoration:none;}
.platformsteik-searches .entry-footer a:hover{color:var(--aqua-color);}
.platformsteik-searches .screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;}
@media (max-width: 760px){
  .platformsteik-searches article{grid-template-columns:1fr;}
  .platformsteik-searches .entry-header, .platformsteik-searches .entry-summary, .platformsteik-searches .entry-footer, .platformsteik-searches .post-thumbnail{grid-column:1;}
  .platformsteik-searches .post-thumbnail{grid-row:auto;}
}
@media (max-width: 560px){
  .site-main.page-404{min-height:auto;padding:34px 0;}
  .site-main.page-404 .container{width:min(100% - 20px, var(--container-width));}
  .site-main.page-404 .error-404__inner{padding:24px 18px;}
  .site-main.page-404 .error-404__actions{flex-direction:column;}
  .site-main.page-404 .btn, .site-main.page-404 .error-404__btn{width:100%;}
  .platformsteik-searches article{padding:14px;}
}
.page-sitemap{padding:48px 0;color:var(--text-main);background:radial-gradient(circle at 15% 0%, var(--green-soft), transparent 32%),
        radial-gradient(circle at 85% 12%, var(--gold-soft), transparent 34%),
        var(--page-bg);font-family:inherit;line-height:1.6;}
.page-sitemap .container{max-width:var(--container-width);margin:0 auto;padding:0 20px;}
.page-sitemap__title{position:relative;margin:0 0 28px;padding:0 0 18px;color:var(--text-main);font-size:clamp(28px, 3vw, 44px);font-weight:700;line-height:1.15;letter-spacing:-0.03em;border-bottom:1px solid var(--line-color);}
.page-sitemap__title::after{content:"";position:absolute;left:0;bottom:-1px;width:140px;height:2px;background:linear-gradient(90deg, var(--accent-color), transparent);border-radius:999px;}
.page-sitemap__block{position:relative;overflow:hidden;margin-bottom:22px;padding:22px;background:radial-gradient(circle at 100% 0%, var(--gold-soft), transparent 34%),
        linear-gradient(135deg, var(--panel-bg), var(--surface-strong));border:1px solid var(--card-border);border-radius:var(--radius-card);box-shadow:0 18px 48px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 var(--light-soft);}
.page-sitemap__block::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.035), transparent);}
.page-sitemap__block h2{position:relative;z-index:1;margin:0 0 18px;padding:0 0 12px;color:var(--accent-hover);font-size:clamp(20px, 2vw, 28px);font-weight:700;line-height:1.25;border-bottom:1px solid var(--line-color);}

.page-sitemap__block .page-sitemap__cat{position:relative;z-index:1;margin:14px 0 20px 0;font-size:17px;font-weight:700;}
.page-sitemap__cat a{display:inline-flex;align-items:center;gap:8px;color:var(--accent-color);text-decoration:none;transition:color 0.25s ease,
        transform 0.25s ease;}
.page-sitemap__cat a::before{content:"";width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:var(--aqua-color);box-shadow:0 0 14px var(--green-line);}
.page-sitemap__cat a:hover{color:var(--accent-hover);transform:translateX(3px);}
.page-sitemap__count{color:var(--text-muted);font-size:13px;font-weight:500;margin-left:6px;}
.page-sitemap__list{position:relative;z-index:1;display:grid;gap:8px;margin:0;padding:0;list-style:none;}
.page-sitemap__list li{position:relative;margin:0;padding:0;}
.page-sitemap__list li::before{display:none;}
.page-sitemap__list--posts li a{display:flex;align-items:center;width:100%;min-height:44px;padding:10px 14px;color:var(--text-muted);background:var(--button-muted);border:1px solid var(--light-line);border-radius:var(--radius-button);text-decoration:none;transition:color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;}
.page-sitemap__list--posts li a::before{content:"";width:6px;height:6px;flex:0 0 6px;margin-right:10px;border-radius:50%;background:var(--accent-color);opacity:0.75;box-shadow:0 0 10px var(--gold-line);}
.page-sitemap__list--posts li a:hover{color:var(--text-main);background:linear-gradient(135deg, var(--button-bg), var(--aqua-dark));border-color:var(--green-line);transform:translateX(4px);box-shadow:0 12px 28px rgba(0, 0, 0, 0.22);}
.page-sitemap__list--posts li a:hover::before{background:var(--aqua-color);box-shadow:0 0 14px var(--green-line);}
@media (max-width: 768px){
  .page-sitemap{padding:32px 0;}
  .page-sitemap .container{padding:0 14px;}
  .page-sitemap__title{margin-bottom:20px;font-size:28px;}
  .page-sitemap__block{padding:16px;}
  .page-sitemap__block h2{font-size:21px;}
  .page-sitemap__list--posts li a{min-height:42px;padding:10px 12px;font-size:15px;}
}
/* PlatformSteik visual refresh (черно-жёлтая версия) */
body{background:linear-gradient(180deg, #000000 0%, #06100d 42%, #000000 100%);}
.page__main{padding:18px 0 36px;}
.platformsteik-header__section{border-bottom-color:rgba(255,255,255,0.08);background:#06100d;box-shadow:0 10px 28px rgba(0, 0, 0, 0.2);}
.platformsteik-header__container{min-height:62px;gap:18px;}
.platformsteik-header__logo img{width:190px;max-height:46px;height:auto;}
.platformsteik-header__menu{gap:6px;padding:6px;border:1px solid rgba(255,255,255,0.06);border-radius:8px;background:rgba(0,0,0,0.28);}
.platformsteik-header__menu a, .platformsteik-header__mobile-nav a{min-height:36px;padding:0 16px;border-radius:7px;color:#ddd;font-size:14px;font-weight:700;}
.platformsteik-header__menu .current-menu-item a, .platformsteik-header__menu a:hover, .platformsteik-header__mobile-nav a:hover{background:var(--accent-color);color:#000;}
.platformsteik-header__register, .platformsteik-main-promo__button, .platformsteik-promo-bonus__button, .platformsteik-games__button--play, .platformsteik-sidebar__cta-button--register, .platformsteik-footer__button--register, .btn.btn--solid.btn--lg a{border-color:#12d67d;background:#12d67d;color:#000;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.14);}
.platformsteik-header__register::before, .platformsteik-main-promo__button::before, .platformsteik-promo-bonus__button::before, .platformsteik-games__button::before, .platformsteik-sidebar__cta-button::before, .platformsteik-footer__button::before, .btn.btn--solid.btn--lg a::before{background:var(--accent-color);}
.platformsteik-site__sidebar #secondary{display:flex;flex-flow:column;gap:14px;}
.platformsteik-main-promo__label, .platformsteik-promo-bonus__label, .platformsteik-content__section .badge{border:0;border-radius:6px;background:#e5fff0;color:#000;font-weight:800;}
.platformsteik-main-promo__title{max-width:620px;font-size:clamp(34px, 3vw, 60px);font-weight:800;}
.platformsteik-main-promo__text{color:#ccc;}
.platformsteik-news__section, .platformsteik-games__section{width:min(var(--container-width), calc(100% - 40px));border:1px solid rgba(255,255,255,0.08);border-radius:8px;background:rgba(0,0,0,0.84);}
.platformsteik-news__section{padding:16px;margin-top:16px;}
.platformsteik-games__section{margin-top:16px;}
.platformsteik-games__container{padding:14px;}
.platformsteik-section-title{margin-bottom:16px;font-size:clamp(22px, 1.9vw, 34px);font-weight:800;}
.platformsteik-games__tag-list{gap:6px;margin-bottom:16px;padding:6px;}
.platformsteik-games__tag{min-height:36px;border:0;border-radius:7px;background:transparent;color:#ddd;font-size:14px;font-weight:800;}
.platformsteik-games__tag:hover, .platformsteik-games__tag--active{background:rgba(18, 214, 125,0.12);color:#fff;}
.platformsteik-games__grid{grid-template-columns:repeat(auto-fit, minmax(138px, 1fr));gap:14px;}
.platformsteik-site__layout.fullsize .platformsteik-site__inner .platformsteik-games__grid{grid-template-columns:repeat(auto-fit, minmax(190px, 1fr));}
.platformsteik-games__card{position:relative;padding:0;border:0;background:transparent;}
.platformsteik-games__media-link{border:1px solid rgba(255,255,255,0.1);border-radius:7px;box-shadow:0 12px 24px rgba(0, 0, 0, 0.18);}
.platformsteik-games__media-img{aspect-ratio:0.76;border-radius:7px;}
.platformsteik-games__rating{top:8px;right:auto;left:8px;min-height:26px;border:0;background:var(--accent-color);color:#000;font-size:12px;font-weight:900;}
.platformsteik-games__name{margin-top:8px;color:#ddd;font-size:15px;text-align:left;}
.platformsteik-games__actions{position:absolute;right:8px;bottom:66px;left:8px;gap:7px;padding-top:0;opacity:0;transform:translateY(8px);transition:opacity 0.2s ease, transform 0.2s ease;}
.platformsteik-games__card:hover .platformsteik-games__actions, .platformsteik-games__card:focus-within .platformsteik-games__actions{opacity:1;transform:translateY(0);}
.platformsteik-games__button{min-height:38px;border-radius:6px;font-size:13px;font-weight:800;}
.platformsteik-games__button--demo{background:rgba(0,0,0,0.76);color:#ddd;}
.platformsteik-news__portal-grid{grid-template-columns:repeat(3, minmax(0, 1fr));gap:16px;}
.platformsteik-news__card{padding:10px;border-color:rgba(255,255,255,0.1);border-radius:8px;background:#0b1712;}
.platformsteik-news__media-link, .platformsteik-news__media-img{border-radius:6px;}
.platformsteik-news__category{color:var(--accent-hover);font-weight:800;}
.platformsteik-news__headline{font-size:clamp(18px, 1.2vw, 23px);}
.platformsteik-site__layout{width:min(var(--container-width), calc(100% - 40px));grid-template-columns:minmax(240px, 302px) minmax(0, 1fr);gap:18px;margin-top:22px;}
.platformsteik-site__layout--inner, .platformsteik-site__layout.fullsize{grid-template-columns:minmax(0, 1fr);}
.platformsteik-site__sidebar{order:2;gap:12px;align-self:start;position:sticky;top:82px;}
.platformsteik-site__layout.fullsize .sidebar__column_space, .platformsteik-site__layout.fullsize .platformsteik-site__sidebar{order:2;position:static;max-width:360px;}
.platformsteik-page__section, .platformsteik-content__section, .platformsteik-sidebar__widget, .platformsteik-sidebar__cta{border-color:rgba(255,255,255,0.08);border-radius:8px;background:rgba(0,0,0,0.88);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.04);}
.platformsteik-page__section, .platformsteik-content__section{min-height:0;padding:clamp(18px, 2.2vw, 30px);}
.platformsteik-sidebar__widget{margin-top:0;padding:14px;}
.platformsteik-sidebar__title{font-size:18px;font-weight:800;}
.platformsteik-sidebar__cta{display:grid;gap:10px;padding:12px;}
.platformsteik-sidebar__cta-button{min-height:42px;border-radius:6px;font-weight:800;}
.platformsteik-sidebar__cta-button--download, .platformsteik-footer__button--download{border-color:rgba(255,255,255,0.1);background:rgba(255,255,255,0.05);color:#ddd;}
.platformsteik-stats__grid{gap:8px;}
.platformsteik-stats__item{border-color:rgba(255,255,255,0.08);background:rgba(0,0,0,0.28);}
.platformsteik-stats__item dd{color:var(--accent-hover);}
.platformsteik-footer__section2{width:min(var(--container-width), calc(100% - 40px));margin-top:42px;}
.platformsteik-footer__container, .page-sitemap__block{background:linear-gradient(135deg, rgba(0,0,0,0.94), rgba(0,0,0,0.94));}
.platformsteik-middle-links a, .platformsteik-footer__nav a, .platformsteik-footer__logo-list span, .platformsteik-footer__payment-list span{border-radius:6px;background:rgba(0,0,0,0.24);}
.platformsteik-scroll-up{background:#0b1712;}
@media (max-width: 1120px){
  .platformsteik-site__layout{grid-template-columns:1fr;}
  .platformsteik-site__sidebar{order:0;position:static;}
  .platformsteik-news__portal-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media (min-width: 1121px){
  .platformsteik-news__portal-grid{grid-template-columns:repeat(4, minmax(0, 1fr));}
}
@media (max-width: 1024px){
  .platformsteik-site__layout{display:flex;flex-flow:column;}
  .platformsteik-site__sidebar{min-width:auto;width:100%;order:2;}
  .platformsteik-site__layout.fullsize .sidebar__column_space, .platformsteik-site__layout.fullsize .platformsteik-site__sidebar{max-width:100%;}
}
@media (max-width: 860px){
  .platformsteik-site__content{width:100%;}
}
@media (max-width: 840px){
  .platformsteik-header__logo img{width:166px;}
  .platformsteik-news__section, .platformsteik-main-promo, .platformsteik-games__section, .platformsteik-site__layout, .platformsteik-footer__section2{width:min(100% - 24px, var(--container-width));}
  .platformsteik-games__actions{position:static;margin-top:8px;opacity:1;transform:none;}
}
@media (max-width: 560px){
  .platformsteik-news__portal-grid{grid-template-columns:1fr;}
  .platformsteik-games__grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px;}
  .platformsteik-main-promo, .platformsteik-news__section, .platformsteik-games__section, .platformsteik-site__layout, .platformsteik-footer__section2{width:min(100% - 18px, var(--container-width));}
  .platformsteik-main-promo{padding:18px;}
}
@media (max-width: 375px){
  .platformsteik-games__grid{grid-template-columns:repeat(1, minmax(0, 1fr));gap:10px;}
}
@media (max-width: 460px){
  .platformsteik-games__container{padding:6px;}
  .platformsteik-site__layout.fullsize .platformsteik-site__inner .platformsteik-games__grid{grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));}
  .platformsteik-games__tag{font-weight:500;font-size:13px;}
}
@media (max-width: 380px){
  .platformsteik-site__layout.fullsize .platformsteik-site__inner .platformsteik-games__grid{grid-template-columns:repeat(auto-fit, minmax(45%, 1fr));}
}
.platformsteik-site__layout.fullsize .platformsteik-site__inner{width:100%;}
/* ========================================================== Уникальное оформление для черно-жёлтой темы ========================================================== */
:root{--page-bg:#000000;--section-bg:#06100d;--card-bg:#0b1712;--text-main:#ffffff;--text-muted:#aaaaaa;--accent-color:#12d67d;--accent-hover:#7cf2b1;--aqua-color:#12d67d;--aqua-dark:#000000;--card-border:rgba(255, 255, 255, 0.08);--button-bg:#162a21;--button-bg-hover:#20372d;--button-muted:rgba(255,255,255,0.06);--button-text:#ffffff;--panel-bg:rgba(0,0,0,0.9);--header-bg:rgba(0,0,0,0.94);--header-bg-glass:rgba(0,0,0,0.84);--promo-bg:#06100d;--promo-overlay:rgba(0,0,0,0.66);--line-color:rgba(255,255,255,0.075);--surface-strong:rgba(0,0,0,0.96);--surface-soft:rgba(255,255,255,0.04);--gold-soft:rgba(18, 214, 125,0.1);--gold-line:rgba(18, 214, 125,0.32);--green-soft:rgba(18, 214, 125,0.14);--green-line:rgba(18, 214, 125,0.38);--light-soft:rgba(255,255,255,0.05);--light-line:rgba(255,255,255,0.1);--image-bg:#000000;--radius-media:14px;--radius-button:10px;--radius-card:18px;--container-width:1500px;}
html{scroll-behavior:smooth;}
body{background:radial-gradient(circle at 12% -10%, rgba(18, 214, 125,0.15) 0, transparent 32%),
    radial-gradient(circle at 92% 6%, rgba(18, 214, 125,0.10) 0, transparent 29%),
    linear-gradient(180deg, #000000 0%, #06100d 42%, #000000 100%);color:var(--text-main);letter-spacing:-0.01em;}
body::before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.22) 55%, transparent 100%);}
body::after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(135deg, rgba(255,255,255,.035), transparent 35%, rgba(18, 214, 125,.035) 100%);mix-blend-mode:screen;}
::selection{background:rgba(18, 214, 125,.82);color:#000000;}
.platformsteik-header__section{border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg, rgba(0,0,0,.98), rgba(0,0,0,.92));box-shadow:0 10px 28px rgba(0,0,0,.24);backdrop-filter:blur(18px);padding:0 30px;}
.platformsteik-header__section::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg, transparent, rgba(18, 214, 125,.6), rgba(18, 214, 125,.7), transparent);opacity:.8;}
.platformsteik-header__container{min-height:82px;width:min(var(--container-width), calc(100% - 36px));}
.platformsteik-header__logo{padding:8px 12px;border-radius:14px;background:rgba(255,255,255,.035);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);}
.platformsteik-header__logo img{height:46px;max-height:64px;filter:drop-shadow(0 8px 20px rgba(18, 214, 125,.12));}
.platformsteik-header__menu{gap:6px;padding:6px;border-radius:16px;background:rgba(255,255,255,0.04);box-shadow:inset 0 0 0 1px rgba(255,255,255,.055);}
.platformsteik-header__menu a, .platformsteik-header__mobile-nav a{min-height:42px;padding:0 16px;border-radius:12px;color:#ddd;font-weight:700;letter-spacing:.01em;}
.platformsteik-header__menu .current-menu-item a, .platformsteik-header__menu a:hover, .platformsteik-header__mobile-nav a:hover{background:linear-gradient(180deg, #20372d, #162a21);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08), 0 12px 22px rgba(0,0,0,.18);transform:translateY(-2px);}
.platformsteik-header__register, .btn--solid, .platformsteik-games__button--play, .slot-single__btn, .error-404__btn, .platformsteik-sidebar__cta-button--register, .platformsteik-footer__button--register, .form-submit input, button[type="submit"], input[type="submit"]{border:0;border-radius:12px;background:linear-gradient(180deg, #7cf2b1 0%, #12d67d 58%, #0fab68 100%);color:#000000;font-weight:900;box-shadow:0 16px 32px rgba(18, 214, 125,.19), inset 0 1px 0 rgba(255,255,255,.35);text-transform:none;}
.platformsteik-header__register::before{background:linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);height:240%;inset:-80% auto auto -65%;width:38%;transform:rotate(22deg) translateX(-120%);transition:transform .75s ease;}
.platformsteik-header__register:hover::before, .btn--solid:hover::before, .platformsteik-games__button--play:hover::before{transform:rotate(22deg) translateX(520%);}
.platformsteik-header__register:hover, .btn--solid:hover, .platformsteik-games__button--play:hover, .slot-single__btn:hover, .error-404__btn:hover, .platformsteik-sidebar__cta-button--register:hover, .platformsteik-footer__button--register:hover{color:#000000;filter:brightness(1.06) saturate(1.08);transform:translateY(-3px);}
.btn, .platformsteik-games__button, .platformsteik-sidebar__cta-button, .platformsteik-footer__button, .platformsteik-news__button, .platformsteik-games__all-link, .games__more, .page-numbers, .nav-links a{border-radius:12px;font-weight:800;letter-spacing:.01em;}
.btn--ghost, .platformsteik-games__button--demo, .platformsteik-sidebar__cta-button--download, .platformsteik-footer__button--download, .platformsteik-news__button, .platformsteik-games__all-link, .games__more{border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg, rgba(34,34,34,.92), rgba(17,17,17,.92));color:#ddd;box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 12px 28px rgba(0,0,0,.18);}
.btn--ghost:hover, .platformsteik-games__button--demo:hover, .platformsteik-sidebar__cta-button--download:hover, .platformsteik-footer__button--download:hover, .platformsteik-news__button:hover, .platformsteik-games__all-link:hover, .games__more:hover{border-color:rgba(18, 214, 125,.55);background:linear-gradient(180deg, #20372d, #162a21);color:#fff;transform:translateY(-2px);}
.platformsteik-site__inner, .platformsteik-site__layout, .platformsteik-site__layout--inner, .container, .platformsteik-games__container, .platformsteik-news__container, .platformsteik-footer__container, .platformsteik-header__container{width:min(var(--container-width), calc(100% - 1px));}
.platformsteik-site__layout, .platformsteik-site__layout--inner{gap:28px;}
.platformsteik-content__section, .platformsteik-page__section, .platformsteik-games__section, .platformsteik-news__section, .entry-content, .slot-single__content, .container-content, .platformsteik-archive__desc, .error-404__inner, .page-sitemap__block, .comments-area, .vc-comments, .vc-comment-respond{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:22px;background:linear-gradient(180deg, rgba(17,17,17,.92), rgba(0,0,0,.94)),
    radial-gradient(circle at 100% 0, rgba(18, 214, 125,.15), transparent 34%);box-shadow:0 20px 54px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.045);}
.platformsteik-content__section::before, .platformsteik-page__section::before, .entry-content::before, .slot-single__content::before, .container-content::before{content:"";position:absolute;top:0;left:26px;right:26px;height:2px;background:linear-gradient(90deg, transparent, rgba(18, 214, 125,.72), rgba(18, 214, 125,.58), transparent);opacity:.75;}
.platformsteik-section-title, .entry-title, .page-title, .article-single__title, .slot-related__title, .comments-title, .vc-comments__title, h1, h2, h3{letter-spacing:-.035em;}
h1, .entry-title, .page-title, .article-single__title{color:#fff;text-shadow:0 12px 34px rgba(0,0,0,.32);}
h2, .platformsteik-section-title, .widget-title, .platformsteik-sidebar__title, .page-sitemap__title{position:relative;color:#fff;}
h2::after, .platformsteik-section-title::after, .widget-title::after, .platformsteik-sidebar__title::after, .page-sitemap__title::after{content:"";display:block;width:76px;height:4px;margin-top:12px;border-radius:999px;background:linear-gradient(90deg, #12d67d, #7cf2b1, transparent);}
p, li, .entry-content, .article-single__content, .page-content{color:#ddd;}
.entry-content a, .article-single__content a, .page-content a, .platformsteik-archive__desc a{color:#7cf2b1;text-decoration:none;border-bottom:1px solid rgba(124, 242, 177,.36);}
.entry-content a:hover, .article-single__content a:hover, .page-content a:hover{color:#fff;border-color:#12d67d;}
.entry-content ul, .article-single__content ul, .page-content ul, .entry-content ol, .article-single__content ol, .page-content ol{padding-left:0;list-style:none;}
.entry-content li, .article-single__content li, .page-content li{position:relative;margin:.68em 0;padding-left:30px;}
.entry-content li::before, .article-single__content li::before, .page-content li::before{content:"";position:absolute;left:4px;top:.55em;width:10px;height:10px;border-radius:3px;background:#12d67d;box-shadow:0 0 0 4px rgba(18, 214, 125,.12), 0 0 16px rgba(18, 214, 125,.35);transform:rotate(45deg);}
blockquote, .wp-block-quote{margin:24px 0;padding:24px 26px;border:1px solid rgba(18, 214, 125,.22);border-left:5px solid #12d67d;border-radius:18px;background:linear-gradient(135deg, rgba(18, 214, 125,.1), rgba(18, 214, 125,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.05);}
.wp-block-table, table{overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#06100d;box-shadow:0 18px 38px rgba(0,0,0,.2);}
table th, table td{border-color:rgba(255,255,255,.075) !important;padding:15px 17px;}
table th, table thead td{background:linear-gradient(180deg, #162a21, #10231b);color:#fff;font-weight:900;}
table tr:nth-child(even) td{background:rgba(255,255,255,.025);}
table tr:hover td{background:rgba(18, 214, 125,.055);}
.platformsteik-games__header, .games__head, .platformsteik-news__more, .platformsteik-games__actions{padding:8px;border-radius:18px;background:rgba(255,255,255,0.04);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);}
.platformsteik-games__grid, .games__grid, .slot-related__grid, .platformsteik-news__portal-grid{gap:18px;}
.platformsteik-games__card, .platformsteik-news__card, .platformsteik-news__portal-item, .game, .slot-card, .platformsteik-sidebar__news-item{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:linear-gradient(180deg, rgba(34,34,34,.82), rgba(0,0,0,.96));box-shadow:0 18px 42px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.045);transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;}
.platformsteik-games__card::after, .platformsteik-news__card::after, .platformsteik-news__portal-item::after, .game::after, .slot-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg, rgba(255,255,255,.13), transparent 34%, rgba(18, 214, 125,.08));opacity:0;transition:opacity .25s ease;}
.platformsteik-games__card:hover, .platformsteik-news__card:hover, .platformsteik-news__portal-item:hover, .game:hover, .slot-card:hover, .platformsteik-sidebar__news-item:hover{border-color:rgba(18, 214, 125,.34);box-shadow:0 24px 58px rgba(0,0,0,.34), 0 0 0 1px rgba(18, 214, 125,.08), inset 0 1px 0 rgba(255,255,255,.07);transform:translateY(-6px);}
.platformsteik-games__card:hover::after, .platformsteik-news__card:hover::after, .platformsteik-news__portal-item:hover::after, .game:hover::after, .slot-card:hover::after{opacity:1;}
.platformsteik-games__media-link, .platformsteik-news__media-link, .game__media, .slot-card__thumb-wrap, .article-single__thumb, .post-thumbnail, .slot-cover-case{overflow:hidden;border-radius:18px;background:#000000;}
.platformsteik-games__media-img, .platformsteik-news__media-img, .game__media img, .slot-card__thumb, .article-single__thumb img, .post-thumbnail img{transition:transform .45s ease, filter .45s ease;}
.platformsteik-games__card:hover .platformsteik-games__media-img, .platformsteik-news__card:hover .platformsteik-news__media-img, .game:hover .game__media img, .slot-card:hover .slot-card__thumb, .article-single__thumb:hover img, .post-thumbnail:hover img{transform:scale(1.065);filter:saturate(1.12) contrast(1.05);}
.platformsteik-games__name, .platformsteik-news__headline, .game__title, .slot-card__title, .article-single__title{color:#fff;font-weight:900;}
.platformsteik-games__rating, .platformsteik-games__tag, .game__tag, .platformsteik-news__category, .cat-links a, .tags-links a, .platformsteik-games__tag-item, .games-tabs__btn{border:1px solid rgba(255,255,255,.08);border-radius:999px;background:rgba(34,34,34,.72);color:#ddd;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.platformsteik-games__tag--active, .platformsteik-games__tag:hover, .platformsteik-games__tag-item:hover, .games-tabs__btn.is-active, .games-tabs__btn:hover, .cat-links a:hover, .tags-links a:hover{border-color:rgba(18, 214, 125,.4);background:rgba(18, 214, 125,.12);color:#7cf2b1;}
.platformsteik-sidebar__widget, .widget, .sidebar__inner_space, .sidebar__column_space, .platformsteik-sidebar__cta, .platformsteik-stats__item{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:linear-gradient(180deg, rgba(34,34,34,.88), rgba(0,0,0,.95));box-shadow:0 18px 42px rgba(0,0,0,.23), inset 0 1px 0 rgba(255,255,255,.05);}
.platformsteik-sidebar__widget::before, .widget::before, .platformsteik-sidebar__cta::before, .platformsteik-footer__cta::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg, #12d67d, #7cf2b1, transparent);opacity:.88;}
.platformsteik-sidebar__search{border-radius:14px;background:rgba(0,0,0,.72);box-shadow:inset 0 0 0 1px rgba(255,255,255,.075);}
.platformsteik-sidebar__search-input, .search-field, input[type="search"], input[type="text"], input[type="email"], textarea, select{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#000000;color:#fff;outline:none;transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;}
.platformsteik-sidebar__search-input:focus, .search-field:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus{border-color:rgba(18, 214, 125,.54);box-shadow:0 0 0 4px rgba(18, 214, 125,.1);background:#06100d;}
.platformsteik-sidebar__search-button{border-radius:10px;background:#12d67d;box-shadow:0 12px 24px rgba(18, 214, 125,.2);}
.platformsteik-footer__section2{position:relative;margin-top:54px;}
.platformsteik-footer__logo-list img, .platformsteik-footer__partners img{padding:8px;border-radius:12px;background:rgba(255,255,255,.04);box-shadow:inset 0 0 0 1px rgba(255,255,255,.055);filter:grayscale(.08) brightness(1.08);}
.breadcrumbs{margin:24px auto 14px;}
.breadcrumbs__list, .breadcrumbs, .breadcrumbs a, .breadcrumbs__item{color:#aaaaaa;}
.breadcrumbs__link:hover{color:#7cf2b1;}
.pagination, .nav-links, .articles-archive__pagination, .games__pagination{gap:8px;}
.page-numbers, .nav-links a, .nav-links span{min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);background:rgba(34,34,34,.72);color:#ddd;}
.page-numbers.current, .page-numbers:hover, .nav-links a:hover{border-color:rgba(18, 214, 125,.36);background:#12d67d;color:#000000;}
.platformsteik-scroll-up{border-radius:16px;background:rgba(0,0,0,.92);box-shadow:0 18px 42px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.08);backdrop-filter:blur(14px);}
.platformsteik-scroll-up__bar, .platformsteik-scroll-up__progress{background:linear-gradient(180deg, #12d67d, #7cf2b1);}
.page-404, .error-404{min-height:58vh;}
.error-404__code{color:transparent;background:linear-gradient(135deg, #12d67d, #7cf2b1 60%, #fff);-webkit-background-clip:text;background-clip:text;text-shadow:none;filter:drop-shadow(0 16px 30px rgba(0,0,0,.35));}
@media (min-width: 1025px){
  .platformsteik-site__sidebar{position:sticky;top:108px;align-self:start;}
  .platformsteik-games__grid, .games__grid, .slot-related__grid{grid-template-columns:repeat(auto-fill, minmax(210px, 1fr));}
}
@media (max-width: 1024px){
  .platformsteik-header__container, .platformsteik-site__inner, .platformsteik-site__layout, .platformsteik-site__layout--inner, .container, .platformsteik-games__container, .platformsteik-news__container, .platformsteik-footer__container{width:min(100% - 1px, var(--container-width));}
  .platformsteik-header__mobile-panel{border:1px solid rgba(255,255,255,.08);border-radius:0 0 22px 22px;background:rgba(0,0,0,.96);box-shadow:0 24px 48px rgba(0,0,0,.32);backdrop-filter:blur(18px);}
  .platformsteik-header__burger{border-radius:12px;background:rgba(34,34,34,.82);}
}
@media (max-width: 680px){
  :root{--radius-card:16px;}
  .platformsteik-header__container{min-height:70px;}
  .platformsteik-header__logo{padding:6px 8px;}
  .platformsteik-header__logo img{height:38px;}
  .platformsteik-content__section, .platformsteik-page__section, .platformsteik-games__section, .platformsteik-news__section, .article-single__content, .entry-content, .page-content, .slot-single__content, .container-content, .platformsteik-sidebar__widget, .widget{border-radius:18px;}
  .platformsteik-games__grid, .games__grid, .slot-related__grid, .platformsteik-news__portal-grid{gap:14px;}
}
/* ========================================================== Obsidian Gold Checked Unique Layer Другой бренд: black/gold premium. Слой добавлен в конец файла, чтобы не трогать HTML и аккуратно перекрыть конфликтные/широкие правила исходника. ========================================================== */
:root{--bg:#030807;--bg2:#091410;--muted:#86a99a;--card:rgba(255, 255, 255, 0.055);--stroke:rgba(52, 211, 153, 0.22);--accent1:#34d399;--accent2:#a7f7c8;--vc-btn-start:#10b981;--vc-btn-end:#b8f5d2;--vc-btn-border:#34d399;--mirror-bg:rgba(15, 15, 16, 0.92);--mirror-border:rgba(52, 211, 153, 0.22);--card-bg:rgba(18, 18, 19, 0.90);--card-border:rgba(52, 211, 153, 0.22);--page-bg:#030807;--section-bg:#091410;--text-main:#ffffff;--text-muted:#b8b1a0;--accent-color:#34d399;--accent-hover:#a7f7c8;--aqua-color:#34d399;--aqua-dark:#050d0b;--button-bg:#161616;--button-bg-hover:#242424;--button-muted:rgba(255, 255, 255, 0.055);--button-text:#ffffff;--panel-bg:rgba(10, 10, 10, 0.82);--header-bg:rgba(8, 8, 8, 0.92);--header-bg-glass:rgba(8, 8, 8, 0.82);--promo-bg:#0b1712;--promo-overlay:rgba(0, 0, 0, 0.58);--line-color:rgba(52, 211, 153, 0.16);--surface-strong:rgba(11, 11, 11, 0.96);--surface-soft:rgba(255, 255, 255, 0.055);--gold-soft:rgba(52, 211, 153, 0.13);--gold-line:rgba(52, 211, 153, 0.32);--green-soft:rgba(52, 211, 153, 0.10);--green-line:rgba(52, 211, 153, 0.26);--light-soft:rgba(255, 255, 255, 0.055);--light-line:rgba(255, 255, 255, 0.11);--image-bg:#050d0b;--radius-media:20px;--radius-button:999px;--radius-card:24px;--radius:22px;--og-panel:rgba(18, 18, 19, 0.84);--og-panel-strong:rgba(14, 14, 15, 0.95);--og-line:rgba(52, 211, 153, 0.24);--og-line-strong:rgba(52, 211, 153, 0.56);--og-shadow:0 24px 60px rgba(0, 0, 0, 0.48);--og-shadow-gold:0 16px 34px rgba(52, 211, 153, 0.20);}
/* База и фон */
html{background:#030807;}
body{min-width:320px;background:radial-gradient(circle at 8% -8%, rgba(52, 211, 153, 0.18), transparent 30vw),
    radial-gradient(circle at 92% 4%, rgba(167, 247, 200, 0.10), transparent 26vw),
    radial-gradient(circle at 50% 112%, rgba(52, 211, 153, 0.12), transparent 36vw),
    linear-gradient(135deg, #030807 0%, #101010 45%, #030807 100%);color:#eafbf2;}
body::before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background-image:linear-gradient(rgba(52, 211, 153, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 211, 153, 0.035) 1px, transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 76%);}
body::after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(120deg, transparent 0 24%, rgba(255,255,255,0.025) 24% 24.4%, transparent 24.4% 100%),
    linear-gradient(to bottom, transparent, rgba(0,0,0,0.38));background-size:160px 160px, auto;}
.container, .platformsteik-header__container, .platformsteik-games__container, .platformsteik-news__container, .platformsteik-footer__container{max-width:1320px;}
/* Исправление слишком широкого исходного селектора #content h1,h2,h3 */
#content h1, #content h2, #content h3, article h1, article h2, article h3, .typography h2, .typography h3, .section-title, .seo-text__title, .slot-single__title, .slot-related__title, .bonuscontent .h2, .mirrorcontent .h2, .supportcontent .h2, .vc-comments__title, .platformsteik-section-title, .platformsteik-news__headline, .platformsteik-games__name, .platformsteik-sidebar__title, .platformsteik-footer__title{color:#ffffff;background:none;-webkit-background-clip:initial;-webkit-text-fill-color:currentColor;text-shadow:none;}
#content h1, article h1, .slot-single__title, .platformsteik-section-title{font-size:clamp(28px, 3vw, 44px);line-height:1.1;}
#content h2, .typography h2, .articles-preview__head h2, .section-title, .platformsteik-section-title{position:relative;padding-left:16px;}
#content h2::before, .typography h2::before, .articles-preview__head h2::before, .section-title::before, .platformsteik-section-title::before{content:"";position:absolute;left:0;top:0.18em;bottom:0.18em;width:4px;border-radius:999px;background:linear-gradient(#10b981, #a7f7c8);}
/* Header: premium compact */
.header, .platformsteik-header__section{background:linear-gradient(90deg, rgba(52, 211, 153, 0.10), transparent 26%, rgba(167, 247, 200, 0.06)),
    rgba(8, 8, 8, 0.90);border-bottom:1px solid var(--og-line);box-shadow:0 14px 40px rgba(0, 0, 0, 0.44);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);}
.header{top:10px;width:min(1320px, calc(100% - 24px));margin:0 auto;border:1px solid var(--og-line);border-radius:999px;}
.header::after, .platformsteik-header__section::after{content:"";position:absolute;left:5%;right:5%;bottom:-1px;height:1px;background:linear-gradient(90deg, transparent, #34d399, #a7f7c8, transparent);opacity:0.78;}
.header__inner{padding:10px 18px;}
.platformsteik-header__container{min-height:76px;}
.header__brand, .platformsteik-header__logo{border-radius:999px;padding:6px 12px 6px 6px;background:rgba(255, 255, 255, 0.045);border:1px solid rgba(255, 255, 255, 0.075);}
.header__name, .platformsteik-header__logo, .platformsteik-header__logo-mark{color:#ffffff;letter-spacing:0.045em;}
.header__logo, .footer__brand img, .platformsteik-header__logo img{filter:drop-shadow(0 10px 22px rgba(52, 211, 153, 0.22));}
.nav__link, #menu-osnovnoe-menyu-header a, .platformsteik-header__menu a, .platformsteik-header__nav a, .footer__link, .casino-footer a:not(.btn), .platformsteik-footer__section2 a{position:relative;color:#eafbf2;transition:color 0.22s ease, opacity 0.22s ease;}
.nav__link::after, #menu-osnovnoe-menyu-header a::after, .platformsteik-header__menu a::after, .platformsteik-header__nav a::after, .footer__link::after, .casino-footer a:not(.btn)::after, .platformsteik-footer__section2 a::after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;border-radius:999px;background:linear-gradient(90deg, #10b981, #a7f7c8);transition:right 0.22s ease;}
.nav__link:hover, #menu-osnovnoe-menyu-header a:hover, .platformsteik-header__menu a:hover, .platformsteik-header__nav a:hover, .footer__link:hover, .casino-footer a:not(.btn):hover, .platformsteik-footer__section2 a:hover{color:#a7f7c8;}
.nav__link:hover::after, #menu-osnovnoe-menyu-header a:hover::after, .platformsteik-header__menu a:hover::after, .platformsteik-header__nav a:hover::after, .footer__link:hover::after, .casino-footer a:not(.btn):hover::after, .platformsteik-footer__section2 a:hover::after{right:0;}
.burger, .header__exit-menu, .platformsteik-header__burger{border-color:rgba(52, 211, 153, 0.34);border-radius:14px;background:rgba(255, 255, 255, 0.05);}
.header__menu{background:rgba(0, 0, 0, 0.82);backdrop-filter:blur(10px);}
.header__menu-nav, .platformsteik-header__mobile-panel{background:radial-gradient(circle at top right, rgba(52, 211, 153, 0.15), transparent 42%),
    rgba(12, 12, 13, 0.98);border-left:1px solid var(--og-line);border-radius:28px 0 0 28px;box-shadow:-18px 0 55px rgba(0, 0, 0, 0.42);}
/* Кнопки */
.btn, .btn--solid, .vc-btn, .bonuslink, .support-link, .sidebar .main-button, .sidebar .secondary-button, .sidebar .wp-block-search__button, .casino-footer__btn, .button-promo_s, .bonuscontent a, .game__btn, .esub .MuiButton-root, .platformsteik-header__register, .platformsteik-main-promo__button, .platformsteik-promo-bonus__button, .platformsteik-games__button, .platformsteik-news__button, .platformsteik-footer__button, .platformsteik-sidebar__cta-button, .platformsteik-sidebar__search-button, .platformsteik-games__all-link{border:1px solid rgba(167, 247, 200, 0.42);border-radius:999px;background:linear-gradient(135deg, #10b981 0%, #b8f5d2 100%);color:#050d0b !important;font-weight:900;letter-spacing:0.02em;box-shadow:var(--og-shadow-gold);transition:transform 0.20s ease, box-shadow 0.20s ease, filter 0.20s ease, border-color 0.20s ease;}
.btn:hover, .btn--solid:hover, .vc-btn:hover, .bonuslink:hover, .support-link:hover, .sidebar .main-button:hover, .sidebar .secondary-button:hover, .sidebar .wp-block-search__button:hover, .casino-footer__btn:hover, .button-promo_s:hover, .bonuscontent a:hover, .game__btn:hover, .esub .MuiButton-root:hover, .platformsteik-header__register:hover, .platformsteik-main-promo__button:hover, .platformsteik-promo-bonus__button:hover, .platformsteik-games__button:hover, .platformsteik-news__button:hover, .platformsteik-footer__button:hover, .platformsteik-sidebar__cta-button:hover, .platformsteik-sidebar__search-button:hover, .platformsteik-games__all-link:hover{transform:translateY(-2px);filter:brightness(1.06);border-color:rgba(167, 247, 200, 0.74);box-shadow:0 20px 42px rgba(52, 211, 153, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.10) inset;}
.platformsteik-games__button--demo, .platformsteik-footer__button--download, .platformsteik-sidebar__cta-button--download{background:rgba(255, 255, 255, 0.06);color:#ffffff !important;border-color:rgba(255, 255, 255, 0.16);box-shadow:none;}
/* Hero / promo */
.hero{padding:32px 16px 8px;}
.slider, .platformsteik-main-promo, .platformsteik-promo-bonus{position:relative;overflow:hidden;border:1px solid var(--og-line);border-radius:34px;box-shadow:var(--og-shadow);background-position:center;isolation:isolate;}
.slider::before, .platformsteik-main-promo::before, .platformsteik-promo-bonus::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg, rgba(5,5,5,0.86) 0%, rgba(5,5,5,0.56) 55%, rgba(5,5,5,0.18) 100%),
    radial-gradient(circle at 20% 0%, rgba(52, 211, 153, 0.22), transparent 38%);}
.slider::after, .platformsteik-main-promo::after, .platformsteik-promo-bonus::after{content:"";position:absolute;inset:12px;z-index:0;pointer-events:none;border:1px solid rgba(167, 247, 200, 0.10);border-radius:24px;}
.slider > *, .platformsteik-main-promo > *, .platformsteik-promo-bonus > *{position:relative;z-index:1;}
.slider{padding:clamp(34px, 6vw, 76px) clamp(20px, 5vw, 58px);}
.slider .h2, .platformsteik-main-promo__title, .platformsteik-promo-bonus__title{color:#ffffff;font-size:clamp(28px, 4vw, 58px);line-height:1.02;letter-spacing:-0.03em;}
.slide .lead, .platformsteik-main-promo__text, .platformsteik-content__lead{color:#d8ceb4;}
.badge, .game__tag, .article-card__cat, .status.online, .status.offline, .games-tabs__btn.is-active, .platformsteik-games__tag, .platformsteik-main-promo__label, .platformsteik-promo-bonus__label, .platformsteik-news__category{border:1px solid rgba(167, 247, 200, 0.28);border-radius:999px;background:linear-gradient(135deg, rgba(16, 185, 129, 0.95), rgba(184, 245, 210, 0.95));color:#050d0b;box-shadow:0 10px 24px rgba(52, 211, 153, 0.18);}
.nav{border-color:rgba(52, 211, 153, 0.32);background:rgba(10, 10, 10, 0.72);color:#a7f7c8;}
.nav:hover{background:linear-gradient(135deg, #10b981, #b8f5d2);color:#050d0b;}
.dot{width:22px;height:5px;border:none;border-radius:999px;background:rgba(255, 255, 255, 0.26);}
.dot[aria-selected="true"]{width:34px;transform:none;background:linear-gradient(90deg, #10b981, #a7f7c8);}
/* Карточки и панели */
.card, .game, .article-card__inner, .faq__details, .bonusbox, .support-item, .vc-comment-list .comment, .vc-comment-list .pingback, .vc-comment-respond, .sidebar, .panel-info, .esub form, .block-promo_s, .seo-text, .mirror-table, .platformsteik-games__card, .platformsteik-games__item, .platformsteik-news__card, .platformsteik-news__portal-item, .platformsteik-sidebar__widget, .platformsteik-content__section, .platformsteik-page__section, .platformsteik-reviews__item, .platformsteik-stats__item, .platformsteik-searches, .platformsteik-inner-nav, .platformsteik-middle-links{;border-radius:24px;box-shadow:0 18px 44px rgba(0, 0, 0, 0.34);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.card, .game, .article-card__inner, .bonusbox, .support-item, .platformsteik-games__card, .platformsteik-news__card, .platformsteik-news__portal-item, .platformsteik-sidebar__widget{position:relative;overflow:hidden;}
.card::before, .game::before, .article-card__inner::before, .bonusbox::before, .support-item::before, .platformsteik-games__card::before, .platformsteik-news__card::before, .platformsteik-news__portal-item::before, .platformsteik-sidebar__widget::before{content:"";position:absolute;left:18px;right:18px;top:0;height:2px;border-radius:999px;background:linear-gradient(90deg, transparent, #34d399, #a7f7c8, transparent);opacity:0.78;pointer-events:none;}
.card:hover, .game:hover, .article-card__inner:hover, .bonusbox:hover, .support-item:hover, .faq__details:hover, .platformsteik-games__card:hover, .platformsteik-news__card:hover, .platformsteik-news__portal-item:hover{transform:translateY(-4px);border-color:var(--og-line-strong);box-shadow:0 26px 58px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(52, 211, 153, 0.08) inset;}
/* Games */
.games__grid, .slot-related__grid, .platformsteik-games__grid, .platformsteik-news__portal-grid{gap:18px;}
.game__media, .article-card__media, .platformsteik-games__media-link, .platformsteik-news__media-link{border-radius:18px;overflow:hidden;}
.game__media img, .platformsteik-games__media-img, .platformsteik-news__media-img{transition:transform 0.34s ease;}
.game:hover .game__media img, .platformsteik-games__card:hover .platformsteik-games__media-img, .platformsteik-news__card:hover .platformsteik-news__media-img{transform:scale(1.065);}
.game__info, .platformsteik-games__card{gap:10px;}
.game__title, .platformsteik-games__name, .article-card__title, .platformsteik-news__headline{color:#ffffff;}
/* Tables */
table, .mirror-table, .casino-table{overflow:hidden;border:1px solid var(--og-line);border-radius:24px;background:rgba(18, 18, 19, 0.86);box-shadow:0 18px 40px rgba(0, 0, 0, 0.34);}
td, th, .mirror-table td, .mirror-table th, .casino-table td{border-color:rgba(52, 211, 153, 0.16);color:#eafbf2;}
.mirror-table thead th, .casino-table tr:first-child td{background:linear-gradient(90deg, rgba(52, 211, 153, 0.14), rgba(167, 247, 200, 0.06));color:#ffffff;}
/* Forms */
.vc-comment-form input[type="text"], .vc-comment-form input[type="email"], .vc-comment-form input[type="url"], .vc-comment-form textarea, .sidebar .search-field, .sidebar .wp-block-search__inside-wrapper, .platformsteik-sidebar__search, .platformsteik-sidebar__search-input, .esub .MuiOutlinedInput-root{border:1px solid rgba(52, 211, 153, 0.22);border-radius:16px;background:rgba(255, 255, 255, 0.055);color:#ffffff;}
.vc-comment-form input:focus, .vc-comment-form textarea:focus, .sidebar .search-field:focus, .platformsteik-sidebar__search-input:focus{border-color:rgba(167, 247, 200, 0.66);background:rgba(52, 211, 153, 0.08);box-shadow:0 0 0 4px rgba(52, 211, 153, 0.08);}
/* Sidebar */
.sidebar, .platformsteik-site__sidebar{position:sticky;top:106px;}
.sidebar .widget, .last-reviews, .last-reviews li, .platformsteik-sidebar__news-item{border-color:rgba(52, 211, 153, 0.14);}
/* Footer */
.footer, .casino-footer, .platformsteik-footer__section2{position:relative;margin-top:44px;background:radial-gradient(circle at top left, rgba(52, 211, 153, 0.13), transparent 34%),
    radial-gradient(circle at top right, rgba(167, 247, 200, 0.08), transparent 34%),
    #07100d;border-top:1px solid var(--og-line);border-radius:34px 34px 0 0;box-shadow:0 -18px 42px rgba(0, 0, 0, 0.34);color:#eafbf2;}
.footer::before, .casino-footer::before, .platformsteik-footer__section2::before{content:"";position:absolute;left:5%;right:5%;top:-1px;height:1px;background:linear-gradient(90deg, transparent, #34d399, #a7f7c8, transparent);}
.casino-footer__providers img, .casino-footer__payments img, .casino-footer__responsible img, .platformsteik-footer__logo-list img, .platformsteik-footer__payment-list img, .platformsteik-footer__partners img{opacity:0.74;filter:grayscale(1) contrast(1.12);transition:opacity 0.22s ease, filter 0.22s ease;}
.casino-footer__providers img:hover, .casino-footer__payments img:hover, .casino-footer__responsible img:hover, .platformsteik-footer__logo-list img:hover, .platformsteik-footer__payment-list img:hover, .platformsteik-footer__partners img:hover{opacity:1;filter:grayscale(0) drop-shadow(0 0 10px rgba(52, 211, 153, 0.28));}
/* Breadcrumbs and tabs */
.breadcrumbs{color:#86a99a;}
.breadcrumbs__item a.breadcrumbs__link, .breadcrumbs__item a{color:#eafbf2;}
.breadcrumbs__item a.breadcrumbs__link:hover, .breadcrumbs__item a:hover{color:#a7f7c8;}
.breadcrumbs__sep{color:#34d399;}
.games-tabs, .platformsteik-games__tag-list{gap:10px;}
.games-tabs__btn, .platformsteik-games__tag-item{border:1px solid rgba(52, 211, 153, 0.18);border-radius:999px;background:rgba(255, 255, 255, 0.055);color:#eafbf2;}
.games-tabs__btn:hover, .platformsteik-games__tag-item:hover{background:rgba(52, 211, 153, 0.12);color:#a7f7c8;}
/* Media */
article img, article figure, .slot-single__iframe-wrap iframe, .slot-single iframe, .platformsteik-games__media-img, .platformsteik-news__media-img{border-radius:22px;}
.slot-single__content{max-width:920px;margin-inline:auto;}
/* Mobile */
@media (max-width: 900px){
  .sidebar, .platformsteik-site__sidebar{position:static;width:100%;max-width:100%;}
  .container-content, .content-layout, .platformsteik-site__layout, .platformsteik-site__layout--inner{flex-direction:column;gap:26px;}
}
@media (max-width: 768px){
  .header{top:0;width:100%;border-radius:0;}
  .header__inner{padding:10px 14px;}
  .slider{padding:34px 18px;border-radius:26px;}
  .footer, .casino-footer, .platformsteik-footer__section2{border-radius:26px 26px 0 0;}
  .platformsteik-header__container{width:min(100% - 28px, var(--container-width));}
}
@media (max-width: 576px){
  .btn, .btn--solid, .vc-btn, .bonuslink, .support-link, .game__btn, .button-promo_s, .platformsteik-games__button, .platformsteik-footer__button, .platformsteik-sidebar__cta-button{width:100%;}
  .card, .game, .article-card__inner, .bonusbox, .support-item, .platformsteik-games__card, .platformsteik-news__card, .platformsteik-sidebar__widget{border-radius:20px;}
}
/* ========================================================== Emerald Night Brand Layer Вариант для следующего сайта: вся black/gold premium-структура сохранена, золотые акценты заменены на изумрудный акцент. Слой добавлен последним, чтобы аккуратно перекрыть gold-цвета. ========================================================== */
:root{--accent1:#12d67d;--accent2:#7cf2b1;--accent-color:#12d67d;--accent-hover:#a7f7c8;--vc-btn-start:#12d67d;--vc-btn-end:#9be15d;--vc-btn-border:#12d67d;--stroke:rgba(18, 214, 125, 0.26);--mirror-border:rgba(18, 214, 125, 0.26);--card-border:rgba(18, 214, 125, 0.24);--line-color:rgba(18, 214, 125, 0.18);--aqua-color:#12d67d;--gold-soft:rgba(18, 214, 125, 0.13);--gold-line:rgba(18, 214, 125, 0.34);--green-soft:rgba(18, 214, 125, 0.10);--green-line:rgba(18, 214, 125, 0.28);--og-line:rgba(18, 214, 125, 0.26);--og-line-strong:rgba(18, 214, 125, 0.62);--og-shadow-gold:0 16px 36px rgba(18, 214, 125, 0.24);--emerald-glow:0 0 18px rgba(18, 214, 125, 0.42), 0 0 42px rgba(18, 214, 125, 0.18);}
/* Фон: вместо золотого свечения — изумрудный акцент */
body{background:radial-gradient(circle at 8% -8%, rgba(18, 214, 125, 0.22), transparent 30vw),
    radial-gradient(circle at 92% 4%, rgba(124, 242, 177, 0.13), transparent 26vw),
    radial-gradient(circle at 50% 112%, rgba(18, 214, 125, 0.14), transparent 36vw),
    linear-gradient(135deg, #030807 0%, #06150f 45%, #030807 100%);color:#effff6;}
body::before{background-image:linear-gradient(rgba(18, 214, 125, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 214, 125, 0.04) 1px, transparent 1px);}
body::after{background:linear-gradient(120deg, transparent 0 24%, rgba(18, 214, 125, 0.035) 24% 24.4%, transparent 24.4% 100%),
    linear-gradient(to bottom, transparent, rgba(0,0,0,0.42));background-size:160px 160px, auto;}
/* Заголовочные линии */
#content h2::before, .typography h2::before, .articles-preview__head h2::before, .section-title::before, .platformsteik-section-title::before{background:linear-gradient(#12d67d, #9be15d);box-shadow:var(--emerald-glow);}
/* Header / platform header */
.header, .platformsteik-header__section{background:linear-gradient(90deg, rgba(18, 214, 125, 0.13), transparent 26%, rgba(155, 225, 93, 0.08)),
    rgba(8, 8, 8, 0.92);border-color:rgba(18, 214, 125, 0.30);}
.header::after, .platformsteik-header__section::after, .footer::before, .casino-footer::before, .platformsteik-footer__section2::before{background:linear-gradient(90deg, transparent, #12d67d, #9be15d, transparent);}
.header__logo, .footer__brand img, .platformsteik-header__logo img{filter:drop-shadow(0 10px 24px rgba(18, 214, 125, 0.28));}
.nav__link::after, #menu-osnovnoe-menyu-header a::after, .platformsteik-header__menu a::after, .platformsteik-header__nav a::after, .footer__link::after, .casino-footer a:not(.btn)::after, .platformsteik-footer__section2 a::after{background:linear-gradient(90deg, #12d67d, #9be15d);}
.nav__link:hover, #menu-osnovnoe-menyu-header a:hover, .platformsteik-header__menu a:hover, .platformsteik-header__nav a:hover, .footer__link:hover, .casino-footer a:not(.btn):hover, .platformsteik-footer__section2 a:hover, a:hover{color:#a7f7c8;}
a, .header a, .footer a, .casino-footer a, .platformsteik-footer__section2 a{color:#4be39a;}
/* Mobile menu */
.burger, .header__exit-menu, .platformsteik-header__burger{border-color:rgba(18, 214, 125, 0.42);}
.header__menu-nav, .platformsteik-header__mobile-panel{background:radial-gradient(circle at top right, rgba(18, 214, 125, 0.20), transparent 42%),
    rgba(12, 8, 9, 0.98);border-left-color:rgba(18, 214, 125, 0.38);}
/* Кнопки: изумрудный акцент */
.btn, .btn--solid, .vc-btn, .bonuslink, .support-link, .sidebar .main-button, .sidebar .secondary-button, .sidebar .wp-block-search__button, .casino-footer__btn, .button-promo_s, .bonuscontent a, .game__btn, .esub .MuiButton-root, .platformsteik-header__register, .platformsteik-main-promo__button, .platformsteik-promo-bonus__button, .platformsteik-games__button, .platformsteik-news__button, .platformsteik-footer__button, .platformsteik-sidebar__cta-button, .platformsteik-sidebar__search-button, .platformsteik-games__all-link{border-color:rgba(167, 247, 200, 0.46);background:linear-gradient(135deg, #12d67d 0%, #9be15d 100%);color:#ffffff !important;box-shadow:0 16px 36px rgba(18, 214, 125, 0.28), 0 0 22px rgba(18, 214, 125, 0.16);}
.btn:hover, .btn--solid:hover, .vc-btn:hover, .bonuslink:hover, .support-link:hover, .sidebar .main-button:hover, .sidebar .secondary-button:hover, .sidebar .wp-block-search__button:hover, .casino-footer__btn:hover, .button-promo_s:hover, .bonuscontent a:hover, .game__btn:hover, .esub .MuiButton-root:hover, .platformsteik-header__register:hover, .platformsteik-main-promo__button:hover, .platformsteik-promo-bonus__button:hover, .platformsteik-games__button:hover, .platformsteik-news__button:hover, .platformsteik-footer__button:hover, .platformsteik-sidebar__cta-button:hover, .platformsteik-sidebar__search-button:hover, .platformsteik-games__all-link:hover{border-color:rgba(190, 255, 215, 0.74);box-shadow:0 20px 46px rgba(18, 214, 125, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;}
.platformsteik-games__button--demo, .platformsteik-footer__button--download, .platformsteik-sidebar__cta-button--download{background:rgba(18, 214, 125, 0.10);color:#ffffff !important;border-color:rgba(18, 214, 125, 0.34);box-shadow:none;}
/* Hero / promo */
.slider, .platformsteik-main-promo, .platformsteik-promo-bonus{border-color:rgba(18, 214, 125, 0.32);box-shadow:0 24px 60px rgba(0, 0, 0, 0.52), 0 0 42px rgba(18, 214, 125, 0.12);}
.slider::before, .platformsteik-main-promo::before, .platformsteik-promo-bonus::before{background:linear-gradient(90deg, rgba(5,5,5,0.88) 0%, rgba(15,5,8,0.60) 55%, rgba(5,5,5,0.18) 100%),
    radial-gradient(circle at 20% 0%, rgba(18, 214, 125, 0.25), transparent 38%);}
.slider::after, .platformsteik-main-promo::after, .platformsteik-promo-bonus::after{border-color:rgba(167, 247, 200, 0.13);}
/* Badges / tags */
.badge, .game__tag, .article-card__cat, .status.online, .status.offline, .games-tabs__btn.is-active, .platformsteik-games__tag, .platformsteik-main-promo__label, .platformsteik-promo-bonus__label, .platformsteik-news__category{border-color:rgba(167, 247, 200, 0.34);background:linear-gradient(135deg, rgba(18, 214, 125, 0.98), rgba(155, 225, 93, 0.98));color:#ffffff;box-shadow:0 10px 26px rgba(18, 214, 125, 0.24);}
/* Slider nav / dots */
.nav{border-color:rgba(18, 214, 125, 0.36);color:#a7f7c8;}
.nav:hover{background:linear-gradient(135deg, #12d67d, #9be15d);color:#ffffff;}
.dot[aria-selected="true"]{background:linear-gradient(90deg, #12d67d, #9be15d);}
/* Карточки и панели */
.card, .game, .article-card__inner, .faq__details, .bonusbox, .support-item, .vc-comment-list .comment, .vc-comment-list .pingback, .vc-comment-respond, .sidebar, .panel-info, .esub form, .block-promo_s, .seo-text, .mirror-table, .platformsteik-games__card, .platformsteik-games__item, .platformsteik-news__card, .platformsteik-news__portal-item, .platformsteik-sidebar__widget, .platformsteik-content__section, .platformsteik-page__section, .platformsteik-reviews__item, .platformsteik-stats__item, .platformsteik-searches, .platformsteik-inner-nav, .platformsteik-middle-links{border-color:rgba(18, 214, 125, 0.22);}
.card::before, .game::before, .article-card__inner::before, .bonusbox::before, .support-item::before, .platformsteik-games__card::before, .platformsteik-news__card::before, .platformsteik-news__portal-item::before, .platformsteik-sidebar__widget::before{background:linear-gradient(90deg, transparent, #12d67d, #9be15d, transparent);}
.card:hover, .game:hover, .article-card__inner:hover, .bonusbox:hover, .support-item:hover, .faq__details:hover, .platformsteik-games__card:hover, .platformsteik-news__card:hover, .platformsteik-news__portal-item:hover{border-color:rgba(18, 214, 125, 0.62);box-shadow:0 26px 58px rgba(0, 0, 0, 0.44), 0 0 0 1px rgba(18, 214, 125, 0.10) inset;}
/* Tables */
table, .mirror-table, .casino-table{border-color:rgba(18, 214, 125, 0.26);}
td, th, .mirror-table td, .mirror-table th, .casino-table td{border-color:rgba(18, 214, 125, 0.16);}
.mirror-table thead th, .casino-table tr:first-child td{background:linear-gradient(90deg, rgba(18, 214, 125, 0.16), rgba(155, 225, 93, 0.07));}
/* Forms */
.vc-comment-form input[type="text"], .vc-comment-form input[type="email"], .vc-comment-form input[type="url"], .vc-comment-form textarea, .sidebar .search-field, .sidebar .wp-block-search__inside-wrapper, .platformsteik-sidebar__search, .platformsteik-sidebar__search-input, .esub .MuiOutlinedInput-root{border-color:rgba(18, 214, 125, 0.26);}
.vc-comment-form input:focus, .vc-comment-form textarea:focus, .sidebar .search-field:focus, .platformsteik-sidebar__search-input:focus{border-color:rgba(167, 247, 200, 0.72);background:rgba(18, 214, 125, 0.08);box-shadow:0 0 0 4px rgba(18, 214, 125, 0.08);}
/* Footer */
.footer, .casino-footer, .platformsteik-footer__section2{background:radial-gradient(circle at top left, rgba(18, 214, 125, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(155, 225, 93, 0.09), transparent 34%),
    #07100d;border-top-color:rgba(18, 214, 125, 0.28);}
.casino-footer__providers img:hover, .casino-footer__payments img:hover, .casino-footer__responsible img:hover, .platformsteik-footer__logo-list img:hover, .platformsteik-footer__payment-list img:hover, .platformsteik-footer__partners img:hover{filter:grayscale(0) drop-shadow(0 0 10px rgba(18, 214, 125, 0.34));}
/* Breadcrumbs / tabs */
.breadcrumbs__sep, .breadcrumbs__item a.breadcrumbs__link:hover, .breadcrumbs__item a:hover{color:#4be39a;}
.games-tabs__btn, .platformsteik-games__tag-item{border-color:rgba(18, 214, 125, 0.22);}
.games-tabs__btn:hover, .platformsteik-games__tag-item:hover{background:rgba(18, 214, 125, 0.12);color:#a7f7c8;}
