:root{--bg-primary:#0a0d14;--bg-surface:#111726;--bg-surface-elevated:#1a2236;--border-subtle:rgba(255,255,255,0.08);--border-focus:rgba(99,102,241,0.5);--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-primary:#6366f1;--accent-cyan:#06b6d4;--accent-green:#10b981;--accent-red:#ef4444;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}.navbar{justify-content:space-between;padding:1rem 2rem;background-color:rgba(17,23,38,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);position:-webkit-sticky;position:sticky;top:0;z-index:50}.brand,.navbar{display:flex;align-items:center}.brand{gap:.75rem;font-weight:700;font-size:1.25rem;color:var(--text-primary);text-decoration:none}.brand-badge{background:linear-gradient(135deg,var(--accent-primary),var(--accent-cyan));color:#fff;padding:.2rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.stream-container{display:grid;grid-template-columns:1fr 360px;height:calc(100vh - 73px);background-color:var(--bg-primary)}@media (max-width:1024px){.stream-container{grid-template-columns:1fr;height:auto}}.video-section{display:flex;flex-direction:column;padding:1.5rem;gap:1rem}.video-wrapper{position:relative;width:100%;aspect-ratio:16/9;background-color:#000;border-radius:12px;overflow:hidden;border:1px solid var(--border-subtle);box-shadow:0 20px 25px -5px rgba(0,0,0,.5)}.video-element{width:100%;height:100%;object-fit:contain}.p2p-hud{position:absolute;top:1rem;right:1rem;background:rgba(10,13,20,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-subtle);border-radius:8px;padding:.5rem .75rem;display:flex;align-items:center;gap:.75rem;font-size:.75rem;font-family:monospace;z-index:20}.p2p-hud-dot{width:8px;height:8px;border-radius:50%;background-color:var(--accent-green);box-shadow:0 0 8px var(--accent-green);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.hud-stat{display:flex;flex-direction:column}.hud-stat-label{color:var(--text-muted);font-size:.65rem}.hud-stat-value{color:var(--accent-cyan);font-weight:700}.chat-section{background-color:var(--bg-surface);border-left:1px solid var(--border-subtle);display:flex;flex-direction:column;height:100%}.chat-header{padding:1rem;border-bottom:1px solid var(--border-subtle);font-weight:600;font-size:.9rem;display:flex;align-items:center;justify-content:space-between}.chat-messages{flex:1 1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.chat-msg{font-size:.85rem;line-height:1.4;word-break:break-word}.chat-msg-user{font-weight:600;color:var(--accent-primary);margin-right:.4rem}.chat-input-wrapper{padding:1rem;border-top:1px solid var(--border-subtle);display:flex;gap:.5rem}.chat-input{flex:1 1;background-color:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:6px;padding:.6rem .75rem;color:var(--text-primary);font-size:.85rem}.chat-input:focus{outline:none;border-color:var(--accent-primary)}.btn-primary{background:linear-gradient(135deg,var(--accent-primary),#4f46e5);color:#fff;border:none;border-radius:6px;padding:.6rem 1rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.9}:root{--twitch-bg-base:#0e0e10;--twitch-bg-surface:#18181b;--twitch-bg-elevated:#1f1f23;--twitch-border:#2d2d35;--twitch-purple:#9146ff;--twitch-purple-hover:#772ce8;--twitch-live-red:#eb0400}.twitch-layout{height:calc(100vh - 65px);width:100vw;overflow:hidden;position:relative}.twitch-layout,.twitch-main-content{display:flex;background-color:var(--twitch-bg-base)}.twitch-main-content{flex:1 1;flex-direction:column;height:100%;overflow-y:auto;transition:margin-right .25s cubic-bezier(.4,0,.2,1)}.twitch-main-content.chat-collapsed{margin-right:0}.stream-top-header{padding:.85rem 1.5rem .5rem;background-color:var(--twitch-bg-base);border-bottom:1px solid var(--twitch-border)}.stream-top-title-group{display:flex;flex-direction:column;gap:.35rem}.stream-top-badges{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.live-pill-top{background-color:var(--twitch-live-red);color:#fff;font-size:.65rem;font-weight:800;padding:.15rem .5rem;border-radius:4px;letter-spacing:.5px;animation:pulseLive 2s ease-in-out infinite}@keyframes pulseLive{0%,to{opacity:1}50%{opacity:.75}}.stream-main-title{font-size:1.15rem;font-weight:700;color:#fff;line-height:1.3}.stream-stage-wrapper{width:100%;display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:.75rem 1.5rem;background-color:#060709}.stream-side-banner{display:none!important}@media (min-width:1280px) and (min-height:650px){.stream-side-banner{display:flex!important;flex:0 0 160px;height:380px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px dashed rgba(255,255,255,.12);border-radius:8px;align-items:center;justify-content:center;padding:1rem;text-align:center;transition:border-color .2s}}.banner-placeholder{display:flex;flex-direction:column;align-items:center;gap:.4rem}.banner-tag{background-color:rgba(145,70,255,.2);color:#bf94ff;font-size:.65rem;font-weight:800;padding:.15rem .45rem;border-radius:4px}.banner-text{font-size:.75rem;font-weight:600;color:var(--text-primary)}.twitch-video-stage{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:.85rem 1.25rem .5rem;min-height:0;overflow:hidden;background:radial-gradient(ellipse at top,rgba(99,102,241,.08) 0,#0a0d14 70%)}.twitch-video-frame{max-width:1280px;max-height:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;box-shadow:0 12px 36px -4px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.08);background:#000}.twitch-video-frame,.twitch-video-frame .video-player-container{width:100%;position:relative;display:flex;align-items:center;justify-content:center}.twitch-video-frame .video-player-container{height:100%;background-color:#000}.twitch-video-frame video{width:100%;height:100%;max-height:100%;object-fit:contain;display:block}.twitch-offline-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0e0e10;color:#efeff1;text-align:center;padding:2rem}.twitch-mobile-tabs{display:none;background-color:var(--twitch-bg-surface);border-bottom:1px solid var(--twitch-border);position:-webkit-sticky;position:sticky;top:0;z-index:20}.mobile-tab-btn{flex:1 1;padding:.75rem;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-secondary);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.mobile-tab-btn.active{color:var(--twitch-purple);border-bottom-color:var(--twitch-purple);background-color:rgba(145,70,255,.08)}.twitch-info-container{justify-content:space-between;gap:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--twitch-border)}.streamer-avatar-section{display:flex;gap:1rem;align-items:flex-start}.streamer-avatar-ring{position:relative;width:64px;height:64px;border-radius:50%;padding:3px;background:linear-gradient(135deg,var(--twitch-purple),var(--accent-cyan));flex-shrink:0}.streamer-avatar-inner{width:100%;height:100%;border-radius:50%;background-color:#2b1f47;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;border:2px solid var(--twitch-bg-base)}.live-pill-mini{position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);background-color:var(--twitch-live-red);color:#fff;font-size:.6rem;font-weight:800;padding:.1rem .4rem;border-radius:4px;letter-spacing:.5px;box-shadow:0 2px 4px rgba(0,0,0,.5)}.streamer-text-info{display:flex;flex-direction:column;gap:.35rem}.streamer-name-row{display:flex;align-items:center;gap:.4rem}.streamer-name{font-size:1.15rem;font-weight:700;color:#fff}.verified-badge{background-color:var(--twitch-purple);color:#fff;font-size:.65rem;font-weight:900;border-radius:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.stream-title{font-size:.95rem;font-weight:500;color:var(--text-primary);line-height:1.35}.stream-tags-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-top:.25rem}.stream-category-tag{background-color:rgba(145,70,255,.15);color:#bf94ff;font-weight:600}.stream-category-tag,.stream-tag{font-size:.75rem;padding:.2rem .6rem;border-radius:9999px}.stream-tag{background-color:var(--twitch-bg-elevated);color:var(--text-secondary);font-weight:500;border:1px solid var(--twitch-border)}.streamer-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.btn-follow{display:inline-flex;align-items:center;gap:.4rem;background-color:var(--twitch-bg-elevated);color:#fff;border:1px solid var(--twitch-border);padding:.55rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-follow:hover{background-color:rgba(255,255,255,.1);border-color:#4b4b57}.btn-follow.following{background-color:rgba(145,70,255,.15);color:#bf94ff;border-color:var(--twitch-purple)}.sub-dropdown-wrapper{position:relative}.btn-subscribe{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--twitch-purple);color:#fff;border:none;padding:.5rem 1.1rem;border-radius:6px;cursor:pointer;transition:background-color .2s;box-shadow:0 2px 8px rgba(145,70,255,.3)}.btn-subscribe:hover{background-color:var(--twitch-purple-hover)}.btn-sub-content{display:flex;flex-direction:column;text-align:left}.btn-sub-main{font-size:.85rem;font-weight:700}.btn-sub-price{font-size:.7rem;opacity:.85}.sub-transparency-modal{position:absolute;top:calc(100% + 10px);right:0;width:340px;background-color:var(--twitch-bg-surface);border:1px solid var(--twitch-border);border-radius:10px;padding:1.25rem;box-shadow:0 16px 36px rgba(0,0,0,.6);z-index:100;animation:fadeInDown .2s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sub-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.sub-modal-header h3{font-size:1rem;font-weight:700;color:#fff}.sub-modal-close{background:transparent;border:none;color:var(--text-secondary);font-size:1rem;cursor:pointer}.sub-modal-desc{font-size:.78rem;color:var(--text-secondary);line-height:1.4;margin-bottom:.85rem}.sub-breakdown-card{background-color:var(--twitch-bg-elevated);border:1px solid rgba(145,70,255,.3);border-radius:8px;padding:.85rem;margin-bottom:.85rem}.breakdown-item{display:flex;justify-content:space-between;align-items:center}.breakdown-label{display:flex;flex-direction:column}.breakdown-label strong{font-size:1.05rem;color:#fff}.breakdown-label span{font-size:.75rem;color:var(--text-secondary)}.breakdown-share{font-size:.75rem;font-weight:700;padding:.15rem .5rem;border-radius:4px}.breakdown-item.highlight .breakdown-share{background-color:rgba(16,185,129,.2);color:var(--accent-green)}.breakdown-item.network .breakdown-share{background-color:rgba(6,182,212,.2);color:var(--accent-cyan)}.breakdown-divider{height:1px;background-color:var(--twitch-border);margin:.6rem 0}.sub-benefits-list{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1rem}.benefit-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.78rem;color:var(--text-primary)}.benefit-row .check{color:var(--accent-green);font-weight:700}.btn-confirm-checkout{width:100%;background:linear-gradient(135deg,var(--twitch-purple),var(--twitch-purple-hover));color:#fff;border:none;border-radius:6px;padding:.7rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-confirm-checkout:hover{opacity:.92}.streamer-panels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.25rem;gap:1.25rem}.streamer-panel-card{background-color:var(--twitch-bg-surface);border:1px solid var(--twitch-border);border-radius:8px;padding:1.25rem}.panel-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.6rem}.panel-content{font-size:.85rem;color:var(--text-secondary);line-height:1.5}.panel-socials{display:flex;gap:.5rem;margin-top:.85rem;flex-wrap:wrap}.social-pill{background-color:var(--twitch-bg-elevated);border:1px solid var(--twitch-border);color:var(--text-primary);font-size:.75rem;padding:.3rem .65rem;border-radius:4px;cursor:pointer}.panel-rules-list{list-style:none;display:flex;flex-direction:column;gap:.45rem;font-size:.82rem;color:var(--text-secondary)}.twitch-mobile-p2p-view{padding:1.5rem}.p2p-mobile-card{background-color:var(--twitch-bg-surface);border:1px solid var(--twitch-border);border-radius:8px;padding:1.25rem}.p2p-mobile-card h3{font-size:1rem;font-weight:700;color:var(--accent-cyan);margin-bottom:.5rem}.p2p-mobile-card p{font-size:.82rem;color:var(--text-secondary);line-height:1.4;margin-bottom:1rem}.p2p-stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.stat-box{background-color:var(--twitch-bg-elevated);padding:.75rem;border-radius:6px;text-align:center;display:flex;flex-direction:column;gap:.25rem}.stat-num{font-size:1.15rem;font-weight:800;color:#fff}.stat-label{font-size:.7rem;color:var(--text-muted)}.twitch-chat-sidebar{width:340px;height:100%;background-color:var(--twitch-bg-surface);border-left:1px solid var(--twitch-border);position:relative;display:flex;flex-direction:column;transition:width .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.twitch-chat-sidebar.collapsed{width:0;overflow:hidden;border-left:none}.twitch-chat-toggle-btn{position:absolute;top:10px;left:-14px;width:28px;height:28px;border-radius:50%;background-color:var(--twitch-bg-surface);border:1px solid var(--twitch-border);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:30;font-size:.8rem;transition:all .2s}.twitch-chat-toggle-btn:hover{background-color:var(--twitch-bg-elevated);color:#fff}.twitch-chat-expand-floating{position:fixed;top:80px;right:1rem;background-color:var(--twitch-bg-surface);border:1px solid var(--twitch-border);color:#fff;padding:.5rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;z-index:40;box-shadow:0 4px 12px rgba(0,0,0,.5);transition:background-color .2s}.twitch-chat-expand-floating:hover{background-color:var(--twitch-bg-elevated)}.twitch-chat-container,.twitch-chat-inner{height:100%;display:flex;flex-direction:column}.twitch-chat-container{background-color:var(--twitch-bg-surface)}.twitch-chat-header{height:48px;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--twitch-border);flex-shrink:0}.twitch-chat-title{display:flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:700;color:var(--text-primary);letter-spacing:.5px}.twitch-chat-status{display:flex;align-items:center;gap:.4rem}.status-dot{width:7px;height:7px;border-radius:50%}.status-dot.online{background-color:var(--accent-green);box-shadow:0 0 8px var(--accent-green)}.status-dot.offline{background-color:var(--accent-red)}.status-text{font-size:.65rem;font-weight:700;color:var(--text-muted)}.twitch-chat-feed{flex:1 1;overflow-y:auto;padding:.85rem;display:flex;flex-direction:column;gap:.55rem;scroll-behavior:smooth}.twitch-chat-welcome{background-color:var(--twitch-bg-elevated);border:1px solid var(--twitch-border);border-radius:6px;padding:.75rem;margin-bottom:.5rem}.welcome-tag{font-size:.8rem;color:#fff;margin-bottom:.2rem}.welcome-sub{font-size:.72rem;color:var(--text-secondary)}.twitch-chat-row{font-size:.85rem;line-height:1.4;word-break:break-word;padding:.2rem .35rem;border-radius:4px;transition:background-color .15s}.twitch-chat-row:hover{background-color:rgba(255,255,255,.03)}.chat-timestamp{font-size:.7rem;color:var(--text-muted);margin-right:.4rem}.chat-badge{display:inline-block;font-size:.8rem;margin-right:.35rem;vertical-align:middle}.chat-author{font-weight:700;margin-right:.4rem}.chat-body{color:var(--text-primary)}.twitch-chat-input-box{padding:.75rem;border-top:1px solid var(--twitch-border);background-color:var(--twitch-bg-surface);display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.twitch-chat-input{width:100%;background-color:var(--twitch-bg-elevated);border:1px solid var(--twitch-border);border-radius:6px;padding:.6rem .75rem;color:#fff;font-size:.85rem;outline:none;transition:border-color .2s}.twitch-chat-input:focus{border-color:var(--twitch-purple)}.input-lower-row{display:flex;justify-content:space-between;align-items:center}.chat-badges-preview{display:flex;align-items:center;gap:.3rem}.current-user-tag{font-size:.75rem;font-weight:700}.twitch-chat-send-btn{background-color:var(--twitch-purple);color:#fff;border:none;border-radius:4px;padding:.4rem .85rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:opacity .2s}.twitch-chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.streamer-profile-card{width:100%;display:flex;flex-direction:column}.streamer-header-row{display:flex;align-items:center;gap:.85rem;width:100%}.streamer-title-group{display:flex;flex-direction:column;gap:.15rem}.streamer-sub-text{font-size:.78rem;color:#9ca3af;font-weight:500}.streamer-buttons-row{display:flex;gap:.65rem;width:100%;margin:.85rem 0 .5rem;align-items:center}.streamer-buttons-row .btn-follow{flex:0 0 auto}.streamer-buttons-row .sub-dropdown-wrapper{flex:1 1}.streamer-buttons-row .btn-subscribe{width:100%;justify-content:center}.streamer-bio-fullwidth{width:100%;margin-top:.65rem;padding:.85rem 1rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:8px;box-sizing:border-box}.streamer-bio-text{color:#d1d5db;font-size:.88rem;line-height:1.5;margin:0;width:100%}.twitch-info-container{flex:0 0 auto;padding:.85rem 1.5rem 1rem;background:rgba(17,23,38,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.75rem}.twitch-info-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.twitch-creator-profile{display:flex;align-items:center;gap:1rem;min-width:0;flex:1 1}.twitch-avatar-badge{position:relative;flex-shrink:0}.twitch-avatar-circle{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#06b6d4);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.4rem;color:#fff;box-shadow:0 0 12px rgba(99,102,241,.5);border:2px solid #000}.twitch-live-pill{position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);background:#ef4444;color:#fff;font-size:.6rem;font-weight:800;padding:.1rem .35rem;border-radius:4px;border:2px solid #000;box-shadow:0 2px 4px rgba(0,0,0,.5)}.twitch-creator-meta{display:flex;flex-direction:column;min-width:0}.twitch-creator-name-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.15rem}.twitch-creator-name{font-size:1.1rem;font-weight:800;color:#fff;margin:0;line-height:1.1}.twitch-verified-check{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#6366f1;border-radius:50%;color:#fff;font-size:.65rem;font-weight:700}.twitch-viewers-count{border-radius:4px;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);color:#fca5a5}.twitch-p2p-badge,.twitch-viewers-count{padding:.15rem .5rem;font-size:.75rem;font-weight:700}.twitch-p2p-badge{border-radius:4px;background:rgba(6,182,212,.15);border:1px solid rgba(6,182,212,.3);color:#67e8f9}.twitch-stream-title{font-size:.95rem;color:#f3f4f6;margin:0 0 .3rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:700px}.twitch-stream-tags{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.twitch-tag-pill{padding:.2rem .5rem;border-radius:6px;background:rgba(255,255,255,.08);color:#d1d5db;font-size:.75rem;font-weight:600;transition:background .2s}.twitch-tag-pill:hover{background:rgba(255,255,255,.12)}.twitch-tag-pill.highlight{background:rgba(99,102,241,.2);color:#a5b4fc;border:1px solid rgba(99,102,241,.3)}.twitch-action-buttons{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.twitch-follow-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:6px;border:none;background:#6366f1;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(99,102,241,.3)}.twitch-follow-btn:hover{background:#4f46e5}.twitch-follow-btn.following{background:rgba(255,255,255,.1);color:#f3f4f6;box-shadow:none}.twitch-subscribe-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:6px;border:none;background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px rgba(14,165,233,.4);transition:transform .2s,box-shadow .2s}.twitch-subscribe-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(14,165,233,.5)}.twitch-share-btn{padding:.5rem .85rem;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#f3f4f6;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.twitch-share-btn:hover{background:rgba(255,255,255,.1)}.twitch-sub-dropdown{position:absolute;bottom:80px;right:20px;width:280px;padding:1.25rem;background:#18181b;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.8);z-index:50;animation:slideUpFade .2s ease-out forwards}.twitch-sub-dropdown-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.twitch-sub-checkout-btn{width:100%;padding:.75rem;border-radius:8px;border:none;background:#6366f1;color:#fff;font-weight:800;font-size:.85rem;cursor:pointer;transition:background .2s}.twitch-sub-checkout-btn:hover{background:#4f46e5}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.twitch-mobile-chat-panel{display:none}.twitch-info-avatar-row{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}@media (max-width:768px){.twitch-layout{min-height:100dvh!important;background:#000!important;padding:0!important;margin:0!important;overflow-x:hidden!important}.twitch-layout,.twitch-main-content{display:flex!important;flex-direction:column!important;width:100%!important}.twitch-main-content{flex:1 1 auto!important}.twitch-video-stage{flex:0 0 auto!important;padding:0!important;width:100%!important;background-color:#000!important}.twitch-video-frame{width:100%!important;max-width:100%!important;aspect-ratio:16/9!important;border-radius:0!important;box-shadow:none!important;border:none!important;background:#000!important}.twitch-video-frame video{width:100%!important;height:100%!important;object-fit:contain!important}.twitch-mobile-tabs{display:flex!important;flex:0 0 auto!important;background:var(--twitch-bg-surface)!important;border-bottom:1px solid var(--twitch-border)!important;padding:0 .5rem!important}.mobile-tab-btn{padding:.55rem .85rem!important;font-size:.82rem!important}.twitch-mobile-chat-panel{flex-direction:column!important;overflow:hidden!important;background:var(--twitch-bg-sidebar)!important}.twitch-mobile-chat-panel,.twitch-mobile-chat-panel>*{display:flex!important;flex:1 1 auto!important;min-height:0!important}.twitch-info-container,.twitch-mobile-chat-panel>*{flex-direction:column!important}.twitch-info-container{display:flex!important;gap:1rem!important;padding:1rem!important;width:100%!important;box-sizing:border-box!important;background:var(--twitch-bg-surface)!important;overflow-y:auto!important;flex:0 0 auto!important}.mobile-tab-hidden,.mobile-tab-hidden-info,.twitch-info-container.mobile-tab-hidden-info,.twitch-mobile-chat-panel.mobile-tab-hidden{display:none!important}.twitch-info-avatar-row{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:.85rem!important;flex-wrap:nowrap!important}.twitch-avatar-circle{width:48px!important;height:48px!important;font-size:1.3rem!important;flex-shrink:0!important}.twitch-creator-meta{flex:1 1!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:.35rem!important}.twitch-creator-name-row{flex-wrap:nowrap!important;gap:.35rem!important}.twitch-creator-name{font-size:1rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:160px!important}.twitch-stream-title{font-size:.85rem!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;max-width:100%!important}.twitch-stream-tags{flex-wrap:wrap!important;gap:.3rem!important}.twitch-action-buttons{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:.5rem!important;width:100%!important}.twitch-follow-btn,.twitch-share-btn,.twitch-subscribe-btn{flex:1 1 auto!important;justify-content:center!important;font-size:.8rem!important;padding:.6rem .5rem!important;min-width:0!important}.twitch-chat-expand-floating,.twitch-chat-sidebar,.twitch-chat-toggle-btn{display:none!important}}@media (orientation:landscape) and (max-height:600px){.twitch-layout{flex-direction:row!important;height:100dvh!important}.twitch-layout,.twitch-main-content{overflow:hidden!important;background:#000!important}.twitch-main-content{flex:1 1 auto!important;height:100%!important;display:flex!important;flex-direction:column!important}.stream-side-banner{display:none!important}.stream-stage-wrapper{width:100%!important;height:100%!important;padding:0!important;background:#000!important;display:flex!important;align-items:center!important;justify-content:center!important}.twitch-video-wrapper,.twitch-video-wrapper video{width:100%!important;height:100%!important;max-height:100dvh!important}.twitch-video-wrapper video{object-fit:contain!important}.stream-top-header,.twitch-info-container,.twitch-mobile-tabs{display:none!important}.twitch-chat-sidebar{width:280px!important;height:100dvh!important;flex-shrink:0!important;display:flex!important;flex-direction:column!important;border-left:1px solid var(--twitch-border)!important;border-top:none!important;background:var(--twitch-bg-sidebar)!important}.twitch-chat-sidebar .chat-container{height:100%!important;display:flex!important;flex-direction:column!important}.twitch-chat-sidebar .chat-messages,.twitch-chat-sidebar .chat-messages-scroll{flex:1 1 auto!important;overflow-y:auto!important;min-height:0!important}.twitch-chat-sidebar .chat-input-wrapper{flex-shrink:0!important;position:-webkit-sticky!important;position:sticky!important;bottom:0!important}}.waiting-room-container{width:100%;height:100%;min-height:200px;background:radial-gradient(ellipse at center,#1a1b26 0,#0d0e15 100%);flex-direction:column;padding:1rem;text-align:center;box-sizing:border-box}.waiting-room-container,.waiting-room-icon{display:flex;align-items:center;justify-content:center}.waiting-room-icon{width:clamp(40px,8vw,64px);height:clamp(40px,8vw,64px);border-radius:50%;background:rgba(245,158,11,.15);font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:.5rem;border:1px solid rgba(245,158,11,.3);animation:pulse 2s infinite}.waiting-room-title{font-size:clamp(.95rem,2.5vw,1.3rem);font-weight:700;color:#fff;margin-bottom:.25rem;line-height:1.3}.waiting-room-desc{color:#9ca3af;max-width:420px;font-size:clamp(.72rem,2vw,.88rem);line-height:1.4;margin-bottom:.5rem}.waiting-room-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .65rem;background:rgba(255,255,255,.05);border-radius:20px;font-size:clamp(.68rem,1.8vw,.78rem);color:#fbbf24;border:1px solid rgba(255,255,255,.08)}.waiting-room-dot{width:6px;height:6px;border-radius:50%;background:#fbbf24;display:inline-block}.studio-container{min-height:calc(100vh - 65px);background-color:#090a0f;padding:1.5rem 2rem;color:var(--text-primary)}.studio-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid var(--twitch-border);margin-bottom:1.5rem}.studio-header-left{display:flex;flex-direction:column;gap:.35rem}.studio-back-link{color:var(--twitch-purple);text-decoration:none;font-size:.8rem;font-weight:600}.studio-header-title{display:flex;align-items:center;gap:.75rem}.studio-header-title h1{font-size:1.35rem;font-weight:700;color:#fff}.studio-channel-tag{background-color:var(--twitch-bg-elevated);border:1px solid var(--twitch-border);font-size:.75rem;padding:.2rem .6rem;border-radius:4px}.btn-view-public{background-color:var(--twitch-bg-surface);border:1px solid var(--twitch-border);color:#fff;text-decoration:none;padding:.5rem .9rem;border-radius:6px;font-size:.82rem;font-weight:600;transition:all .2s}.btn-view-public:hover{background-color:var(--twitch-bg-elevated);border-color:var(--twitch-purple)}.studio-grid{display:grid;grid-template-columns:1.2fr 1fr 340px;grid-gap:1.5rem;gap:1.5rem}@media (max-width:1200px){.studio-grid{grid-template-columns:1fr 1fr}}@media (max-width:800px){.studio-grid{grid-template-columns:1fr}}.studio-card{background-color:var(--twitch-bg-surface);border:1px solid var(--twitch-border);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.studio-card-header{padding:.85rem 1.25rem;background-color:rgba(255,255,255,.02);border-bottom:1px solid var(--twitch-border);display:flex;align-items:center;justify-content:space-between}.studio-card-header h3{font-size:.95rem;font-weight:700;color:#fff}.badge-health-ok{background-color:rgba(16,185,129,.15);color:var(--accent-green)}.badge-health-ok,.badge-stripe{font-size:.68rem;font-weight:800;padding:.2rem .5rem;border-radius:4px}.badge-stripe{background-color:rgba(99,102,241,.15);color:#818cf8}.badge-mod{background-color:rgba(145,70,255,.2);color:#bf94ff;font-size:.68rem;font-weight:800;padding:.2rem .5rem;border-radius:4px}.studio-card-body{padding:1.25rem}.studio-preview-wrapper{background-color:#000;display:flex;justify-content:center}.studio-preview-footer{padding:.85rem 1.25rem;background-color:var(--twitch-bg-elevated);display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.6rem;gap:.6rem;border-top:1px solid var(--twitch-border)}.preview-stat{font-size:.78rem;display:flex;justify-content:space-between}.stat-label{color:var(--text-secondary)}.stat-val{color:#fff}.text-green{color:var(--accent-green)!important}.text-cyan{color:var(--accent-cyan)!important}.field-group{margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem}.field-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.field-hint{font-size:.7rem;color:var(--text-muted)}.field-input-copy{display:flex;gap:.4rem}.studio-input,.studio-select,.studio-textarea{flex:1 1;background-color:var(--twitch-bg-elevated);border:1px solid var(--twitch-border);border-radius:6px;padding:.6rem .75rem;color:#fff;font-size:.85rem;outline:none;transition:border-color .2s}.studio-input:focus,.studio-select:focus,.studio-textarea:focus{border-color:var(--twitch-purple)}.btn-copy,.btn-toggle-key{background-color:var(--twitch-bg-elevated);border:1px solid var(--twitch-border);color:#fff;padding:.5rem .85rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-copy:hover,.btn-toggle-key:hover{background-color:rgba(255,255,255,.1);border-color:var(--twitch-purple)}.field-footer-row{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.btn-regenerate{background:transparent;border:none;color:var(--accent-red);font-size:.72rem;font-weight:600;cursor:pointer}.btn-regenerate:hover{text-decoration:underline}.stripe-stats-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:.85rem;gap:.85rem;margin-bottom:.85rem}.stripe-stat-box{background-color:var(--twitch-bg-elevated);border:1px solid var(--twitch-border);border-radius:6px;padding:.75rem;display:flex;flex-direction:column;gap:.2rem}.stripe-label{font-size:.72rem;color:var(--text-secondary)}.stripe-value{font-size:1.25rem;font-weight:800;color:#fff}.stripe-sub{font-size:.65rem;color:var(--accent-green)}.stripe-desc{font-size:.75rem;color:var(--text-secondary);line-height:1.4;margin-bottom:1rem}.btn-stripe-dashboard{width:100%;background-color:#6366f1;color:#fff;border:none;border-radius:6px;padding:.65rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-stripe-dashboard:hover{opacity:.9}.form-submit-row{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.save-success-msg{color:var(--accent-green);font-size:.78rem;font-weight:600}.btn-save-meta{background-color:var(--twitch-purple);color:#fff;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .2s;margin-left:auto}.btn-save-meta:hover{opacity:.9}.studio-chat-card{height:calc(100vh - 170px);display:flex;flex-direction:column}.studio-chat-wrapper{flex:1 1;overflow:hidden}.landing-container{min-height:100vh;background-color:var(--twitch-bg-base);color:var(--twitch-text-primary);display:flex;flex-direction:column}.landing-hero{padding:3.5rem 1.5rem 2rem;max-width:1280px;margin:0 auto;width:100%;box-sizing:border-box}.landing-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:9999px;font-size:.78rem;font-weight:700;background:rgba(145,70,255,.12);color:#a78bfa;border:1px solid rgba(145,70,255,.25);margin-bottom:1rem}.landing-hero-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0 0 1rem;background:linear-gradient(135deg,#ffffff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-hero-subtitle{font-size:1.05rem;color:var(--twitch-text-secondary);max-width:680px;line-height:1.6;margin:0 0 2rem}.landing-controls-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}.landing-categories-list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.landing-category-pill{padding:.5rem 1rem;border-radius:9999px;font-size:.84rem;font-weight:600;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:var(--twitch-text-secondary);cursor:pointer;transition:all .2s ease}.landing-category-pill:hover{background:rgba(255,255,255,.08);color:#fff}.landing-category-pill.active{background:var(--twitch-accent);color:#fff;border-color:var(--twitch-accent);box-shadow:0 0 16px rgba(145,70,255,.35)}.landing-sort-select{padding:.5rem .85rem;border-radius:8px;background:#12131c;color:var(--twitch-text-primary);border:1px solid rgba(255,255,255,.12);font-size:.84rem;outline:none;cursor:pointer}.landing-grid-section{max-width:1280px;margin:0 auto;width:100%;padding:0 1.5rem 4rem;box-sizing:border-box;flex:1 1}.landing-channels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:1.5rem;gap:1.5rem}.landing-channel-card{display:flex;flex-direction:column;background:#12131c;border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.landing-channel-card:hover{transform:translateY(-4px);border-color:rgba(145,70,255,.4);box-shadow:0 12px 30px rgba(0,0,0,.5)}.landing-card-thumb{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#181926,#0d0e15);display:flex;align-items:center;justify-content:center;overflow:hidden}.landing-card-live-tag{position:absolute;top:10px;left:10px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:800;padding:.2rem .55rem;border-radius:4px;letter-spacing:.05em;display:flex;align-items:center;gap:.35rem;box-shadow:0 2px 8px rgba(239,68,68,.4)}.landing-card-live-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulseLiveDot 1.5s ease-in-out infinite}.landing-card-viewers{position:absolute;bottom:10px;left:10px;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#f1f5f9;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:4px}.landing-card-body{padding:1rem;display:flex;gap:.85rem;align-items:flex-start}.landing-card-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#a855f7);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;color:#fff;flex-shrink:0}.landing-card-details{flex:1 1;min-width:0}.landing-card-title{font-size:.95rem;font-weight:700;margin:0 0 .25rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-card-channel-name{font-size:.82rem;color:var(--twitch-text-secondary);display:flex;align-items:center;gap:.35rem;margin:0 0 .5rem}.landing-card-category-badge{display:inline-block;font-size:.72rem;font-weight:600;padding:.2rem .55rem;background:rgba(255,255,255,.05);color:#94a3b8;border-radius:4px}.landing-empty-state{text-align:center;padding:4rem 1rem;color:var(--twitch-text-muted)}.landing-footer{border-top:1px solid rgba(255,255,255,.08);padding:2rem 1.5rem;background:#08090d}.landing-footer-content{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.landing-footer-text{font-size:.85rem;color:var(--twitch-text-muted)}.landing-footer-link{color:var(--twitch-text-secondary);text-decoration:none;font-size:.85rem;transition:color .2s}.landing-footer-link:hover{color:#fff}