/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: dark;
}

body {
  margin: 0;
  background: radial-gradient(circle at top, #2c1f14, #120e0a 60%, #0a0908);
  color: #f7f3e9;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.scenePage {
  min-height: 100vh;
  background: linear-gradient(180deg, #0f0f13 0%, #15131c 44%, #1a1722 100%);
}

.sceneHero {
  position: relative;
  height: 100vh;
}

.sceneFade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(24, 23, 31, 0) 0%,
    rgba(24, 23, 31, 0.46) 48%,
    rgba(24, 23, 31, 0.9) 100%
  );
  z-index: 20;
}

.viewerBadge {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 50;
  color: #e7e9ec;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.schedulePanel {
  position: relative;
  margin-top: -16px;
  padding: 24px 16px 48px;
}

.schedulePanelInner {
  max-width: 1100px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(28, 24, 38, 0.9), rgba(22, 19, 30, 0.95));
  border: 1px solid rgba(196, 171, 124, 0.26);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38);
}

.schedulePanelInner h2 {
  margin: 0 0 12px;
}

.scheduleHint {
  margin-top: 12px;
}

.page {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px;
}

h1 {
  margin: 0;
  font-size: 2rem;
}

h2 {
  margin-top: 0;
}

.subtle {
  color: #9ca3af;
}

.card {
  background: linear-gradient(180deg, rgba(28, 21, 18, 0.95), rgba(20, 16, 14, 0.95));
  border: 1px solid #5b4633;
  border-radius: 14px;
  padding: 18px;
  margin-top: 18px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.progressWrap {
  width: 100%;
  height: 10px;
  background: #2f251f;
  border-radius: 999px;
  overflow: hidden;
  margin: 12px 0;
}

.progressBar {
  height: 100%;
  background: linear-gradient(90deg, #76d672, #c3f07a);
}

.schedule {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.scheduleColumns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.scheduleBlock {
  background: rgba(12, 10, 9, 0.4);
  border: 1px solid #4f3d2d;
  border-radius: 10px;
  padding: 12px;
}

.scheduleBlock h3 {
  margin: 0 0 8px 0;
  font-size: 1rem;
  color: #f4d79b;
}

.slot {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.45rem;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(220, 187, 121, 0.18);
}

.tvControls {
  margin-top: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  background: linear-gradient(180deg, #4b3324, #37261b);
  border: 2px solid #291b12;
  border-radius: 12px;
  padding: 10px;
}

.tvBtn {
  min-height: 44px;
  min-width: 44px;
  background: linear-gradient(180deg, #f8d98b 0%, #e5b758 55%, #cf9438 100%);
  color: #24180f;
  border: 1px solid #8f5f22;
  border-radius: 8px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -2px 0 rgba(98, 55, 16, 0.65),
    0 3px 0 #4a2d15,
    0 6px 14px rgba(0, 0, 0, 0.35);
}

.tvBtn:hover {
  filter: brightness(1.05);
}

.tvBtn:focus-visible {
  outline: 3px solid #f0f6a5;
  outline-offset: 2px;
}

.tvBtn:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(98, 55, 16, 0.65),
    0 1px 0 #4a2d15,
    0 3px 8px rgba(0, 0, 0, 0.28);
}

.tvSet {
  margin-top: 8px;
}

.tvBezel {
  display: block;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #704f34, #4e3525 55%, #3f2c20);
  border: 3px solid #2f2117;
  box-shadow: inset 0 2px 6px rgba(255, 229, 180, 0.2), 0 8px 30px rgba(0, 0, 0, 0.45);
}

.tvScreen {
  position: relative;
  border-radius: 12px;
  background: #090909;
  overflow: hidden;
  border: 5px solid #1f1712;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.75);
}

.tvVideo {
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  background: #000;
  filter: saturate(0.88) contrast(1.08) brightness(0.95);
}

.crtMask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 10px;
  box-shadow:
    inset 0 0 70px rgba(0, 0, 0, 0.65),
    inset 0 0 30px rgba(118, 255, 138, 0.08);
}

.crtMask.on {
  opacity: 1;
}

.crtMask.off {
  opacity: 0.95;
}

.tvOff {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.98)),
    #000;
}

.tvStandbyMsg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
  padding: 20px;
  color: #c9cfcf;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(180, 255, 220, 0.45);
  z-index: 2;
}

.volumeHud {
  position: absolute;
  left: 18px;
  right: 24px;
  bottom: 12px;
  z-index: 4;
  padding: 10px 10px 8px;
  animation: hudIn 120ms ease-out;
}

.volumeHudLabel {
  display: block;
  margin-bottom: 8px;
  color: #c8ffb0;
  font-family: "Courier New", monospace;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(116, 255, 135, 0.75), 1px 1px 0 rgba(12, 33, 19, 0.95);
}

.volumeHudBar {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  min-height: 28px;
}

.volTick {
  width: 8px;
  height: 24px;
  border-radius: 1px;
  background: rgba(215, 229, 255, 0.18);
}

.volTick.on {
  background: #a8ff8f;
  box-shadow: 0 0 6px rgba(131, 255, 119, 0.8);
}

.scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.06) 0px,
    rgba(255, 255, 255, 0.06) 1px,
    transparent 2px,
    transparent 4px
  );
  mix-blend-mode: soft-light;
  opacity: 0.35;
}

.crtNoise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.9)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
  animation: crtFlash 850ms linear;
}


@keyframes crtFlash {
  0% {
    opacity: 1;
    transform: scaleY(0.08);
  }
  35% {
    opacity: 0.95;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

@keyframes hudIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 880px) {
  .tvBezel {
    padding: 12px;
  }
}

@media (min-width: 900px) {
  .scheduleColumns {
    grid-template-columns: 1fr 1fr;
  }
}

