* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #050505;
  color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.mouse-light {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 210, 60, 0.18) 0%, rgba(255, 210, 60, 0.08) 30%, rgba(255, 210, 60, 0) 72%);
  filter: blur(18px);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: left 0.08s linear, top 0.08s linear;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(100px);
  opacity: 0.18;
}

.orb-1 {
  width: 420px;
  height: 420px;
  background: #ffd23c;
  top: -120px;
  left: -80px;
  animation: floatOne 10s ease-in-out infinite;
}

.orb-2 {
  width: 380px;
  height: 380px;
  background: #ffb800;
  right: -80px;
  bottom: -120px;
  animation: floatTwo 13s ease-in-out infinite;
}

.grid {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 85%);
}

.particles {
  position: absolute;
  inset: 0;
}

.particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 214, 92, 0.18);
  box-shadow: 0 0 14px rgba(255, 214, 92, 0.25);
  animation: rise linear infinite;
}

.page {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.hero-card {
  width: 100%;
  max-width: 1080px;
  padding: 44px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 214, 92, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.58);
  backdrop-filter: blur(16px);
  transform-style: preserve-3d;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.hero-card:hover {
  border-color: rgba(255, 214, 92, 0.24);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.7);
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.eyebrow {
  margin: 0;
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(255, 240, 190, 0.7);
}

.status-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  background: rgba(255, 214, 92, 0.14);
  border: 1px solid rgba(255, 214, 92, 0.24);
  color: #ffe08a;
}

.status-pill.cached {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f3f3f3;
}

.share-button {
  border: 1px solid rgba(255, 214, 92, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: bold;
  background: rgba(255,255,255,0.05);
  color: #fff6d2;
  cursor: pointer;
}

.share-button:hover {
  background: rgba(255, 214, 92, 0.1);
}

.title {
  margin: 20px 0 0 0;
  font-size: 54px;
  line-height: 1.02;
  color: #fff7d6;
}

.subtitle {
  margin: 14px 0 0 0;
  font-size: 18px;
  color: rgba(255, 243, 210, 0.72);
}

.timer-wrap {
  margin-top: 36px;
  padding: 28px 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));
  border: 1px solid rgba(255, 214, 92, 0.08);
}

.timer {
  font-size: 82px;
  font-weight: bold;
  line-height: 1.02;
  letter-spacing: -2px;
  word-break: break-word;
  color: #ffd95e;
  text-shadow: 0 0 26px rgba(255, 214, 92, 0.14);
}

.stat-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.stat-box {
  padding: 18px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255, 214, 92, 0.07);
  text-align: center;
}

.stat-number {
  font-size: 28px;
  font-weight: bold;
  color: #ffe08a;
}

.stat-label {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255, 239, 194, 0.64);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.date-text {
  margin-top: 16px;
  font-size: 16px;
  color: rgba(255, 243, 210, 0.72);
}

.video-card {
  margin-top: 26px;
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 214, 92, 0.07);
}

.thumbnail {
  width: 360px;
  max-width: 100%;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(255, 214, 92, 0.08);
}

.video-content {
  flex: 1;
  min-width: 0;
}

.latest-label {
  margin: 0 0 10px 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 233, 174, 0.58);
}

.video-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  color: #fff6d4;
}

.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.video-link {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  background: #ffd54f;
  color: #111111;
  text-decoration: none;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}

.video-link:hover {
  background: #ffdf72;
}

.ghost-button {
  background: rgba(255,255,255,0.06);
  color: #fff3c4;
  border: 1px solid rgba(255, 214, 92, 0.12);
}

.ghost-button:hover {
  background: rgba(255, 214, 92, 0.1);
}

@keyframes floatOne {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(40px, 25px); }
  100% { transform: translate(0px, 0px); }
}

@keyframes floatTwo {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(-35px, -18px); }
  100% { transform: translate(0px, 0px); }
}

@keyframes rise {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh);
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .hero-card {
    padding: 28px;
  }

  .title {
    font-size: 40px;
  }

  .timer {
    font-size: 54px;
  }

  .video-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .thumbnail {
    width: 100%;
  }

  .video-title {
    font-size: 24px;
  }

  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .page {
    padding: 18px;
  }

  .hero-card {
    padding: 22px;
    border-radius: 22px;
  }

  .top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .title {
    font-size: 32px;
  }

  .subtitle {
    font-size: 16px;
  }

  .timer-wrap {
    margin-top: 28px;
    padding: 20px;
  }

  .timer {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .date-text {
    font-size: 15px;
  }

  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
}