.wvt-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .85);z-index:999999;display:flex;justify-content:center;align-items:center}.wvt-box{background:#fff;width:90%;max-width:600px;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 5px 25px rgb(0 0 0 / .5);max-height:90vh}.wvt-header{padding:10px 15px;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;background:#fff;position:relative;z-index:20}.wvt-header span{font-weight:700;font-size:16px;color:#333}.wvt-close{position:relative;z-index:30;border:none;background:none;font-size:36px;line-height:1;color:#333;width:48px;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;margin-right:-10px}.wvt-content{position:relative;background:#000;flex-grow:1;display:flex;justify-content:center;align-items:center;overflow:hidden;min-height:200px}#wvt-vid{position:absolute;opacity:0;pointer-events:none}#wvt-can{max-width:100%;max-height:60vh;display:block;object-fit:contain}#wvt-msg{color:#fff;position:absolute;z-index:5;pointer-events:none}#wvt-msg.error{color:#ff6b6b;padding:20px;text-align:center}.wvt-footer{padding:15px;text-align:center;border-top:1px solid #ddd;background:#fff;position:relative;z-index:50}#wvt-close-footer{position:relative;z-index:60;background:#333;color:#fff;border:none;padding:12px 0;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;width:80%;max-width:200px;display:inline-block;touch-action:manipulation}@media (max-width:480px){#wvt-close-footer{width:100%;max-width:none;padding:15px 0}.wvt-box{width:95%}}