.video-popup-modal{animation:fadeIn .3s ease-in-out;height:100%;padding:10px;justify-content:center;position:fixed;top:0;background-color:rgba(0,0,0,.9);align-items:center;left:0;width:100%;display:none;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-popup-content{animation:slideDown .4s ease-out;overflow:hidden;justify-content:center;position:relative;max-width:900px;max-height:90vh;background-color:#000;align-items:center;box-shadow:0 10px 50px rgba(0,0,0,.5);border-radius:12px;width:90%;display:flex}@keyframes slideDown{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.video-popup-content video{height:auto;max-height:85vh;object-fit:contain;border-radius:12px;cursor:pointer;width:100%;display:block}.video-unmute-notice{animation:pulse 2s infinite;transform:translate(-50%,-50%);pointer-events:none;padding:15px 25px;padding:20px 30px;font-size:16px;font-size:18px;font-weight:600;color:#fff;position:absolute;text-align:center;top:50%;background-color:rgba(0,0,0,.8);background-color:rgba(0,0,0,.85);box-shadow:0 5px 20px rgba(0,0,0,.5);border-radius:8px;border-radius:10px;left:50%;z-index:10002}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.05);opacity:.7}}.close-video-popup{height:45px;justify-content:center;font-size:35px;font-weight:700;right:20px;color:#fff;transition:all .3s ease;position:absolute;top:15px;background-color:rgba(0,0,0,.6);align-items:center;border-radius:50%;cursor:pointer;width:45px;line-height:1;display:flex;z-index:10001}.close-video-popup:focus,.close-video-popup:hover{transform:rotate(90deg);background-color:rgba(255,0,0,.8)}@media screen and (max-width:768px){.video-popup-modal{padding:5px}.video-popup-content{max-width:95%;max-height:85vh;border-radius:10px;width:95%}.video-popup-content video{max-height:80vh;border-radius:10px}.video-unmute-notice{padding:15px 25px;font-size:16px}.close-video-popup{height:42px;font-size:30px;right:8px;top:8px;width:42px}}@media screen and (max-width:480px){.video-popup-modal{padding:3px}.video-popup-content{max-height:90vh;border-radius:8px;width:98%}.video-popup-content video{max-height:85vh;border-radius:8px}.video-unmute-notice{padding:12px 20px;font-size:14px}.close-video-popup{height:38px;font-size:26px;right:5px;top:5px;width:38px}}@media screen and (max-width:360px){.video-popup-content{width:99%}.video-unmute-notice{padding:10px 18px;font-size:13px}.close-video-popup{height:35px;font-size:24px;width:35px}}@media screen and (max-height:500px) and (orientation:landscape){.video-popup-content{max-height:95vh;width:80%}.video-popup-content video{max-height:90vh}.video-unmute-notice{padding:10px 20px;font-size:14px}.close-video-popup{height:35px;font-size:24px;width:35px}}