#ch12-live-login-stage {
  position: fixed;
  z-index: 2147480000;
  top: 50%;
  left: 50%;
  width: min(1080px, 90vw);
  height: min(760px, 88vh);
  transform: translate(-50%, -50%);
  overflow: hidden;
  pointer-events: none;
  border: 1px solid rgba(231, 196, 122, 0.16);
  border-radius: 34px;
  background: #08060b;
  box-shadow:
    0 46px 140px rgba(0, 0, 0, 0.68),
    0 0 80px rgba(122, 68, 157, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ch12-live-stage-photo {
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  overflow: hidden;
  opacity: 0.76;
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 67%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 67%,
    transparent 100%
  );
}

.ch12-live-stage-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
  filter: brightness(0.55) saturate(0.78) contrast(1.08);
  transform: scale(1.08);
}

.ch12-live-stage-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 3, 6, 0.78) 0%,
      rgba(4, 3, 6, 0.12) 32%,
      rgba(4, 3, 6, 0.28) 72%,
      rgba(4, 3, 6, 0.85) 100%
    ),
    linear-gradient(
      90deg,
      rgba(7, 5, 9, 0.08) 0%,
      rgba(10, 7, 13, 0.18) 40%,
      rgba(10, 7, 13, 0.96) 67%,
      #08060b 100%
    );
}

.ch12-live-stage-clock {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 38px;
  max-width: 460px;
  color: #fffaf0;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.78);
}

.ch12-live-stage-eyebrow {
  margin-bottom: 8px;
  color: #e7c47a;
  font: 700 10px/1.3 -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  letter-spacing: 0.18em;
}

.ch12-live-stage-time {
  display: block;
  font: 300 clamp(48px, 6.8vw, 84px)/0.95 -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.ch12-live-stage-date {
  margin-top: 12px;
  color: rgba(255, 250, 240, 0.92);
  font: 600 clamp(15px, 1.8vw, 20px)/1.35 -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ch12-live-stage-zone {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font: 600 10px/1.3 -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ch12-live-stage-status {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.68);
  font: 700 10px/1.2 -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  letter-spacing: 0.13em;
}

.ch12-live-stage-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e7c47a;
  box-shadow: 0 0 14px rgba(231, 196, 122, 0.72);
}

.ch12-live-stage-login-card {
  position: relative !important;
  z-index: 2147482000 !important;
  transform: translateX(210px) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
}

.ch12-floating-public-blog {
  z-index: 2147483600 !important;
}

@media (max-width: 960px) {
  #ch12-live-login-stage {
    width: calc(100vw - 24px);
    height: calc(100vh - 24px);
    border-radius: 26px;
  }

  .ch12-live-stage-photo {
    width: 100%;
    opacity: 0.42;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .ch12-live-stage-shade {
    background: rgba(8, 6, 11, 0.66);
  }

  .ch12-live-stage-login-card {
    transform: none !important;
  }
}

@media (max-width: 620px) {
  .ch12-live-stage-clock {
    top: 22px;
    left: 24px;
  }

  .ch12-live-stage-time {
    font-size: 43px;
  }

  .ch12-live-stage-date {
    font-size: 14px;
  }

  .ch12-live-stage-status {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ch12-live-login-stage,
  .ch12-live-stage-login-card {
    transition: none !important;
  }
}
