.video-modal[hidden]{display:none}.video-modal{position:fixed;z-index:1000;inset:0;display:grid;padding:24px;place-items:center}.video-backdrop{position:absolute;inset:0;background:rgba(2,8,22,.88);backdrop-filter:blur(8px)}.video-dialog{overflow:hidden;position:relative;z-index:1;width:min(960px,100%);border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#fff;box-shadow:0 34px 100px rgba(0,0,0,.55)}.video-dialog-head{display:flex;min-height:64px;padding:12px 18px 12px 24px;align-items:center;justify-content:space-between}.video-dialog-head h2{margin:0;font-size:1.15rem;letter-spacing:-.01em}.video-dialog-head button{min-height:38px;padding:0 14px;border:1px solid #d9e2ef;border-radius:8px;color:#0b1830;background:#f4f7fc;font-size:.86rem;font-weight:700;cursor:pointer}.video-frame{aspect-ratio:16/9;background:#000}.video-frame iframe{width:100%;height:100%;border:0}body.video-open{overflow:hidden}@media(max-width:650px){.video-modal{padding:12px}}