.craft-narrated-video-page{position:fixed;inset:0;background:var(--color-present-bg,#0a0a0a);color:var(--color-white,#fff);overflow:hidden}.craft-narrated-video-page__stage{position:absolute;inset:0}.craft-narrated-video-page__stage-placeholder{width:100%;height:100%;background:var(--color-present-bg,#0a0a0a)}.craft-narrated-video-page__start{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;margin:0;cursor:pointer;color:var(--color-text-on-color);z-index:4;-webkit-tap-highlight-color:transparent;animation:craft-nv-start-fade-in .2s ease-out}.craft-narrated-video-page__start-icon{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:50%;background:var(--color-scrim-60);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:var(--shadow-heavy);transition:transform .16s ease,background .16s ease;padding-left:4px}.craft-narrated-video-page__start:focus-visible .craft-narrated-video-page__start-icon,.craft-narrated-video-page__start:hover .craft-narrated-video-page__start-icon{background:var(--color-scrim-80);transform:scale(1.04)}@keyframes craft-nv-start-fade-in{0%{opacity:0}to{opacity:1}}.craft-narrated-video-page__transcript{position:absolute;top:80px;right:16px;bottom:96px;width:min(360px,calc(100vw - 32px));z-index:5;pointer-events:none}.craft-narrated-video-page__transcript>*{pointer-events:auto}.craft-narrated-video-page__transport{position:absolute;bottom:0;left:0;right:0;padding:14px 16px 18px;display:flex;justify-content:center;z-index:6;pointer-events:none;transition:opacity .24s ease,transform .24s ease}.craft-narrated-video-page__transport>*{width:100%;max-width:720px;pointer-events:auto}.craft-narrated-video-page[data-chrome-visible=false] .craft-nv-header{opacity:0;transform:translateY(-10px);pointer-events:none}.craft-narrated-video-page[data-chrome-visible=false] .craft-narrated-video-page__transport{opacity:0;transform:translateY(10px);pointer-events:none}.craft-narrated-video-page__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:rgba(8,8,10,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:3}.craft-narrated-video-page__overlay-spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;animation:craft-nv-spin .9s linear infinite}.craft-narrated-video-page__overlay-text{margin:0;font-size:14px;color:rgba(255,255,255,.85)}@keyframes craft-nv-spin{to{transform:rotate(1turn)}}@keyframes nv-image-breathe{0%{scale:1.04}50%{scale:1.15}to{scale:1.04}}.craft-narrated-video-page .nv-image-breathe{transform-origin:center center;transform-box:border-box;will-change:scale;animation:nv-image-breathe var(--nv-breathe-duration,33s) ease-in-out infinite;animation-delay:var(--nv-breathe-delay,0s)}@media (prefers-reduced-motion:reduce){.craft-narrated-video-page .nv-image-breathe{animation:none!important}}@media (max-width:720px){.craft-narrated-video-page__transcript{top:auto;right:12px;bottom:88px;left:12px;width:auto;max-height:50vh;max-height:50dvh}}