:root{--pm-bg:#ffd300;--pm-surface:#fff;--pm-surface-alt:#fffae0;--pm-text:#0d033c;--pm-text-muted:#4a4360;--pm-border:#e8d800;--pm-accent:#1573dd;--pm-accent-sec:#0d033c;--pm-accent-hover:#0f5db8;--pm-gold:#ffd300;--pm-warn:#e65c00;--pm-ok:#1a8a2e;--pm-card-radius:14px;--pm-gap:1.5rem;--pm-font:'Inter',system-ui,sans-serif;--pm-shadow:0 2px 16px rgba(13,3,60,.10);--pm-shadow-lg:0 6px 32px rgba(13,3,60,.16)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--pm-font);background:var(--pm-surface);color:var(--pm-text);line-height:1.65;min-width:320px}
img{max-width:100%;height:auto;display:block}
a{color:var(--pm-accent);text-decoration:none}
a:hover{text-decoration:underline}
a:focus-visible{outline:3px solid var(--pm-accent);outline-offset:3px;border-radius:4px}
button:focus-visible{outline:3px solid var(--pm-accent);outline-offset:3px}
@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}

.pm-x7k2-skip{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.pm-x7k2-skip:focus{left:12px;top:12px;width:auto;height:auto;background:var(--pm-accent-sec);color:#fff;padding:8px 16px;border-radius:8px;z-index:9999}
.pm-x7k2-container{max-width:1220px;margin:0 auto;padding:0 1rem}
@media(min-width:768px){.pm-x7k2-container{padding:0 1.5rem}}

.pm-x7k2-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.4rem;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;border:none;transition:background .18s,transform .12s;text-decoration:none!important;line-height:1.3}
.pm-x7k2-btn--primary{background:var(--pm-accent);color:#fff}
.pm-x7k2-btn--primary:hover{background:var(--pm-accent-hover);color:#fff}
.pm-x7k2-btn--sec{background:var(--pm-accent-sec);color:#ffd300}
.pm-x7k2-btn--sec:hover{background:#1a0a6b;color:#ffd300}
.pm-x7k2-btn--outline{background:transparent;border:2px solid var(--pm-accent);color:var(--pm-accent)}
.pm-x7k2-btn--outline:hover{background:var(--pm-accent);color:#fff}
.pm-x7k2-btn--sm{padding:.4rem 1rem;font-size:.85rem}
.pm-x7k2-btn:active{transform:scale(.97)}

.pm-x7k2-header{background:var(--pm-accent-sec);position:sticky;top:0;z-index:800;box-shadow:0 2px 12px rgba(13,3,60,.3)}
.pm-x7k2-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;padding:.5rem 1rem}
@media(min-width:768px){.pm-x7k2-header__inner{padding:.5rem 1.5rem}}
.pm-x7k2-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none!important}
.pm-x7k2-logo__img{width:40px;height:40px;border-radius:8px;background:var(--pm-gold);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.1rem;color:var(--pm-accent-sec);flex-shrink:0}
.pm-x7k2-logo__text{font-weight:800;font-size:1.1rem;color:#fff;white-space:nowrap}
.pm-x7k2-logo__text span{color:var(--pm-gold)}

.pm-x7k2-nav{display:flex;align-items:center;gap:.25rem;list-style:none}
.pm-x7k2-nav__item a{display:flex;align-items:center;gap:.35rem;color:rgba(255,255,255,.85);font-size:.85rem;font-weight:600;padding:.4rem .65rem;border-radius:6px;text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}
.pm-x7k2-nav__item a:hover{background:rgba(255,255,255,.12);color:#fff}
.pm-x7k2-nav__item a svg{flex-shrink:0}

.pm-x7k2-header__ctas{display:flex;align-items:center;gap:.5rem;flex-shrink:0}
.pm-x7k2-burger{display:none;background:transparent;border:2px solid rgba(255,255,255,.5);border-radius:6px;padding:6px 8px;cursor:pointer;flex-direction:column;gap:4px}
.pm-x7k2-burger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .22s,opacity .22s}
.pm-x7k2-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.pm-x7k2-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.pm-x7k2-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.pm-x7k2-flag{width:22px;height:16px;border-radius:3px;overflow:hidden;flex-shrink:0;display:flex;align-items:center}

@media(max-width:899px){
  .pm-x7k2-burger{display:flex}
  .pm-x7k2-nav-wrap{position:fixed;inset:0;top:64px;background:rgba(13,3,60,.96);z-index:799;display:none;overflow-y:auto;padding:1rem}
  .pm-x7k2-nav-wrap.is-open{display:block}
  .pm-x7k2-nav{flex-direction:column;align-items:flex-start;gap:.25rem}
  .pm-x7k2-nav__item{width:100%}
  .pm-x7k2-nav__item a{font-size:1rem;padding:.75rem 1rem;border-radius:8px}
  .pm-x7k2-header__ctas .pm-x7k2-btn--sec{display:none}
}
@media(min-width:900px){.pm-x7k2-burger{display:none}.pm-x7k2-nav-wrap{display:flex!important;align-items:center}}

.pm-x7k2-hero{background:linear-gradient(135deg,var(--pm-accent-sec) 0%,#1a0a6b 60%,#0f2e6b 100%);padding:3.5rem 0 2.5rem;position:relative;overflow:hidden}
.pm-x7k2-hero::before{content:'';position:absolute;top:-60px;right:-60px;width:340px;height:340px;background:radial-gradient(circle,rgba(255,211,0,.18) 0%,transparent 70%);border-radius:50%;pointer-events:none}
.pm-x7k2-hero__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
@media(min-width:900px){.pm-x7k2-hero__inner{grid-template-columns:1fr 380px}}
.pm-x7k2-hero__content{color:#fff}
.pm-x7k2-hero h1{font-size:clamp(1.7rem,4vw,2.8rem);font-weight:900;line-height:1.18;margin-bottom:1rem;color:#fff}
.pm-x7k2-hero h1 em{color:var(--pm-gold);font-style:normal}
.pm-x7k2-hero__desc{font-size:1.05rem;color:rgba(255,255,255,.82);margin-bottom:1.75rem;max-width:560px}
.pm-x7k2-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}
.pm-x7k2-badges{display:flex;flex-wrap:wrap;gap:.5rem}
.pm-x7k2-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;color:#fff;backdrop-filter:blur(4px)}
.pm-x7k2-badge svg{flex-shrink:0;color:var(--pm-gold)}
.pm-x7k2-hero__visual{display:flex;flex-direction:column;align-items:center;gap:1rem}
.pm-x7k2-hero__img-wrap{position:relative;width:100%;max-width:340px;margin:0 auto}
.pm-x7k2-hero__img{width:100%;border-radius:16px;aspect-ratio:4/3;object-fit:cover;box-shadow:var(--pm-shadow-lg)}
.pm-x7k2-trust-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;padding:1rem;background:rgba(255,255,255,.07);border-radius:12px;border:1px solid rgba(255,255,255,.1);width:100%;max-width:340px}
.pm-x7k2-trust-logo{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;color:rgba(255,255,255,.7);padding:.3rem .6rem;background:rgba(255,255,255,.08);border-radius:6px}

.pm-x7k2-breadcrumb{padding:.75rem 0;background:var(--pm-surface-alt);border-bottom:1px solid var(--pm-border)}
.pm-x7k2-breadcrumb ol{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;font-size:.82rem;color:var(--pm-text-muted)}
.pm-x7k2-breadcrumb li+li::before{content:'›';margin-right:.25rem;color:var(--pm-text-muted)}
.pm-x7k2-breadcrumb a{color:var(--pm-accent);text-decoration:none}
.pm-x7k2-breadcrumb a:hover{text-decoration:underline}

.pm-x7k2-section{padding:3rem 0}
.pm-x7k2-section--alt{background:var(--pm-surface-alt)}
.pm-x7k2-section--dark{background:var(--pm-accent-sec);color:#fff}
.pm-x7k2-section-title{font-size:clamp(1.35rem,3vw,2rem);font-weight:800;margin-bottom:.5rem;line-height:1.25}
.pm-x7k2-section-sub{color:var(--pm-text-muted);margin-bottom:2rem;font-size:.95rem}
.pm-x7k2-section--dark .pm-x7k2-section-title{color:#fff}
.pm-x7k2-section--dark .pm-x7k2-section-sub{color:rgba(255,255,255,.7)}

.pm-x7k2-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;background:var(--pm-surface-alt);border:1px solid var(--pm-border);border-radius:10px}
.pm-x7k2-filters label{font-size:.82rem;font-weight:700;color:var(--pm-text-muted);text-transform:uppercase;letter-spacing:.03em;margin-right:.25rem;white-space:nowrap}
.pm-x7k2-filter-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border-radius:100px;border:2px solid var(--pm-border);background:var(--pm-surface);font-size:.8rem;font-weight:600;cursor:pointer;color:var(--pm-text);transition:background .15s,border-color .15s}
.pm-x7k2-filter-btn.is-active,.pm-x7k2-filter-btn:hover{background:var(--pm-accent);border-color:var(--pm-accent);color:#fff}
.pm-x7k2-sort-select{padding:.35rem .75rem;border-radius:8px;border:2px solid var(--pm-border);font-size:.82rem;font-weight:600;cursor:pointer;background:var(--pm-surface);color:var(--pm-text)}

.pm-x7k2-casino-grid{display:flex;flex-direction:column;gap:1rem}
.pm-x7k2-casino-card{background:var(--pm-surface);border:2px solid var(--pm-border);border-radius:var(--pm-card-radius);box-shadow:var(--pm-shadow);padding:1.25rem;transition:box-shadow .18s,border-color .18s;position:relative}
.pm-x7k2-casino-card:hover{box-shadow:var(--pm-shadow-lg);border-color:var(--pm-accent)}
.pm-x7k2-casino-card--top3{border-color:var(--pm-gold);border-width:3px}
.pm-x7k2-casino-card--top3 .pm-x7k2-rank-badge{background:linear-gradient(135deg,#f5c000,#e09700);color:var(--pm-accent-sec)}
.pm-x7k2-card-top{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}
.pm-x7k2-rank-badge{position:absolute;top:12px;left:12px;width:30px;height:30px;border-radius:50%;background:var(--pm-accent);color:#fff;font-weight:900;font-size:.85rem;display:flex;align-items:center;justify-content:center;line-height:1}
.pm-x7k2-casino-logo{width:72px;height:72px;min-width:72px;border-radius:10px;overflow:hidden;background:var(--pm-surface-alt);border:2px solid var(--pm-border);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.8rem;color:var(--pm-text-muted);text-align:center;line-height:1.2;padding:4px;margin-top:2px}
.pm-x7k2-casino-logo img{width:100%;height:100%;object-fit:contain}
.pm-x7k2-casino-info{flex:1;min-width:0}
.pm-x7k2-casino-name{font-size:1.15rem;font-weight:800;margin-bottom:.3rem;display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}
.pm-x7k2-geo-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:700;background:#e6f4ea;color:var(--pm-ok);border-radius:100px;padding:.15rem .55rem;border:1px solid #b5dfc0}
.pm-x7k2-pm-indicators{display:flex;gap:.4rem;margin-bottom:.5rem;flex-wrap:wrap}
.pm-x7k2-pm-ind{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:100px;border:1px solid}
.pm-x7k2-pm-ind--dep{background:#e8f0fd;border-color:#b5cefc;color:#1345a0}
.pm-x7k2-pm-ind--wit{background:#e8f4e8;border-color:#9fd4a0;color:#1a6b20}
.pm-x7k2-pm-ind--nc{background:#f5f0ff;border-color:#c8b8f0;color:#5a3b9e}
.pm-x7k2-casino-meta{display:flex;flex-wrap:wrap;gap:.5rem .75rem;font-size:.8rem;color:var(--pm-text-muted)}
.pm-x7k2-casino-meta span{display:flex;align-items:center;gap:.25rem}
.pm-x7k2-casino-meta strong{color:var(--pm-text);font-weight:700}
.pm-x7k2-casino-body{display:grid;grid-template-columns:1fr;gap:.75rem}
@media(min-width:600px){.pm-x7k2-casino-body{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.pm-x7k2-casino-body{grid-template-columns:1fr 1fr 1fr}}
.pm-x7k2-bonus-block{background:linear-gradient(135deg,#fffbe6,#fff3b0);border:1px solid #f5d800;border-radius:10px;padding:.75rem 1rem}
.pm-x7k2-bonus-label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--pm-warn);margin-bottom:.2rem}
.pm-x7k2-bonus-val{font-size:1rem;font-weight:800;color:var(--pm-accent-sec);line-height:1.2;margin-bottom:.3rem}
.pm-x7k2-bonus-terms{font-size:.75rem;color:var(--pm-text-muted);line-height:1.4}
.pm-x7k2-pros{list-style:none;font-size:.82rem;display:flex;flex-direction:column;gap:.3rem}
.pm-x7k2-pros li{display:flex;align-items:flex-start;gap:.35rem}
.pm-x7k2-pros li::before{content:'✓';color:var(--pm-ok);font-weight:900;flex-shrink:0;margin-top:.05em}
.pm-x7k2-licence-block{font-size:.75rem;color:var(--pm-text-muted);display:flex;flex-direction:column;gap:.2rem}
.pm-x7k2-licence-block strong{color:var(--pm-text);font-size:.78rem}
.pm-x7k2-card-footer{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--pm-border)}
.pm-x7k2-card-footer .pm-x7k2-btn{flex-shrink:0}
.pm-x7k2-details-toggle{background:none;border:none;cursor:pointer;font-size:.8rem;color:var(--pm-accent);text-decoration:underline;padding:0}
.pm-x7k2-details-panel{display:none;padding:.75rem;background:var(--pm-surface-alt);border-radius:8px;margin-top:.75rem;font-size:.82rem;line-height:1.6}
.pm-x7k2-details-panel.is-open{display:block}
.pm-x7k2-show-more-wrap{text-align:center;margin-top:1.5rem}
#pm-load-error{display:none;color:var(--pm-warn);font-size:.85rem;margin-top:.5rem}

.pm-x7k2-info-table-wrap{overflow-x:auto;border-radius:12px;border:2px solid var(--pm-border);box-shadow:var(--pm-shadow)}
.pm-x7k2-info-table{width:100%;border-collapse:collapse;min-width:480px}
.pm-x7k2-info-table tbody tr:nth-child(odd){background:var(--pm-surface-alt)}
.pm-x7k2-info-table td{padding:.7rem 1rem;border-bottom:1px solid var(--pm-border);font-size:.88rem;line-height:1.5;text-align:left;vertical-align:top}
.pm-x7k2-info-table td:first-child{font-weight:700;color:var(--pm-text-muted);white-space:nowrap;width:36%;min-width:160px}
.pm-x7k2-info-table td:first-child .pm-x7k2-tbl-icon{display:inline-flex;align-items:center;gap:.4rem}
.pm-x7k2-info-table tr:last-child td{border-bottom:none}

.pm-x7k2-steps{display:flex;flex-direction:column;gap:1.25rem}
.pm-x7k2-step{display:flex;gap:1rem;align-items:flex-start}
.pm-x7k2-step__num{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--pm-accent);color:#fff;font-weight:900;font-size:1.05rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(21,115,221,.3)}
.pm-x7k2-step__body{flex:1;padding-top:.35rem}
.pm-x7k2-step__title{font-weight:700;margin-bottom:.25rem;font-size:.95rem}
.pm-x7k2-step__desc{font-size:.87rem;color:var(--pm-text-muted);line-height:1.55}
.pm-x7k2-step__hint{display:inline-block;margin-top:.35rem;font-size:.78rem;padding:.2rem .6rem;background:#e8f0fd;color:#1345a0;border-radius:6px;font-weight:600}

.pm-x7k2-warn-box{display:flex;gap:.75rem;align-items:flex-start;padding:.9rem 1.1rem;background:#fff5e6;border:2px solid #f5c070;border-radius:10px;font-size:.85rem;line-height:1.55;color:var(--pm-warn)}
.pm-x7k2-warn-box svg{flex-shrink:0;margin-top:.1em}
.pm-x7k2-info-box{display:flex;gap:.75rem;align-items:flex-start;padding:.9rem 1.1rem;background:#e8f0fd;border:2px solid #b5cefc;border-radius:10px;font-size:.85rem;line-height:1.55;color:#1345a0}
.pm-x7k2-info-box svg{flex-shrink:0;margin-top:.1em}

.pm-x7k2-bonus-cards{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem;-webkit-overflow-scrolling:touch}
.pm-x7k2-bonus-card{min-width:280px;scroll-snap-align:start;background:var(--pm-surface);border:2px solid var(--pm-border);border-radius:var(--pm-card-radius);padding:1.25rem;box-shadow:var(--pm-shadow);display:flex;flex-direction:column;gap:.75rem}
.pm-x7k2-bonus-card__casino{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--pm-text-muted)}
.pm-x7k2-bonus-card__offer{font-size:1.15rem;font-weight:900;color:var(--pm-accent-sec);line-height:1.2}
.pm-x7k2-bonus-card__row{display:flex;justify-content:space-between;font-size:.8rem;padding:.35rem 0;border-bottom:1px solid var(--pm-border)}
.pm-x7k2-bonus-card__row:last-of-type{border-bottom:none}
.pm-x7k2-bonus-card__row span:first-child{color:var(--pm-text-muted)}
.pm-x7k2-bonus-card__row span:last-child{font-weight:700}
.pm-x7k2-bonus-compat{font-size:.78rem;padding:.3rem .7rem;border-radius:100px;font-weight:700;display:inline-flex;align-items:center;gap:.25rem}
.pm-x7k2-bonus-compat--ok{background:#e6f4ea;color:var(--pm-ok)}
.pm-x7k2-bonus-compat--warn{background:#fff5e6;color:var(--pm-warn)}

.pm-x7k2-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}
.pm-x7k2-tl-step{background:var(--pm-surface);border:2px solid var(--pm-border);border-radius:12px;padding:1rem;text-align:center;position:relative}
.pm-x7k2-tl-step__icon{width:48px;height:48px;border-radius:50%;background:var(--pm-accent);color:#fff;margin:0 auto .65rem;display:flex;align-items:center;justify-content:center}
.pm-x7k2-tl-step__title{font-weight:800;font-size:.9rem;margin-bottom:.3rem}
.pm-x7k2-tl-step__time{font-size:.8rem;color:var(--pm-ok);font-weight:700;margin-bottom:.35rem}
.pm-x7k2-tl-step__desc{font-size:.78rem;color:var(--pm-text-muted);line-height:1.5}
.pm-x7k2-tl-arrow{display:none;align-items:center;justify-content:center;color:var(--pm-accent);font-size:1.3rem}
@media(min-width:600px){.pm-x7k2-timeline{grid-auto-flow:column;grid-template-columns:repeat(auto-fill,1fr)}.pm-x7k2-tl-arrow{display:flex}}

.pm-x7k2-alt-table-wrap{overflow-x:auto;border-radius:12px;border:2px solid var(--pm-border)}
.pm-x7k2-alt-table{width:100%;border-collapse:collapse;min-width:600px;font-size:.83rem}
.pm-x7k2-alt-table thead tr{background:var(--pm-accent-sec);color:#fff}
.pm-x7k2-alt-table thead th{padding:.7rem .9rem;text-align:left;font-weight:700;font-size:.8rem;letter-spacing:.03em}
.pm-x7k2-alt-table tbody tr:nth-child(odd){background:var(--pm-surface-alt)}
.pm-x7k2-alt-table td{padding:.65rem .9rem;border-bottom:1px solid var(--pm-border);vertical-align:top;line-height:1.45}
.pm-x7k2-alt-table tr:last-child td{border-bottom:none}
.pm-x7k2-highlight-row{background:#fffbe6!important}
.pm-x7k2-highlight-row td:first-child{font-weight:800;color:var(--pm-accent-sec)}

.pm-x7k2-mobile-table-wrap{overflow-x:auto;border-radius:12px;border:2px solid var(--pm-border)}
.pm-x7k2-mobile-table{width:100%;border-collapse:collapse;min-width:540px;font-size:.83rem}
.pm-x7k2-mobile-table thead tr{background:var(--pm-accent-sec);color:#fff}
.pm-x7k2-mobile-table th{padding:.7rem .9rem;text-align:left;font-weight:700;font-size:.8rem}
.pm-x7k2-mobile-table tbody tr:nth-child(odd){background:var(--pm-surface-alt)}
.pm-x7k2-mobile-table td{padding:.6rem .9rem;border-bottom:1px solid var(--pm-border);vertical-align:top;line-height:1.5}
.pm-x7k2-mobile-table tr:last-child td{border-bottom:none}
.pm-x7k2-ok{color:var(--pm-ok);font-weight:700}
.pm-x7k2-na{color:var(--pm-text-muted);font-style:italic}

.pm-x7k2-trouble-table-wrap{overflow-x:auto;border-radius:12px;border:2px solid var(--pm-border)}
.pm-x7k2-trouble-table{width:100%;border-collapse:collapse;min-width:560px;font-size:.83rem}
.pm-x7k2-trouble-table thead tr{background:var(--pm-accent-sec);color:#fff}
.pm-x7k2-trouble-table th{padding:.65rem .9rem;text-align:left;font-weight:700;font-size:.8rem}
.pm-x7k2-trouble-table tbody tr:nth-child(odd){background:var(--pm-surface-alt)}
.pm-x7k2-trouble-table td{padding:.65rem .9rem;border-bottom:1px solid var(--pm-border);vertical-align:top;line-height:1.5}
.pm-x7k2-trouble-table tr:last-child td{border-bottom:none}

.pm-x7k2-review-container{background:var(--pm-surface);border:2px solid var(--pm-border);border-radius:var(--pm-card-radius);padding:2rem;line-height:1.75;font-size:.95rem}
.pm-x7k2-review-container h2{font-size:1.5rem;font-weight:800;margin:1.5rem 0 .5rem;color:var(--pm-accent-sec)}
.pm-x7k2-review-container h3{font-size:1.2rem;font-weight:700;margin:1.25rem 0 .4rem}
.pm-x7k2-review-container h4{font-size:1.05rem;font-weight:700;margin:1rem 0 .35rem}
.pm-x7k2-review-container p{margin-bottom:.9rem}
.pm-x7k2-review-container ul,.pm-x7k2-review-container ol{padding-left:1.5rem;margin-bottom:.9rem}
.pm-x7k2-review-container li{margin-bottom:.3rem}
.pm-x7k2-review-container a{color:var(--pm-accent)}
.pm-x7k2-review-container table{width:100%;border-collapse:collapse;margin:1rem 0;border:2px solid var(--pm-border);border-radius:8px;overflow:hidden;font-size:.87rem}
.pm-x7k2-review-container th{background:var(--pm-accent-sec);color:#fff;padding:.6rem .9rem;text-align:left}
.pm-x7k2-review-container td{padding:.55rem .9rem;border-bottom:1px solid var(--pm-border)}
.pm-x7k2-review-container tr:nth-child(even) td{background:var(--pm-surface-alt)}
.pm-x7k2-review-container blockquote{border-left:4px solid var(--pm-accent);padding:.6rem 1.1rem;margin:1rem 0;background:var(--pm-surface-alt);border-radius:0 8px 8px 0;font-style:italic;color:var(--pm-text-muted)}
.pm-x7k2-review-container img{max-width:100%;border-radius:8px;margin:1rem 0}
.pm-x7k2-review-container figure{margin:1rem 0;text-align:center}
.pm-x7k2-review-container figcaption{font-size:.8rem;color:var(--pm-text-muted);margin-top:.35rem}

.pm-x7k2-faq{display:flex;flex-direction:column;gap:.75rem}
.pm-x7k2-faq details{background:var(--pm-surface);border:2px solid var(--pm-border);border-radius:10px;overflow:hidden}
.pm-x7k2-faq details[open]{border-color:var(--pm-accent)}
.pm-x7k2-faq summary{padding:.85rem 1.1rem;cursor:pointer;font-weight:700;font-size:.95rem;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.pm-x7k2-faq summary::after{content:'›';font-size:1.3rem;color:var(--pm-accent);transition:transform .2s;transform:rotate(90deg);flex-shrink:0}
details:not([open]) .pm-x7k2-faq summary::after,
.pm-x7k2-faq details:not([open]) summary::after{transform:rotate(0deg)}
.pm-x7k2-faq details:not([open]) summary::after{transform:rotate(0deg)}
.pm-x7k2-faq details[open] summary::after{transform:rotate(90deg)}
.pm-x7k2-faq summary::-webkit-details-marker{display:none}
.pm-x7k2-faq .pm-x7k2-faq-answer{padding:.75rem 1.1rem 1rem;font-size:.88rem;line-height:1.65;color:var(--pm-text-muted);border-top:1px solid var(--pm-border)}
.pm-x7k2-faq .pm-x7k2-faq-answer a{color:var(--pm-accent)}

.pm-x7k2-author{display:flex;gap:1.25rem;align-items:flex-start;flex-wrap:wrap}
.pm-x7k2-author__avatar{width:80px;height:80px;min-width:80px;border-radius:50%;overflow:hidden;background:var(--pm-surface-alt);border:3px solid var(--pm-gold);display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.5rem;color:var(--pm-accent-sec)}
.pm-x7k2-author__avatar img{width:100%;height:100%;object-fit:cover}
.pm-x7k2-author__info{flex:1;min-width:200px}
.pm-x7k2-author__name{font-size:1.1rem;font-weight:800;margin-bottom:.15rem}
.pm-x7k2-author__role{font-size:.82rem;color:var(--pm-text-muted);font-weight:600;margin-bottom:.5rem}
.pm-x7k2-author__bio{font-size:.85rem;color:var(--pm-text-muted);line-height:1.6;margin-bottom:.6rem}
.pm-x7k2-author__links{display:flex;gap:.5rem;flex-wrap:wrap}
.pm-x7k2-author__links a{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;padding:.3rem .7rem;background:var(--pm-surface-alt);border:1px solid var(--pm-border);border-radius:6px;color:var(--pm-text);text-decoration:none}
.pm-x7k2-author__links a:hover{background:var(--pm-accent);color:#fff;border-color:var(--pm-accent)}
.pm-x7k2-method-box{margin-bottom:1.5rem;padding:1.1rem;background:var(--pm-surface-alt);border:2px solid var(--pm-border);border-radius:10px;font-size:.85rem;line-height:1.6}
.pm-x7k2-method-box strong{display:block;margin-bottom:.35rem;font-size:.9rem;color:var(--pm-accent-sec)}
.pm-x7k2-affiliate-note{font-size:.78rem;color:var(--pm-text-muted);margin-top:1rem;padding:.6rem .9rem;border-left:3px solid var(--pm-gold);background:var(--pm-surface-alt)}

.pm-x7k2-footer{background:var(--pm-accent-sec);color:rgba(255,255,255,.8);padding:2.5rem 0 1.5rem}
.pm-x7k2-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}
@media(min-width:768px){.pm-x7k2-footer__grid{grid-template-columns:220px 1fr 1fr}}
.pm-x7k2-footer__brand .pm-x7k2-logo__text{color:#fff}
.pm-x7k2-footer__brand p{font-size:.82rem;margin-top:.5rem;line-height:1.6;color:rgba(255,255,255,.65)}
.pm-x7k2-footer h4{color:#fff;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}
.pm-x7k2-footer-nav{list-style:none;display:flex;flex-direction:column;gap:.4rem}
.pm-x7k2-footer-nav a{color:rgba(255,255,255,.7);font-size:.82rem;text-decoration:none;transition:color .15s}
.pm-x7k2-footer-nav a:hover{color:#fff}
.pm-x7k2-footer__alt-logos{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}
.pm-x7k2-footer__alt-logo{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;padding:.25rem .55rem;background:rgba(255,255,255,.08);border-radius:5px;color:rgba(255,255,255,.75)}
.pm-x7k2-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;display:flex;flex-direction:column;gap:.75rem}
.pm-x7k2-footer__legal{font-size:.73rem;color:rgba(255,255,255,.5);line-height:1.6}
.pm-x7k2-footer__legal a{color:rgba(255,255,255,.6)}
.pm-x7k2-footer__rg{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
.pm-x7k2-footer__age{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:2px solid rgba(255,255,255,.3);font-weight:900;font-size:.75rem;color:rgba(255,255,255,.7);flex-shrink:0}
.pm-x7k2-footer__rg-links{display:flex;flex-wrap:wrap;gap:.4rem}
.pm-x7k2-footer__rg-links a{font-size:.75rem;color:rgba(255,255,255,.6);text-decoration:underline}
.pm-x7k2-footer__rg-links a:hover{color:#fff}
.pm-x7k2-footer__copy{font-size:.75rem;color:rgba(255,255,255,.45)}

.pm-x7k2-sticky-widget{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom,0px));right:1rem;z-index:700;display:flex;align-items:center;gap:.5rem;background:var(--pm-accent-sec);border:2px solid var(--pm-gold);border-radius:12px;padding:.65rem 1.1rem;box-shadow:var(--pm-shadow-lg);max-width:320px;transition:opacity .2s}
.pm-x7k2-sticky-widget.is-hidden{display:none}
.pm-x7k2-sticky-widget__text{font-size:.82rem;color:#fff;font-weight:600;flex:1}
.pm-x7k2-sticky-widget__text strong{display:block;font-size:.9rem;color:var(--pm-gold)}
.pm-x7k2-sticky-widget__close{background:none;border:none;cursor:pointer;color:rgba(255,255,255,.5);font-size:1.1rem;padding:0;line-height:1;flex-shrink:0}
.pm-x7k2-sticky-widget__close:hover{color:#fff}
@media(max-width:360px){.pm-x7k2-sticky-widget{left:.5rem;right:.5rem;max-width:none}}
body.pm-has-widget{padding-bottom:90px}

.pm-x7k2-info-page{padding:3rem 0;min-height:50vh}
.pm-x7k2-info-content{max-width:760px;font-size:.95rem;line-height:1.75}
.pm-x7k2-info-content h2{font-size:1.35rem;font-weight:800;margin:1.75rem 0 .5rem;color:var(--pm-accent-sec)}
.pm-x7k2-info-content h3{font-size:1.1rem;font-weight:700;margin:1.25rem 0 .4rem}
.pm-x7k2-info-content p{margin-bottom:.9rem}
.pm-x7k2-info-content ul,.pm-x7k2-info-content ol{padding-left:1.5rem;margin-bottom:.9rem}
.pm-x7k2-info-content li{margin-bottom:.3rem}
.pm-x7k2-info-content a{color:var(--pm-accent)}
.pm-x7k2-contact-form{display:flex;flex-direction:column;gap:1rem;max-width:480px;margin-top:1.5rem}
.pm-x7k2-contact-form label{font-weight:700;font-size:.88rem;display:flex;flex-direction:column;gap:.35rem}
.pm-x7k2-contact-form input,.pm-x7k2-contact-form select,.pm-x7k2-contact-form textarea{width:100%;border:2px solid var(--pm-border);border-radius:8px;padding:.6rem .85rem;font-size:.9rem;font-family:inherit;background:var(--pm-surface);color:var(--pm-text);transition:border-color .15s}
.pm-x7k2-contact-form input:focus,.pm-x7k2-contact-form select:focus,.pm-x7k2-contact-form textarea:focus{border-color:var(--pm-accent);outline:none}
.pm-x7k2-contact-form textarea{min-height:120px;resize:vertical}

.pm-x7k2-hidden{display:none!important}
.pm-x7k2-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.wp-site-blocks{display:contents}
.entry-content{display:contents}
.has-small-font-size{font-size:.82rem}
.has-large-font-size{font-size:1.2rem}
.wp-block-columns{display:contents}
.pm-x7k2-wpcompat{display:none}

.pm-x7k2-casino-logo{padding:6px}
.pm-x7k2-casino-logo--light{background:#fff;border-color:var(--pm-border)}
.pm-x7k2-casino-logo--dark{background:linear-gradient(160deg,#1d1152,#0d033c);border-color:#0d033c}
.pm-x7k2-bonus-card__logo{height:60px;margin-bottom:.6rem;border-radius:10px;border:2px solid var(--pm-border);display:flex;align-items:center;justify-content:center;padding:8px}
.pm-x7k2-bonus-card__logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.pm-x7k2-bonus-card__logo.pm-x7k2-casino-logo--dark{background:linear-gradient(160deg,#1d1152,#0d033c);border-color:#0d033c}
.pm-x7k2-bonus-card__logo.pm-x7k2-casino-logo--light{background:#fff}


.pm-x7k2-promo-banner{position:relative;isolation:isolate;overflow:hidden;margin-bottom:1.5rem;padding:1.4rem 1.25rem;border-radius:14px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;border:1px solid rgba(255,255,255,.18)}
.pm-x7k2-promo-banner::before{content:'';position:absolute;inset:0;z-index:-2;background:url('/assets/img/payid-banner.jpg') center/cover no-repeat}
.pm-x7k2-promo-banner::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(100deg,rgba(13,3,60,.93),rgba(15,46,107,.78))}
.pm-x7k2-promo-banner__eyebrow{display:block;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--pm-gold);margin-bottom:.35rem}
.pm-x7k2-promo-banner strong{display:block;font-size:1.15rem;margin-bottom:.25rem}
.pm-x7k2-promo-banner p{margin:0;font-size:.88rem;color:rgba(255,255,255,.85)}

.pm-x7k2-info-content{max-width:none}
.pm-x7k2-info-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:var(--pm-surface);border:2px solid var(--pm-accent-sec);border-radius:12px;overflow:hidden;font-size:.88rem}
.pm-x7k2-info-content thead tr{background:var(--pm-accent-sec);color:#fff}
.pm-x7k2-info-content th,.pm-x7k2-info-content td{padding:.7rem 1rem;border:1px solid var(--pm-border);text-align:left;vertical-align:top;line-height:1.5}
.pm-x7k2-info-content thead th{border-color:rgba(255,255,255,.25);font-weight:800}
.pm-x7k2-info-content tbody tr:nth-child(even){background:var(--pm-surface-alt)}
.pm-x7k2-info-content ul,.pm-x7k2-info-content ol{background:var(--pm-surface-alt);border:1px solid var(--pm-border);border-radius:12px;padding:1rem 1.1rem 1rem 2.2rem;margin:1.1rem 0}
.pm-x7k2-info-content blockquote{margin:1.25rem 0;padding:1rem 1.1rem;background:var(--pm-surface-alt);border:1px solid var(--pm-border);border-left:5px solid var(--pm-accent);border-radius:10px}
.pm-x7k2-info-content h2,.pm-x7k2-info-content h3{border-left:5px solid var(--pm-accent);padding-left:.7rem}
@media(max-width:600px){.pm-x7k2-info-content table{display:block;overflow-x:auto;white-space:nowrap}}

.pm-x7k2-nav-ctas{display:flex;align-items:center;gap:.5rem;margin-left:.5rem}
@media(max-width:899px){
  .pm-x7k2-header__inner{justify-content:flex-end;gap:.5rem}
  .pm-x7k2-logo{margin-right:auto}
  .pm-x7k2-header__ctas{margin-left:auto}
  .pm-x7k2-nav-wrap{position:absolute;inset:auto 0 auto auto;top:100%;right:.75rem;left:auto;width:min(300px,calc(100vw - 1.5rem));background:rgba(13,3,60,.98);border-radius:0 0 14px 14px;box-shadow:0 14px 34px rgba(0,0,0,.45);padding:1rem;overflow-y:auto;max-height:calc(100vh - 64px)}
  .pm-x7k2-nav-ctas{display:flex;flex-direction:column;align-items:stretch;gap:.6rem;margin:.9rem 0 0;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.22)}
  .pm-x7k2-nav-ctas .pm-x7k2-btn{width:100%;text-align:center;justify-content:center}
  .pm-x7k2-header__ctas .pm-x7k2-btn--sec{display:inline-flex}
}
.pm-x7k2-review-container table{border:2px solid var(--pm-accent-sec);margin:1.5rem 0}
.pm-x7k2-review-container th,.pm-x7k2-review-container td{border:1px solid var(--pm-border);vertical-align:top}
.pm-x7k2-review-container thead th{border-color:rgba(255,255,255,.25)}
.pm-x7k2-review-container ul,.pm-x7k2-review-container ol{background:var(--pm-surface-alt);border:1px solid var(--pm-border);border-radius:12px;padding:1rem 1.1rem 1rem 2.2rem;margin:1.1rem 0}
.pm-x7k2-review-container blockquote{margin:1.25rem 0;padding:1rem 1.1rem;background:var(--pm-surface-alt);border:1px solid var(--pm-border);border-left:5px solid var(--pm-accent);border-radius:10px}
.pm-x7k2-review-container h2,.pm-x7k2-review-container h3{border-left:5px solid var(--pm-accent);padding-left:.7rem}
@media(max-width:600px){.pm-x7k2-review-container table{display:block;overflow-x:auto;white-space:nowrap}}
.pm-x7k2-hero{background-image:linear-gradient(115deg,rgba(13,3,60,.94) 0%,rgba(26,10,107,.9) 55%,rgba(15,46,107,.88) 100%),url('/assets/img/payid-banner.jpg');background-size:cover,cover;background-position:center,center;background-repeat:no-repeat,no-repeat}
.pm-x7k2-hero__img-wrap{display:flex;align-items:center;justify-content:center;padding:1.5rem;border-radius:16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(2px)}
.pm-x7k2-hero__logo{width:100%;max-width:320px;height:auto;object-fit:contain;display:block}
img.pm-x7k2-logo__img{width:auto;height:30px;max-width:78px;border-radius:0;background:none;object-fit:contain;flex-shrink:0;display:block}
img.pm-x7k2-logo__img{height:38px;max-width:110px}
body.pm-has-widget{padding-bottom:0}
@media(max-width:600px){body.pm-has-widget{padding-bottom:88px}}
