:root {
  --bg: #eef0fb;
  --surface: #ffffff;
  --text-primary: #26224a;
  --text-secondary: #585480;
  --accent: #5b52d5;
  --accent-hover: #4d46b5;
  --border: #dcdff2;
  --accent-secondary: #bd52d5;
  --hero-gradient: linear-gradient(135deg, #ebeafa 0%, #ffffff 52%, #f6e7f9 100%);
  --glow-accent: 0 8px 24px rgba(91, 82, 213, 0.28);
  --surface-glass: rgba(255, 255, 255, 0.9);
  --shadow-card: 0 10px 28px rgba(55, 49, 128, 0.12);
  --radius-lg: 18px;
  --font-head: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
    --header-style: solid-light;
}

.een-pz-faq__item summary {
  font-family: var(--font-head), sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  padding-right: 1.75rem;
  position: relative;
  color: var(--text-primary);
}

.een-pz-footer__tag {
  color: #a9a6cc;
  font-size: 0.88rem;
  max-width: 32ch;
  line-height: 1.6;
}

body {
  font-family: var(--font-body), sans-serif;
  background: var(--bg);
  color: var(--text-primary);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a:hover { color: var(--accent-hover); }

.een-article-card--row .een-article-card__content h3 {
  font-size: 1.05rem;
  margin: 0.2rem 0 0.35rem;
}

.een-pz-benefit__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.een-btn {
  display: inline-block;
  font-family: var(--font-head), sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.8rem 1.75rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent-secondary) 100%);
  color: #fff;
  box-shadow: var(--glow-accent);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.een-pz-hero__text h1 {
  font-size: 3rem;
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent-secondary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0.4rem 0 1rem;
}

.een-article-card__content {
  position: relative;
  z-index: 0;
}

.een-pz-section--alt {
  background: linear-gradient(180deg, rgba(189,82,213,0.05) 0%, rgba(91,82,213,0.04) 100%);
}

.een-pz-eyebrow {
  display: inline-block;
  font-family: var(--font-head), sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.een-pz-table thead tr {
  background: linear-gradient(120deg, rgba(91,82,213,0.08), rgba(189,82,213,0.08));
}

.een-pz-board-preview__body {
  padding: 0.5rem 0;
  min-height: 120px;
}

html { scroll-behavior: smooth; }

.een-pz-section__title {
  font-size: 1.85rem;
  margin-bottom: 1.75rem;
}

.een-pz-prose a:hover {
  color: var(--accent-hover);
  text-decoration-color: var(--accent-hover);
}

.een-pz-prose strong {
  color: var(--text-primary);
}

.een-article-card {
  position: relative;
  background: var(--surface-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.18s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.een-pz-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--accent), var(--accent-secondary));
  display: inline-block;
  flex-shrink: 0;
}

.een-pz-read-next ul li a {
  font-family: var(--font-head), sans-serif;
  font-weight: 600;
  color: var(--accent);
  font-size: 0.96rem;
  transition: color 0.15s;
}

.een-pz-header__inner {
  max-width: 1120px;
  margin-inline: auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}

.een-card {
  position: relative;
  background: var(--surface-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.een-pz-read-next ul li a:hover {
  color: var(--accent-hover);
}

.een-article-card__content time {
  display: block;
  font-size: 0.78rem;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 0.35rem;
}

h1 { font-size: 2.4rem; letter-spacing: -0.025em; }

.een-pz-board-preview__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: linear-gradient(120deg, rgba(91,82,213,0.08), rgba(189,82,213,0.08));
  font-family: var(--font-head), sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--border);
}

.een-pz-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  background: var(--surface-glass);
}

.een-pz-footer__grid {
  max-width: 1120px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.een-pz-lead {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 60ch;
  line-height: 1.7;
}

.een-btn--ghost:hover {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--glow-accent);
}

.een-pz-section {
  padding-block: 4rem;
}

.een-pz-benefit h3 { margin-bottom: 0.4rem; }

.een-pz-hero__prose p {
  color: var(--text-secondary);
}

.een-btn--ghost {
  background: transparent;
  color: var(--accent);
  border: 1.5px solid var(--accent);
  box-shadow: none;
}

.een-pz-hero__meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.93rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.een-pz-benefit__icon--2 {
  background: linear-gradient(135deg, var(--accent-secondary), var(--accent));
}

.een-stars { color: #ffc107; }

.een-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(55, 49, 128, 0.18);
}

img { max-width: 100%; display: block; }

.een-pz-hero__prose {
  max-width: 720px;
  margin-inline: auto;
  text-align: left;
}

.een-pz-table-wrap {
  overflow-x: auto;
  margin: 1.25rem 0;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}

.een-pz-nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  margin-left: auto;
}

.een-pz-nav {
  display: flex;
  gap: 1.75rem;
  align-items: center;
  margin-left: auto;
}

.een-article-card--row {
  padding: 1.3rem 1.5rem;
}

.een-pz-nav a {
  font-family: var(--font-head), sans-serif;
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--text-secondary);
  padding: 0.35rem 0;
  position: relative;
  white-space: nowrap;
}

.een-pz-faq__item {
  background: var(--surface-glass);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem 1.4rem;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: box-shadow 0.2s;
}

.een-article-card__content p {
  color: var(--text-secondary);
  margin: 0;
  font-size: 0.95rem;
}

.een-pz-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.een-pz-benefit { }

h2 { font-size: 1.65rem; letter-spacing: -0.015em; }

.een-pz-prose {
  margin-top: 1.5rem;
}

.een-pz-narrow { max-width: 780px; }

.een-pz-footer__col h4 {
  color: #fff;
  font-family: var(--font-head), sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.een-article-card__content h3 {
  margin: 0.4rem 0 0.5rem;
  font-size: 1.1rem;
}

.een-pz-center { text-align: center; margin-top: 2rem; }

.een-pz-footer .een-logo {
  -webkit-text-fill-color: #fff;
  background: none;
  color: #fff;
}

.een-pz-board__body [data-row],
.een-pz-board-preview__body [data-row] {
  display: grid;
  grid-template-columns: 60px 1fr 100px;
  gap: 1rem;
  padding: 0.85rem 1.5rem;
  border-bottom: 1px solid var(--border);
  align-items: center;
  font-size: 0.93rem;
}

.een-article-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

li { margin-bottom: 0.4rem; }

.een-pz-board__body {
  min-height: 160px;
}

.een-pz-prose a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(91,82,213,0.35);
  text-underline-offset: 2px;
}

[data-leaderboard] { display: block; }

.een-pz-read-next h3 {
  font-size: 0.85rem;
  color: var(--text-secondary);
  font-family: var(--font-head), sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.een-game-embed-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.een-pz-prose p {
  color: var(--text-secondary);
}

.een-pz-hero__inner {
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 2rem;
}

.een-pz-nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: opacity 0.2s;
}

.een-pz-prose li {
  margin-bottom: 0.45rem;
}

.een-pz-section::before {
  content: none;
}

.een-pz-board {
  padding: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.een-pz-article-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.een-pz-board__head {
  display: grid;
  grid-template-columns: 60px 1fr 100px;
  gap: 1rem;
  padding: 1rem 1.5rem;
  font-family: var(--font-head), sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
  background: linear-gradient(120deg, rgba(91,82,213,0.06), rgba(189,82,213,0.06));
}

.een-pz-faq__item summary::-webkit-details-marker {
  display: none;
}

.een-pz-hero__lead {
  font-size: 1.2rem;
  color: var(--text-secondary);
  max-width: 58ch;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}

.een-pz-table th {
  font-family: var(--font-head), sans-serif;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.een-pz-prose ul,
.een-pz-prose ol {
  color: var(--text-secondary);
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.een-pz-muted { color: var(--text-secondary); font-size: 0.9rem; }

.een-pz-table tbody tr:hover {
  background: rgba(91, 82, 213, 0.04);
}

.een-pz-tag,
.een-pz-badge {
  display: inline-block;
  font-family: var(--font-head), sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(91, 82, 213, 0.1);
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
}

.een-pz-nav a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary));
  border-radius: 2px;
}

.een-pz-read-next ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 0;
}

.een-pz-table td {
  padding: 0.8rem 1rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.een-pz-prose em {
  color: var(--text-primary);
  font-style: italic;
}

.een-pz-table tbody tr:last-child td {
  border-bottom: none;
}

.een-pz-benefit p { color: var(--text-secondary); margin: 0; }

.een-pz-404__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.een-pz-hero__meta {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding-left: 0;
}

.een-pz-hero {
  background: var(--hero-gradient);
  padding: 3.5rem 1.25rem 4rem;
  text-align: center;
}

.een-pz-faq__item[open] {
  box-shadow: 0 14px 36px rgba(55, 49, 128, 0.14);
}

.een-logo {
  font-family: var(--font-head), sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent-secondary) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-shrink: 0;
}

.een-pz-faq__item p {
  margin: 0.85rem 0 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.een-pz-faq__item a {
  color: var(--accent);
}

.een-pz-faq {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.een-pz-contact-card h3 {
  margin-bottom: 0.5rem;
}

.een-game-embed-wrap {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 2rem;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 20px 56px rgba(55, 49, 128, 0.22);
}

.een-pz-container {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.een-pz-404 h1 {
  font-size: 2.6rem;
}

a { color: var(--accent); text-decoration: none; transition: color 0.15s; }

.een-pz-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.een-pz-footer__col a:hover {
  color: #fff;
}

.een-pz-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.een-pz-faq__item summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: var(--accent);
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
}

.een-logo--footer {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  display: inline-block;
}

h3 { font-size: 1.2rem; }

.een-pz-footer__col a {
  display: block;
  color: #b7b4d8;
  font-size: 0.9rem;
  padding: 0.28rem 0;
  transition: color 0.15s;
}

p { margin-bottom: 1rem; }

.een-pz-footer__bottom {
  max-width: 1120px;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
  color: #9a97bd;
}

.een-pz-footer__addr {
  color: #7e7b9e;
  margin: 0.3rem 0 0;
}

.een-btn--sm {
  padding: 0.5rem 1.1rem;
  font-size: 0.84rem;
}

.een-pz-404 {
  text-align: center;
  padding-block: 5rem 4rem;
}

.een-pz-cookie p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-secondary);
  flex: 1;
}

.een-pz-game-page h1 {
  margin: 0.4rem 0 1rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.een-pz-faq__item[open] summary::after {
  content: '\2212';
}

.een-pz-cookie {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  max-width: 640px;
  margin-inline: auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 16px 44px rgba(55, 49, 128, 0.24);
  padding: 1.1rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 90;
}

.een-pz-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-secondary));
  box-shadow: var(--glow-accent);
  position: relative;
  flex-shrink: 0;
}

.een-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(91, 82, 213, 0.38);
}

.een-pz-split p { color: var(--text-secondary); }

ul, ol { padding-left: 1.25rem; margin-bottom: 1rem; }

.een-pz-read-next {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.een-pz-prose h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.35rem;
}

.een-pz-footer {
  background: var(--text-primary);
  color: #d9d7ee;
  padding: 3.5rem 1.25rem 1.75rem;
  margin-top: 3rem;
}

.een-pz-board-preview {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.een-pz-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--surface-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(55, 49, 128, 0.07);
}

h1, h2, h3, h4 {
  font-family: var(--font-head), sans-serif;
  line-height: 1.2;
  color: var(--text-primary);
  font-weight: 700;
}

.een-pz-nav a:hover,
.een-pz-nav a.active {
  color: var(--accent);
}

.een-pz-main { display: block; }

@media (min-width: 480px) {
  .een-pz-hero__text h1 { font-size: 2.6rem; }
}

@media (min-width: 640px) {
  .een-pz-contact-grid { grid-template-columns: 1fr 1fr; }
  .een-pz-article-list { grid-template-columns: 1fr 1fr; }
  .een-pz-read-next ul { flex-direction: row; flex-wrap: wrap; gap: 0.75rem 1.25rem; }
}

@media (min-width: 768px) {
  h1 { font-size: 2.8rem; }
  .een-pz-hero__text h1 { font-size: 3.2rem; }
  .een-pz-cards { grid-template-columns: repeat(2, 1fr); }
  .een-pz-split { grid-template-columns: 1.1fr 0.9fr; }
  .een-pz-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
}

@media (min-width: 1024px) {
  .een-pz-cards { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .een-pz-nav-toggle { display: flex; }

  .een-pz-header__inner {
    flex-wrap: wrap;
  }

  .een-pz-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    display: none;
    order: 3;
    padding-top: 0.5rem;
    margin-left: 0;
  }

  .een-pz-nav.open { display: flex; }

  .een-pz-nav a {
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--border);
    width: 100%;
    text-align: left;
  }

  .een-pz-nav a:last-child { border-bottom: none; }
  .een-pz-nav a.active::after { display: none; }

  .een-pz-hero {
    padding: 2.5rem 1rem 3rem;
  }

  .een-pz-hero__text h1 { font-size: 2rem; }

  .een-game-embed-wrap {
    aspect-ratio: 3 / 2;
  }

  .een-pz-cookie {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 0.75rem;
  }

  .een-pz-table th,
  .een-pz-table td {
    padding: 0.6rem 0.7rem;
    font-size: 0.84rem;
  }

  .een-pz-section { padding-block: 2.75rem; }
}

@media (max-width: 400px) {
  .een-pz-hero__text h1 { font-size: 1.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media print {
  .een-pz-header,
  .een-pz-footer,
  .een-pz-cookie,
  .een-pz-nav-toggle,
  .een-game-embed-wrap {
    display: none !important;
  }
  body { background: #fff; color: #000; }
  .een-card,
  .een-article-card,
  .een-pz-faq__item {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .een-pz-table-wrap { box-shadow: none; }
}

.een-home-embed__btn:hover { background: var(--accent-hover, #1d4ed8); }

.een-game-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.een-pz-section > .een-pz-container > .een-pz-eyebrow,
.een-pz-section > .een-pz-container > h1,
.een-pz-section > .een-pz-container > h2 {
  display: block;
}

.een-leaderboard-preview th, .een-leaderboard-preview td { padding: 6px 10px; text-align: left; border-bottom: 1px solid var(--border, #e2e2e2); }

.een-game-embed-wrap { position: relative; width: 100%; max-width: 960px; margin: 0 auto; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.08); background: #111; }

.een-home-embed__hint { margin: 12px auto 0; max-width: 42rem; font-size: .95rem; opacity: .85; }

.een-pz-board__body [data-row]:hover,
.een-pz-board-preview__body [data-row]:hover {
  background: rgba(91, 82, 213, 0.04);
}

.een-home-embed { margin-block: 24px 32px; text-align: center; }

.een-leaderboard-preview { width: 100%; border-collapse: collapse; }

.een-home-embed__btn { display: inline-block; padding: 12px 28px; border-radius: 10px; background: var(--accent, #2563eb); color: #fff; text-decoration: none; font-weight: 600; }

:focus-visible {
  outline: 2.5px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.een-game-embed-wrap--home { max-width: min(960px, 100%); margin-inline: auto; }

.een-lb-preview-label { font-size: .9rem; opacity: .7; margin: 0 0 8px; }

.een-pz-gradient-text {
  background: linear-gradient(120deg, var(--accent), var(--accent-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html {
  scroll-padding-top: 80px;
}

.een-home-embed__cta { margin-top: 16px; }

.een-card,
.een-article-card,
.een-pz-faq__item {
  background-clip: padding-box;
}

@media (max-width: 640px) { .een-game-embed-wrap--home { aspect-ratio: 3 / 4; max-width: 100%; } }

:root { --cookie-banner-h: 0px; }

body { padding-bottom: var(--cookie-banner-h); }

.een-cookie-consent.is-visible ~ * body,
body.has-cookie-banner { --cookie-banner-h: 120px; }

html, body { overflow-x: hidden; }

@media (max-width: 768px) {
    body.has-cookie-banner { --cookie-banner-h: 160px; }
}

[id$="GamesContainer"],
[id$="gamesContainer"],
#gamesContainer {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px;
    width: 100%;
}

[id$="GamesContainer"] > *,
[id$="gamesContainer"] > *,
#gamesContainer > * {
    grid-column: unset !important;
    width: 100%;
}

.een-provider-section,
.een-m-provider-section,
[class*="provider-section"] {
    width: 100%;
    margin-bottom: 24px;
}

@media (max-width: 480px) {
    .een-games-grid,
    .een-m-games-grid,
    [class*="games-grid"]:not([class*="featured"]) {
        grid-template-columns: 1fr !important;
    }
}

.een-m-filter, .een-filter-bar, .een-filters {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding: 4px 12px;
    scrollbar-width: thin;
}

.een-modal, .een-m-modal, [class*="modal"][class*="overlay"] { z-index: 9999 !important; }

.een-m-filter > *, .een-filter-bar > *, .een-filters > * { flex-shrink: 0; }

#gameFrame, .een-game-iframe, iframe.game {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border: 0;
    display: block;
}

.een-modal__overlay, .een-m-modal__overlay { z-index: 9998 !important; }

@media (max-width: 480px) {
    .een-site-header__inner, .een-m-header__inner {
        gap: 8px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.compliance-badge img {
    display: block;
    height: 28px;
    width: auto;
    opacity: 1 !important;
    filter: none !important;
}

.compliance-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #ffffff !important;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 4px;
}

.compliance-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.28);
}
/* theme-contrast-v2.99.5f */
[class*="m-hero"] p,
[class*="m-hero__text"],
[class*="m-hero__subtitle"],
[class*="m-hero__lede"],
[class*="m-hero__badge"] {
    color: var(--text-secondary);
}
[class*="m-footer"] p,
[class*="m-footer__desc"],
[class*="m-footer__disclaimer"] {
    color: var(--text-muted);
}
[class*="age-modal"] p,
[class*="age-modal__text"],
[class*="cookie-banner"] p {
    color: var(--text-primary);
}

/* thematic-embed-frame v0.996 */
.game-embed-wrap { position:relative; width:100%; max-width:960px; margin:0 auto; aspect-ratio:4/3; }
.game-embed-wrap iframe { position:absolute; inset:0; width:100%; height:100%; border:0; border-radius:8px; }

/* thematic-embed-home v0.998.3.3 — shares the game-page embed box */
.game-embed-wrap { position: relative; width: 100%; max-width: 960px; margin: 0 auto; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,.08); background: #111; }
.game-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.game-embed-wrap--home { max-width: min(960px, 100%); margin-inline: auto; }
.home-embed { margin-block: 24px 32px; text-align: center; }
.home-embed__hint { margin: 12px auto 0; max-width: 42rem; font-size: .95rem; opacity: .85; }
.home-embed__cta { margin-top: 16px; }
.home-embed__btn { display: inline-block; padding: 12px 28px; border-radius: 10px; background: var(--accent, #2563eb); color: #fff; text-decoration: none; font-weight: 600; }
.home-embed__btn:hover { background: var(--accent-hover, #1d4ed8); }
@media (max-width: 640px) { .game-embed-wrap--home { aspect-ratio: 3 / 4; max-width: 100%; } }

/* thematic-skin glass-gradient v0.999.2.3 — template vivid (family vivid-light) */
header, [class*="site-header"] {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--surface-glass, var(--surface));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
header nav a {
  position: relative;
  font-weight: 600;
}
header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary, var(--accent)));
  transition: width .2s ease;
}
header nav a:hover::after {
  width: 100%;
}
[class*="hero"]:not([class*="__"]) {
  background: var(--hero-gradient, var(--bg));
  overflow: hidden;
}
[class*="hero"]:not([class*="__"]) h1 {
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary, var(--accent)));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
}
main section {
  padding-block: clamp(44px, 7vw, 92px);
}
main section:nth-of-type(3n) {
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
}
[class*="card"]:not([class*="__"]), article, [class*="benefit"]:not([class*="__"]) {
  background: var(--surface);
  border: 0;
  border-radius: var(--radius-lg, 18px);
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
}
[class*="card"]:not([class*="__"]):hover, article:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--glow-accent), var(--shadow-card);
}
a[class*="btn"], button[class*="btn"] {
  border-radius: 999px;
  padding: 13px 30px;
  font-weight: 700;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}
[class*="btn"][class*="primary"], .home-embed__btn {
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary, var(--accent)));
  color: #fff;
  box-shadow: var(--glow-accent);
}
[class*="btn"][class*="primary"]:hover, .home-embed__btn:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}
.game-embed-wrap {
  border-radius: var(--radius-lg, 18px);
  box-shadow: var(--glow-accent), var(--shadow-card);
}
[class*="faq"] details {
  background: var(--surface);
  border-radius: var(--radius-lg, 18px);
  padding: 8px 18px;
  margin-block: 12px;
  box-shadow: var(--shadow-card);
  border: 0;
}
footer {
  background: var(--surface);
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, var(--accent), var(--accent-secondary, var(--accent))) 1;
}

/* thematic-overlay-guard v0.999.2.3 */
[class*="__overlay"] { background: transparent !important; border: none !important; box-shadow: none !important; }

/* thematic-supplemental articles.css v0.999.2.1 */
/* ============================================================
   articles.css — playzorbia
   Article / guide page styling that layers on top of styles.css.
   Uses the same design tokens defined in :root (styles.css).
   ============================================================ */

/* ===== Breadcrumbs ===== */
.een-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  list-style: none;
  padding-left: 0;
}

.een-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0;
}

.een-breadcrumbs a {
  color: var(--accent);
  text-decoration: none;
}

.een-breadcrumbs a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

.een-breadcrumbs li + li::before {
  content: '\203A';
  color: var(--border);
  margin-right: 0.4rem;
}

.een-breadcrumbs [aria-current="page"] {
  color: var(--text-secondary);
}

/* ===== Article header ===== */
.een-article-header {
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--border);
}

.een-article-header .een-pz-eyebrow {
  margin-bottom: 0.65rem;
}

.een-article-header h1 {
  font-size: 2.1rem;
  line-height: 1.18;
  margin-bottom: 0.9rem;
}

.een-article-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  font-family: var(--font-head);
  font-weight: 600;
}

.een-article-header__meta time,
.een-article-header__meta .een-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.een-article-header__lead {
  font-size: 1.12rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-top: 1rem;
  max-width: 62ch;
}

/* ===== Article body ===== */
.een-article-body {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--text-secondary);
}

.een-article-body > *:first-child {
  margin-top: 0;
}

.een-article-body h2 {
  font-size: 1.45rem;
  color: var(--text-primary);
  margin: 2.25rem 0 0.85rem;
  letter-spacing: -0.01em;
  scroll-margin-top: 90px;
}

.een-article-body h3 {
  font-size: 1.15rem;
  color: var(--text-primary);
  margin: 1.75rem 0 0.65rem;
  scroll-margin-top: 90px;
}

.een-article-body p {
  margin-bottom: 1.15rem;
}

.een-article-body a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(91, 82, 213, 0.35);
  text-underline-offset: 2px;
}

.een-article-body a:hover {
  color: var(--accent-hover);
  text-decoration-color: var(--accent-hover);
}

.een-article-body strong {
  color: var(--text-primary);
  font-weight: 700;
}

.een-article-body em {
  color: var(--text-primary);
  font-style: italic;
}

.een-article-body ul,
.een-article-body ol {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}

.een-article-body li {
  margin-bottom: 0.5rem;
}

.een-article-body ul li::marker {
  color: var(--accent);
}

.een-article-body ol li::marker {
  color: var(--accent);
  font-family: var(--font-head);
  font-weight: 700;
}

.een-article-body blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.4rem;
  border-left: 4px solid var(--accent);
  background: rgba(91, 82, 213, 0.06);
  border-radius: 0 12px 12px 0;
  color: var(--text-primary);
  font-style: italic;
}

.een-article-body blockquote p:last-child {
  margin-bottom: 0;
}

.een-article-body img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  margin: 1.5rem 0;
}

.een-article-body hr {
  border: none;
  height: 1px;
  background: var(--border);
  margin: 2.25rem 0;
}

/* ===== Article tables ===== */
.een-article-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 1.5rem 0;
  background: var(--surface-glass);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.een-article-body thead tr {
  background: linear-gradient(120deg, rgba(91, 82, 213, 0.08), rgba(189, 82, 213, 0.08));
}

.een-article-body th {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.een-article-body td {
  padding: 0.8rem 1rem;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.een-article-body tbody tr:last-child td {
  border-bottom: none;
}

.een-article-body tbody tr:hover {
  background: rgba(91, 82, 213, 0.04);
}

/* ===== Table of contents ===== */
.een-toc {
  background: var(--surface-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.6rem;
  box-shadow: var(--shadow-card);
  margin-bottom: 2rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.een-toc__title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.85rem;
}

.een-toc ul,
.een-toc ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.een-toc li {
  margin-bottom: 0;
}

.een-toc a {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--accent);
  text-decoration: none;
  display: inline-block;
}

.een-toc a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

.een-toc li li a {
  font-size: 0.88rem;
  padding-left: 0.9rem;
  color: var(--text-secondary);
}

/* ===== Layout: article + sidebar ===== */
.een-article-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

.een-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.een-sidebar__block {
  background: var(--surface-glass);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.een-sidebar__block h3 {
  font-size: 0.82rem;
  font-family: var(--font-head);
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 0.9rem;
}

.een-sidebar__block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.een-sidebar__block li {
  margin-bottom: 0;
}

.een-sidebar__block a {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--accent);
  text-decoration: none;
}

.een-sidebar__block a:hover {
  color: var(--accent-hover);
  text-decoration: underline;
}

/* ===== Back to top button ===== */
.een-pz-back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent-secondary) 100%);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  box-shadow: var(--glow-accent);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 80;
}

.een-pz-back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.een-pz-back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(91, 82, 213, 0.38);
}

/* ===== Responsive ===== */
@media (min-width: 992px) {
  .een-article-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .een-sidebar {
    position: sticky;
    top: 90px;
  }

  .een-article-header h1 {
    font-size: 2.4rem;
  }
}

@media (max-width: 640px) {
  .een-article-header h1 {
    font-size: 1.7rem;
  }

  .een-article-body {
    font-size: 0.98rem;
  }

  .een-article-body h2 {
    font-size: 1.3rem;
  }

  .een-article-body table th,
  .een-article-body table td {
    padding: 0.6rem 0.7rem;
    font-size: 0.84rem;
  }

  .een-pz-back-to-top {
    right: 0.9rem;
    bottom: 0.9rem;
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .een-pz-back-to-top {
    transition: none;
  }
}

@media print {
  .een-toc,
  .een-sidebar,
  .een-pz-back-to-top,
  .een-breadcrumbs {
    display: none !important;
  }
  .een-article-layout {
    grid-template-columns: 1fr;
  }
}
