@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --pm-x7k2-pink: #ff2d95;
  --pm-x7k2-cyan: #00e5ff;
  --pm-x7k2-ink: #14121f;
  --pm-x7k2-surface: rgba(255,255,255,.06);
  --pm-x7k2-surface-strong: rgba(255,255,255,.1);
  --pm-x7k2-text: #f0f0f0;
  --pm-x7k2-muted: #c0c0c8;
  --pm-x7k2-line: rgba(255,255,255,.14);
  --pm-x7k2-max: 1220px;
  --pm-x7k2-radius: 14px;
  --pm-x7k2-shadow: 0 16px 45px rgba(0,0,0,.24);
  --pm-x7k2-unused-accent: #8e7bff;
  --pm-x7k2-unused-spacing: 7px;
  --pm-x7k2-unused-elevation: 0 1px 2px rgba(0,0,0,.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pm-x7k2-ink); }
body { margin: 0; background: var(--pm-x7k2-ink); color: var(--pm-x7k2-text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
body.pm-x7k2-widget-closed { padding-bottom: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--pm-x7k2-cyan); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #fff; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid var(--pm-x7k2-cyan); outline-offset: 2px; }
.pm-x7k2-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pm-x7k2-container { width: min(var(--pm-x7k2-max), calc(100% - 80px)); margin-inline: auto; }
.pm-x7k2-site main { overflow: hidden; }
.pm-x7k2-section { padding: 68px 0; }
.pm-x7k2-section:nth-of-type(even) { background: rgba(255,255,255,.018); }
.pm-x7k2-section-heading { max-width: 780px; margin-bottom: 30px; }
.pm-x7k2-section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; max-width: none; }
.pm-x7k2-section-heading h2, .pm-x7k2-prose h2, .pm-x7k2-info-article h1 { margin: 0 0 10px; color: #fff; font-size: clamp(28px, 4vw, 43px); line-height: 1.12; letter-spacing: -.04em; }
.pm-x7k2-section-heading p:not(.pm-x7k2-kicker) { max-width: 720px; margin: 0; color: var(--pm-x7k2-muted); }
.pm-x7k2-kicker { margin: 0 0 8px; color: var(--pm-x7k2-cyan); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pm-x7k2-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--pm-x7k2-cyan); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.pm-x7k2-eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pm-x7k2-cyan); box-shadow: 0 0 0 5px rgba(0,229,255,.14); }
.pm-x7k2-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 45px; padding: 10px 18px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.pm-x7k2-btn:hover { color: var(--pm-x7k2-ink); transform: translateY(-2px); }
.pm-x7k2-btn--primary { background: var(--pm-x7k2-cyan); color: var(--pm-x7k2-ink); }
.pm-x7k2-btn--primary:hover { background: #8df5ff; }
.pm-x7k2-btn--secondary { background: var(--pm-x7k2-ink); color: var(--pm-x7k2-cyan); }
.pm-x7k2-btn--secondary:hover { background: #282435; color: #fff; }
.pm-x7k2-btn--ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.pm-x7k2-btn--ghost:hover { background: #fff; }
.pm-x7k2-btn--outline { border-color: var(--pm-x7k2-cyan); background: transparent; color: var(--pm-x7k2-cyan); }
.pm-x7k2-btn--outline:hover { background: var(--pm-x7k2-cyan); }

.pm-x7k2-header { position: sticky; z-index: 30; top: 0; background: var(--pm-x7k2-pink); color: var(--pm-x7k2-ink); }
.pm-x7k2-header__inner { display: flex; align-items: center; min-height: 76px; gap: 20px; }
.pm-x7k2-logo { display: inline-flex; align-items: center; gap: 10px; color: var(--pm-x7k2-cyan); font-size: 17px; font-weight: 800; letter-spacing: -.04em; text-decoration: none; white-space: nowrap; }
.pm-x7k2-logo:hover { color: #fff; }
.pm-x7k2-logo__mark { width: 34px; height: 34px; flex: none; }
.pm-x7k2-logo__dot { color: var(--pm-x7k2-cyan); }
.pm-x7k2-header__region { display: flex; align-items: center; gap: 6px; margin-left: auto; color: #fff; font-size: 12px; font-weight: 700; }
.pm-x7k2-flag { font-size: 20px; line-height: 1; }
.pm-x7k2-nav { display: flex; align-items: center; gap: 4px; }
.pm-x7k2-nav > a { display: inline-flex; align-items: center; gap: 5px; padding: 8px 7px; color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
.pm-x7k2-nav > a:hover { color: var(--pm-x7k2-ink); }
.pm-x7k2-nav svg { width: 15px; height: 15px; fill: none; }
.pm-x7k2-nav__actions { display: flex; gap: 7px; margin-left: 8px; }
.pm-x7k2-nav__actions .pm-x7k2-btn { min-height: 38px; padding: 8px 13px; font-size: 11px; }
.pm-x7k2-menu-toggle { display: none; width: 42px; height: 42px; margin-left: auto; padding: 9px; border: 0; border-radius: 8px; background: var(--pm-x7k2-ink); color: var(--pm-x7k2-cyan); }
.pm-x7k2-menu-toggle svg { width: 24px; height: 24px; fill: none; }

.pm-x7k2-hero { position: relative; background: var(--pm-x7k2-pink); padding: 76px 0 80px; }
.pm-x7k2-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .83fr); align-items: center; gap: 60px; }
.pm-x7k2-hero h1 { max-width: 760px; margin: 0 0 20px; color: #fff; font-size: clamp(38px, 5.8vw, 72px); line-height: 1.01; letter-spacing: -.065em; }
.pm-x7k2-hero__lead { max-width: 680px; margin: 0 0 28px; color: rgba(255,255,255,.9); font-size: 18px; }
.pm-x7k2-hero__buttons { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 34px; }
.pm-x7k2-hero__visual { position: relative; }
.pm-x7k2-hero__visual img { width: 100%; border-radius: 28px; box-shadow: 0 24px 60px rgba(20,18,31,.25); }
.pm-x7k2-badges { display: flex; flex-wrap: wrap; gap: 8px; max-width: 700px; }
.pm-x7k2-badges span { display: flex; flex-direction: column; min-width: 130px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 9px; color: #fff; font-size: 11px; line-height: 1.35; }
.pm-x7k2-badges strong { color: var(--pm-x7k2-ink); font-size: 10px; text-transform: uppercase; }
.pm-x7k2-breadcrumbs { display: flex; gap: 10px; align-items: center; padding: 20px 0; color: var(--pm-x7k2-muted); font-size: 12px; }
.pm-x7k2-breadcrumbs a { color: var(--pm-x7k2-cyan); }
.pm-x7k2-hero {
  position: relative;
  overflow: hidden;
  background: var(--pm-x7k2-pink);
  padding: 76px 0 80px;
}

.pm-x7k2-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/hero.svg") center / cover no-repeat;
  opacity: .08;
  pointer-events: none;
}

.pm-x7k2-hero > * {
  position: relative;
  z-index: 1;
}

.pm-x7k2-toc-section { padding-top: 28px; padding-bottom: 55px; }
.pm-x7k2-toc { display: grid; grid-template-columns: repeat(8, 1fr); gap: 9px; }
.pm-x7k2-toc a { display: flex; min-height: 74px; flex-direction: column; justify-content: center; gap: 5px; padding: 11px; border: 1px solid var(--pm-x7k2-line); border-radius: 11px; color: var(--pm-x7k2-text); font-size: 12px; font-weight: 700; text-decoration: none; }
.pm-x7k2-toc a:hover { border-color: var(--pm-x7k2-cyan); background: var(--pm-x7k2-surface); color: var(--pm-x7k2-cyan); }
.pm-x7k2-toc svg { width: 20px; height: 20px; color: var(--pm-x7k2-cyan); fill: none; }

.pm-x7k2-rating-section { background: linear-gradient(180deg, rgba(255,45,149,.1), transparent 300px); }
.pm-x7k2-review-stamp { display: inline-block; flex: none; padding: 12px 17px; border: 1px solid var(--pm-x7k2-line); border-radius: 9px; color: var(--pm-x7k2-muted); font-size: 11px; line-height: 1.5; text-align: right; }
.pm-x7k2-review-stamp strong { color: var(--pm-x7k2-cyan); }
.pm-x7k2-toolbar { display: flex; align-items: center; gap: 13px; margin-bottom: 20px; padding: 13px; border: 1px solid var(--pm-x7k2-line); border-radius: 12px; background: var(--pm-x7k2-surface); }
.pm-x7k2-toolbar label { display: flex; align-items: center; gap: 8px; color: var(--pm-x7k2-muted); font-size: 12px; font-weight: 700; }
.pm-x7k2-toolbar select { min-width: 150px; padding: 8px 28px 8px 10px; border: 1px solid var(--pm-x7k2-line); border-radius: 7px; background: var(--pm-x7k2-ink); color: #fff; font-size: 12px; }
.pm-x7k2-toolbar__count { margin-left: auto; color: var(--pm-x7k2-cyan); font-size: 12px; font-weight: 700; }
.pm-x7k2-casino-list { display: grid; gap: 14px; }
.pm-x7k2-casino-card { position: relative; display: grid; grid-template-columns: 82px minmax(0, 1fr) 125px; gap: 20px; align-items: start; padding: 23px; border: 1px solid var(--pm-x7k2-line); border-radius: var(--pm-x7k2-radius); background: var(--pm-x7k2-surface); }
.pm-x7k2-casino-card--gold { border-color: #d9aa45; background: linear-gradient(100deg, rgba(255,190,59,.1), var(--pm-x7k2-surface) 34%); }
.pm-x7k2-casino-card--silver { border-color: #929aaa; background: linear-gradient(100deg, rgba(184,193,208,.09), var(--pm-x7k2-surface) 34%); }
.pm-x7k2-casino-card--bronze { border-color: #a96740; background: linear-gradient(100deg, rgba(185,104,57,.09), var(--pm-x7k2-surface) 34%); }
.pm-x7k2-ribbon { position: absolute; top: -1px; left: 24px; padding: 4px 9px; border-radius: 0 0 6px 6px; background: #e2af3c; color: var(--pm-x7k2-ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.pm-x7k2-casino-card--silver .pm-x7k2-ribbon { background: #b9c3d2; }
.pm-x7k2-casino-card--bronze .pm-x7k2-ribbon { background: #c4784d; }
.pm-x7k2-casino-card__logo { display: grid; place-items: center; width: 70px; height: 70px; margin-top: 10px; border-radius: 20px; color: #fff; font-size: 19px; font-weight: 800; letter-spacing: -.04em; box-shadow: inset 0 0 0 2px rgba(255,255,255,.22); }
.pm-x7k2-logo-wild { background: linear-gradient(135deg, #fa477d, #572bc9); }
.pm-x7k2-logo-shark { background: linear-gradient(135deg, #23bae6, #173f8f); }
.pm-x7k2-logo-bit { background: linear-gradient(135deg, #ff9f29, #db3a2c); }
.pm-x7k2-logo-jack { background: linear-gradient(135deg, #ef3b6b, #481c78); }
.pm-x7k2-logo-fortune { background: linear-gradient(135deg, #4fc99a, #16755e); }
.pm-x7k2-logo-lama { background: linear-gradient(135deg, #9b62f1, #3a2c9b); }
.pm-x7k2-logo-neon { background: linear-gradient(135deg, #f53fe2, #4429a7); }
.pm-x7k2-logo-crown { background: linear-gradient(135deg, #ecb93e, #9a3b19); }
.pm-x7k2-logo-jeet { background: linear-gradient(135deg, #31c3bb, #10617e); }
.pm-x7k2-logo-dude { background: linear-gradient(135deg, #fc7b42, #8d2e49); }
.pm-x7k2-casino-card__title { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 2px 0 4px; }
.pm-x7k2-casino-card__title h3 { margin: 0; color: #fff; font-size: 20px; line-height: 1.25; letter-spacing: -.03em; }
.pm-x7k2-position, .pm-x7k2-au { border-radius: 4px; padding: 2px 6px; background: rgba(255,255,255,.1); color: var(--pm-x7k2-cyan); font-size: 10px; font-weight: 800; }
.pm-x7k2-au { color: #fff; }
.pm-x7k2-status { display: flex; gap: 14px; margin: 4px 0 14px; color: var(--pm-x7k2-muted); font-size: 11px; font-weight: 700; }
.pm-x7k2-status--yes { color: #8ff3be; }
.pm-x7k2-casino-card__facts { display: grid; grid-template-columns: 1.25fr .75fr .85fr 1.1fr; gap: 12px; margin: 0; }
.pm-x7k2-casino-card__facts div { min-width: 0; }
.pm-x7k2-casino-card__facts dt { margin-bottom: 3px; color: var(--pm-x7k2-muted); font-size: 10px; text-transform: uppercase; }
.pm-x7k2-casino-card__facts dd { margin: 0; color: #fff; font-size: 12px; font-weight: 700; line-height: 1.35; }
.pm-x7k2-casino-card__terms { margin: 13px 0 8px; color: var(--pm-x7k2-muted); font-size: 11px; }
.pm-x7k2-casino-card__terms strong { color: #fff; }
.pm-x7k2-pros { display: flex; flex-wrap: wrap; gap: 9px 15px; margin: 8px 0; padding: 0; list-style: none; color: var(--pm-x7k2-muted); font-size: 11px; }
.pm-x7k2-pros li::before { content: "✓"; margin-right: 4px; color: var(--pm-x7k2-cyan); font-weight: 800; }
.pm-x7k2-license { margin: 8px 0 0; color: var(--pm-x7k2-muted); font-size: 11px; }
.pm-x7k2-casino-card__actions { display: flex; flex-direction: column; align-items: stretch; gap: 11px; padding-top: 25px; }
.pm-x7k2-casino-card__actions .pm-x7k2-btn { width: 100%; }
.pm-x7k2-terms-toggle { padding: 4px 0; border: 0; background: transparent; color: var(--pm-x7k2-cyan); font-size: 11px; font-weight: 700; }
.pm-x7k2-terms-toggle span { font-size: 16px; }
.pm-x7k2-casino-card__details { grid-column: 2 / -1; padding: 13px; border-left: 2px solid var(--pm-x7k2-cyan); background: rgba(0,229,255,.05); color: var(--pm-x7k2-muted); font-size: 12px; }
.pm-x7k2-casino-card[hidden] { display: none; }
.pm-x7k2-load-more { padding-top: 25px; text-align: center; }
.pm-x7k2-form-message { min-height: 22px; margin: 8px 0 0; color: var(--pm-x7k2-cyan); font-size: 12px; }

.pm-x7k2-table-wrap { overflow-x: auto; border: 1px solid var(--pm-x7k2-line); border-radius: 13px; }
.pm-x7k2-data-table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--pm-x7k2-surface); font-size: 13px; }
.pm-x7k2-data-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.pm-x7k2-data-table th, .pm-x7k2-data-table td { padding: 14px 17px; border-bottom: 1px solid var(--pm-x7k2-line); text-align: left; vertical-align: top; }
.pm-x7k2-data-table tr:last-child th, .pm-x7k2-data-table tr:last-child td { border-bottom: 0; }
.pm-x7k2-data-table th { width: 31%; color: #fff; font-weight: 700; }
.pm-x7k2-data-table td { color: var(--pm-x7k2-muted); }
.pm-x7k2-data-table thead th { background: rgba(255,45,149,.18); color: #fff; }
.pm-x7k2-problem-table { min-width: 850px; }
.pm-x7k2-problem-table td:first-child { color: #fff; font-weight: 700; }

.pm-x7k2-pink-section { background: var(--pm-x7k2-pink) !important; color: var(--pm-x7k2-ink); }
.pm-x7k2-pink-section .pm-x7k2-section-heading h2 { color: var(--pm-x7k2-ink); }
.pm-x7k2-pink-section .pm-x7k2-section-heading p:not(.pm-x7k2-kicker) { color: rgba(20,18,31,.78); }
.pm-x7k2-pink-section .pm-x7k2-kicker { color: var(--pm-x7k2-ink); }
.pm-x7k2-advantage-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.pm-x7k2-advantage-grid article { min-height: 190px; padding: 20px; border-radius: 14px; background: #fff; }
.pm-x7k2-tile-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 20px; border-radius: 50%; background: var(--pm-x7k2-ink); color: var(--pm-x7k2-cyan); font-size: 20px; font-weight: 800; }
.pm-x7k2-advantage-grid h3, .pm-x7k2-step-grid h3 { margin: 0 0 7px; color: var(--pm-x7k2-ink); font-size: 15px; line-height: 1.25; }
.pm-x7k2-advantage-grid p { margin: 0; color: #554f61; font-size: 12px; line-height: 1.45; }
.pm-x7k2-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pm-x7k2-step-grid article { min-height: 170px; padding: 22px; border: 1px solid var(--pm-x7k2-line); border-radius: 13px; background: var(--pm-x7k2-surface); }
.pm-x7k2-step-grid b { display: block; margin-bottom: 20px; color: var(--pm-x7k2-cyan); font-size: 12px; letter-spacing: .13em; }
.pm-x7k2-step-grid h3 { color: #fff; }
.pm-x7k2-step-grid p { margin: 0; color: var(--pm-x7k2-muted); font-size: 13px; }

.pm-x7k2-timeline-section { background: rgba(0,229,255,.035); }
.pm-x7k2-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 35px 0; }
.pm-x7k2-flow > div { display: flex; min-width: 165px; flex: 1; flex-direction: column; align-items: center; gap: 3px; text-align: center; }
.pm-x7k2-flow b { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--pm-x7k2-cyan); color: var(--pm-x7k2-ink); }
.pm-x7k2-flow strong { margin-top: 7px; color: #fff; font-size: 13px; }
.pm-x7k2-flow span { color: var(--pm-x7k2-muted); font-size: 11px; }
.pm-x7k2-flow i { color: var(--pm-x7k2-cyan); font-size: 24px; font-style: normal; }
.pm-x7k2-time-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.pm-x7k2-time-grid span { padding: 14px; border: 1px solid var(--pm-x7k2-line); border-radius: 9px; color: var(--pm-x7k2-muted); font-size: 12px; }
.pm-x7k2-time-grid strong { display: block; color: var(--pm-x7k2-cyan); }
.pm-x7k2-callout { margin-top: 20px; padding: 16px 20px; border-left: 3px solid var(--pm-x7k2-pink); background: var(--pm-x7k2-surface); color: var(--pm-x7k2-muted); font-size: 13px; }
.pm-x7k2-callout strong { color: #fff; }

.pm-x7k2-prose { color: var(--pm-x7k2-muted); }
.pm-x7k2-prose h2, .pm-x7k2-prose h3, .pm-x7k2-prose h4, .pm-x7k2-prose h5, .pm-x7k2-prose h6 { color: #fff; line-height: 1.2; letter-spacing: -.025em; }
.pm-x7k2-prose h3 { margin-top: 32px; margin-bottom: 8px; font-size: 24px; }
.pm-x7k2-prose h4 { font-size: 19px; }
.pm-x7k2-prose p { max-width: 830px; }
.pm-x7k2-prose li { margin: 5px 0; }
.pm-x7k2-prose blockquote { margin: 25px 0; padding: 18px 22px; border-left: 3px solid var(--pm-x7k2-pink); border-radius: 0 8px 8px 0; background: var(--pm-x7k2-surface); color: #fff; font-size: 18px; }
.pm-x7k2-prose img, .pm-x7k2-prose figure { border-radius: 12px; }
.pm-x7k2-prose table { width: 100%; border-collapse: collapse; }
.pm-x7k2-prose th, .pm-x7k2-prose td { padding: 9px; border: 1px solid var(--pm-x7k2-line); text-align: left; }

.pm-x7k2-faq-section { background: rgba(255,255,255,.02); }
.pm-x7k2-faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 15px; }
.pm-x7k2-faq details { border: 1px solid var(--pm-x7k2-line); border-radius: 10px; background: var(--pm-x7k2-surface); }
.pm-x7k2-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 17px; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.pm-x7k2-faq summary::-webkit-details-marker { display: none; }
.pm-x7k2-faq summary::after { content: "+"; color: var(--pm-x7k2-cyan); font-size: 21px; font-weight: 400; }
.pm-x7k2-faq details[open] summary::after { content: "−"; }
.pm-x7k2-faq details p { margin: -4px 17px 17px; color: var(--pm-x7k2-muted); font-size: 13px; }

.pm-x7k2-two-col { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 60px; }
.pm-x7k2-reviews-section { background: rgba(255,45,149,.05); }
.pm-x7k2-empty-state { margin-top: 30px; padding: 26px; border: 1px dashed var(--pm-x7k2-line); border-radius: 12px; text-align: center; }
.pm-x7k2-empty-state span { color: var(--pm-x7k2-cyan); font-size: 28px; }
.pm-x7k2-empty-state h3 { margin: 6px 0; color: #fff; }
.pm-x7k2-empty-state p { margin: 0; color: var(--pm-x7k2-muted); font-size: 13px; }
.pm-x7k2-form { display: grid; gap: 8px; padding: 23px; border: 1px solid var(--pm-x7k2-line); border-radius: 13px; background: var(--pm-x7k2-surface); }
.pm-x7k2-form label { color: #fff; font-size: 12px; font-weight: 700; }
.pm-x7k2-form input, .pm-x7k2-form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--pm-x7k2-line); border-radius: 7px; background: var(--pm-x7k2-ink); color: #fff; resize: vertical; }
.pm-x7k2-form input:invalid:not(:placeholder-shown), .pm-x7k2-form textarea:invalid:not(:placeholder-shown) { border-color: #ff789e; }
.pm-x7k2-checkbox { display: flex !important; align-items: flex-start; gap: 7px; margin: 8px 0; color: var(--pm-x7k2-muted) !important; font-weight: 400 !important; }
.pm-x7k2-checkbox input { width: auto; margin-top: 5px; accent-color: var(--pm-x7k2-cyan); }
.pm-x7k2-contact-section { padding-top: 35px; }
.pm-x7k2-contact-box { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 50px; padding: 38px; border-radius: 16px; background: var(--pm-x7k2-pink); color: var(--pm-x7k2-ink); }
.pm-x7k2-contact-box h2 { margin: 0 0 10px; color: var(--pm-x7k2-ink); font-size: 35px; letter-spacing: -.04em; line-height: 1.1; }
.pm-x7k2-contact-box p:not(.pm-x7k2-kicker) { color: rgba(20,18,31,.8); }
.pm-x7k2-contact-box .pm-x7k2-kicker { color: var(--pm-x7k2-ink); }
.pm-x7k2-contact-box .pm-x7k2-form { border: 0; background: rgba(20,18,31,.86); }
.pm-x7k2-form--compact { grid-template-columns: 1fr 1fr; }
.pm-x7k2-form--compact label:nth-of-type(3), .pm-x7k2-form--compact textarea, .pm-x7k2-form--compact button, .pm-x7k2-form--compact .pm-x7k2-form-message { grid-column: 1 / -1; }

.pm-x7k2-author-section { padding-bottom: 90px; }
.pm-x7k2-author-card { display: grid; grid-template-columns: 160px minmax(0, 730px); align-items: start; gap: 30px; padding: 30px; border: 1px solid var(--pm-x7k2-line); border-radius: 16px; background: var(--pm-x7k2-surface); }
.pm-x7k2-author-card > img { border-radius: 50%; }
.pm-x7k2-author-card h2 { margin: 0 0 2px; color: #fff; font-size: 28px; }
.pm-x7k2-author-card p { margin: 8px 0; color: var(--pm-x7k2-muted); font-size: 13px; }
.pm-x7k2-author-role { color: var(--pm-x7k2-cyan) !important; font-weight: 700; }
.pm-x7k2-author-links { display: flex; gap: 16px; }
.pm-x7k2-author-links a { font-weight: 700; }
.pm-x7k2-disclosure { padding: 10px 13px; border-left: 2px solid var(--pm-x7k2-pink); background: rgba(255,45,149,.07); }
.pm-x7k2-reviewed { color: #fff !important; font-size: 11px !important; font-weight: 700; }

.pm-x7k2-footer { padding: 55px 0 110px; border-top: 1px solid var(--pm-x7k2-line); background: #0e0d16; }
.pm-x7k2-footer__top { display: flex; justify-content: space-between; gap: 30px; }
.pm-x7k2-footer__intro { margin: 13px 0 0; color: var(--pm-x7k2-muted); font-size: 12px; }
.pm-x7k2-footer__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
.pm-x7k2-footer__links a { color: var(--pm-x7k2-muted); font-size: 12px; }
.pm-x7k2-payments { display: flex; flex-wrap: wrap; gap: 8px; margin: 35px 0 24px; }
.pm-x7k2-payments span { padding: 8px 13px; border: 1px solid var(--pm-x7k2-line); border-radius: 6px; color: #fff; font-size: 11px; font-weight: 700; }
.pm-x7k2-footer__notice { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--pm-x7k2-line); border-bottom: 1px solid var(--pm-x7k2-line); }
.pm-x7k2-footer__notice p, .pm-x7k2-footer__bottom, .pm-x7k2-footer__legal { margin: 0; color: var(--pm-x7k2-muted); font-size: 11px; }
.pm-x7k2-footer__notice strong { color: #fff; }
.pm-x7k2-footer__bottom { margin-top: 22px; }
.pm-x7k2-footer__legal { margin-top: 6px; }

.pm-x7k2-sticky-widget { position: fixed; z-index: 25; right: 20px; bottom: max(18px, env(safe-area-inset-bottom)); left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; max-width: 680px; margin: auto; padding: 12px 16px; border: 1px solid rgba(0,229,255,.4); border-radius: 12px; background: rgba(20,18,31,.95); box-shadow: var(--pm-x7k2-shadow); backdrop-filter: blur(14px); }
.pm-x7k2-sticky-widget > div { display: flex; flex-direction: column; min-width: 0; }
.pm-x7k2-sticky-widget strong { color: #fff; font-size: 12px; white-space: nowrap; }
.pm-x7k2-sticky-widget small { color: var(--pm-x7k2-muted); font-size: 10px; }
.pm-x7k2-sticky-widget__pulse { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #8ff3be; box-shadow: 0 0 0 4px rgba(143,243,190,.16); }
.pm-x7k2-sticky-widget button { align-self: flex-start; padding: 0; border: 0; background: transparent; color: var(--pm-x7k2-muted); font-size: 22px; line-height: 1; }
.pm-x7k2-sticky-widget[hidden] { display: none; }
.pm-x7k2-info-main { min-height: 560px; padding-bottom: 70px; }
.pm-x7k2-info-container { max-width: 900px; }
.pm-x7k2-info-article { padding-top: 40px; }
.pm-x7k2-info-article h1 { margin-bottom: 28px; }
.pm-x7k2-info-article h2 { margin-top: 30px; font-size: 25px; }
.pm-x7k2-info-article p { max-width: 780px; }

@media (max-width: 1100px) {
  .pm-x7k2-container { width: min(var(--pm-x7k2-max), calc(100% - 48px)); }
  .pm-x7k2-nav > a { padding-inline: 4px; font-size: 11px; }
  .pm-x7k2-toc { grid-template-columns: repeat(4, 1fr); }
  .pm-x7k2-advantage-grid { grid-template-columns: repeat(3, 1fr); }
  .pm-x7k2-casino-card { grid-template-columns: 72px minmax(0, 1fr) 110px; gap: 15px; }
}
@media (max-width: 900px) {
  .pm-x7k2-header__region { display: none; }
  .pm-x7k2-menu-toggle { display: block; }
  .pm-x7k2-nav { position: absolute; top: 76px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; padding: 13px; border-radius: 10px; background: var(--pm-x7k2-ink); box-shadow: var(--pm-x7k2-shadow); }
  .pm-x7k2-nav[data-pm-x7k2-open="true"] { display: flex; }
  .pm-x7k2-nav > a { padding: 11px 10px; color: #fff; border-bottom: 1px solid var(--pm-x7k2-line); }
  .pm-x7k2-nav__actions { margin: 8px 0 0; }
  .pm-x7k2-nav__actions .pm-x7k2-btn { flex: 1; }
  .pm-x7k2-hero__grid { grid-template-columns: 1fr; gap: 35px; }
  .pm-x7k2-hero__visual { max-width: 620px; }
  .pm-x7k2-casino-card { grid-template-columns: 72px minmax(0, 1fr); }
  .pm-x7k2-casino-card__actions { grid-column: 2; display: flex; flex-direction: row; align-items: center; padding-top: 0; }
  .pm-x7k2-casino-card__actions .pm-x7k2-btn { width: auto; }
  .pm-x7k2-casino-card__details { grid-column: 1 / -1; }
  .pm-x7k2-time-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .pm-x7k2-container { width: calc(100% - 32px); }
  .pm-x7k2-section { padding: 48px 0; }
  .pm-x7k2-header__inner { min-height: 66px; }
  .pm-x7k2-nav { top: 66px; }
  .pm-x7k2-hero { padding: 52px 0 55px; }
  .pm-x7k2-hero__lead { font-size: 16px; }
  .pm-x7k2-badges span { flex: 1 1 42%; min-width: 0; }
  .pm-x7k2-toc { grid-template-columns: repeat(2, 1fr); }
  .pm-x7k2-section-heading--split { display: block; }
  .pm-x7k2-review-stamp { margin-top: 15px; text-align: left; }
  .pm-x7k2-toolbar { align-items: stretch; flex-direction: column; }
  .pm-x7k2-toolbar label { justify-content: space-between; }
  .pm-x7k2-toolbar select { flex: 1; }
  .pm-x7k2-toolbar__count { margin: 4px 0 0; }
  .pm-x7k2-casino-list { display: flex; overflow-x: auto; margin-inline: -16px; padding: 3px 16px 12px; scroll-snap-type: x mandatory; }
  .pm-x7k2-casino-card { min-width: min(92vw, 410px); scroll-snap-align: start; }
  .pm-x7k2-casino-card__facts { grid-template-columns: repeat(2, 1fr); }
  .pm-x7k2-advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-x7k2-step-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-x7k2-flow { align-items: stretch; flex-direction: column; }
  .pm-x7k2-flow > div { min-width: 0; display: grid; grid-template-columns: 45px 1fr; align-items: center; text-align: left; }
  .pm-x7k2-flow b { grid-row: span 2; }
  .pm-x7k2-flow i { display: none; }
  .pm-x7k2-time-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-x7k2-faq, .pm-x7k2-two-col, .pm-x7k2-contact-box { grid-template-columns: 1fr; gap: 24px; }
  .pm-x7k2-contact-box { padding: 24px; }
  .pm-x7k2-author-card { grid-template-columns: 85px minmax(0, 1fr); gap: 17px; padding: 20px; }
  .pm-x7k2-author-card > img { width: 85px; }
  .pm-x7k2-footer__top, .pm-x7k2-footer__notice { display: block; }
  .pm-x7k2-footer__links { justify-content: flex-start; margin-top: 25px; }
  .pm-x7k2-footer__notice p + p { margin-top: 13px; }
  .pm-x7k2-form--compact { grid-template-columns: 1fr; }
  .pm-x7k2-form--compact label:nth-of-type(3), .pm-x7k2-form--compact textarea, .pm-x7k2-form--compact button, .pm-x7k2-form--compact .pm-x7k2-form-message { grid-column: auto; }
}
@media (max-width: 390px) {
  .pm-x7k2-logo { font-size: 14px; gap: 7px; }
  .pm-x7k2-logo__mark { width: 29px; height: 29px; }
  .pm-x7k2-hero h1 { font-size: 38px; }
  .pm-x7k2-badges span { flex-basis: 100%; }
  .pm-x7k2-advantage-grid, .pm-x7k2-step-grid { grid-template-columns: 1fr; }
  .pm-x7k2-sticky-widget { right: 8px; bottom: max(8px, env(safe-area-inset-bottom)); left: 8px; padding: 10px; }
  .pm-x7k2-sticky-widget .pm-x7k2-btn { padding-inline: 10px; font-size: 11px; }
  .pm-x7k2-sticky-widget strong { font-size: 10px; }
}
@media (max-width: 340px) {
  .pm-x7k2-container { width: calc(100% - 24px); }
  .pm-x7k2-casino-list { margin-inline: -12px; padding-inline: 12px; }
  .pm-x7k2-casino-card { min-width: 286px; padding: 15px; }
  .pm-x7k2-casino-card__logo { width: 55px; height: 55px; font-size: 15px; }
  .pm-x7k2-casino-card__title h3 { font-size: 17px; }
}
@media (prefers-reduced-motion: no-preference) {
  .pm-x7k2-hero__visual { animation: pm-x7k2-float 5s ease-in-out infinite; }
  .pm-x7k2-btn, .pm-x7k2-toc a { transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease; }
}
@keyframes pm-x7k2-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes pm-x7k2-unused-pulse { from { opacity: .4; } to { opacity: 1; } }

:root {
  --wp-admin-bar-height: 0px;
  --wp-content-max-width: 1200px;
  --wp-theme-color: #14121f;
  --wp-link-color: #00e5ff;
}

.qqq {
  width: min(1220px, calc(100% - 80px));
  margin: 45px auto 70px;
  padding: 42px 48px;
  border: 1px solid rgba(0,229,255,.32);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255,45,149,.055), rgba(0,229,255,.025)),
    rgba(255,255,255,.025);
  box-shadow:
    0 0 0 1px rgba(255,45,149,.08),
    0 20px 60px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.04);
  color: var(--pm-x7k2-muted);
}

.qqq > p {
  max-width: 900px;
  margin: 0 0 20px;
  color: var(--pm-x7k2-muted);
  font-size: 16px;
  line-height: 1.75;
}

.qqq > p:first-child {
  color: #fff;
  font-size: 17px;
}

.qqq h2 {
  margin: 48px 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,229,255,.16);
  color: #fff;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.qqq h3 {
  margin: 34px 0 12px;
  color: #fff;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.qqq ul,
.qqq ol {
  max-width: 900px;
  margin: 18px 0 24px;
  padding-left: 25px;
  color: var(--pm-x7k2-muted);
}

.qqq li {
  margin: 8px 0;
  padding-left: 4px;
  line-height: 1.65;
}

.qqq li::marker {
  color: var(--pm-x7k2-cyan);
  font-weight: 700;
}

.qqq blockquote {
  max-width: 900px;
  margin: 25px 0 30px;
  padding: 20px 24px;
  border: 1px solid rgba(255,45,149,.22);
  border-left: 3px solid var(--pm-x7k2-pink);
  border-radius: 0 12px 12px 0;
  background: rgba(255,45,149,.055);
  color: #fff;
}

.qqq blockquote p {
  margin: 0;
  color: #fff;
}

.qqq table {
  width: 100%;
  margin: 25px 0 30px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(0,229,255,.18);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
}

.qqq th,
.qqq td {
  padding: 14px 16px;
  border-right: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.qqq th:last-child,
.qqq td:last-child {
  border-right: 0;
}

.qqq tr:last-child td {
  border-bottom: 0;
}

.qqq th {
  background: rgba(255,45,149,.13);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.qqq td {
  color: var(--pm-x7k2-muted);
  font-size: 13px;
}

.qqq tr:hover td {
  background: rgba(0,229,255,.025);
}

.qqq strong {
  color: #fff;
}

.qqq a {
  color: var(--pm-x7k2-cyan);
}

.qqq a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .qqq {
    width: calc(100% - 48px);
    padding: 36px 34px;
  }
}

@media (max-width: 767px) {
  .qqq {
    width: calc(100% - 24px);
    margin: 25px auto 45px;
    padding: 25px 18px;
    border-radius: 15px;
  }

  .qqq > p,
  .qqq > p:first-child {
    font-size: 15px;
    line-height: 1.65;
  }

  .qqq h2 {
    margin-top: 36px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 27px;
  }

  .qqq h3 {
    margin-top: 27px;
    font-size: 21px;
  }

  .qqq ul,
  .qqq ol {
    padding-left: 21px;
  }

  .qqq li {
    margin: 7px 0;
  }

  .qqq blockquote {
    margin: 20px 0 25px;
    padding: 16px 17px;
  }

  .qqq table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 11px;
  }

  .qqq table thead,
  .qqq table tbody {
    width: max-content;
  }

  .qqq th,
  .qqq td {
    min-width: 150px;
    padding: 11px 13px;
    font-size: 12px;
    white-space: normal;
  }

  .qqq th:first-child,
  .qqq td:first-child {
    min-width: 135px;
  }
}

@media (max-width: 480px) {
  .qqq {
    width: calc(100% - 16px);
    padding: 21px 14px;
    border-radius: 13px;
  }

  .qqq > p,
  .qqq > p:first-child {
    font-size: 14px;
  }

  .qqq h2 {
    font-size: 24px;
  }

  .qqq h3 {
    font-size: 19px;
  }

  .qqq blockquote {
    padding: 14px;
  }

  .qqq table {
    margin-left: 0;
    margin-right: 0;
  }
}