.video-shell {
    isolation: isolate;
}
.video-shell video:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: -3px;
}
