.video-embed{background-color:color-mix(in srgb,var(--surface-dark) 85%,#000);border-radius:var(--radius-lg);display:block;overflow:hidden;position:relative;width:100%}.video-embed__poster{object-fit:cover}.video-embed__play,.video-embed__poster{height:100%;inset:0;position:absolute;width:100%}.video-embed__play{background:transparent;border:0;color:inherit;cursor:pointer;padding:0}.video-embed__play,.video-embed__play-chip{align-items:center;display:flex;justify-content:center}.video-embed__play-chip{background-color:var(--tertiary-base);border-radius:var(--radius-pill);box-shadow:0 0 0 0 color-mix(in srgb,var(--tertiary-base) 45%,transparent);color:var(--surface-dark);height:64px;transition:transform var(--transition-base),box-shadow var(--transition-base);width:64px}.video-embed__play-chip svg{margin-left:3px}.video-embed__play:focus-visible .video-embed__play-chip,.video-embed__play:hover .video-embed__play-chip{box-shadow:0 0 0 12px color-mix(in srgb,var(--tertiary-base) 18%,transparent);transform:scale(1.08)}.video-embed__play:focus-visible{outline:2px solid var(--tertiary-base);outline-offset:3px}.video-embed iframe,.video-embed video,.video-embed__media{border:0;display:block;height:100%;width:100%}.video-embed__media{background-color:color-mix(in srgb,var(--surface-dark) 85%,#000);border-radius:var(--radius-lg)}.bg-video{height:100%;inset:0;object-fit:cover;pointer-events:none;position:absolute;width:100%}@media (prefers-reduced-motion:reduce){.video-embed__play:focus-visible .video-embed__play-chip,.video-embed__play:hover .video-embed__play-chip{transform:none}}