/* Wzorzec 1: YouTube pod własną okładką, jedno kliknięcie uruchamia gotowy player */
.v130-player{position:relative;display:block;overflow:hidden;background:#17191b}
.v130-player--landscape{width:100%;aspect-ratio:16/9}
.v130-youtube{position:absolute;inset:0;width:100%;height:100%;border:0;background:#17191b}
.v130-cover{position:absolute;inset:0;z-index:2;width:100%;height:100%;padding:0;border:0;background:#17191b;cursor:pointer;color:#fff}
.v130-cover img{display:block;width:100%;height:100%;object-fit:cover}
.v130-shade{position:absolute;inset:0;background:rgba(0,0,0,.16);transition:background .2s ease}
.v130-cover:hover .v130-shade,.v130-cover:focus-visible .v130-shade{background:rgba(0,0,0,.28)}
.v130-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:rgba(0,0,0,.64);color:#fff;font-size:28px;line-height:1;padding-left:4px;border:1px solid rgba(255,255,255,.3);transition:transform .2s ease,background .2s ease}
.v130-cover:hover .v130-play,.v130-cover:focus-visible .v130-play{transform:translate(-50%,-50%) scale(1.06);background:rgba(0,0,0,.78)}
.v130-player.is-playing .v130-cover{display:none}
@media(max-width:767px){.v130-play{width:58px;height:58px;font-size:23px}}
