/* GENERATED FROM r0ice-web/home/r0ice/christmas-tree/public/bigchillin/styles.css. Edit the canonical source, then run npm run workspace:sync:web. */
:root {
  color-scheme: dark;
  --bg: #05070b;
  --bg-2: #0a1017;
  --surface: rgba(11, 17, 25, 0.72);
  --surface-strong: rgba(10, 16, 24, 0.9);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --line: rgba(176, 213, 238, 0.14);
  --line-strong: rgba(143, 213, 255, 0.32);
  --text: #f4f7fb;
  --muted: #95a6ba;
  --ice: #8fd5ff;
  --ice-bright: #dff5ff;
  --ice-soft: rgba(143, 213, 255, 0.14);
  --frost: rgba(225, 242, 255, 0.08);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --display: "Bebas Neue", "Impact", sans-serif;
  --body: "Space Grotesk", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 20% 18%, rgba(143, 213, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #06080c 0%, #09111a 46%, #06090d 100%);
  color: var(--text);
}

body.theme-bigchill {
  font-family: var(--body);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.bg-grad,
.bg-grid,
.bg-stars,
.bg-beam {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg-grad {
  background:
    radial-gradient(circle at 18% 18%, rgba(143, 213, 255, 0.16), transparent 24%),
    radial-gradient(circle at 78% 14%, rgba(143, 213, 255, 0.1), transparent 28%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 34%);
  filter: blur(12px);
  opacity: 0.92;
  animation: aurora-drift 20s ease-in-out infinite alternate;
}

.bg-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 84%);
  opacity: 0.24;
}

.bg-stars {
  background:
    radial-gradient(circle at 11% 26%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1.5px),
    radial-gradient(circle at 29% 14%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.5px),
    radial-gradient(circle at 46% 20%, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.5px),
    radial-gradient(circle at 73% 12%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.5px);
  opacity: 0.34;
  animation: star-pulse 8s ease-in-out infinite;
}

.bg-beam {
  background:
    radial-gradient(circle at 50% -8%, rgba(143, 213, 255, 0.18), transparent 28%),
    linear-gradient(90deg, transparent, rgba(143, 213, 255, 0.05), transparent);
  opacity: 0.9;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1280px, calc(100% - 28px));
  margin: 16px auto 0;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 10, 15, 0.52);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22);
}

.brand {
  font-family: var(--display);
  font-size: 30px;
  letter-spacing: 0.08em;
}

.nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nav nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
}

.nav nav a.active,
.nav nav a:hover {
  color: var(--text);
}

.shell {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 28px));
  margin: 0 auto;
  padding: 20px 0 72px;
}

.weekend {
  display: grid;
  gap: 42px;
}

.cinema-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 32px;
  align-items: end;
  min-height: calc(100svh - 152px);
  padding: 34px 0 8px;
}

.hero-copy {
  position: relative;
  max-width: 48rem;
}

.weekend-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(143, 213, 255, 0.18);
  background: rgba(143, 213, 255, 0.08);
  color: var(--ice-bright);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  color: var(--ice);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-title {
  margin: 20px 0 0;
  line-height: 0.84;
  text-transform: uppercase;
}

.hero-title span,
.hero-title em {
  display: block;
  font-family: var(--display);
  font-style: normal;
}

.hero-title span {
  font-size: clamp(96px, 20vw, 240px);
  letter-spacing: 0.03em;
}

.hero-title em {
  margin-top: -4px;
  color: rgba(244, 247, 251, 0.68);
  font-size: clamp(42px, 6vw, 78px);
  letter-spacing: 0.2em;
}

.hero-promise {
  margin: 18px 0 0;
  max-width: 13ch;
  font-size: clamp(28px, 4.6vw, 54px);
  line-height: 0.94;
  font-weight: 700;
}

.lede {
  margin: 18px 0 0;
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.7;
}

.unlock-panel,
.preview-card,
.modal .panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 34%),
    linear-gradient(150deg, rgba(10, 15, 23, 0.88), rgba(8, 13, 20, 0.96));
  box-shadow: var(--shadow);
}

.unlock-panel::before,
.preview-card::before,
.modal .panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.04), transparent 44%);
  pointer-events: none;
}

.unlock-panel {
  padding: 26px;
  display: grid;
  gap: 18px;
  align-self: stretch;
}

.metric-label {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.metric-value,
.hype-value,
.count {
  font-family: var(--display);
  line-height: 0.88;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.metric-value {
  font-size: clamp(44px, 7vw, 78px);
}

.cta-row,
.pill-row,
.status-row,
.row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-row,
.pill-row,
.status-row {
  margin-top: 18px;
}

.btn,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.pill {
  min-height: 32px;
  padding: 0 12px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.045);
}

.pill.tiny {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.solid {
  color: #0a1118;
  border-color: rgba(143, 213, 255, 0.44);
  background: linear-gradient(135deg, var(--ice), #d9f6ff 64%, #ffffff);
}

.btn.ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.btn.ghost:hover {
  border-color: var(--line-strong);
}

.status-chip {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ice-bright);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-chip.is-live {
  color: #071017;
  border-color: rgba(143, 213, 255, 0.5);
  background: linear-gradient(135deg, var(--ice), #d9f6ff);
}

.status-time,
.section-copy,
.day-tagline,
.reveal-copy,
.plan-text,
.ops-check span,
.ops-prompt,
.flash-note,
.hype-time {
  color: var(--muted);
}

.section {
  display: grid;
  gap: 18px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.section-head h2 {
  margin: 6px 0 0;
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.86;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-copy {
  max-width: 34rem;
  line-height: 1.65;
}

.weekend-strip {
  padding-top: 4px;
}

.strip-grid,
.beat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.strip-item {
  padding-right: 18px;
}

.strip-item:not(:last-child) {
  border-right: 1px solid var(--line);
}

.strip-item h2,
.beat-card h3,
.preview-card h3,
.reveal-title {
  margin: 8px 0 0;
  font-size: 24px;
}

.strip-item p:last-child,
.beat-card p:last-child,
.preview-card p:last-child {
  margin: 10px 0 0;
  line-height: 1.6;
}

.door-stage {
  padding-top: 8px;
}

.reveal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.reveal-card {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 22px;
  display: grid;
  gap: 16px;
  align-content: start;
  text-align: left;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 36%),
    linear-gradient(160deg, rgba(11, 18, 27, 0.78), rgba(7, 12, 19, 0.96));
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  animation: card-in 650ms ease both;
}

.reveal-card::before,
.reveal-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.reveal-card::before {
  inset: 0;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.04), transparent 46%);
}

.reveal-card::after {
  inset: auto -10% -28% 42%;
  height: 58%;
  background: radial-gradient(circle, rgba(143, 213, 255, 0.16), transparent 64%);
  filter: blur(16px);
  opacity: 0.68;
}

.reveal-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-strong);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.42);
}

.reveal-card[data-day="1"]::after {
  background: radial-gradient(circle, rgba(173, 222, 255, 0.18), transparent 64%);
}

.reveal-card[data-day="2"]::after {
  background: radial-gradient(circle, rgba(143, 213, 255, 0.18), transparent 64%);
}

.reveal-card[data-day="3"]::after {
  background: radial-gradient(circle, rgba(197, 231, 255, 0.14), transparent 64%);
}

.reveal-card[data-state="locked"] {
  opacity: 0.92;
}

.door-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.day-number,
.beat-index {
  margin: 0;
  color: var(--ice);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.day-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 78px);
  line-height: 0.84;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  max-width: 8ch;
}

.day-stamp {
  margin: 0;
  color: rgba(223, 245, 255, 0.82);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.day-tagline {
  margin: 0;
  max-width: 24ch;
  line-height: 1.65;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-pill.open {
  color: #071017;
  border-color: rgba(143, 213, 255, 0.5);
  background: linear-gradient(135deg, var(--ice), #d9f6ff);
}

.reveal-details {
  margin-top: auto;
  display: grid;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.reveal-details[hidden] {
  display: none;
}

.reveal-list,
.hype-list,
.ops-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reveal-list {
  display: grid;
  gap: 10px;
}

.reveal-list li {
  position: relative;
  padding-left: 14px;
  line-height: 1.55;
  color: var(--muted);
}

.reveal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ice);
}

.reveal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reveal-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reveal-link {
  width: fit-content;
}

.transmission-strip {
  padding-top: 8px;
}

.beat-card {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.beat-card h3 {
  margin: 12px 0 0;
}

.preview-only {
  display: none;
}

html.bigchill-preview .preview-only {
  display: grid;
}

.preview-shell {
  gap: 18px;
  padding-top: 12px;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.preview-card {
  padding: 22px;
  display: grid;
  gap: 14px;
}

.hype-value {
  font-size: clamp(58px, 8vw, 104px);
}

.hype-bar {
  height: 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.hype-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(143, 213, 255, 0.48), var(--ice), #ffffff);
  transition: width 520ms ease;
}

.hype-fill.is-max {
  box-shadow: 0 0 24px rgba(143, 213, 255, 0.36);
}

.hype-list {
  display: grid;
  gap: 10px;
}

.hype-item,
.ops-check {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
}

.hype-time {
  display: block;
  margin-top: 4px;
  font-size: 11px;
}

.hype-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hype-pill.live {
  color: #071017;
  border-color: rgba(143, 213, 255, 0.5);
  background: linear-gradient(135deg, var(--ice), #d9f6ff);
}

.ops-check {
  justify-content: start;
  align-items: start;
}

.ops-check input {
  margin-top: 3px;
}

.ops-check span {
  display: grid;
  gap: 4px;
  line-height: 1.45;
}

.ops-check strong {
  color: var(--text);
}

.ops-check.done {
  border-color: rgba(143, 213, 255, 0.28);
  background: rgba(143, 213, 255, 0.08);
}

.ops-prompt {
  min-height: 7.2em;
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  line-height: 1.6;
}

.flash-note {
  min-height: 1.4em;
  font-size: 12px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.flash-note.is-visible {
  opacity: 1;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 8;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(3, 7, 12, 0.78);
  backdrop-filter: blur(14px);
}

.modal.show {
  display: grid;
}

.modal .panel {
  width: min(560px, 100%);
  padding: 26px;
  display: grid;
  gap: 16px;
}

.close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 22px;
  cursor: pointer;
}

.close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.modal-actions {
  margin: 4px 0 0;
}

.count {
  font-size: clamp(42px, 8vw, 88px);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.95em;
}

@keyframes aurora-drift {
  from {
    transform: translate3d(-1%, -2%, 0) scale(1);
  }
  to {
    transform: translate3d(1.5%, 2%, 0) scale(1.04);
  }
}

@keyframes star-pulse {
  0%,
  100% {
    opacity: 0.24;
  }
  50% {
    opacity: 0.42;
  }
}

@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .cinema-hero,
  .reveal-grid,
  .strip-grid,
  .beat-grid,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .cinema-hero {
    min-height: auto;
    gap: 24px;
    padding-top: 24px;
  }

  .strip-item {
    padding-right: 0;
    padding-top: 14px;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .strip-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .nav {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 12px 14px;
    border-radius: 24px;
    flex-wrap: wrap;
  }

  .nav nav {
    width: 100%;
    gap: 10px;
  }

  .shell {
    width: calc(100% - 20px);
    padding-bottom: 56px;
  }

  .hero-title span {
    font-size: clamp(74px, 22vw, 136px);
  }

  .hero-title em {
    font-size: clamp(34px, 10vw, 54px);
  }

  .hero-promise {
    max-width: none;
    font-size: clamp(24px, 7vw, 36px);
  }

  .reveal-card {
    min-height: 290px;
    padding: 20px;
  }

  .day-title {
    font-size: clamp(42px, 14vw, 62px);
  }

  .preview-card,
  .unlock-panel,
  .modal .panel {
    padding: 20px;
  }
}

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