:root{--vzv-accent:#0b6b46;--vzv-text:#1d2327;--vzv-muted:#646970;--vzv-bg:#fff}.vzv-gallery,.vzv-overview{display:grid;grid-template-columns:repeat(var(--vzv-cols-d,3),minmax(0,1fr));gap:var(--vzv-gap,18px);width:100%;min-width:0}.vzv-card,.vzv-single,.vzv-album-card{background:var(--vzv-bg);color:var(--vzv-text);overflow:hidden;min-width:0}.vzv-card{display:flex;flex-direction:column}.vzv-play,.vzv-album-card{appearance:none;-webkit-appearance:none;border:0!important;outline:0!important;box-shadow:none;padding:0;margin:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.vzv-play{position:relative;display:block;width:100%;overflow:hidden;background:#111}.vzv-play img,.vzv-album-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.vzv-ratio-16-9 .vzv-play,.vzv-ratio-16-9 .vzv-album-media{aspect-ratio:16/9}.vzv-ratio-3-2 .vzv-play,.vzv-ratio-3-2 .vzv-album-media{aspect-ratio:3/2}.vzv-ratio-4-3 .vzv-play,.vzv-ratio-4-3 .vzv-album-media{aspect-ratio:4/3}.vzv-ratio-1-1 .vzv-play,.vzv-ratio-1-1 .vzv-album-media{aspect-ratio:1/1}.vzv-play-icon,.vzv-album-icon{position:absolute;left:50%;top:50%;translate:-50% -50%;width:64px;height:64px;border-radius:50%;background:var(--vzv-accent);display:grid;place-items:center;box-shadow:0 8px 30px rgba(0,0,0,.25);transition:transform .2s ease}.vzv-play-icon span,.vzv-album-icon span{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid #fff;margin-left:4px}.vzv-play:hover .vzv-play-icon,.vzv-album-card:hover .vzv-album-icon{transform:scale(1.08)}.vzv-card-content,.vzv-single-content,.vzv-album-content{padding:18px}.vzv-card-title,.vzv-title{margin:0 0 7px;font-size:20px;line-height:1.25}.vzv-card-description,.vzv-description,.vzv-album-description,.vzv-album-count{color:var(--vzv-muted);line-height:1.55}.vzv-card-description,.vzv-description{font-size:15px}.vzv-layout-grid .vzv-card{background:transparent}.vzv-layout-grid .vzv-card-content{padding:12px 0 0}.vzv-layout-overlay .vzv-card{position:relative}.vzv-layout-overlay .vzv-card-content{position:absolute;z-index:2;left:0;right:0;bottom:0;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.82));padding:60px 18px 18px;pointer-events:none}.vzv-layout-overlay .vzv-card-title,.vzv-layout-overlay .vzv-card-description{color:#fff}.vzv-layout-list{grid-template-columns:1fr}.vzv-layout-list .vzv-card{display:grid;grid-template-columns:minmax(220px,34%) 1fr}.vzv-layout-list .vzv-play{height:100%;aspect-ratio:auto}.vzv-album-card{display:flex;flex-direction:column;position:relative;background:#fff;width:100%}.vzv-album-media{display:block;position:relative;overflow:hidden;background:#111}.vzv-album-title{display:block;font-size:20px;line-height:1.25;margin-bottom:6px}.vzv-album-description,.vzv-album-count{display:block;font-size:14px}.vzv-album-count{margin-top:8px;font-weight:600}.vzv-modal[hidden]{display:none!important}.vzv-modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:24px}.vzv-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.88)}.vzv-player-dialog,.vzv-album-dialog{position:relative;z-index:1;width:min(1180px,100%);max-height:calc(100vh - 48px);background:#111;color:#fff;box-shadow:0 24px 90px rgba(0,0,0,.45)}.vzv-player-frame{aspect-ratio:16/9;background:#000}.vzv-player-frame iframe{display:block;width:100%;height:100%;border:0}.vzv-player-title{padding:14px 18px;font-weight:600}.vzv-modal-close{position:absolute;z-index:5;top:12px;right:12px;width:44px;height:44px;border:0!important;border-radius:50%;background:rgba(0,0,0,.72)!important;box-shadow:none!important;cursor:pointer}.vzv-modal-close span:before,.vzv-modal-close span:after{content:"";position:absolute;left:12px;top:21px;width:20px;height:2px;background:#fff}.vzv-modal-close span:before{transform:rotate(45deg)}.vzv-modal-close span:after{transform:rotate(-45deg)}.vzv-album-dialog{background:#fff;color:var(--vzv-text);overflow:auto}.vzv-album-head{position:sticky;top:0;z-index:4;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:20px 72px 20px 24px;border-bottom:1px solid #e5e5e5}.vzv-album-head h2{margin:0}.vzv-album-head .vzv-modal-close{top:10px}.vzv-album-body{padding:24px}.vzv-modal-open{overflow:hidden}.vzv-empty{padding:20px;background:#f6f7f7}.vzv-play:focus-visible,.vzv-album-card:focus-visible,.vzv-modal-close:focus-visible{outline:3px solid currentColor!important;outline-offset:3px!important}@media(max-width:1024px){.vzv-gallery,.vzv-overview{grid-template-columns:repeat(var(--vzv-cols-t,2),minmax(0,1fr))}}@media(max-width:767px){.vzv-gallery,.vzv-overview{grid-template-columns:repeat(var(--vzv-cols-m,1),minmax(0,1fr));overflow:visible}.vzv-layout-list .vzv-card{grid-template-columns:1fr}.vzv-layout-list .vzv-play{aspect-ratio:16/9}.vzv-modal{padding:0}.vzv-player-dialog,.vzv-album-dialog{width:100%;max-height:100vh}.vzv-player-title{padding-right:64px}.vzv-album-head{padding-left:18px}.vzv-album-body{padding:16px}.vzv-play-icon,.vzv-album-icon{width:54px;height:54px}}