/**
 * SS Vibelandia QUESTFEST deck skin — gold / foam / Puerto Reno night sky.
 * Use on bulletin board and other top-deck surfaces (with deck-surfaces.css).
 */
:root {
  --bg: #06080d;
  --card: #0f141c;
  --gold: #d4af37;
  --gold-hi: #fef3c7;
  --foam: #5eead4;
  --muted: #94a3b8;
  --text: #f1f5f9;
  --line: rgba(212, 175, 55, 0.28);
}

html.ss-vibelandia-deck,
html.ss-vibelandia-deck body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', system-ui, sans-serif;
  background: radial-gradient(120% 80% at 50% 0%, #0c181c 0%, var(--bg) 45%, #030508 100%);
  color: var(--text);
  line-height: 1.55;
}

html.ss-vibelandia-deck a {
  color: var(--foam);
  text-decoration: none;
}

html.ss-vibelandia-deck a:hover {
  color: var(--gold-hi);
  text-decoration: underline;
}

html.ss-vibelandia-deck .deck-back {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.25rem;
  text-decoration: none;
}

html.ss-vibelandia-deck .deck-back:hover {
  color: var(--gold-hi);
}

html.ss-vibelandia-deck .bb-cloud-badge {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.3rem 0.65rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-hi);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(15, 20, 28, 0.85);
}

html.ss-vibelandia-deck .bb-hero-rule {
  height: 3px;
  margin: 0 0 1.25rem;
  border: none;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--foam), var(--gold), transparent);
  opacity: 0.85;
}

html.ss-vibelandia-deck footer {
  margin-top: 2rem;
  padding: 1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: rgba(6, 8, 13, 0.92);
}

html.ss-vibelandia-deck footer a {
  font-weight: 600;
}

html.ss-vibelandia-deck .site-quicklinks {
  border-top-color: var(--line);
  background: linear-gradient(180deg, rgba(12, 24, 28, 0.5), rgba(6, 8, 13, 0.95));
}

html.ss-vibelandia-deck .site-quicklinks p {
  color: var(--gold);
}
