*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;margin:0;padding:0;overflow:hidden;position:fixed;inset:0;width:100%;height:100%}.interstitial-overlay{position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(135deg,#000c,#141414e6);z-index:9999;display:flex;flex-direction:column;overflow:hidden}.click-layer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;cursor:pointer}.close-btn{position:absolute;top:-14px;right:-14px;width:28px;height:28px;background:#000000b3;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:16px;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;transition:all .3s ease;backdrop-filter:blur(3px)}.close-btn:hover{background:#000000e6;border-color:#fff9;transform:scale(1.1)}.logo-container{position:absolute;top:20px;left:20px;z-index:10000;max-width:220px;display:flex;align-items:center}.logo{height:auto;max-width:220px;max-height:80px;filter:drop-shadow(0 2px 5px rgba(0,0,0,.5))}.live-indicator{position:absolute;top:20px;right:20px;background:red;color:#fff;padding:8px 18px;border-radius:15px;font-weight:700;font-size:15px;display:flex;align-items:center;gap:5px;z-index:10000;animation:pulse 2s infinite}.live-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:blink 1s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.streamer-info{position:absolute;top:60px;right:20px;background:#000000b3;color:#fff;padding:6px 15px;border-radius:10px;font-weight:400;font-size:14px;z-index:10000;backdrop-filter:blur(3px)}#streamerName{color:#fff;font-weight:700}.video-container{flex:1;position:relative;overflow:hidden;min-height:0}.video-loading{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:1001}.spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.2);border-top:5px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{font-size:18px;font-weight:700;margin-bottom:10px}.loading-subtext{font-size:14px;opacity:.8}#mainVideo{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:15px;display:flex;justify-content:space-between;align-items:flex-end;max-height:120px;overflow:hidden}.chat-section{flex:1;max-width:400px;margin-right:20px}.chat-input-container{display:flex;gap:10px}.chat-input{flex:1;padding:12px 15px;border:none;border-radius:25px;background:#ffffffe6;font-size:14px;outline:none;height:46px;box-sizing:border-box}.send-btn{padding:12px 20px;background:red;color:#fff;border:none;border-radius:25px;cursor:pointer;font-weight:700;transition:all .3s ease;font-size:14px;height:46px;box-sizing:border-box}.send-btn:hover{background:#c00;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.private-section{display:flex;flex-direction:column;gap:10px}.private-btn,.gift-btn{padding:12px 20px;border:none;border-radius:25px;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:14px}.private-btn{background:linear-gradient(45deg,#9c27b0,#673ab7);color:#fff}.gift-btn{background:linear-gradient(45deg,#ff9800,#f57c00);color:#fff}.private-btn:hover,.gift-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}@media(max-width:768px){.video-overlay{max-height:100px;padding:10px}.logo-container{max-width:160px}.logo{max-width:160px;max-height:60px}.live-indicator{top:10px;right:15px;font-size:13px;padding:6px 12px}.streamer-info{top:50px;right:15px;font-size:12px;padding:4px 10px}.close-btn{top:-13px;right:-13px;width:26px;height:26px;font-size:14px}.video-overlay{flex-direction:column;padding:10px;max-height:120px}.chat-section{max-width:100%;margin-right:0;margin-bottom:15px}.chat-input{font-size:14px;padding:12px 15px;height:46px}.send-btn{padding:12px 18px;font-size:14px;height:46px}.private-section{flex-direction:row;justify-content:center}.private-btn,.gift-btn{flex:1;padding:10px 15px;font-size:12px}}@media(max-width:480px){.close-btn{width:35px;height:35px;font-size:20px;top:15px;right:15px}.logo-container{top:15px;left:15px}.logo-container{max-width:140px}.logo{max-width:140px;max-height:50px}.live-indicator{top:10px;right:15px}.streamer-info{top:50px;right:15px;font-size:11px;padding:3px 8px}.close-btn{top:-12px;right:-12px;width:24px;height:24px;font-size:12px}.video-overlay{padding:10px}}
