.scene-shot{--shot-pad:var(--sp-pad,14px);margin:calc(-1 * var(--shot-pad)) calc(-1 * var(--shot-pad)) var(--shot-pad);min-width:0}.scene-shot-big{position:relative;margin:0;overflow:hidden;background:#060608}.scene-shot-big img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}.scene-shot.is-open .scene-shot-big img{aspect-ratio:4/3;max-height:min(34vh,300px)}.scene-shot.is-busy .scene-shot-big:after{content:"";position:absolute;top:0;left:0;width:34%;height:2px;background:var(--acc)}@media (prefers-reduced-motion:no-preference){.scene-shot.is-busy .scene-shot-big:after{animation:scene-shot-wait 1.1s linear infinite}}@keyframes scene-shot-wait{0%{transform:translateX(-100%)}to{transform:translateX(294%)}}.scene-shot-zoom{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in}.scene-shot.is-open .scene-shot-zoom{cursor:zoom-out}.scene-shot-zoom:focus-visible{outline:2px solid var(--acc);outline-offset:-2px}.scene-shot-n{position:absolute;top:8px;left:8px;margin:0;padding:4px 9px;border-radius:999px;background:rgba(6,6,8,.66);color:#f5f2ec;font-family:var(--fm);font-size:10.5px;letter-spacing:.1em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.scene-shot-n i{font-style:normal;padding:0 2px;opacity:.5}.scene-shot-x{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:999px;background:rgba(6,6,8,.72);color:#f5f2ec;cursor:pointer}.scene-shot-x svg{width:18px;height:18px}.scene-shot-x:hover{background:var(--acc);color:#140a05}.scene-shot-x:focus-visible{outline:2px solid var(--acc);outline-offset:-2px}.scene-shot-cap{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:22px var(--shot-pad) 10px;background:linear-gradient(180deg,rgba(6,6,8,0),rgba(6,6,8,.9) 68%);color:#f5f2ec;pointer-events:none}.scene-shot.is-open .scene-shot-cap{padding:40px var(--shot-pad) 12px}.scene-shot-cap span{font-family:var(--fm);font-size:11px;line-height:1.3;letter-spacing:.1em;text-transform:uppercase;min-width:0;overflow-wrap:anywhere;padding-bottom:3px}.scene-shot.is-open .scene-shot-cap span{font-size:12px}.scene-shot-cap b{flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;width:54px;height:54px;border:1px solid var(--acc);border-radius:9px;background:rgba(6,6,8,.72);font-family:var(--fd);font-weight:400;font-size:15px;line-height:1;white-space:nowrap;color:var(--acc);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.scene-shot.is-open .scene-shot-cap b{width:62px;height:62px;font-size:17px}.scene-shot-cap b i{font-style:normal;font-family:var(--fm);font-size:9.5px;letter-spacing:.04em;color:#cfc9c0}.scene-shot-strip{list-style:none;display:flex;gap:6px;margin:0;padding:10px var(--shot-pad);min-width:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;border-bottom:1px solid var(--line,rgba(255,255,255,.08))}.scene-shot-strip li{flex:0 0 auto}.scene-shot-t{display:block;width:58px;height:58px;padding:0;border:0;border-radius:8px;overflow:hidden;background:#060608;cursor:pointer;opacity:.5}.scene-shot-t img{display:block;width:100%;height:100%;object-fit:cover}.scene-shot-t:hover{opacity:1}.scene-shot-t[aria-pressed=true]{opacity:1;box-shadow:inset 0 0 0 2px var(--acc)}.scene-shot-t:focus-visible{opacity:1;outline:2px solid var(--acc);outline-offset:2px}@media (prefers-reduced-motion:no-preference){.scene-shot-t{transition:opacity .16s}.scene-shot-x{transition:background .16s,color .16s}}@media (min-width:1600px){.scene-shot-t{width:78px;height:78px}.scene-shot-cap span{font-size:13px}.scene-shot-cap b,.scene-shot.is-open .scene-shot-cap b{width:72px;height:72px;font-size:20px}.scene-shot-cap b i{font-size:11px}.scene-shot-n{font-size:12px}.scene-shot-x{width:52px;height:52px}}html[data-theme=light] .scene-shot-big,html[data-theme=light] .scene-shot-t{background:#e9e4da}