.boost-video{--boost-video-bg:var(--boost-bg);--boost-video-text-muted:var(--boost-text-muted);--boost-video-surface:var(--boost-bg-alt);--boost-video-border:var(--boost-border);--boost-video-accent:var(--boost-accent);--boost-video-accent-text:var(--boost-accent-text);--boost-video-card-shadow-lg:var(--boost-card-shadow-lg);--boost-video-overlay-bg:var(--boost-overlay-dark);--boost-video-overlay-hover-bg:var(--boost-overlay-dark-soft);--boost-video-lightbox-bg:var(--boost-overlay-dark-strong);--boost-video-close-bg:var(--boost-overlay-light);--boost-video-close-hover-bg:var(--boost-btn-light-bg);--boost-video-object-fit:contain;position:relative;padding:3rem 2rem;background:var(--boost-video-bg)}.boost-video__container{margin:0 auto;padding:0 1rem;min-width:0}.boost-video--layout-side .boost-video__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.boost-video__text{font-size:1rem;color:var(--boost-video-text-muted);line-height:1.7;margin:0 0 1.5rem}.boost-video__buttons{display:flex;gap:1rem;flex-wrap:wrap}.boost-video:not(.boost-video--layout-side) .boost-video__buttons{justify-content:center}.boost-video:not(.boost-video--layout-side) .boost-video__content{text-align:center;margin-bottom:2.5rem}.boost-video__figure{margin:0;padding:0}.boost-video__caption{font-size:0.875rem;color:var(--boost-video-text-muted);line-height:1.5;margin-top:0.75rem;text-align:center}.boost-video--layout-side .boost-video__caption{text-align:left}.boost-video__wrapper{position:relative;aspect-ratio:var(--boost-video-aspect-ratio,16 / 9);overflow:hidden;background:var(--boost-video-surface)}.boost-video__wrapper iframe,.boost-video__wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;border:0;object-fit:var(--boost-video-object-fit,contain)}.boost-video--style-fullwidth{padding:0}.boost-video--style-elevated .boost-video__wrapper{border-radius:16px;box-shadow:var(--boost-video-card-shadow-lg)}.boost-video--style-bordered .boost-video__wrapper{border-radius:16px;border:2px solid var(--boost-video-border)}.boost-video--style-minimal .boost-video__wrapper{border-radius:12px}.boost-video--style-fullwidth .boost-video__container{max-width:100%;padding:0}.boost-video--style-fullwidth .boost-video__wrapper{aspect-ratio:auto;width:100%;height:100vh;height:100svh;height:100dvh}.boost-video__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.boost-video__play-overlay{position:absolute;inset:0;background:var(--boost-video-overlay-bg);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.3s;width:100%;padding:0;border:0;color:inherit;font:inherit}.boost-video__play-overlay:hover{background:var(--boost-video-overlay-hover-bg)}.boost-video__play-overlay:focus-visible{outline:3px solid var(--boost-video-accent);outline-offset:-5px}.boost-video__play-overlay[disabled]{cursor:default}.boost-video__facade-placeholder{position:absolute;inset:0;display:grid;place-items:center;padding:2rem;color:var(--boost-video-text-muted);background:linear-gradient(135deg,var(--boost-video-surface),var(--boost-video-bg));text-align:center}.boost-video__facade-placeholder span{max-width:36rem;font-weight:600}.boost-video__play-btn--fallback{width:80px;height:80px;background:var(--boost-video-accent);color:var(--boost-video-accent-text);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--boost-video-card-shadow-lg);transition:transform 0.2s}.boost-video__play-btn--fallback svg{margin-left:4px}.boost-video__play-overlay:hover .boost-video__play-btn--fallback,.boost-video__play-overlay:hover .boost-styled-icon{transform:scale(1.1)}.boost-video__play-overlay:focus-visible .boost-video__play-btn--fallback,.boost-video__play-overlay:focus-visible .boost-styled-icon{outline:3px solid var(--boost-video-accent);outline-offset:4px}.boost-video__play-overlay .boost-styled-icon{transition:transform 0.2s;box-shadow:var(--boost-video-card-shadow-lg)}.boost-video__transcript{margin-top:1rem;border:1px solid var(--boost-video-border);border-radius:10px;background:var(--boost-video-surface)}.boost-video__transcript summary{cursor:pointer;padding:0.9rem 1rem;font-weight:600}.boost-video__transcript summary:focus-visible{outline:3px solid var(--boost-video-accent);outline-offset:2px}.boost-video__transcript-content{padding:0 1rem 1rem;color:var(--boost-video-text-muted);line-height:1.7}.boost-video__transcript-content > :first-child{margin-top:0}.boost-video__transcript-content > :last-child{margin-bottom:0}.boost-video--lightbox .boost-video__wrapper{cursor:pointer}.boost-video-lb{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;height:100svh;height:100dvh;height:100dvh;margin:0;padding:2rem;background:var(--boost-video-lightbox-bg);z-index:999999;align-items:center;justify-content:center;box-sizing:border-box}.boost-video-lb.is-boost-active{display:flex}.boost-video-lb__content{width:90vw;max-width:1200px;aspect-ratio:var(--boost-video-aspect-ratio,16 / 9);position:relative}.boost-video-lb__content iframe,.boost-video-lb__content video{width:100%;height:100%;border:0;border-radius:8px;object-fit:var(--boost-video-object-fit,contain)}.boost-video__noscript{margin:0.75rem 0 0;text-align:center}.boost-video__noscript a{color:var(--boost-video-accent);text-decoration:underline;text-underline-offset:0.15em}.boost-video-lb__close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;background:var(--boost-video-close-bg);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--boost-text-inverse);transition:background 0.2s;z-index:1}.boost-video-lb__close:hover{background:var(--boost-video-close-hover-bg)}.boost-video--layout-side .boost-video__buttons{justify-content:center}.boost-video--layout-side .boost-video__caption{text-align:center}.boost-video--layout-side .boost-video__container{gap:2rem;grid-template-columns:1fr}.boost-video--layout-side .boost-video__content{text-align:center}.boost-video--style-fullwidth .boost-video__wrapper{height:100svh}.boost-video-lb{padding:1rem}.boost-video-lb__close{height:40px;right:1rem;top:1rem;width:40px}.boost-video-lb__content{width:95vw}.boost-video:not(.boost-video--layout-side) .boost-video__content{text-align:center}.boost-video__play-btn--fallback{height:60px;width:60px}.boost-video__play-btn--fallback svg{height:24px;width:24px}@media (min-width:768px){.boost-video--layout-side .boost-video__buttons{justify-content:flex-start}.boost-video--layout-side .boost-video__caption{text-align:left}.boost-video--layout-side .boost-video__container{gap:4rem;grid-template-columns:1fr 1fr}.boost-video--layout-side .boost-video__content{text-align:left}.boost-video--style-fullwidth .boost-video__wrapper{height:100vh}.boost-video-lb{padding:2rem}.boost-video-lb__close{height:48px;right:1.5rem;top:1.5rem;width:48px}.boost-video-lb__content{width:90vw}.boost-video__play-btn--fallback{height:80px;width:80px}.boost-video__play-btn--fallback svg{height:32px;width:32px}}@media (prefers-reduced-motion:reduce){.boost-video__play-overlay,.boost-video__play-btn--fallback,.boost-video__play-overlay .boost-styled-icon,.boost-video-lb__close{transition:none}}@media print{.boost-video__play-overlay,.boost-video-lb{display:none}.boost-video__poster{position:static}}