:root{--cinema-bg:#fff;--cinema-line:#e0edef;--cinema-ink:#33444e;--cinema-dot:#9db0ba;--cinema-dot-hover:#14a89c;--cinema-dot-active:#0d9488;--cinema-fill:linear-gradient(115deg, #0284c7 0%, #0d9488 55%, #10b981 100%);--cinema-tip-bg:#0c1f26;--cinema-btn-bg:#ffffffeb;--cinema-btn-shadow:0 4px 12px #0c1f260f, 0 12px 32px #0d948814;--cinema-btn-shadow-strong:0 12px 24px #0c1f2614, 0 32px 64px #0d94881f;--cinema-btn-lit-shadow:0 6px 20px #0d948859;--cinema-font:-apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;--header-h:72px;--subnav-h:0px;--chrome-h:calc(var(--header-h) + var(--subnav-h))}html.has-subnav{--subnav-h:48px}@media (width<=900px){:root{--header-h:60px}html.has-subnav{--subnav-h:44px}}@media (height<=540px){:root{--header-h:54px}html.has-subnav{--subnav-h:40px}}.reveal,.slide-l,.slide-r{opacity:1;transform:none}.anime-cinema .reveal,.anime-cinema .slide-l,.anime-cinema .slide-r{transition:none}@media (prefers-reduced-motion:reduce){.reveal,.slide-l,.slide-r{transition:none;opacity:1!important;transform:none!important}html{scroll-behavior:auto}}.scene{scroll-margin-top:var(--chrome-h);overflow-x:clip}html.anime-cinema,html.anime-cinema body{height:100%;overflow:hidden}.anime-cinema .route-cinema{perspective:1400px;background:var(--cinema-bg);width:100%;height:100svh;position:relative;overflow:hidden}.anime-cinema .route-main{display:contents}.anime-cinema .route-stage .route-panel{box-sizing:border-box;overscroll-behavior:contain;visibility:hidden;pointer-events:none;isolation:isolate;width:100%;transform-style:preserve-3d;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--cinema-dot-hover) 55%, transparent) transparent;flex-direction:column;align-items:stretch;margin:0;display:flex;height:auto!important;min-height:0!important;max-height:none!important;position:absolute!important;inset:0!important;overflow:hidden auto!important}.anime-cinema .route-stage .route-panel.is-scene-active,.anime-cinema .route-stage .route-panel.is-scene-leaving{visibility:visible}.anime-cinema .route-stage .route-panel.is-scene-active{pointer-events:auto}.anime-cinema .route-stage .route-panel>.container{margin-block:auto}.cinema-edge{display:none}.anime-cinema .cinema-edge{left:clamp(20px,5vw,72px);bottom:max(18px, env(safe-area-inset-bottom));z-index:90;background:var(--cinema-fill);opacity:.72;pointer-events:none;border-radius:999px;width:clamp(56px,8vw,120px);height:2px;display:block;position:fixed}html.has-subnav.anime-cinema .route-stage .route-panel:not([data-own-top]):not(.site-footer){padding-top:max(var(--chrome-h), 96px)}.anime-cinema .route-stage .route-panel.section{padding-bottom:clamp(40px,6vh,96px)}.anime-cinema .route-stage .route-panel.section-tight{padding-bottom:clamp(36px,5vh,64px)}.scene-stage{padding:96px 0;position:relative;overflow:hidden}@media (width<=768px){.scene-stage{padding:64px 0}}.cinema-live [data-step-item]{opacity:0;transition:none;transform:translateY(20px)}.cinema-live [data-step-item].is-on{opacity:1;transform:none}.fx-pan{overflow:hidden}.fx-pan-track{gap:0;width:max-content;animation:42s linear infinite fx-pan;display:flex}.fx-pan:hover .fx-pan-track{animation-play-state:paused}@keyframes fx-pan{0%{transform:translate(0)}to{transform:translate(-50%)}}[data-fx=parallax]{will-change:transform}.chapter-nav{z-index:90;align-items:stretch;gap:12px;display:flex;position:fixed;top:50%;right:22px;transform:translateY(-50%)}.chapter-line{background:var(--cinema-line);border-radius:2px;width:2px;position:relative;overflow:hidden}.chapter-fill{background:var(--cinema-fill);transform-origin:top;position:absolute;inset:0;transform:scaleY(0)}.chapter-nav ol{height:min(calc(var(--scene-count,12) * 26px), calc(100svh - 24px - var(--header-h) * 2 - var(--subnav-h) * 2));grid-auto-rows:1fr;place-items:center;gap:0;margin:0;padding:0;list-style:none;display:grid}.chapter-dot{border:2px solid var(--cinema-dot);cursor:pointer;background:0 0;border-radius:50%;width:12px;height:12px;padding:0;transition:border-color .2s,background .2s,transform .2s;position:relative}.chapter-dot:before{content:"";position:absolute;inset:-3px -10px}.chapter-dot:hover{border-color:var(--cinema-dot-hover);transform:scale(1.2)}.chapter-dot.is-active{border-color:var(--cinema-dot-active);background:var(--cinema-dot-hover)}.chapter-tip{white-space:nowrap;background:var(--cinema-tip-bg);color:#fff;opacity:0;pointer-events:none;border-radius:999px;padding:4px 12px;font-size:12.5px;font-weight:600;transition:opacity .18s;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.chapter-dot:hover .chapter-tip,.chapter-dot.is-active:hover .chapter-tip{opacity:1}.cinema-bar{left:0;right:0;top:var(--chrome-h);z-index:90;pointer-events:none;height:3px;display:none;position:fixed}.cinema-bar i{background:var(--cinema-fill);transform-origin:0;height:100%;display:block;transform:scaleX(0)}.director-btn{z-index:95;border:1px solid var(--cinema-line);background:var(--cinema-btn-bg);color:var(--cinema-ink);font-family:var(--cinema-font);cursor:pointer;box-shadow:var(--cinema-btn-shadow);-webkit-backdrop-filter:blur(10px);border-radius:999px;align-items:center;gap:8px;padding:11px 20px;font-size:13.5px;font-weight:600;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex;position:fixed;bottom:26px;right:22px}.director-btn:hover{box-shadow:var(--cinema-btn-shadow-strong);transform:translateY(-2px)}.director-ic{display:inline-flex}.director-ic svg{display:none}.director-btn[data-phase=playing] .ic-pause,.director-btn[data-phase=idle] .ic-play,.director-btn[data-phase=paused] .ic-play,.director-btn[data-phase=finished] .ic-replay{display:block}.director-btn[data-phase=paused],.director-btn[data-phase=idle]{background:var(--cinema-fill);color:#fff;box-shadow:var(--cinema-btn-lit-shadow);border-color:#0000}@media (width<=900px){.chapter-nav{display:none}.cinema-bar{display:block}.anime-cinema .cinema-edge{width:56px;left:20px}html.has-subnav.anime-cinema .route-stage .route-panel:not([data-own-top]):not(.site-footer){padding-top:max(var(--chrome-h), 72px)}.anime-cinema .route-stage .route-panel.section,.anime-cinema .route-stage .route-panel.section-tight{padding-bottom:max(26px, env(safe-area-inset-bottom))}html.anime-cinema{overscroll-behavior:none}}@media (width<=640px){.director-btn{right:18px;bottom:max(18px, env(safe-area-inset-bottom));justify-content:center;width:48px;height:48px;padding:0}.director-label{display:none}}@media (prefers-reduced-motion:reduce){.chapter-nav,.cinema-bar,.director-btn{display:none!important}[data-step-item],.slide-l,.slide-r{opacity:1!important;transition:none!important;transform:none!important}.fx-pan-track{animation:none}[data-fx=parallax]{transform:none!important}}
