.uni-modal-bg { display:none; position:fixed; z-index:999999; left:0; top:0; width:100vw; height:100vh; background:rgba(0,0,0,0.92); align-items:center; justify-content:center; }
.uni-modal-close { position:absolute; top:20px; right:30px; color:#fff; font-size:50px; font-weight:bold; cursor:pointer; z-index:1000000; line-height:1; }
.uni-modal-video { max-width:95%; max-height:85vh; border-radius:8px; box-shadow:0 0 20px rgba(0,0,0,0.5); }