:root {
  --pog-bg:#08080b;
  --pog-bg-soft:#0d0c12;
  --pog-panel:#111018;
  --pog-panel-2:#0c0b10;
  --pog-text:#f5f4f7;
  --pog-muted:#8f8a96;
  --pog-red:#ef334f;
  --pog-red-deep:#8f1127;
  --pog-purple:#6f45d8;
  --pog-gold:#d8ac55;
  --pog-gold-bright:#f0cc7d;
  --pog-line:rgba(216,172,85,.18);
  --pog-line-strong:rgba(216,172,85,.35);
  --pog-radius:16px;
  --pog-font:"Manrope","Inter",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

html.pog-luxe-theme { background:var(--pog-bg) !important; color-scheme:dark; }
html.pog-luxe-theme *,html.pog-luxe-theme *::before,html.pog-luxe-theme *::after { box-sizing:border-box; }
html.pog-luxe-theme body {
  margin:0 !important;
  min-width:0 !important;
  overflow-x:hidden !important;
  color:var(--pog-text) !important;
  background:
    radial-gradient(circle at 12% -10%,rgba(111,69,216,.10),transparent 30rem),
    radial-gradient(circle at 92% 8%,rgba(239,51,79,.07),transparent 28rem),
    linear-gradient(180deg,#09090d 0%,#08070a 42%,#060608 100%) !important;
  font-family:var(--pog-font) !important;
  font-size:14px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
html.pog-luxe-theme body::before {
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.18;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(#000,transparent 78%);
}
html.pog-luxe-theme body,html.pog-luxe-theme input,html.pog-luxe-theme button,html.pog-luxe-theme select,html.pog-luxe-theme textarea { font-family:var(--pog-font) !important; }
html.pog-luxe-theme a { color:inherit; }

/* ===== Header ===== */
.pog-luxe-header {
  position:relative;
  z-index:100;
  width:min(1540px,calc(100% - 32px));
  margin:12px auto 18px;
  border:1px solid rgba(216,172,85,.20);
  border-radius:18px;
  overflow:hidden;
  background:rgba(10,9,13,.94);
  box-shadow:0 14px 34px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.025);
  backdrop-filter:blur(18px);
}
.pog-luxe-header::before {
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent 0 4%,rgba(239,51,79,.7) 18%,rgba(216,172,85,.65) 36%,rgba(111,69,216,.55) 56%,rgba(239,51,79,.48) 78%,transparent 96%);
  pointer-events:none;
}
.pog-luxe-header-main {
  min-height:108px;
  display:grid;
  grid-template-columns:132px minmax(360px,1fr) auto;
  align-items:center;
  gap:24px;
  padding:8px 22px 7px;
}
.pog-brand-zone { display:flex; align-items:center; min-width:0; }

/* ===== Interactive POG chip ===== */
.pog-casino-logo {
  appearance:none;
  width:104px;
  height:104px;
  flex:0 0 104px;
  padding:0;
  border:0;
  border-radius:50%;
  background:transparent;
  cursor:pointer;
  position:relative;
  isolation:isolate;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.42));
  transition:transform .18s ease,filter .18s ease;
}
.pog-casino-logo:hover { transform:translateY(-2px) scale(1.025); filter:drop-shadow(0 11px 24px rgba(239,51,79,.17)); }
.pog-casino-logo:active { transform:scale(.985); }
.pog-casino-logo:focus-visible { outline:2px solid var(--pog-gold-bright); outline-offset:4px; }
.pog-chip-face {
  position:absolute;
  inset:0;
  display:block;
  overflow:hidden;
  border:1px solid #c59035;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%,#17131a 0 49.5%,transparent 50%),
    repeating-conic-gradient(from -5deg,#8d1429 0 9deg,#17151a 9deg 19deg,#c39139 19deg 22deg,#0e0d11 22deg 31deg);
  box-shadow:
    inset 0 0 0 2px #44290f,
    inset 0 0 0 5px #d4a246,
    inset 0 0 0 8px #3c250f,
    inset 0 0 22px rgba(0,0,0,.84),
    0 0 0 1px #040405;
}
.pog-chip-rim { position:absolute; border-radius:50%; pointer-events:none; }
.pog-chip-rim.rim-a { inset:10px; border:1px solid rgba(240,204,125,.55); }
.pog-chip-rim.rim-b { inset:17px; border:1px solid rgba(216,172,85,.22); box-shadow:0 0 14px rgba(111,69,216,.10); }
.pog-chip-ticks {
  position:absolute;
  inset:4px;
  border-radius:50%;
  opacity:.42;
  background:repeating-conic-gradient(transparent 0 12deg,rgba(255,225,154,.8) 12deg 12.9deg,transparent 12.9deg 24deg);
  mask:radial-gradient(circle,transparent 0 45%,#000 46% 48%,transparent 49%);
}
.pog-chip-type { position:absolute; inset:0; z-index:4; width:100%; height:100%; overflow:visible; }
.pog-chip-type .chip-arc {
  fill:#f3d07d;
  font-family:var(--pog-font);
  font-size:13px;
  font-weight:900;
  letter-spacing:1.8px;
  text-transform:uppercase;
  paint-order:stroke;
  stroke:rgba(0,0,0,.35);
  stroke-width:.45px;
}
.pog-chip-type .chip-arc.bottom { font-size:11.8px; letter-spacing:2.7px; }
.pog-chip-type .chip-marks { fill:#e3b95f; opacity:.72; }
.pog-slot-shell {
  position:absolute;
  z-index:5;
  left:20px;
  right:20px;
  top:36px;
  height:39px;
  display:block;
  padding:3px;
  overflow:hidden;
  border:1px solid #9f702b;
  border-radius:7px;
  background:linear-gradient(180deg,#2c1d30,#09080c);
  box-shadow:inset 0 0 0 1px rgba(240,204,125,.62),inset 0 0 7px #000,0 4px 10px rgba(0,0,0,.55);
}
.pog-reels { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; height:31px; overflow:hidden; border-radius:4px; background:#3c2716; }
.pog-reel-window {
  position:relative;
  height:31px;
  overflow:hidden;
  background:linear-gradient(90deg,#d4d0cc,#fff 28%,#f7f6f3 70%,#c7c3be);
  box-shadow:inset 2px 0 4px rgba(0,0,0,.20),inset -2px 0 4px rgba(0,0,0,.14);
}
.pog-reel-track { display:flex; flex-direction:column; align-items:center; will-change:transform; }
.pog-reel-track span {
  display:grid;
  place-items:center;
  width:100%;
  height:34px;
  min-height:34px;
  color:#98152a;
  font-family:var(--pog-font);
  font-size:21px;
  font-weight:900;
  line-height:1;
  text-shadow:0 1px rgba(255,255,255,.85),0 2px 2px rgba(0,0,0,.15);
}
.pog-reel-glass { position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg,rgba(255,255,255,.58),transparent 28%,transparent 68%,rgba(0,0,0,.14)); }
.pog-slot-lamps { position:absolute; left:7px; right:7px; z-index:7; height:1px; background:repeating-linear-gradient(90deg,#edc66e 0 2px,transparent 2px 7px); filter:drop-shadow(0 0 2px #d99d30); }
.pog-slot-lamps.top { top:1px; }
.pog-slot-lamps.bottom { bottom:1px; }
.pog-chip-jewel { position:absolute; z-index:7; top:50px; width:7px; height:7px; transform:rotate(45deg); border:1px solid #e2bd65; background:linear-gradient(135deg,#bc8eff,#6d40c6 55%,#2b1746); }
.pog-chip-jewel.left { left:11px; }
.pog-chip-jewel.right { right:11px; }
.pog-win-burst {
  position:absolute;
  inset:0;
  z-index:9;
  display:grid;
  place-content:center;
  text-align:center;
  opacity:0;
  pointer-events:none;
  border-radius:6px;
  background:radial-gradient(circle,rgba(255,228,151,.96),rgba(239,51,79,.32) 42%,transparent 72%);
}
.pog-win-burst b,.pog-win-burst i { font-family:var(--pog-font); font-style:normal; font-weight:900; }
.pog-win-burst b { color:#150d0e; font-size:12px; letter-spacing:.13em; }
.pog-win-burst i { color:#8d1429; font-size:7px; letter-spacing:.18em; }
.pog-casino-logo.is-win .pog-win-burst { animation:pogWin .72s ease 2 alternate; }
.pog-casino-logo.is-win .pog-chip-face { animation:pogChipPulse .48s ease 3; }
@keyframes pogWin { 0%{opacity:0;transform:scale(.78)} 55%,100%{opacity:1;transform:scale(1)} }
@keyframes pogChipPulse { 50%{box-shadow:inset 0 0 0 2px #44290f,inset 0 0 0 5px #f2cf7b,inset 0 0 0 8px #3c250f,0 0 19px rgba(216,172,85,.42)} }

/* ===== Search ===== */
.pog-search-zone { min-width:0; }
.pog-search-zone form {
  position:relative;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden;
  border:1px solid rgba(216,172,85,.28) !important;
  border-radius:12px !important;
  background:#0a090d !important;
  box-shadow:inset 0 1px rgba(255,255,255,.025) !important;
}
.pog-search-zone input[type="text"],.pog-search-zone input[type="search"],.pog-search-zone #q {
  flex:1 1 auto !important;
  min-width:0 !important;
  height:48px !important;
  padding:0 16px !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#fff !important;
  font-family:var(--pog-font) !important;
  font-size:14px !important;
  font-weight:600 !important;
  box-shadow:none !important;
}
.pog-search-zone input::placeholder { color:#6f6a75 !important; opacity:1; }
.pog-search-zone button,.pog-search-zone input[type="submit"] {
  align-self:stretch !important;
  min-width:54px !important;
  padding:0 17px !important;
  border:0 !important;
  border-left:1px solid rgba(216,172,85,.15) !important;
  background:#111018 !important;
  color:var(--pog-gold-bright) !important;
  font-family:var(--pog-font) !important;
  font-size:0 !important;
  font-weight:900 !important;
  cursor:pointer;
}
.pog-search-zone button::after,.pog-search-zone input[type="submit"]::after { content:"⌕"; font-size:22px; line-height:1; }

/* ===== Compact account controls ===== */
.pog-account-zone { display:flex; align-items:center; justify-content:flex-end; gap:8px; min-width:max-content; white-space:nowrap; }
.pog-score-pill {
  height:38px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 11px;
  border:1px solid rgba(216,172,85,.15);
  border-radius:10px;
  background:rgba(255,255,255,.018);
}
.pog-score-pill span { color:#77717d; font-size:8px; font-weight:900; letter-spacing:.16em; }
.pog-score-pill b { color:#f1ecef; font-size:11px; font-weight:800; }
.pog-account-link {
  height:38px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  padding:0 13px !important;
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  background:rgba(255,255,255,.025);
  color:#d9d5dc !important;
  text-decoration:none !important;
  font-family:var(--pog-font) !important;
  font-size:11px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
  line-height:1 !important;
}
.pog-account-link:hover { border-color:rgba(216,172,85,.30); color:#fff !important; }
.pog-account-link.primary { border-color:rgba(239,51,79,.42); background:linear-gradient(180deg,#b91e36,#8d1128); color:#fff !important; }
.pog-account-link.quiet { color:#8d8791 !important; }

/* ===== Navigation ===== */
.pog-game-nav {
  min-height:45px;
  display:flex;
  align-items:stretch;
  gap:0;
  padding:0 12px;
  overflow-x:auto;
  scrollbar-width:none;
  border-top:1px solid rgba(255,255,255,.045);
  background:rgba(5,5,7,.55);
}
.pog-game-nav::-webkit-scrollbar { display:none; }
.pog-game-nav a {
  position:relative;
  min-width:max-content;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 14px;
  color:#8f8994 !important;
  text-decoration:none !important;
  font-family:var(--pog-font) !important;
  font-size:10.5px !important;
  font-weight:800 !important;
  letter-spacing:.01em;
  white-space:nowrap;
}
.pog-game-nav a::before { content:""; width:4px; height:4px; margin-right:8px; border-radius:1px; background:#5c5660; transform:rotate(45deg); }
.pog-game-nav a::after { content:""; position:absolute; left:13px; right:13px; bottom:0; height:2px; transform:scaleX(0); background:linear-gradient(90deg,var(--pog-red),var(--pog-gold)); transition:transform .18s ease; }
.pog-game-nav a:hover,.pog-game-nav a.active { color:#fff !important; }
.pog-game-nav a:hover::before,.pog-game-nav a.active::before { background:var(--pog-gold); }
.pog-game-nav a:hover::after,.pog-game-nav a.active::after { transform:scaleX(1); }

/* ===== Site shell ===== */
html.pog-luxe-theme .container { width:min(1540px,calc(100% - 32px)) !important; max-width:none !important; min-width:0 !important; margin-inline:auto !important; background:transparent !important; }
html.pog-luxe-theme .head-line { display:none !important; }
html.pog-luxe-theme .body { min-width:0 !important; background:transparent !important; color:var(--pog-text) !important; }
html.pog-luxe-theme .white-box-bg,html.pog-luxe-theme .search-container,html.pog-luxe-theme .items-container { background:transparent !important; box-shadow:none !important; }
.pog-source-heading-hidden { display:none !important; }
.pog-page-title { margin:4px 0 18px !important; color:#fff !important; font-family:var(--pog-font) !important; font-size:clamp(26px,3vw,42px) !important; font-weight:800 !important; line-height:1.06 !important; letter-spacing:-.035em !important; }

/* ===== Featured games: artwork first, no giant generic copy panel ===== */
.pog-featured { width:min(1540px,calc(100% - 32px)); margin:0 auto 20px; }
.pog-featured-topline { min-height:38px; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:0 2px 10px; }
.pog-featured-topline > div { display:flex; align-items:center; gap:10px; min-width:0; }
.pog-featured-topline span { color:var(--pog-gold-bright); font-size:9px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; white-space:nowrap; }
.pog-featured-topline b { color:#716b75; font-size:10px; font-weight:700; white-space:nowrap; }
.pog-featured-topline a { color:#8c8691 !important; text-decoration:none !important; font-size:10px; font-weight:800; white-space:nowrap; }
.pog-featured-topline a:hover { color:#fff !important; }
.pog-featured-grid { display:grid; grid-template-columns:minmax(0,1.7fr) minmax(300px,.78fr); gap:12px; min-height:360px; }
.pog-feature-stack { min-height:0; display:grid; grid-template-rows:1fr 1fr; gap:12px; }
.pog-feature-card {
  position:relative;
  min-height:174px;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(216,172,85,.20);
  border-radius:15px;
  background-image:linear-gradient(180deg,rgba(3,3,5,.02) 25%,rgba(3,3,5,.20) 48%,rgba(3,3,5,.92) 100%),var(--bg);
  background-size:cover;
  background-position:center;
  text-decoration:none !important;
  box-shadow:0 12px 26px rgba(0,0,0,.22);
  transition:transform .2s ease,border-color .2s ease,filter .2s ease;
}
.pog-feature-card.major { min-height:360px; }
.pog-feature-card::after { content:""; position:absolute; inset:0; z-index:-1; opacity:.35; background:linear-gradient(110deg,rgba(111,69,216,.15),transparent 36%,rgba(239,51,79,.06)); }
.pog-feature-card:hover { transform:translateY(-2px); border-color:rgba(216,172,85,.42); }
.pog-feature-badge { position:absolute; top:15px; left:15px; padding:6px 8px; border:1px solid rgba(216,172,85,.26); border-radius:7px; background:rgba(6,6,8,.68); color:#e3bd6d; font-size:7.5px; font-weight:900; letter-spacing:.15em; backdrop-filter:blur(6px); }
.pog-feature-info { position:absolute; left:20px; right:20px; bottom:18px; display:flex; align-items:end; justify-content:space-between; gap:16px; }
.pog-feature-info strong { min-width:0; max-width:72%; color:#fff; font-family:var(--pog-font); font-size:clamp(22px,2.4vw,34px); font-weight:850; line-height:1.05; letter-spacing:-.035em; text-shadow:0 2px 10px rgba(0,0,0,.75); }
.pog-feature-stack .pog-feature-info strong { font-size:17px; letter-spacing:-.02em; }
.pog-feature-info b { flex:0 0 auto; color:#f1c970; font-size:9px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.pog-feature-info b i { color:var(--pog-red); font-style:normal; margin-left:4px; }

/* ===== Sidebar + game grid ===== */
body.items.index .body { display:grid !important; grid-template-columns:220px minmax(0,1fr) !important; gap:18px !important; align-items:start !important; }
body.items.index #sidebar {
  position:sticky !important;
  top:12px;
  width:auto !important;
  min-width:0 !important;
  max-height:none;
  overflow:visible;
  float:none !important;
  margin:0 !important;
  padding:13px !important;
  border:1px solid rgba(216,172,85,.12);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(17,16,24,.88),rgba(9,8,12,.93)) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
  scrollbar-width:thin;
}
body.items.index #sidebar::before { content:"GAME LIBRARY"; display:block; margin:3px 5px 11px; color:#a9813d; font-size:8px; font-weight:900; letter-spacing:.18em; }
body.items.index #sidebar.pog-categories-expanded { max-height:none !important; overflow:visible !important; }
body.items.index #sidebar .pog-category-toggle-hidden { display:none !important; }
body.items.index #sidebar .pog-category-group-open,
body.items.index #sidebar .pog-category-group-open > li,
body.items.index #sidebar .pog-category-group-open > ul,
body.items.index #sidebar .pog-category-group-open > ol {
  visibility:visible !important;
  opacity:1 !important;
  max-height:none !important;
}
body.items.index #sidebar .pog-category-group-open { display:block !important; }
body.items.index #sidebar ul { margin:0 !important; padding:0 !important; list-style:none !important; }
body.items.index #sidebar .tag-icons { display:none !important; }
body.items.index #sidebar a,body.items.index #sidebar .tag-item {
  min-height:34px;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin:2px 0 !important;
  padding:7px 9px !important;
  border:0 !important;
  border-radius:8px;
  background:transparent !important;
  color:#928b97 !important;
  text-decoration:none !important;
  font-family:var(--pog-font) !important;
  font-size:10.5px !important;
  font-weight:650 !important;
  white-space:nowrap;
}
body.items.index #sidebar a::before { content:""; width:5px; height:5px; flex:0 0 5px; border-radius:50%; background:#4f4a53; }
body.items.index #sidebar a:hover { color:#fff !important; background:rgba(111,69,216,.09) !important; }
body.items.index #sidebar a:hover::before { background:var(--pog-gold); }
body.items.index .items-container,body.items.index .search-container,body.items.index .resize { min-width:0 !important; width:auto !important; float:none !important; margin:0 !important; padding:0 !important; }

.pog-grid-heading { min-height:46px; display:flex; align-items:center; justify-content:space-between; gap:16px; margin:0 0 11px; padding:0 3px 10px; border-bottom:1px solid rgba(216,172,85,.10); }
.pog-grid-heading > div { min-width:0; display:flex; align-items:baseline; gap:10px; }
.pog-grid-dot { width:7px; height:7px; flex:0 0 7px; border-radius:2px; background:var(--pog-red); transform:rotate(45deg); }
.pog-grid-heading h2 { margin:0; color:#fff; font-family:var(--pog-font); font-size:19px; font-weight:850; letter-spacing:-.025em; white-space:nowrap; }
.pog-grid-heading small { color:#68626d; font-size:8px; font-weight:800; letter-spacing:.08em; white-space:nowrap; }
.pog-grid-heading > a { flex:0 0 auto; color:#988f9d !important; text-decoration:none !important; font-size:9px; font-weight:800; white-space:nowrap; }
.pog-grid-heading > a:hover { color:var(--pog-gold-bright) !important; }

html.pog-luxe-theme #items_container {
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(172px,1fr)) !important;
  gap:11px !important;
  list-style:none !important;
}
html.pog-luxe-theme #items_container > li.item,html.pog-luxe-theme #items_container > .item {
  position:relative !important;
  width:auto !important;
  min-width:0 !important;
  height:auto !important;
  float:none !important;
  margin:0 !important;
  padding:0 0 9px !important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.065) !important;
  border-radius:12px !important;
  background:#0e0d12 !important;
  color:var(--pog-text) !important;
  box-shadow:0 7px 16px rgba(0,0,0,.13) !important;
  transform:none;
  transition:transform .17s ease,border-color .17s ease,background .17s ease;
}
html.pog-luxe-theme #items_container > li.item:hover,html.pog-luxe-theme #items_container > .item:hover { z-index:5; transform:translateY(-3px); border-color:rgba(216,172,85,.34) !important; background:#121017 !important; }
html.pog-luxe-theme .thumb-img-container { position:relative !important; width:100% !important; height:auto !important; aspect-ratio:16/10; margin:0 !important; overflow:hidden !important; border-radius:11px 11px 0 0 !important; background:#121018 !important; }
html.pog-luxe-theme #items_container img.thumb,html.pog-luxe-theme #items_container img.playable,html.pog-luxe-theme .thumb-img-container img { display:block !important; width:100% !important; height:100% !important; max-width:none !important; margin:0 !important; border:0 !important; border-radius:0 !important; object-fit:cover !important; filter:saturate(1.03) contrast(1.02); transition:transform .22s ease,filter .22s ease; }
html.pog-luxe-theme #items_container .item:hover img { transform:scale(1.028); filter:saturate(1.07) contrast(1.03); }
html.pog-luxe-theme .item-name { display:block !important; min-height:0 !important; height:auto !important; margin:0 !important; padding:9px 10px 2px !important; background:transparent !important; color:#fff !important; }
html.pog-luxe-theme .game-title { display:block !important; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#f0edf2 !important; font-family:var(--pog-font) !important; font-size:11.5px !important; font-weight:750 !important; line-height:1.3 !important; text-decoration:none !important; }
.pog-card-labels { position:absolute; z-index:4; top:7px; left:7px; right:7px; display:flex; justify-content:space-between; gap:5px; pointer-events:none; }
.pog-card-labels span { min-height:19px; display:inline-flex; align-items:center; padding:0 6px; border:1px solid rgba(255,255,255,.11); border-radius:6px; background:rgba(7,7,9,.68); color:#d7d1da; font-size:6.7px; font-weight:900; letter-spacing:.10em; backdrop-filter:blur(5px); }
.pog-card-labels span:first-child { color:#e7c77e; border-color:rgba(216,172,85,.22); }
.pog-card-meta { display:flex; align-items:center; justify-content:space-between; padding:5px 10px 0; color:#5f5963; font-size:7px; font-weight:900; letter-spacing:.12em; }
.pog-card-meta span:first-child { color:#a88a50; }

/* ===== Pagination / tags / detail pages ===== */
html.pog-luxe-theme .navigator,.pog-pagination { display:flex !important; flex-wrap:wrap; justify-content:center; gap:6px; margin:24px 0 !important; padding:0 !important; background:transparent !important; }
html.pog-luxe-theme .navigator a,html.pog-luxe-theme .navigator span { min-width:34px; height:34px; display:grid !important; place-items:center; margin:0 !important; padding:0 9px !important; border:1px solid rgba(216,172,85,.12) !important; border-radius:8px !important; background:#0d0c11 !important; color:#8f8994 !important; text-decoration:none !important; font-family:var(--pog-font) !important; font-size:10px !important; }
html.pog-luxe-theme .navigator .current,html.pog-luxe-theme .navigator a:hover { border-color:rgba(239,51,79,.35) !important; background:#171017 !important; color:#fff !important; }
html.pog-luxe-theme .top-tags,html.pog-luxe-theme .top-searches { background:transparent !important; }
html.pog-luxe-theme .tag-item,.pog-tag-chip { border-color:rgba(216,172,85,.10) !important; }
html.pog-luxe-theme .menu a { color:#9a939e !important; }
html.pog-luxe-theme .game-container,html.pog-luxe-theme .game-box,html.pog-luxe-theme .game-info,html.pog-luxe-theme .information,html.pog-luxe-theme .comments,html.pog-luxe-theme .leaderboard,html.pog-luxe-theme .content-box,html.pog-luxe-theme article { color:var(--pog-text) !important; border-color:rgba(216,172,85,.10) !important; background-color:rgba(15,14,19,.86) !important; }
html.pog-luxe-theme input,html.pog-luxe-theme select,html.pog-luxe-theme textarea { color:#eee !important; border-color:rgba(216,172,85,.16) !important; background-color:#0d0c11 !important; }
html.pog-luxe-theme button,html.pog-luxe-theme .button { border-radius:8px; }

/* ===== Footer ===== */
.pog-footer-accent { width:min(1540px,calc(100% - 32px)); min-height:44px; margin:30px auto 0; padding:0 18px; display:flex; align-items:center; justify-content:center; gap:13px; overflow:hidden; border:1px solid rgba(216,172,85,.14); border-radius:13px 13px 0 0; background:#0c0b10; color:#6f6874; white-space:nowrap; }
.pog-footer-accent b { color:#d9bd80; font-size:10px; font-weight:850; letter-spacing:.08em; }
.pog-footer-accent span { font-size:8px; font-weight:700; letter-spacing:.08em; }
.pog-footer-accent i { width:4px; height:4px; border-radius:1px; background:#7f1629; transform:rotate(45deg); }
html.pog-luxe-theme footer,html.pog-luxe-theme .footer,html.pog-luxe-theme #footer { width:min(1540px,calc(100% - 32px)) !important; max-width:none !important; margin:0 auto 22px !important; padding:24px 22px !important; border:1px solid rgba(216,172,85,.10) !important; border-top:0 !important; border-radius:0 0 13px 13px !important; background:#08080b !important; color:#77717c !important; box-shadow:none !important; font-family:var(--pog-font) !important; }
html.pog-luxe-theme footer a,html.pog-luxe-theme .footer a,html.pog-luxe-theme #footer a { color:#8f8994 !important; text-decoration:none !important; }
html.pog-luxe-theme footer a:hover,html.pog-luxe-theme .footer a:hover { color:#d9bd80 !important; }

/* ===== Error / policy ===== */
html.pog-luxe-theme #policy-validation,html.pog-luxe-theme .policy-validation,html.pog-luxe-theme .validate-policy { color:#ddd !important; background:#111017 !important; border-color:rgba(216,172,85,.16) !important; }
.pog-upstream-error { width:min(720px,calc(100% - 32px)); margin:12vh auto; padding:32px; border:1px solid rgba(216,172,85,.20); border-radius:16px; background:#111017; box-shadow:0 14px 30px rgba(0,0,0,.22); }
.pog-upstream-error h1 { margin:12px 0; color:#fff; font-family:var(--pog-font); }
.pog-upstream-error p { color:#aaa3ad; line-height:1.6; }
.pog-upstream-error pre { overflow:auto; padding:14px; border-radius:8px; background:#08080b; color:#ffc2cc; }
.pog-error-chip { width:72px; height:72px; display:grid; place-items:center; border:4px solid #d0a34e; border-radius:50%; background:#801126; color:#fff; font-family:var(--pog-font); font-size:18px; font-weight:900; }

@media (max-width:1180px) {
  .pog-luxe-header-main { grid-template-columns:116px minmax(280px,1fr); gap:18px; }
  .pog-account-zone { grid-column:1/-1; justify-content:flex-end; min-height:40px; padding-top:7px; border-top:1px solid rgba(255,255,255,.035); }
  .pog-casino-logo { width:92px; height:92px; flex-basis:92px; }
  .pog-slot-shell { left:18px; right:18px; top:32px; height:35px; }
  .pog-reels,.pog-reel-window { height:27px; }
  .pog-chip-jewel { top:44px; }
  .pog-featured-grid { grid-template-columns:minmax(0,1.5fr) minmax(270px,.8fr); }
}

@media (max-width:820px) {
  .pog-luxe-header,html.pog-luxe-theme .container,.pog-featured,.pog-footer-accent,html.pog-luxe-theme footer,html.pog-luxe-theme .footer,html.pog-luxe-theme #footer { width:min(100% - 16px,1540px) !important; }
  .pog-luxe-header { margin-top:8px; border-radius:14px; }
  .pog-luxe-header-main { grid-template-columns:86px 1fr; gap:12px; padding:9px 11px 8px; }
  .pog-casino-logo { width:78px; height:78px; flex-basis:78px; }
  .pog-slot-shell { left:15px; right:15px; top:27px; height:30px; padding:2px; }
  .pog-reels,.pog-reel-window { height:24px; }
  .pog-reel-track span { font-size:16px; }
  .pog-chip-jewel { top:37px; width:6px; height:6px; }
  .pog-search-zone input[type="text"],.pog-search-zone input[type="search"],.pog-search-zone #q { height:44px !important; font-size:12px !important; }
  .pog-account-zone { justify-content:flex-start; overflow-x:auto; scrollbar-width:none; }
  .pog-account-zone::-webkit-scrollbar { display:none; }
  .pog-score-pill,.pog-account-link { height:35px; }
  .pog-game-nav { min-height:43px; padding:0 4px; }
  .pog-game-nav a { padding:0 11px; font-size:9.5px !important; }
  .pog-featured-grid { grid-template-columns:1fr; min-height:0; }
  .pog-feature-card.major { min-height:300px; }
  .pog-feature-stack { grid-template-columns:1fr 1fr; grid-template-rows:none; }
  body.items.index .body { display:block !important; }
  body.items.index #sidebar { position:relative !important; top:auto; max-height:none; overflow:visible; margin:0 0 14px !important; padding:9px !important; }
  body.items.index #sidebar::before { margin-bottom:8px; }
  body.items.index #sidebar ul,body.items.index #sidebar .top-tags,body.items.index #sidebar .menu {
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
    overflow:visible !important;
  }
  body.items.index #sidebar li { min-width:0; }
  body.items.index #sidebar a,body.items.index #sidebar .tag-item {
    min-height:34px;
    width:100%;
    border:1px solid rgba(216,172,85,.09) !important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  body.items.index #sidebar a::before { display:none; }
  html.pog-luxe-theme #items_container { grid-template-columns:repeat(3,minmax(0,1fr)) !important; gap:8px !important; }
  .pog-grid-heading small { display:none; }
}

@media (max-width:560px) {
  body.items.index #sidebar ul,body.items.index #sidebar .top-tags,body.items.index #sidebar .menu { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pog-luxe-header-main { grid-template-columns:70px 1fr; gap:9px; }
  .pog-casino-logo { width:64px; height:64px; flex-basis:64px; }
  .pog-slot-shell { left:12px; right:12px; top:22px; height:26px; }
  .pog-reels,.pog-reel-window { height:21px; }
  .pog-chip-jewel { top:31px; width:5px; height:5px; }
  .pog-score-pill span { display:none; }
  .pog-account-link { padding:0 10px !important; font-size:10px !important; }
  .pog-featured-topline b { display:none; }
  .pog-featured-topline a { font-size:9px; }
  .pog-feature-card.major { min-height:240px; }
  .pog-feature-stack { grid-template-columns:1fr; }
  .pog-feature-card { min-height:150px; }
  .pog-feature-info { left:15px; right:15px; bottom:14px; }
  .pog-feature-info strong { max-width:78%; font-size:20px; }
  .pog-feature-stack .pog-feature-info strong { font-size:15px; }
  html.pog-luxe-theme #items_container { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .pog-grid-heading h2 { font-size:17px; }
  .pog-grid-heading > a { font-size:8px; }
  .pog-footer-accent span:nth-of-type(n+2),.pog-footer-accent i:nth-of-type(n+2) { display:none; }
}

@media (prefers-reduced-motion:reduce) {
  .pog-casino-logo,.pog-reel-track,.pog-feature-card,html.pog-luxe-theme #items_container .item,html.pog-luxe-theme #items_container img { transition:none !important; animation-duration:.001ms !important; animation-iteration-count:1 !important; }
}
