/* NARRATOR-09B DANKSAGUNG / PROLOG - FULLSCREEN COMPACT */

#zenithStoryProlog{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px 32px;
  background:
    radial-gradient(circle at 50% 38%,rgba(0,117,176,.18),transparent 38%),
    linear-gradient(180deg,rgba(1,9,15,.995),rgba(1,6,11,.995));
  color:#edf8fc;
  font-family:Arial,Helvetica,sans-serif;
  overflow:hidden;
}

#zenithStoryProlog.hidden{
  display:none!important;
}

.zsp-card{
  width:min(1120px,92vw);
  height:auto;
  max-height:calc(100vh - 44px);
  overflow:hidden;
  padding:24px 42px 22px;
  border:1px solid rgba(39,192,246,.42);
  background:linear-gradient(180deg,rgba(4,21,32,.97),rgba(2,14,22,.97));
  box-shadow:
    0 0 55px rgba(0,145,210,.09),
    inset 0 0 45px rgba(0,117,175,.025);
}

.zsp-kicker{
  color:#28c9ff;
  font-size:9px;
  letter-spacing:2.6px;
  text-align:center;
  margin-bottom:7px;
}

.zsp-title{
  color:#f2b632;
  font-size:clamp(30px,3.2vw,48px);
  letter-spacing:2px;
  text-align:center;
  margin:0 0 5px;
  line-height:1;
}

.zsp-subtitle{
  color:#86b6c8;
  font-size:10px;
  letter-spacing:1.4px;
  text-align:center;
  margin-bottom:19px;
}

.zsp-text{
  max-width:980px;
  margin:0 auto;
  color:#d9eaf1;
  font-size:clamp(12px,.88vw,16px);
  line-height:1.45;
}

.zsp-text p{
  margin:0 0 11px;
}

.zsp-text strong{
  color:#ffffff;
  font-weight:700;
}

.zsp-final{
  margin-top:16px!important;
  margin-bottom:0!important;
  text-align:center;
  color:#f2b632;
  font-size:clamp(14px,1.05vw,18px);
  line-height:1.42;
}

.zsp-status{
  margin-top:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#6fb6d0;
  font-size:8px;
  letter-spacing:1.35px;
}

.zsp-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#42e86f;
  box-shadow:0 0 10px rgba(66,232,111,.6);
}

.zsp-fallback{
  display:none;
  margin:14px auto 0;
  border:1px solid rgba(242,182,50,.65);
  background:rgba(45,31,4,.72);
  color:#f2b632;
  padding:9px 16px;
  cursor:pointer;
  font-weight:700;
  font-size:10px;
  letter-spacing:1px;
}

#zenithStoryProlog.autoplay-blocked .zsp-fallback{
  display:block;
}

/* 4K / large desktop */
@media(min-width:1700px) and (min-height:850px){
  .zsp-card{
    width:min(1180px,88vw);
    padding:28px 48px 24px;
  }

  .zsp-text{
    font-size:15px;
    line-height:1.5;
  }
}

/* shorter screens: guarantee no inner scrollbar */
@media(max-height:820px){
  #zenithStoryProlog{
    padding:14px 26px;
  }

  .zsp-card{
    max-height:calc(100vh - 28px);
    padding:18px 34px 16px;
  }

  .zsp-kicker{
    font-size:8px;
    margin-bottom:5px;
  }

  .zsp-title{
    font-size:32px;
  }

  .zsp-subtitle{
    font-size:9px;
    margin-bottom:13px;
  }

  .zsp-text{
    font-size:12px;
    line-height:1.36;
  }

  .zsp-text p{
    margin-bottom:8px;
  }

  .zsp-final{
    margin-top:10px!important;
    font-size:14px;
  }

  .zsp-status{
    margin-top:9px;
  }
}