/* Dir 11 ??H306+H129 high contrast */

.inner-page .page-section,
.inner-page .page-section p,
.inner-page .page-section li,
.inner-page .page-section td {
  color: #000000;
}

.inner-page .page-section h2 {
  color: var(--heading);
}

.inner-page .page-section h3 {
  color: var(--teal);
}

.inner-page .page-section {
  padding-block: 1.25rem;
  border-top: 1px solid var(--line-green);
}

.inner-page .page-section h2 {
  font-size: clamp(1.1rem, 4vw, 1.35rem);
  margin-bottom: 0.75rem;
}

.inner-page .page-strip {
  margin-inline: calc(var(--nav-pad-x) * -1);
  padding: 0.85rem var(--nav-pad-x);
  text-align: center;
  background: linear-gradient(135deg, var(--green-deep), var(--green));
  color: #ffffff;
}

.inner-page .page-strip h2 {
  margin: 0;
  font-size: 1rem;
  color: #ffffff;
}

/* ===== Le Bandit — paris alley ===== */
.page-bandit .loot-shelf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  padding: 0.65rem;
  background: linear-gradient(160deg, #fef3c7, #e2e8f0);
  border-radius: var(--radius-md);
  margin: 0.75rem 0;
}

.page-bandit .loot {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(71, 85, 105, 0.12);
}

.page-bandit .loot--gold {
  background: linear-gradient(145deg, #eab308, #ca8a04);
  color: #fff;
  font-weight: 800;
  font-size: 0.6rem;
}

.page-bandit .rainbow-note {
  padding: 0.85rem;
  background: #f8fafc;
  border-left: 4px solid #f472b6;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.84rem;
}

/* ===== Mental — asylm reels ===== */
.page-mental .xways-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0.5rem 0 0.75rem;
}

.page-mental .xways-row span {
  padding: 0.25rem 0.45rem;
  font-size: 0.65rem;
  font-weight: 800;
  background: #1e293b;
  color: #f8fafc;
  border-radius: var(--radius-pill);
}

.page-mental .disturb-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3rem;
  padding: 0.65rem;
  background: linear-gradient(180deg, #450a0a, #7f1d1d);
  border-radius: var(--radius-md);
  margin: 0.75rem 0;
}

.page-mental .disturb-cell {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 800;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #f87171;
  border-radius: 6px;
  color: #fecaca;
}

.page-mental .mental-warn {
  padding: 0.85rem;
  background: linear-gradient(90deg, #1e293b, #475569);
  color: #e2e8f0;
  border-radius: var(--radius-md);
  font-size: 0.84rem;
}

.page-mental .mental-warn p {
  margin: 0;
  color: #e2e8f0;
}

/* ===== Piggy Riches Megaways — piggy bank ===== */
.page-piggy .piggy-stack {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.page-piggy .piggy {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #f472b6, #ec4899);
  color: #fff;
  box-shadow: 0 2px 10px rgba(244, 114, 182, 0.35);
}

.page-piggy .piggy--rich {
  background: linear-gradient(145deg, #eab308, #ca8a04);
}

.page-piggy .ways-fountain {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-piggy .ways-fountain li {
  padding: 0.45rem 0.65rem;
  margin-bottom: 0.35rem;
  background: #fff;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  border: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
}

.page-piggy .ways-fountain strong {
  color: #475569;
}

.page-piggy .red-tiger-note {
  padding: 0.85rem;
  background: #fdf2f8;
  border: 1px dashed #f472b6;
  border-radius: var(--radius-md);
  font-size: 0.84rem;
}

/* ===== Funky Time — disco wheel ===== */
.page-funky .disco-wheel {
  width: 9rem;
  height: 9rem;
  margin: 0.75rem auto;
  border-radius: 50%;
  background: conic-gradient(
    #475569 0deg 72deg,
    #f472b6 72deg 144deg,
    #eab308 144deg 216deg,
    #22c55e 216deg 288deg,
    #475569 288deg 360deg
  );
  box-shadow: 0 0 0 5px #fff, 0 4px 16px rgba(30, 41, 59, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.page-funky .bonus-dj {
  display: grid;
  gap: 0.35rem;
}

.page-funky .bonus-dj div {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.65rem;
  background: #fff;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  border: 1px solid #e2e8f0;
}

.page-funky .bonus-dj strong {
  color: #f472b6;
}

.page-funky .live-evolution {
  padding: 0.85rem;
  background: #f1f5f9;
  border-left: 4px solid #eab308;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 0.84rem;
}
