:root{color-scheme:dark;font-family:"Segoe UI",Tahoma,Arial,sans-serif}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#071522}#stage,.slide{position:fixed;inset:0;width:100%;height:100%;height:100dvh}.slide{display:flex;align-items:center;justify-content:center;background:#071522;overflow:hidden}.slide img,.slide video{display:block;width:100%;height:100%;object-fit:contain}.text-content{padding:5vh 6vw;width:100%;max-height:100%;text-align:center;overflow:hidden}.text-content h1{font-size:clamp(26px,6vw,120px);line-height:1.3;margin:0 0 3vh;overflow-wrap:anywhere}.text-content .copy{white-space:pre-wrap;overflow-wrap:anywhere;font-size:clamp(20px,4vw,86px);line-height:1.55;margin:0}.brand{color:#7ed9d0;letter-spacing:.14em;font-size:clamp(14px,1.5vw,28px);margin:0 0 3vh}.audio-mark{font-size:10vh;color:#7ed9d0;margin-bottom:3vh}#controls{position:fixed;z-index:10;bottom:max(18px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);display:flex;gap:8px;max-width:96vw;padding:8px;background:#071522e8;border:1px solid #ffffff30;border-radius:14px;transition:opacity .3s}#controls.hidden{opacity:0;pointer-events:none}button,#controls a{font:inherit;font-size:16px;text-decoration:none;white-space:nowrap;border:1px solid #ffffff30;background:#172d44;color:white;padding:12px 16px;border-radius:9px;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #71e1d3;outline-offset:3px}#notice{position:fixed;z-index:12;top:20px;left:50%;transform:translateX(-50%);background:#172d44ef;border-radius:10px;padding:12px 20px;max-width:90vw;text-align:center}#notice:empty{display:none}@media(max-width:550px){#controls{flex-wrap:wrap;justify-content:center;width:max-content}button,#controls a{font-size:14px;padding:9px}.text-content{padding:4vh 5vw}}@media(prefers-reduced-motion:reduce){#controls{transition:none}}
