#truth-film {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: #070708;
  color: #f5f3ef;
  overflow: hidden;
}
#truth-film::backdrop { background: #070708; }
#truth-film video { width: 100%; height: 100%; object-fit: contain; display: block; }
.truth-film-active { overflow: hidden; }
.truth-film-top, .truth-film-bottom { position: absolute; z-index: 1; left: 0; right: 0; padding: 24px 32px; }
.truth-film-top { top: 0; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(#0009, transparent); }
.truth-film-top span { font-family: Georgia, 'Songti SC', serif; font-size: 16px; letter-spacing: 0.15em; }
.truth-film-top small { font-size: 11px; display: block; opacity: 0.7; letter-spacing: 0.13em; margin-top: 4px; }
.truth-film-bottom { bottom: 0; background: linear-gradient(transparent, #000c); }
#truth-film button { cursor: pointer; min-height: 42px; border: 1px solid #ffffff40; border-radius: 999px; background: #08080870; color: #fff; padding: 9px 18px; font: inherit; font-size: 13px; }
#truth-film button:hover { background: #ffffff20; }
#truth-film button:focus-visible, #truth-film input:focus-visible { outline: 2px solid #efcc77; outline-offset: 4px; }
.truth-film-controls { display: flex; gap: 10px; align-items: center; }
.truth-film-volume { display: flex; align-items: center; gap: 8px; margin: 0 8px; font-size: 12px; color: #fff; }
.truth-film-volume input { width: 92px; accent-color: #efcc77; }
#truth-film-time { margin-left: auto; font: 12px Georgia, serif; font-variant-numeric: tabular-nums; }
#truth-film-progress { width: 100%; height: 2px; display: block; margin-top: 17px; appearance: none; border: 0; background: #ffffff25; }
#truth-film-progress::-webkit-progress-bar { background: #ffffff25; }
#truth-film-progress::-webkit-progress-value { background: #efcc77; }
#truth-film-progress::-moz-progress-bar { background: #efcc77; }
.truth-film-status { font-size: 13px; min-height: 20px; margin-bottom: 8px; }
.truth-film-bottom p { color: #f5f3ef99; font-size: 11px; margin: 10px 0 0; }
#truth-film-notice { font-size: 13px; line-height: 1.6; max-width: 38em; }
@media (prefers-reduced-motion: reduce) {
  #truth-film * { animation: none !important; transition: none !important; }
}

@media (max-width: 899px), (pointer: coarse) {
  #truth-film { box-sizing: border-box; }
  .truth-film-top, .truth-film-bottom { box-sizing: border-box; }
  .truth-film-top {
    gap: 12px;
    padding: max(14px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 14px max(16px, env(safe-area-inset-left));
  }
  .truth-film-bottom {
    padding: 16px max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  }
  #truth-film button { min-height: 44px; padding: 10px 14px; font-size: 14px; }
  .truth-film-controls { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; }
  #truth-film-sound { grid-column: 2 / -1; white-space: normal; }
  .truth-film-volume { grid-column: 1 / 3; margin: 0; font-size: 14px; }
  .truth-film-volume input { width: min(36vw, 160px); min-height: 32px; }
  #truth-film-time { grid-column: 3; margin-left: 0; white-space: nowrap; }
  .truth-film-bottom p { font-size: 12px; line-height: 1.5; }
}
@media (max-height: 480px) and (orientation: landscape) {
  .truth-film-top { padding-top: max(8px, env(safe-area-inset-top)); }
  .truth-film-bottom { padding-top: 6px; padding-bottom: max(8px, env(safe-area-inset-bottom)); }
  .truth-film-bottom p { display: none; }
  .truth-film-status:empty { display: none; }
}

#truth-film video::cue {
  background-color: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  font-family: Georgia, 'Songti SC', serif;
  font-size: clamp(14px, 1.9vw, 24px);
  line-height: 1.4;
}
@media (max-width: 899px), (pointer: coarse) {
  #truth-film-captions-toggle { grid-column: 1 / -1; }
}
@media (max-height: 480px) and (orientation: landscape) {
  .truth-film-controls { display: flex; flex-wrap: wrap; gap: 6px; }
  .truth-film-volume { display: none; }
  #truth-film-time { margin-left: auto; }
  #truth-film video::cue { font-size: 14px; }
}

#truth-film-view {
  position: relative;
  width: 100%;
  height: 100%;
  background: #070708;
  color: #f5f3ef;
  overflow: hidden;
}
#truth-film-view:fullscreen { width: 100vw; height: 100dvh; }
.truth-film-top-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.truth-film-top > span { flex-shrink: 0; }
#truth-film-landscape { display: none; }
@media (max-width: 899px), (pointer: coarse) {
  #truth-film-landscape { display: inline-flex; align-items: center; justify-content: center; }
  .truth-film-top-actions button { font-size: 12px; padding: 8px 12px; min-height: 44px; }
}
#truth-film-view:fullscreen #truth-film-landscape { display: inline-flex; }

.truth-film-controls { flex-wrap: wrap; }
#truth-film .truth-film-bottom[hidden],
#truth-film-show-controls[hidden] { display: none !important; }
#truth-film-show-controls {
  position: absolute;
  z-index: 2;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  min-height: 44px;
  padding: 8px 12px;
  font-size: 12px;
  background: #07070899;
}
#truth-film-hide-controls { font-size: 12px; padding: 8px 12px; }
@media (max-width: 899px), (pointer: coarse) {
  #truth-film-captions-toggle { grid-column: 1 / 3; }
  #truth-film-hide-controls { grid-column: 3; }
}
