/*
Theme Name: Pussy888
Theme URI: https://pussy-888.games
Author: Pussy888
Description: Pussy888 Malaysia slot provider review theme. Gold + dark luxury. APK download, RTP, 200+ games.
Version: 1.0
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pussy888
*/

:root {
  /* Gold + dark luxury (Pussy888 brand) */
  --bg:        #0a0a0c;
  --bg2:       #111114;
  --panel:     #16161b;
  --panel2:    #1e1e25;

  --gold:      #e6b422;   /* rich gold */
  --gold-l:    #ffd75e;   /* light gold */
  --gold-d:    #b8901a;
  --gold-soft: rgba(230,180,34,0.1);
  --purple:    #7b2ff7;   /* panther-eye purple accent */

  --text:      #ffffff;
  --text2:     #b4b0be;
  --muted:     #6d6a7a;
  --line:      rgba(230,180,34,0.14);
  --line2:     rgba(230,180,34,0.3);

  --r:         10px;
  --r2:        16px;
  --r3:        24px;
  --shadow:    0 8px 30px rgba(0,0,0,0.5);
  --gshadow:   0 8px 24px rgba(230,180,34,0.28);
  --glow:      0 0 24px rgba(230,180,34,0.35);
  --font:      'Poppins', system-ui, -apple-system, sans-serif;
  --font-h:    'Rajdhani', 'Poppins', sans-serif;
  --hh:        66px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body { font-family: var(--font); background: var(--bg); color: var(--text2); -webkit-font-smoothing: antialiased; overflow-x: hidden; width: 100%; max-width: 100%; padding-top: var(--hh); line-height: 1.6; }
* { max-width: 100%; }
img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-l); }
ul, ol { list-style: none; }
h1,h2,h3,h4 { font-family: var(--font-h); color: var(--text); line-height: 1.15; letter-spacing: 0.01em; }

.px8-wrap { width: 100%; max-width: 1260px; margin: 0 auto; padding: 0 22px; }

/* BUTTONS */
.px8-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-h); font-weight: 700; font-size: 16px; border-radius: var(--r); border: none; cursor: pointer; padding: 13px 28px; transition: all .18s; white-space: nowrap; text-transform: uppercase; letter-spacing: 0.03em; }
.px8-btn--gold { background: linear-gradient(135deg,#e6b422,#ffd75e); color: #0a0a0c; box-shadow: var(--gshadow); }
.px8-btn--gold:hover { transform: translateY(-2px); color: #0a0a0c; box-shadow: 0 12px 30px rgba(230,180,34,.42), var(--glow); }
.px8-btn--dark { background: var(--panel2); border: 1px solid var(--line2); color: var(--gold-l); }
.px8-btn--dark:hover { transform: translateY(-2px); color: var(--gold-l); background: var(--gold-soft); }
.px8-btn--ghost { background: transparent; border: 1.5px solid var(--line2); color: var(--gold-l); }
.px8-btn--ghost:hover { background: var(--gold-soft); color: var(--gold-l); }
.px8-btn--sm { padding: 9px 18px; font-size: 13px; }
.px8-btn--lg { padding: 15px 34px; font-size: 17px; }

/* HEADER */
#px8-header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: var(--hh); background: rgba(10,10,12,.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.px8-header__inner { display: flex; align-items: center; gap: 20px; height: 100%; max-width: 1260px; margin: 0 auto; padding: 0 22px; }
.px8-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.px8-logo img { height: 38px; width: auto; }
.px8-logo__text { font-family: var(--font-h); font-size: 24px; font-weight: 700; color: var(--text); letter-spacing: 0.02em; text-transform: uppercase; }
.px8-logo__text b { background: linear-gradient(135deg,#e6b422,#ffd75e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.px8-nav { display: flex; align-items: center; height: 100%; flex: 1; }
.px8-nav ul { display: flex; align-items: center; gap: 2px; }
.px8-nav ul li a { display: flex; align-items: center; padding: 9px 15px; border-radius: var(--r); font-size: 14px; font-weight: 600; color: var(--text2); transition: all .15s; white-space: nowrap; }
.px8-nav ul li a:hover, .px8-nav ul li.current-menu-item a { color: var(--gold-l); background: var(--gold-soft); }
.px8-header__cta { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.px8-hamburger { display: none; flex-direction: column; gap: 5px; align-items: center; justify-content: center; width: 40px; height: 40px; cursor: pointer; background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); }
.px8-hamburger span { display: block; width: 18px; height: 2px; background: var(--text); border-radius: 2px; }
.px8-mobile-nav { display: block; position: fixed; top: var(--hh); right: 0; width: 300px; height: calc(100vh - var(--hh)); background: var(--bg2); border-left: 1px solid var(--line); z-index: 190; overflow-y: auto; padding: 16px 0 80px; transform: translateX(100%); transition: transform .3s; box-shadow: var(--shadow); }
.px8-mobile-nav.open { transform: translateX(0); }
.px8-mobile-nav ul li { border-bottom: 1px solid var(--line); }
.px8-mobile-nav ul li a { display: block; padding: 15px 24px; font-size: 15px; font-weight: 600; color: var(--text); }
.px8-mobile-nav ul li a:hover { color: var(--gold-l); background: var(--gold-soft); }
.px8-mobile-nav__cta { padding: 16px 24px; display: flex; flex-direction: column; gap: 10px; }
.px8-mobile-nav__cta .px8-btn { width: 100%; }

/* HERO */
#px8-hero { position: relative; background: radial-gradient(ellipse at 70% 30%, rgba(123,47,247,.1) 0%, transparent 55%), linear-gradient(180deg, var(--bg2) 0%, var(--bg) 100%); padding: 50px 0 44px; overflow: hidden; }
#px8-hero::before { content: ''; position: absolute; top: -80px; left: -60px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(230,180,34,.12) 0%, transparent 65%); pointer-events: none; }
.px8-hero__inner { max-width: 1260px; margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; position: relative; z-index: 1; }
.px8-hero__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--gold-soft); border: 1px solid var(--line2); color: var(--gold-l); font-size: 13px; font-weight: 600; padding: 7px 14px; border-radius: 50px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.04em; }
.px8-hero__title { font-family: var(--font-h); font-size: 52px; font-weight: 700; color: #fff; line-height: 1.02; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.01em; }
.px8-hero__title span { background: linear-gradient(135deg,#e6b422,#ffd75e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.px8-hero__desc { font-size: 16px; color: var(--text2); margin-bottom: 26px; max-width: 480px; }
.px8-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.px8-hero__trust { display: flex; gap: 24px; flex-wrap: wrap; }
.px8-hero__trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text2); }
.px8-hero__trust-item svg { width: 18px; height: 18px; stroke: var(--gold); flex-shrink: 0; }
.px8-hero__visual { position: relative; }
.px8-hero__card { background: var(--panel); border: 1px solid var(--line2); border-radius: var(--r3); overflow: hidden; box-shadow: var(--shadow); }
.px8-hero__img { width: 100%; height: 400px; object-fit: cover; display: block; }
.px8-hero__fallback { height: 400px; background: linear-gradient(135deg, var(--gold-d) 0%, #4a3a00 60%, #0a0a0c 100%); display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--font-h); font-size: 24px; font-weight: 700; text-transform: uppercase; text-align: center; padding: 20px; }

/* TRUST BAR */
#px8-trust { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.px8-trust__inner { max-width: 1260px; margin: 0 auto; padding: 0 22px; display: flex; align-items: stretch; }
.px8-trust__item { flex: 1; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 12px; border-right: 1px solid var(--line); transition: background .2s; }
.px8-trust__item:last-child { border-right: none; }
.px8-trust__item:hover { background: var(--gold-soft); }
.px8-trust__icon { width: 34px; height: 34px; flex-shrink: 0; background: var(--gold-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.px8-trust__icon svg { width: 18px; height: 18px; stroke: var(--gold); }
.px8-trust__text strong { display: block; font-size: 12px; font-weight: 700; color: var(--text); line-height: 1.2; }
.px8-trust__text span { display: block; font-size: 10px; color: var(--muted); margin-top: 2px; }

/* STATS */
#px8-stats { max-width: 1260px; margin: 20px auto 0; padding: 0 22px; }
.px8-stats__inner { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 0 24px; display: flex; align-items: stretch; overflow: hidden; }
.px8-stat { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 12px; gap: 4px; text-align: center; }
.px8-stat__num { font-family: var(--font-h); font-size: 28px; font-weight: 700; background: linear-gradient(135deg,#e6b422,#ffd75e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.px8-stat__label { font-size: 11px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.px8-stat__sep { width: 1px; background: var(--line); margin: 14px 0; flex-shrink: 0; }
.px8-stat--pay { flex: 1.4; }
.px8-stat__badges { display: flex; gap: 5px; flex-wrap: wrap; justify-content: center; margin-bottom: 4px; }
.px8-stat__badges span { background: var(--gold-soft); border: 1px solid var(--line2); border-radius: 5px; padding: 2px 8px; font-size: 11px; font-weight: 700; color: var(--gold-l); }

/* SECTION */
.px8-section { padding: 56px 0; }
.px8-section--alt { background: var(--bg2); }
.px8-section__head { max-width: 700px; margin: 0 auto 40px; text-align: center; }
.px8-section__tag { display: inline-block; font-size: 12px; font-weight: 700; color: var(--gold-l); background: var(--gold-soft); padding: 5px 14px; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.px8-section__title { font-family: var(--font-h); font-size: 38px; font-weight: 700; color: var(--text); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.01em; }
.px8-section__sub { font-size: 16px; color: var(--text2); }

/* TOP GAMES with RTP */
.px8-games { max-width: 1260px; margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.px8-game { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; transition: all .2s; color: inherit; display: flex; flex-direction: column; position: relative; }
.px8-game:hover { transform: translateY(-4px); border-color: var(--line2); box-shadow: var(--shadow), var(--glow); color: inherit; }
.px8-game__top { position: absolute; top: 12px; left: 12px; right: 12px; display: flex; align-items: center; justify-content: space-between; z-index: 2; }
.px8-game__rank { font-family: var(--font-h); font-size: 15px; font-weight: 700; color: #fff; background: rgba(10,10,12,.72); backdrop-filter: blur(4px); width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); }
.px8-game__rtp { background: linear-gradient(135deg,#e6b422,#ffd75e); border-radius: 8px; padding: 4px 10px; text-align: center; }
.px8-game__rtp span { display: block; font-family: var(--font-h); font-size: 15px; font-weight: 700; color: #0a0a0c; line-height: 1; }
.px8-game__rtp small { display: block; font-size: 8px; color: rgba(10,10,12,.75); text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }
.px8-game__thumb { height: 160px; background: linear-gradient(135deg, #2a2410, #16161b); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.px8-game__thumb img { width: 100%; height: 100%; object-fit: cover; }
.px8-game__thumb-label { font-family: var(--font-h); font-size: 20px; font-weight: 700; color: var(--gold-l); text-transform: uppercase; text-align: center; padding: 0 12px; }
.px8-game__body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.px8-game__name { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 5px; text-transform: uppercase; }
.px8-game__desc { font-size: 13px; color: var(--muted); line-height: 1.5; margin-bottom: 12px; flex: 1; }
.px8-game__meta { display: flex; align-items: center; justify-content: space-between; }
.px8-game__vol { font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 50px; text-transform: uppercase; letter-spacing: .04em; }
.px8-game__vol--low { background: rgba(87,200,77,.14); color: #6dd85f; border: 1px solid rgba(87,200,77,.25); }
.px8-game__vol--medium { background: rgba(230,180,34,.14); color: var(--gold-l); border: 1px solid rgba(230,180,34,.25); }
.px8-game__vol--high { background: rgba(123,47,247,.16); color: #b98bff; border: 1px solid rgba(123,47,247,.3); }
.px8-game__play { font-size: 13px; font-weight: 700; color: var(--gold); text-transform: uppercase; }

/* APK DOWNLOAD */
#px8-download { max-width: 1260px; margin: 0 auto; padding: 56px 22px; }
.px8-dl { background: radial-gradient(ellipse at 80% 50%, rgba(123,47,247,.12) 0%, transparent 55%), linear-gradient(135deg, var(--panel2), var(--panel)); border: 1px solid var(--line2); border-radius: var(--r3); padding: 40px 44px; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; }
.px8-dl::before { content: ''; position: absolute; top: -50%; left: -8%; width: 320px; height: 320px; background: radial-gradient(circle, rgba(230,180,34,.15) 0%, transparent 70%); pointer-events: none; }
.px8-dl__left { flex: 1; position: relative; z-index: 1; }
.px8-dl__badge { display: inline-block; background: var(--gold-soft); border: 1px solid var(--line2); color: var(--gold-l); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 50px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.px8-dl__title { font-family: var(--font-h); font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 8px; text-transform: uppercase; }
.px8-dl__desc { font-size: 14px; line-height: 1.6; color: var(--text2); margin-bottom: 16px; max-width: 460px; }
.px8-dl__features { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.px8-dl__feat { font-size: 11px; font-weight: 600; color: var(--gold-l); background: var(--gold-soft); border: 1px solid var(--line); border-radius: 6px; padding: 4px 10px; }
.px8-dl__feat::before { content: '\2713 '; }
.px8-dl__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.px8-dl__btn { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.04); border: 1px solid var(--line2); border-radius: var(--r); padding: 12px 20px; transition: all .2s; color: var(--text); }
.px8-dl__btn:hover { background: var(--gold-soft); transform: translateY(-2px); color: var(--text); box-shadow: var(--glow); }
.px8-dl__btn svg { flex-shrink: 0; stroke: var(--gold); }
.px8-dl__btn--ios svg { fill: var(--gold); stroke: none; }
.px8-dl__btn span { display: flex; flex-direction: column; line-height: 1.2; }
.px8-dl__btn small { font-size: 10px; color: var(--muted); }
.px8-dl__btn strong { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; }
.px8-dl__right { flex-shrink: 0; position: relative; z-index: 1; text-align: center; }
.px8-dl__qr { background: #fff; padding: 10px; border-radius: 12px; box-shadow: var(--gshadow); display: inline-block; }
.px8-dl__qr-label { display: block; font-size: 11px; color: var(--muted); margin-top: 10px; font-weight: 600; }

/* STEPS */
.px8-steps { max-width: 1000px; margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.px8-step { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r2); padding: 26px 22px; }
.px8-step__num { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: #0a0a0c; background: linear-gradient(135deg,#e6b422,#ffd75e); width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.px8-step h3 { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--text); margin-bottom: 6px; text-transform: uppercase; }
.px8-step p { font-size: 14px; color: var(--text2); }

/* FAQ */
.px8-faq { max-width: 800px; margin: 0 auto; padding: 0 22px; }
.accordion { display: flex; flex-direction: column; gap: 12px; }
.accordion__block { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; transition: border-color .2s; }
.accordion__block:hover { border-color: var(--line2); }
.faq__box { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; user-select: none; gap: 16px; }
.faq__box h3 { font-family: var(--font-h); font-size: 17px; font-weight: 600; color: var(--text); margin: 0; line-height: 1.4; flex: 1; }
.faq__plus { width: 28px; height: 28px; flex-shrink: 0; position: relative; background: var(--gold-soft); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.faq__plus span { position: absolute; background: var(--gold); border-radius: 2px; transition: transform .25s, opacity .25s; }
.faq__plus span:first-child { width: 12px; height: 2px; }
.faq__plus span:last-child { width: 2px; height: 12px; }
.faq__box.open .faq__plus span:last-child { transform: rotate(90deg); opacity: 0; }
.faq__box.open .faq__plus { background: var(--gold); }
.faq__box.open .faq__plus span { background: #0a0a0c; }
.submenu { box-sizing: border-box; display: none; padding: 0 24px 20px; }
.submenu p, .submenu li, .submenu div { font-size: 15px !important; line-height: 1.7 !important; color: var(--text2) !important; }
.submenu strong, .submenu b { color: var(--text) !important; }
.submenu a { color: var(--gold-l) !important; }
.faq__box .ez-toc-section, .faq__box .ez-toc-section-end { display: none !important; }

/* MAIN */
#px8-main { max-width: 840px; margin: 0 auto; padding: 56px 22px; }
.px8-entry-title { font-family: var(--font-h); font-size: 38px; font-weight: 700; color: var(--text); margin-bottom: 22px; line-height: 1.12; text-transform: uppercase; }
.px8-entry { color: var(--text2); }
.px8-entry p { font-size: 17px; line-height: 1.8; margin-bottom: 20px; color: var(--text2); }
.px8-entry p strong, .px8-entry p b { color: var(--text); }
.px8-entry h2 { font-family: var(--font-h); font-size: 28px; font-weight: 700; color: var(--text); margin: 38px 0 16px; text-transform: uppercase; }
.px8-entry h3 { font-size: 21px; font-weight: 700; color: var(--text); margin: 26px 0 12px; }
.px8-entry a { color: var(--gold-l); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.px8-entry ul, .px8-entry ol { margin: 0 0 20px; padding-left: 4px; }
.px8-entry ul li, .px8-entry ol li { position: relative; padding: 8px 0 8px 32px; font-size: 16px; line-height: 1.7; }
.px8-entry ul li::before { content: ''; position: absolute; left: 6px; top: 15px; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.px8-entry ol { counter-reset: oc; }
.px8-entry ol li { counter-increment: oc; }
.px8-entry ol li::before { content: counter(oc); position: absolute; left: 0; top: 8px; width: 22px; height: 22px; background: var(--gold-soft); color: var(--gold-l); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.px8-entry table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 24px 0; border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.px8-entry table th { background: var(--panel2); color: var(--text); font-weight: 700; font-size: 14px; padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.px8-entry table td { padding: 12px 16px; font-size: 14px; color: var(--text2); border-bottom: 1px solid var(--line); }
.px8-entry table tr:last-child td { border-bottom: none; }
.px8-entry blockquote { margin: 24px 0; padding: 18px 24px; background: var(--gold-soft); border-left: 4px solid var(--gold); border-radius: 0 var(--r) var(--r) 0; }
.px8-entry blockquote p { margin: 0; color: var(--text2); font-style: italic; }
.px8-entry img { border-radius: var(--r2); margin: 20px 0; }

/* PAGINATION */
.px8-pagination { display: flex; justify-content: center; gap: 8px; margin: 40px 0 0; }
.px8-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); font-size: 14px; font-weight: 700; color: var(--text2); transition: all .15s; }
.px8-pagination .page-numbers:hover, .px8-pagination .page-numbers.current { background: linear-gradient(135deg,#e6b422,#ffd75e); border-color: transparent; color: #0a0a0c; }

/* COMMENTS */
.px8-comments { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.px8-comments h3 { font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 20px; }
ol.comment-list { list-style: none; padding: 0; }
.comment-item { display: flex; gap: 14px; margin-bottom: 22px; }
.comment-avatar img { width: 44px; height: 44px; border-radius: 50%; }
.comment-author { font-size: 14px; font-weight: 700; color: var(--gold-l); }
.comment-text { font-size: 15px; line-height: 1.6; color: var(--text2); margin-top: 4px; }
.cf-label { display: block; font-size: 14px; font-weight: 600; color: var(--text2); margin: 12px 0 5px; }
.cf-input, .cf-textarea { width: 100%; max-width: 420px; background: var(--bg2); border: 1.5px solid var(--line2); border-radius: var(--r); color: var(--text); font-family: var(--font); font-size: 15px; padding: 11px 15px; outline: none; transition: border-color .15s; }
.cf-input:focus, .cf-textarea:focus { border-color: var(--gold); }
.cf-textarea { max-width: 560px; height: 120px; resize: vertical; }

/* 404 */
.px8-notfound { text-align: center; padding: 90px 22px; max-width: 600px; margin: 0 auto; }
.px8-notfound h1 { font-family: var(--font-h); font-size: 96px; font-weight: 700; color: var(--gold); opacity: .25; }
.px8-notfound h2 { font-size: 28px; color: var(--text); margin: 8px 0 12px; }
.px8-notfound p { color: var(--text2); margin-bottom: 26px; font-size: 16px; }
.px8-search-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.px8-search-form input { background: var(--panel); border: 1.5px solid var(--line2); border-radius: 50px; color: var(--text); font-size: 15px; padding: 13px 22px; outline: none; width: 320px; }
.px8-search-form input:focus { border-color: var(--gold); }

/* FOOTER */
#px8-footer { background: #060608; border-top: 1px solid var(--line); padding: 56px 0 0; margin-top: 40px; }
.px8-footer__body { max-width: 1260px; margin: 0 auto; padding: 0 22px 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; border-bottom: 1px solid var(--line); }
.px8-footer__brand-name { font-family: var(--font-h); font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 12px; display: block; text-transform: uppercase; }
.px8-footer__brand-name b { background: linear-gradient(135deg,#e6b422,#ffd75e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.px8-footer__desc { font-size: 14px; line-height: 1.7; color: var(--muted); margin-bottom: 18px; max-width: 300px; }
.px8-footer__pay { display: flex; gap: 6px; flex-wrap: wrap; }
.px8-footer__pay span { font-size: 11px; font-weight: 600; color: var(--text2); background: var(--panel); border: 1px solid var(--line); border-radius: 6px; padding: 4px 9px; }
.px8-footer__col-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 16px; display: block; text-transform: uppercase; letter-spacing: 0.04em; }
.px8-footer__links li { margin-bottom: 10px; }
.px8-footer__links li a { font-size: 14px; color: var(--muted); transition: color .15s; }
.px8-footer__links li a:hover { color: var(--gold-l); }
.px8-footer__bottom { max-width: 1260px; margin: 0 auto; padding: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.px8-footer__copy { font-size: 13px; color: var(--muted); }
.px8-footer__copy a { color: var(--text2); }
.px8-footer__badges { display: flex; align-items: center; gap: 12px; }
.px8-age { background: var(--panel); border: 1px solid var(--line2); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 50px; }
.px8-footer__resp { font-size: 12px; color: var(--muted); }

/* MOBILE BOTTOM NAV */
#px8-mobnav { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--bg2); border-top: 1px solid var(--line); padding: 8px 0; z-index: 200; }
.px8-mobnav__row { display: flex; align-items: center; justify-content: space-around; }
.px8-mobnav__link { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 4px 8px; }
.px8-mobnav__link svg { width: 20px; height: 20px; stroke: var(--muted); fill: none; }
.px8-mobnav__link span { font-size: 10px; font-weight: 600; color: var(--muted); }
.px8-mobnav__link:hover svg { stroke: var(--gold); }
.px8-mobnav__link:hover span { color: var(--gold-l); }
.px8-mobnav__cta a { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: linear-gradient(135deg,#e6b422,#ffd75e); border-radius: 50%; box-shadow: var(--gshadow); margin-top: -18px; }
.px8-mobnav__cta svg { width: 24px; stroke: #0a0a0c; fill: none; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .px8-games { grid-template-columns: repeat(2, 1fr); }
  .px8-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .px8-hero__visual { max-width: 500px; }
  .px8-trust__inner { flex-wrap: wrap; }
  .px8-trust__item { flex: 1 0 48%; border-bottom: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .px8-nav { display: none; }
  .px8-hamburger { display: flex; }
}
@media (max-width: 768px) {
  :root { --hh: 58px; }
  .px8-section { padding: 40px 0; }
  .px8-hero__title { font-size: 38px; }
  .px8-section__title { font-size: 28px; }
  .px8-stats__inner { flex-wrap: wrap; padding: 8px 14px; }
  .px8-stat__sep { display: none; }
  .px8-stat { flex: 1 0 45%; padding: 12px 8px; }
  .px8-stat--pay { flex: 1 0 100%; border-top: 1px solid var(--line); }
  .px8-steps { grid-template-columns: 1fr 1fr; }
  .px8-dl { flex-direction: column; text-align: center; padding: 28px 22px; }
  .px8-dl__features, .px8-dl__btns { justify-content: center; }
  .px8-footer__body { grid-template-columns: 1fr 1fr; gap: 28px; }
  #px8-main { padding: 40px 20px; }
  .px8-entry-title { font-size: 28px; }
  #px8-mobnav { display: block; }
  body { padding-bottom: 68px; }
  .px8-header__cta .px8-btn--ghost { display: none; }
  .px8-trust__item { flex: 1 0 100%; }
}
@media (max-width: 560px) {
  .px8-games { grid-template-columns: 1fr; }
  .px8-steps { grid-template-columns: 1fr; }
  .px8-footer__body { grid-template-columns: 1fr; }
  .px8-hero__title { font-size: 32px; }
}
