.sarah-video-player{position:relative;background:var(--color-ink);border-radius:8px;overflow:hidden}.sarah-video-player--inline{aspect-ratio:16/9;max-width:100%}.sarah-video-player--theater{width:100%;height:100%;border-radius:8px}.sarah-video-loader,.sarah-video-player--error{display:flex;align-items:center;justify-content:center;background:var(--color-ink);color:#fff;padding:20px;font-size:14px;aspect-ratio:16/9;border-radius:8px}.sarah-video-title{position:absolute;top:0;left:0;right:0;padding:12px 16px;background:linear-gradient(180deg,rgba(0,0,0,.7),transparent);color:#fff;font-size:14px;font-weight:500;z-index:2;pointer-events:none}.sarah-expand-btn{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(0,0,0,.6);border:none;border-radius:8px;color:#fff;cursor:pointer;z-index:3;opacity:0;transition:opacity .3s ease,background .2s ease;pointer-events:auto}.sarah-expand-btn--visible{opacity:1}.sarah-expand-btn:hover{background:rgba(0,0,0,.8)}.sarah-close-btn{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(0,0,0,.6);border:none;border-radius:8px;color:#fff;cursor:pointer;z-index:3;transition:background .2s ease;pointer-events:auto}.sarah-close-btn:hover{background:rgba(239,68,68,.8)}.sarah-video-inline-container{width:100%;max-width:440px;margin:8px 0;border-radius:24px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 25px -5px color-mix(in srgb,var(--color-ink) 10%,transparent),0 10px 10px -5px rgba(0,0,0,.04)}.sarah-video-inline-container:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.sarah-video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:10000;backdrop-filter:blur(4px)}.sarah-video-theater-container{width:min(800px,90vw);height:min(450px,50.625vw);border-radius:12px;overflow:hidden;box-shadow:0 16px 64px rgba(0,0,0,.5)}.sarah-video-preview{position:relative;width:100%;height:100%;cursor:pointer;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.sarah-video-preview:hover{transform:scale(1.02)}.sarah-video-play-hint{width:64px;height:64px;background:rgba(255,255,255,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-ink);box-shadow:0 4px 12px rgba(0,0,0,.3);transition:transform .2s ease,background .2s ease}.sarah-video-preview:hover .sarah-video-play-hint{transform:scale(1.1);background:#fff}.sarah-video-iframe{width:100%;height:100%;border:none;background:var(--color-ink)}.sarah-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}