body.stream-viewer-active{overflow:hidden}.stream-viewer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.stream-viewer.open{opacity:1;visibility:visible}.stream-viewer-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);backdrop-filter:blur(4px)}.stream-viewer-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.stream-viewer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:rgba(0,0,0,.6);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.stream-viewer-title{display:flex;align-items:center;gap:12px;color:#fff;font-size:18px;font-weight:600}.stream-viewer-live-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#e91916;color:#fff;font-size:12px;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;animation:livePulse 2s ease-in-out infinite}.stream-viewer-live-badge::before{content:'';width:8px;height:8px;background:#fff;border-radius:50%;animation:liveDot 1s ease-in-out infinite}@keyframes livePulse{0%,100%{opacity:1}50%{opacity:.8}}@keyframes liveDot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.stream-viewer-controls{display:flex;align-items:center;gap:8px}.stream-viewer-btn{background:rgba(255,255,255,.1);border:none;color:#fff;width:40px;height:40px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s ease}.stream-viewer-btn:hover{background:rgba(255,255,255,.2);transform:scale(1.05)}.stream-viewer-close{background:rgba(255,59,48,.2)}.stream-viewer-close:hover{background:rgba(255,59,48,.4)}.stream-viewer-content{flex:1;display:flex;min-height:0;padding:16px}.stream-viewer-streams{flex:1;display:flex;gap:16px;min-height:0}.stream-viewer-streams.layout-single{flex-direction:column}.stream-viewer-streams.layout-single .stream-viewer-stream{flex:1}.stream-viewer-streams.layout-dual{flex-direction:row}.stream-viewer-streams.layout-dual .stream-viewer-stream{flex:1}.stream-viewer-streams.layout-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-auto-rows:1fr}.stream-viewer-streams.layout-pip{position:relative}.stream-viewer-streams.layout-pip .stream-viewer-stream:first-child{flex:1}.stream-viewer-streams.layout-pip .stream-viewer-stream:not(:first-child){position:absolute;bottom:20px;right:20px;width:320px;height:180px;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.5)}.stream-viewer-stream{display:flex;flex-direction:column;min-height:0;background:#111;border-radius:12px;overflow:hidden}.stream-embed-container{flex:1;display:flex;min-height:0}.stream-embed-container.with-chat .stream-embed-video{flex:1}.stream-embed-container.with-chat .stream-embed-chat{width:340px;flex-shrink:0}.stream-embed-video{flex:1;position:relative;background:#000}.stream-embed-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.stream-embed-chat{position:relative;background:#18181b;border-left:1px solid rgba(255,255,255,.1);transition:width .3s ease,opacity .3s ease}.stream-embed-chat.hidden{width:0!important;opacity:0;overflow:hidden}.stream-embed-chat iframe{width:100%;height:100%;border:none}.stream-chat-toggle{position:absolute;top:50%;left:-16px;transform:translateY(-50%);width:32px;height:48px;background:#18181b;border:1px solid rgba(255,255,255,.1);border-right:none;border-radius:8px 0 0 8px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:background .2s ease}.stream-chat-toggle:hover{background:#252528}.stream-embed-info{display:flex;align-items:center;gap:12px;padding:10px 16px;background:rgba(0,0,0,.4);flex-shrink:0}.stream-platform-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;color:#fff}.stream-platform-badge i{font-size:14px}.stream-title{flex:1;color:#fff;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stream-viewers{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.7);font-size:13px}.stream-viewers i{color:#e91916}.stream-viewer-offline{flex:1;display:flex;align-items:center;justify-content:center}.stream-viewer-offline-content{text-align:center;color:#fff}.stream-viewer-offline-content>i{font-size:64px;color:rgba(255,255,255,.3);margin-bottom:20px}.stream-viewer-offline-content h3{font-size:24px;font-weight:600;margin:0 0 8px 0}.stream-viewer-offline-content p{font-size:16px;color:rgba(255,255,255,.6);margin:0 0 24px 0}.stream-viewer-platforms{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.stream-platform-link{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:rgba(255,255,255,.1);border:2px solid var(--platform-color,#666);border-radius:8px;color:#fff;text-decoration:none;font-size:14px;font-weight:600;transition:all .2s ease}.stream-platform-link:hover{background:var(--platform-color,#666);transform:translateY(-2px)}.stream-platform-link i{font-size:18px}@media (max-width:1024px){.stream-embed-container.with-chat .stream-embed-chat{width:280px}}@media (max-width:768px){.stream-viewer-header{padding:10px 16px}.stream-viewer-title{font-size:16px}.stream-viewer-btn{width:36px;height:36px;font-size:14px}.stream-viewer-content{padding:8px}.stream-viewer-streams{flex-direction:column!important;gap:8px}.stream-viewer-streams.layout-dual .stream-viewer-stream,.stream-viewer-streams.layout-grid .stream-viewer-stream{flex:none;height:50%}.stream-embed-container.with-chat{flex-direction:column}.stream-embed-container.with-chat .stream-embed-video{flex:1}.stream-embed-container.with-chat .stream-embed-chat{width:100%!important;height:300px;border-left:none;border-top:1px solid rgba(255,255,255,.1)}.stream-embed-chat.hidden{height:0!important}.stream-chat-toggle{top:-16px;left:50%;transform:translateX(-50%);width:48px;height:32px;border-radius:8px 8px 0 0;border:1px solid rgba(255,255,255,.1);border-bottom:none}.stream-chat-toggle i{transform:rotate(90deg)}.stream-viewer-streams.layout-pip .stream-viewer-stream:not(:first-child){width:160px;height:90px;bottom:10px;right:10px}}@media (max-width:480px){.stream-viewer-live-badge{padding:3px 8px;font-size:10px}.stream-viewer-streamer{display:none}#sv-toggle-layout{display:none}.stream-embed-info{padding:8px 12px;flex-wrap:wrap}.stream-title{width:100%;order:1;margin-top:6px}}.stream-viewer-container:fullscreen{background:#000}.stream-viewer-container:fullscreen .stream-viewer-header{position:absolute;top:0;left:0;right:0;z-index:10;opacity:0;transition:opacity .3s ease}.stream-viewer-container:fullscreen:hover .stream-viewer-header{opacity:1}.stream-viewer-container:fullscreen .stream-viewer-content{padding:0}.stream-viewer-container:fullscreen .stream-viewer-stream{border-radius:0}.stream-viewer-container:fullscreen .stream-embed-info{position:absolute;bottom:0;left:0;right:0;opacity:0;transition:opacity .3s ease}.stream-viewer-container:fullscreen:hover .stream-embed-info{opacity:1}