@keyframes spin{to{transform:rotate(360deg)}}@keyframes imageIn{from{opacity:0;transform:scale(1.045)}to{opacity:1;transform:scale(1)}}@keyframes rise{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes flicker{0%,100%{filter:brightness(1)}48%{filter:brightness(.45)}52%{filter:brightness(1.3)}}@keyframes shake{0%,100%{transform:none}30%{transform:translateX(-4px)}60%{transform:translateX(3px)}}@keyframes pulseText{50%{opacity:.55;letter-spacing:.34em}}.scene-enter .scene-media img{animation:imageIn .8s cubic-bezier(.2,.8,.2,1) both}.scene-enter .scene-text,.scene-enter .dialogue{animation:rise .42s .18s both}.scene-enter .choice{animation:rise .36s both}.scene-enter .choice:nth-child(1){animation-delay:.3s}.scene-enter .choice:nth-child(2){animation-delay:.38s}.scene-enter .choice:nth-child(3){animation-delay:.46s}.scene-exit{opacity:0;transition:opacity .22s}.effect-shake .scene-media{animation:shake .35s}.effect-flicker .scene-media{animation:flicker .5s}.cinematic-end .end-mark{animation:pulseText 2.6s ease-in-out infinite}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
