/* Final polish: keep the original site and original 18-scene visual system intact. */
.story-overlay[hidden]{display:none!important}
.story-player{--scene-duration:5s}
.story-player.paused .story-scene,.story-player.paused .story-scene *{animation-play-state:paused!important}
.story-timeline button.active>i{animation:none!important}
.story-progress-row{display:grid;grid-template-columns:46px minmax(0,1fr) 46px;gap:10px;align-items:center;margin-top:10px;color:#6f7b8e;font-family:var(--font-geist-mono);font-size:8px}
.story-progress-row span:last-child{text-align:right}
.story-progress-row input{width:100%;height:3px;cursor:pointer;accent-color:var(--scene-accent)}
.story-subtitle p .active-word{color:var(--scene-accent);font-weight:720;text-shadow:0 0 14px var(--scene-accent)}
.story-stage{overflow:visible}
.story-close{cursor:pointer}
.story-controls .story-mode.muted{opacity:.45}
.story-controls .story-mode.off{opacity:.45;border-color:#ffffff1f!important;background:transparent!important;color:#8995a7!important}
.story-header-status>span+span{color:#657286;border-left:1px solid #ffffff1a;margin-left:4px;padding-left:12px}
@media (max-width:760px){.story-progress-row{margin-top:7px}.story-subtitle p{font-size:12px}.story-controls>span{display:none}}
