/* dealora-lab.games — Golden City Casino promo (standalone theme) */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,700;1,9..144,500&family=Sora:wght@400;500;600;700&display=swap");

:root {
  --ink: #120f14;
  --wine: #5c1f3a;
  --wine-deep: #3a1225;
  --champagne: #f3ead8;
  --cream: #fffcf5;
  --brass: #c9a43a;
  --jade: #1f5c52;
  --jade-glow: #2f8f7c;
  --line: rgba(201, 164, 58, 0.28);
  --shadow: 0 18px 50px rgba(18, 15, 20, 0.35);
  --radius-lg: 22px;
  --radius-md: 14px;
  --font-display: "Fraunces", Georgia, serif;
  --font-ui: "Sora", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

html.gate-pending {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--champagne);
  background:
    radial-gradient(1200px 800px at 10% -10%, rgba(201, 164, 58, 0.12), transparent 55%),
    radial-gradient(900px 600px at 90% 20%, rgba(47, 143, 124, 0.12), transparent 50%),
    linear-gradient(165deg, var(--wine-deep) 0%, #1a1418 42%, #0e0c10 100%);
  min-height: 100vh;
}

a {
  color: var(--brass);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #e4c76a;
}

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

/* --- media boxes: contain only --- */
.media-tile {
  background: rgba(255, 252, 245, 0.04);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 88px;
  padding: 10px;
}

.media-tile img,
.media-shot img,
.figure img,
.brand-badge img,
.footer-mark img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
  object-position: center;
}

.header-bar .brand-badge img {
  max-height: 52px;
  width: 52px;
  height: 52px;
}

/* --- shell --- */
.wrap {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

/* --- header --- */
.header-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(18, 15, 20, 0.78);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  flex-wrap: wrap;
}

.brand-lock {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--cream);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-lock:hover {
  color: var(--cream);
}

.brand-lock span.name {
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.nav-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-pills a {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: var(--champagne);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  border: 1px solid transparent;
}

.nav-pills a:hover {
  border-color: var(--line);
  background: rgba(255, 252, 245, 0.06);
  color: var(--cream);
}

.nav-pills a[aria-current="page"] {
  border-color: rgba(201, 164, 58, 0.55);
  background: rgba(201, 164, 58, 0.12);
  color: var(--cream);
}

/* --- hero / typography --- */
.hero-board {
  padding: 3rem 0 2rem;
}

.hero-board h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  color: var(--cream);
  letter-spacing: -0.02em;
}

.hero-board .deck {
  font-size: 1.05rem;
  max-width: 62ch;
  color: rgba(243, 234, 216, 0.92);
}

.hero-board .deck strong {
  color: var(--cream);
}

.intro-strip {
  margin-top: 2rem;
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(92, 31, 58, 0.45), rgba(18, 15, 20, 0.65));
  box-shadow: var(--shadow);
}

.intro-strip h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 1rem;
  color: var(--cream);
}

.intro-lines {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.65rem;
  color: rgba(243, 234, 216, 0.94);
}

.intro-lines li::marker {
  color: var(--brass);
}

/* --- ribbons / grids --- */
.tile-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin: 1.75rem 0;
}

.tile-row .media-tile {
  min-height: 100px;
}

.tile-row .media-tile img {
  max-height: 72px;
}

.section-tag {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(243, 234, 216, 0.55);
  margin: 3rem 0 0.75rem;
}

.section-tag:first-of-type {
  margin-top: 2rem;
}

h2.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  margin: 0 0 1rem;
  color: var(--cream);
}

.panel {
  padding: 1.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 252, 245, 0.035);
}

.panel p:last-child {
  margin-bottom: 0;
}

.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  margin: 2rem 0;
}

@media (max-width: 820px) {
  .split-feature {
    grid-template-columns: 1fr;
  }
}

.media-shot {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  min-height: 220px;
  background: rgba(0, 0, 0, 0.22);
  padding: 12px;
}

.media-shot img {
  max-height: 320px;
  border-radius: 12px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 3rem;
}

.gallery-grid .figure {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-height: 160px;
}

.gallery-grid .figure img {
  max-height: 240px;
}

/* --- video --- */
.video-shell {
  margin: 2rem 0 3rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #000;
}

.video-shell .ratio {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-caption {
  padding: 0.85rem 1rem;
  font-size: 0.92rem;
  color: rgba(243, 234, 216, 0.85);
  background: rgba(18, 15, 20, 0.9);
}

/* --- CTAs --- */
.cta-band {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin: 2rem 0;
}

.btn-play-store {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 58, 0.45);
  background: rgba(31, 92, 82, 0.35);
  text-decoration: none;
  color: var(--cream);
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.btn-play-store:hover {
  color: var(--cream);
  border-color: var(--brass);
  background: rgba(47, 143, 124, 0.35);
}

.btn-play-store img {
  height: 38px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.btn-game-page {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(92, 31, 58, 0.35);
  text-decoration: none;
  color: var(--cream);
  font-weight: 600;
}

.btn-game-page:hover {
  color: var(--cream);
  border-color: rgba(201, 164, 58, 0.55);
}

.btn-game-page .thumb {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 252, 245, 0.06);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
}

.btn-game-page .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: none;
}

.btn-play-store--header {
  flex-shrink: 0;
  padding: 0.35rem 0.55rem;
}

.btn-play-store--header img {
  display: block;
  height: 34px;
  width: auto;
  max-width: 118px;
  object-fit: contain;
}

/* --- legal prose pages --- */
.prose-page {
  padding: 2.5rem 0 4rem;
}

.prose-page h1 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 0 0 1rem;
  color: var(--cream);
}

.prose-page h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 2rem 0 0.65rem;
  color: var(--cream);
}

.prose-page p,
.prose-page li {
  color: rgba(243, 234, 216, 0.92);
}

.prose-page ul {
  padding-left: 1.2rem;
}

.prose-note {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border-left: 3px solid var(--brass);
  background: rgba(255, 252, 245, 0.04);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

/* --- footer --- */
.site-footer {
  margin-top: 3rem;
  padding: 2.25rem 0 2.5rem;
  border-top: 1px solid var(--line);
  background: rgba(12, 10, 14, 0.65);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 720px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-mark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-mark img {
  width: 48px;
  height: 48px;
  max-height: none;
}

.footer-mark strong {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--cream);
}

.footer-meta {
  font-size: 0.88rem;
  color: rgba(243, 234, 216, 0.65);
  max-width: 48ch;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}

.footer-nav a {
  color: rgba(243, 234, 216, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-nav a:hover {
  color: var(--cream);
}

/* --- age gate --- */
.age-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(8, 6, 10, 0.82);
  backdrop-filter: blur(8px);
}

.age-gate-card {
  width: min(440px, 100%);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(92, 31, 58, 0.55), rgba(18, 15, 20, 0.95));
  box-shadow: var(--shadow);
  padding: 1.75rem 1.5rem 1.5rem;
}

.age-gate-card h2 {
  font-family: var(--font-display);
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
  color: var(--cream);
}

.age-gate-card p {
  margin: 0 0 1rem;
  font-size: 0.94rem;
  color: rgba(243, 234, 216, 0.9);
}

.slider-captcha-label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(243, 234, 216, 0.55);
  margin-bottom: 0.45rem;
}

.slider-track {
  position: relative;
  height: 48px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--line);
  margin-bottom: 1rem;
  touch-action: none;
  user-select: none;
}

.slider-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 143, 124, 0.45), rgba(201, 164, 58, 0.35));
  pointer-events: none;
  z-index: 0;
}

.slider-knob {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff6e0, #c9a43a);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  cursor: grab;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  color: var(--wine-deep);
  font-weight: 700;
}

.slider-knob:active {
  cursor: grabbing;
}

.slider-hint {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  font-size: 0.85rem;
  color: rgba(243, 234, 216, 0.55);
  z-index: 1;
}

.age-check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.92rem;
  color: rgba(243, 234, 216, 0.92);
}

.age-check input {
  margin-top: 4px;
  accent-color: var(--jade-glow);
}

.gate-actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.gate-actions button {
  font-family: var(--font-ui);
  font-weight: 600;
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.92rem;
}

.gate-actions .btn-leave {
  background: transparent;
  border-color: var(--line);
  color: rgba(243, 234, 216, 0.85);
}

.gate-actions .btn-enter {
  background: linear-gradient(135deg, var(--jade), var(--jade-glow));
  color: var(--cream);
  opacity: 0.45;
  pointer-events: none;
}

.gate-actions .btn-enter.is-ready {
  opacity: 1;
  pointer-events: auto;
}

.gate-actions .btn-enter.is-ready:hover {
  filter: brightness(1.06);
}

.slider-status {
  font-size: 0.82rem;
  min-height: 1.25rem;
  margin-bottom: 0.35rem;
  color: rgba(243, 234, 216, 0.65);
}

.slider-status.ok {
  color: #9fe8d8;
}

html:not(.gate-pending) .age-gate-overlay {
  display: none;
}
