:root{color-scheme:dark;--ink: rgba(238, 238, 232, .92);--muted: rgba(238, 238, 232, .55);--focus: #ff7a42;font-family:Geist,Segoe UI,-apple-system,BlinkMacSystemFont,system-ui,Helvetica Neue,sans-serif;font-weight:500;letter-spacing:.3px}*{box-sizing:border-box}html,body{width:100%;height:100%}body{margin:0;min-width:320px;overflow:hidden;background:#000;color:var(--ink)}button,textarea,input{font:inherit}button{border:0;color:inherit;cursor:pointer}button:focus-visible,textarea:focus-visible,input:focus-visible{outline:2px solid var(--focus);outline-offset:3px}svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.scene-stage{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#050505}.scene-layer{position:absolute;top:-4%;right:-4%;bottom:-4%;left:-4%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transform:scale(1.04);transition:opacity 1.4s ease-in-out,transform 18s linear;will-change:opacity,transform}.scene-layer.is-active{opacity:1;transform:scale(1.1)}.scene-tint{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 22% 18%,rgba(255,200,140,.06),transparent 38%),linear-gradient(180deg,#0000002e,#00000047 55%,#0000008c)}.interface{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.story-panel,.next-link{pointer-events:auto}.story-panel{position:fixed;top:34px;left:34px;display:grid;gap:18px;width:min(520px,calc(100vw - 68px))}.station-line{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.92rem}.station-line strong{font-weight:800;letter-spacing:0}.tiny-icon{display:inline-grid;place-items:center;width:22px;height:22px;background:transparent;color:var(--ink)}.tiny-icon svg{width:15px;height:15px}.pause-icon,.is-playing .play-icon{display:none}.is-playing .pause-icon{display:block}.story-text{margin:0;color:#eeeee8bd;font-size:clamp(1rem,1.1vw,1.22rem);font-style:italic;font-weight:760;line-height:1.75;text-wrap:pretty;opacity:0;transition:opacity .7s cubic-bezier(.4,0,.2,1)}.story-text.visible{opacity:1}.next-link{position:fixed;right:28px;bottom:31px;display:inline-flex;align-items:center;gap:8px;min-height:38px;background:transparent;color:#eeeee885;font-weight:700}.next-link:hover{color:#eeeee8e6}@media(max-width:780px){body{overflow:hidden}.story-panel{top:22px;left:18px;width:calc(100vw - 78px)}.story-text{font-size:.96rem;line-height:1.62}.next-link{right:14px;bottom:104px}}
