@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--brio-red:#c51820;--brio-red-dark:#9e1016;--brio-red-hover:#d61e27;--brio-red-glow:#c518204d;--brio-red-subtle:#c518201f;--brio-silver:#d8d8d8;--brio-silver-muted:#9a9a9a;--brio-black:#0a0a0b;--brio-surface-1:#141414;--brio-surface-2:#1c1c1e;--brio-surface-3:#242428;--brio-border:#ffffff12;--brio-border-red:#c5182033;--brio-text:#f4f4f5;--brio-text-muted:#9ca3af;--brio-text-faint:#4b5563;--brio-success:#22c55e;--brio-warning:#f59e0b;--brio-danger:#ef4444;--brio-info:#3b82f6;--brio-font:"Inter", system-ui, -apple-system, sans-serif;--brio-font-weight-normal:400;--brio-font-weight-medium:500;--brio-font-weight-semibold:600;--brio-font-weight-bold:700;--brio-font-weight-black:900;--brio-radius-xs:4px;--brio-radius-sm:8px;--brio-radius-md:12px;--brio-radius-lg:16px;--brio-radius-xl:24px;--brio-radius-pill:9999px;--brio-ease:cubic-bezier(.22, 1, .36, 1);--brio-transition:.2s cubic-bezier(.22, 1, .36, 1);--brio-transition-slow:.35s cubic-bezier(.22, 1, .36, 1);--brio-shadow-sm:0 1px 3px #0006, 0 1px 2px #0000004d;--brio-shadow-md:0 4px 12px #00000080;--brio-shadow-lg:0 20px 48px #0009;--brio-shadow-red:0 8px 32px #c5182059;--web-bg:var(--brio-black);--web-surface:var(--brio-surface-1);--web-surface-2:var(--brio-surface-2);--web-border:var(--brio-border);--web-text:var(--brio-text);--web-muted:var(--brio-text-muted);--web-primary:var(--brio-red);--web-primary-hover:var(--brio-red-hover);--web-radius:var(--brio-radius-sm);--web-radius-md:var(--brio-radius-md);--web-radius-lg:var(--brio-radius-lg);font-family:var(--brio-font);color:var(--web-text);background:var(--web-bg)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--web-bg);-webkit-font-smoothing:antialiased;overscroll-behavior:none;min-height:100dvh}button,input{font:inherit}button{border:0}.app-shell{min-height:100dvh;padding:calc(18px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(18px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left));background:radial-gradient(circle at 18% 0%, var(--brio-red-glow), transparent 26rem), linear-gradient(180deg, var(--brio-surface-1) 0%, var(--brio-black) 100%)}.hero-panel,.panel{border:1px solid var(--web-border);background:#121218e6;box-shadow:0 22px 55px #00000052}.hero-panel{border-radius:var(--web-radius);padding:clamp(18px,4vw,34px)}.topbar,.hero-content,.workspace,.panel-heading,.stream-tools,.safety-note,.playback-error{display:flex}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:34px}.brand-logo{width:132px;height:auto}.environment-pill{color:var(--web-muted);border:1px solid #ffffff21;border-radius:999px;padding:8px 12px;font-size:.78rem}.hero-content{justify-content:space-between;align-items:end;gap:28px}.eyebrow{color:var(--web-primary-hover);margin:0 0 10px;font-weight:700}h1{letter-spacing:0;max-width:720px;margin:0;font-size:clamp(2rem,7vw,4.8rem);line-height:.96}.hero-copy{max-width:720px;color:var(--web-muted);font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.55}.status-grid{grid-template-columns:repeat(3,minmax(112px,1fr));gap:10px;min-width:min(100%,430px);display:grid}.status-card{border-radius:var(--web-radius);background:var(--web-surface);border:1px solid var(--web-border);min-height:118px;padding:14px}.status-card svg{color:var(--web-primary-hover)}.status-card span,.session-box p,label{color:var(--web-muted);font-size:.82rem}.status-card strong{margin-top:18px;font-size:1rem;display:block}.workspace{align-items:stretch;gap:16px;margin-top:16px}.panel{border-radius:var(--web-radius);padding:18px}.login-panel{width:min(100%,360px)}.playback-panel{flex:1;min-width:0}.panel-heading{align-items:center;gap:10px;margin-bottom:18px}.panel-heading svg{color:var(--web-primary-hover)}h2{margin:0;font-size:1.05rem}.login-form,.session-box{gap:12px;display:grid}label{gap:7px;font-weight:600;display:grid}input{border-radius:var(--web-radius-md);border:1px solid var(--web-border);background:var(--brio-black);width:100%;color:var(--web-text);outline:none;padding:12px 13px}input:focus{border-color:var(--brio-red-hover)}button{border-radius:var(--web-radius);background:var(--web-primary);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:700;display:inline-flex}button:hover:not(:disabled){background:var(--web-primary-hover)}button:disabled{cursor:not-allowed;opacity:.48}.ghost-button{border:1px solid var(--web-border);background:0 0}.ghost-button:hover:not(:disabled){background:var(--web-surface-2)}.form-error,.playback-error{color:#ff7a7a}.stream-tools{align-items:end;gap:12px;margin-bottom:14px}.stream-tools label{width:150px}.stream-tools button{padding-inline:16px}.video-frame{aspect-ratio:16/9;border-radius:var(--web-radius);border:1px solid var(--web-border);background:#000;width:100%;overflow:hidden}video{background:#000;width:100%;height:100%;display:block}.diagnostic-list{gap:8px;margin-top:12px;display:grid}.diagnostic-list button{background:var(--web-surface);border:1px solid var(--web-border);justify-content:start;min-height:40px;padding:8px 10px;font-weight:500}.diagnostic-list span{min-width:42px;color:var(--web-primary-hover);font-weight:800}code{color:var(--web-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.safety-note,.playback-error{color:var(--web-muted);align-items:center;gap:8px;margin:12px 0 0;font-size:.86rem}.safety-note svg{color:#35d07f}@media (width<=860px){.hero-content,.workspace{flex-direction:column}.login-panel{width:100%}.status-grid{grid-template-columns:1fr}.status-card{min-height:88px}}@media (width<=560px){.app-shell{padding:calc(12px + env(safe-area-inset-top)) 12px calc(12px + env(safe-area-inset-bottom))}.topbar{flex-direction:column;align-items:start;margin-bottom:24px}.stream-tools{flex-direction:column;align-items:stretch}.stream-tools label{width:100%}}button:focus-visible,a:focus-visible{outline:3px solid var(--web-primary);outline-offset:3px;box-shadow:0 0 0 6px #c518204d,0 0 20px #c5182026}input:focus-visible{outline:3px solid var(--web-primary);outline-offset:0;box-shadow:0 0 0 5px #c5182040}._container_1b1az_1{background-color:var(--brio-black);background-image:radial-gradient(ellipse at top left, var(--brio-red-glow) 0%, transparent 60%), radial-gradient(ellipse at bottom right, #000c 0%, var(--brio-black) 100%);justify-content:center;align-items:center;min-height:100dvh;padding:16px;display:flex;position:relative;overflow:hidden}._glow_1b1az_15{background:radial-gradient(ellipse at center, var(--brio-red-subtle) 0%, #c518200a 40%, transparent 70%);z-index:1;pointer-events:none;width:600px;height:400px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}._loginCard_1b1az_32{-webkit-backdrop-filter:blur(20px);z-index:2;background:#14141999;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;gap:20px;width:100%;max-width:380px;padding:2rem;animation:.6s cubic-bezier(.16,1,.3,1) _slideUp_1b1az_1;display:flex;box-shadow:0 30px 60px -10px #000c,inset 0 1px #ffffff0d}@keyframes _slideUp_1b1az_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._logoContainer_1b1az_56{flex-direction:column;align-items:center;margin-bottom:.5rem;display:flex}._logo_1b1az_56{object-fit:contain;height:52px;margin-bottom:.5rem}._subtitle_1b1az_69{color:var(--brio-text-muted);text-align:center;margin:0;font-size:.8rem;font-weight:400}._savedCredsBanner_1b1az_79{background:var(--brio-red-subtle);border:1px solid var(--brio-border-red);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}._savedCredsText_1b1az_89{color:var(--brio-red-hover);align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}._clearCredsBtn_1b1az_98{color:var(--brio-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;min-height:auto;padding:4px 8px;font-size:.75rem;font-weight:600;transition:color .2s,background .2s;display:flex}._clearCredsBtn_1b1az_98:hover{color:#fff;background:#ffffff0f}._form_1b1az_121{flex-direction:column;gap:12px;display:flex}._inputGroup_1b1az_127{flex-direction:column;gap:7px;display:flex}._inputGroup_1b1az_127 label{color:var(--brio-text-muted);font-size:.82rem;font-weight:600}._inputWrapper_1b1az_139{align-items:center;display:flex;position:relative}._inputIcon_1b1az_145{color:var(--brio-text-faint);pointer-events:none;transition:color .2s;position:absolute;left:14px}._inputWrapper_1b1az_139:focus-within ._inputIcon_1b1az_145{color:var(--brio-red-hover)}._input_1b1az_127{width:100%;color:var(--brio-text);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:.85rem 3rem .85rem 2.8rem;font-size:1rem;font-weight:500;transition:border-color .2s,box-shadow .2s}._input_1b1az_127::placeholder{color:var(--brio-text-faint)}._input_1b1az_127:focus{border-color:#c5182080;box-shadow:0 0 0 4px #c5182026}._eyeButton_1b1az_179{color:var(--brio-text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s,transform .2s;display:flex;position:absolute;right:1.2rem}._eyeButton_1b1az_179:hover{color:#fff;transform:scale(1.1)}._helperText_1b1az_198{color:var(--brio-text-faint);opacity:.8;margin-top:-4px;padding-left:2px;font-size:.72rem}._brioBadge_1b1az_208{color:var(--brio-success);align-items:center;gap:5px;padding:4px 0 0 2px;font-size:.75rem;font-weight:600;animation:.3s _fadeIn_1b1az_1;display:inline-flex}@keyframes _fadeIn_1b1az_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._submitButton_1b1az_232{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e60000 0%,#a30000 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:50px;margin-top:6px;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 10px 20px -5px #e6000066}._submitButton_1b1az_232:hover:not(:disabled){background:linear-gradient(135deg,#ff1a1a 0%,#b30000 100%);transform:translateY(-2px);box-shadow:0 15px 25px -5px #e6000080}._submitButton_1b1az_232:active:not(:disabled){transform:translateY(1px);box-shadow:0 5px 15px -5px #e6000066}._submitButton_1b1az_232:disabled{opacity:.65;cursor:not-allowed}._formError_1b1az_270{color:#ff7a7a;text-align:center;background:#ef444414;border:1px solid #ef44442e;border-radius:8px;padding:12px 14px;font-size:.85rem;font-weight:500;line-height:1.4;animation:.3s _fadeIn_1b1az_1}._divider_1b1az_285{align-items:center;gap:12px;margin:4px 0;display:flex}._divider_1b1az_285:before,._divider_1b1az_285:after{content:"";background:#ffffff14;flex:1;height:1px}._divider_1b1az_285 span{color:var(--brio-text-faint);text-transform:lowercase;font-size:.78rem;font-weight:500}._demoWrapper_1b1az_309{flex-direction:column;align-items:center;gap:4px;display:flex}._demoLink_1b1az_316{color:var(--brio-text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:8px;min-height:auto;padding:10px 20px;font-size:.85rem;font-weight:600;transition:border-color .2s,color .2s,background .2s}._demoLink_1b1az_316:hover{border-color:var(--brio-red-hover);color:#fff;background:var(--brio-red-subtle)}._demoNote_1b1az_335{color:var(--brio-text-faint);margin-top:2px;font-size:.72rem;font-weight:400}._footer_1b1az_344{text-align:center;color:var(--brio-text-muted);padding-top:4px;font-size:.82rem}._footer_1b1az_344 a{color:var(--brio-red-hover);font-weight:600;text-decoration:none;transition:color .2s}._footer_1b1az_344 a:hover{color:#ff1a1a;text-decoration:underline}._footerBrand_1b1az_363{text-align:center;color:var(--brio-text-faint);font-size:.72rem;font-weight:400}._footerBrand_1b1az_363 strong{color:var(--brio-text-muted);font-weight:700}._spin_1b1az_377{animation:1s linear infinite _spin_1b1az_377}@keyframes _spin_1b1az_377{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_2xofu_1{background:var(--web-surface);border-radius:var(--web-radius);border:1px solid var(--web-border);flex-direction:column;height:100%;display:flex;overflow:hidden}._tabs_2xofu_11{border-bottom:1px solid var(--web-border);background:#0f0f1366;display:flex}._tab_2xofu_11,._activeTab_2xofu_17{color:var(--web-muted);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px 8px;font-size:.8rem;font-weight:600;transition:background .2s,color .2s;display:flex}._tab_2xofu_11:hover{color:var(--web-text);background:#ffffff08}._activeTab_2xofu_17{color:var(--web-text);background:var(--web-surface-2);border-bottom:2px solid var(--web-primary-hover)}._searchWrapper_2xofu_44{padding:12px;position:relative}._searchIcon_2xofu_49{color:var(--web-muted);position:absolute;top:50%;left:24px;transform:translateY(-50%)}._searchInput_2xofu_57{border:1px solid var(--web-border);border-radius:var(--web-radius);width:100%;color:var(--web-text);background:#0d0d11;outline:none;padding:10px 10px 10px 38px;font-size:.85rem;transition:border-color .2s}._searchInput_2xofu_57:focus{border-color:var(--web-primary-hover)}._categoryFilter_2xofu_73{padding:0 12px 12px}._categorySelect_2xofu_77{border:1px solid var(--web-border);border-radius:var(--web-radius);width:100%;color:var(--web-text);cursor:pointer;background:#0d0d11;outline:none;padding:10px;font-size:.85rem}._listContainer_2xofu_89{flex:1;min-height:0;padding:0 12px 12px;overflow-y:auto}._list_2xofu_89{flex-direction:column;gap:6px;display:flex}._item_2xofu_102,._activeItem_2xofu_102{cursor:pointer;text-align:left;background:#ffffff05;border:1px solid #0000;border-radius:6px;align-items:center;gap:12px;width:100%;padding:8px 12px;transition:background .2s,border-color .2s;display:flex}._item_2xofu_102:hover{background:#ffffff0d}._activeItem_2xofu_102{background:#c518201f;border-color:#c518204d}._icon_2xofu_125{object-fit:cover;border-radius:4px;flex-shrink:0;width:32px;height:32px}._iconPlaceholder_2xofu_133{background:var(--web-surface-2);width:32px;height:32px;color:var(--web-muted);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._info_2xofu_145{flex-direction:column;flex:1;min-width:0;display:flex}._name_2xofu_152{color:var(--web-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;font-weight:500;overflow:hidden}._number_2xofu_162{color:var(--web-muted);margin-top:2px;font-size:.7rem}._centeredMessage_2xofu_168{height:150px;color:var(--web-muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}._playerContainer_22r3v_1{border-radius:var(--web-radius);-webkit-user-select:none;user-select:none;background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}._video_22r3v_14{object-fit:contain;width:100%;height:100%}._bufferLoader_22r3v_20{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#0f0f13b3;border-radius:50%;padding:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._spinner_22r3v_32{color:var(--web-primary-hover);animation:1s linear infinite _spin_22r3v_32}@keyframes _spin_22r3v_32{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._controlsOverlay_22r3v_42{z-index:5;background:linear-gradient(#0000 0%,#000c 100%);align-items:flex-end;height:90px;padding:20px;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}._bottomControls_22r3v_56{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--web-radius);background:#17171d73;border:1px solid #ffffff14;align-items:center;gap:16px;width:100%;padding:10px 16px;display:flex}._controlButton_22r3v_68{color:var(--web-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .1s;display:flex}._controlButton_22r3v_68:hover{background:#ffffff1a;transform:scale(1.05)}._controlButton_22r3v_68:active{transform:scale(.95)}._volumeContainer_22r3v_91{align-items:center;gap:8px;display:flex}._volumeSlider_22r3v_97{width:80px;height:4px;accent-color:var(--web-primary-hover);cursor:pointer;background:#fff3;border:none;border-radius:2px;padding:0}._spacer_22r3v_108{flex:1}._settingsMenu_22r3v_112{position:relative}._dropdown_22r3v_116{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--web-border);border-radius:var(--web-radius);z-index:100;background:#17171df2;flex-direction:column;gap:4px;width:150px;padding:8px;display:flex;position:absolute;bottom:50px;right:0;box-shadow:0 10px 25px #00000080}._dropdownTitle_22r3v_133{color:var(--web-muted);text-transform:uppercase;letter-spacing:.05em;margin:4px 8px 8px;font-size:.75rem;font-weight:700}._option_22r3v_142,._activeOption_22r3v_142{text-align:left;color:var(--web-text);cursor:pointer;background:0 0;border:none;border-radius:4px;width:100%;padding:8px 12px;font-size:.85rem;transition:background .2s}._option_22r3v_142:hover{background:#ffffff14}._activeOption_22r3v_142{color:var(--web-primary-hover);background:#c5182033;font-weight:600}._badge_7hodo_1{text-transform:uppercase;letter-spacing:.05em;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}._connected_7hodo_15{color:var(--brio-success);background:#22c55e1f;border-color:#22c55e33}._connecting_7hodo_21{color:var(--brio-warning);background:#f59e0b1f;border-color:#f59e0b33}._error_7hodo_27{color:var(--brio-danger);cursor:pointer;background:#ef44441f;border-color:#ef444433}._error_7hodo_27:hover{background:#ef444433;transform:translateY(-1px)}._inactive_7hodo_39{background:var(--brio-red-subtle);color:var(--brio-red-hover);border-color:var(--brio-border-red);cursor:pointer}._inactive_7hodo_39:hover{background:var(--brio-red-hover);color:#fff;border-color:var(--brio-red-hover);transform:translateY(-1px)}._icon_7hodo_53{flex-shrink:0}._spinner_7hodo_57{flex-shrink:0;animation:1.5s linear infinite _spin_7hodo_57}@keyframes _spin_7hodo_57{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._backdrop_18yl0_1{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._modal_18yl0_16{-webkit-backdrop-filter:blur(20px);text-align:center;background:#14141999;border:1px solid #ffffff14;border-radius:24px;width:min(100%,460px);padding:34px 24px;animation:.3s cubic-bezier(.16,1,.3,1) _scaleIn_18yl0_1;position:relative;box-shadow:0 30px 60px -10px #000c,inset 0 1px #ffffff0d}@keyframes _scaleIn_18yl0_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._closeBtn_18yl0_41{color:var(--web-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s;display:flex;position:absolute;top:16px;right:16px}._closeBtn_18yl0_41:hover{color:var(--web-text);background:#ffffff0d}._iconWrapper_18yl0_63{background:var(--brio-red-subtle);border:1px solid var(--brio-border-red);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:inline-flex;position:relative}._shieldIcon_18yl0_76{color:var(--web-primary-hover)}._sparkleIcon_18yl0_80{color:#ffb300;animation:2s infinite _pulse_18yl0_1;position:absolute;top:14px;right:14px}@keyframes _pulse_18yl0_1{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.8;transform:scale(1)}}._title_18yl0_94{color:var(--web-text);margin:0 0 10px;font-size:1.45rem;font-weight:800}._subtitle_18yl0_101{color:var(--web-muted);margin:0 0 24px;font-size:.9rem;line-height:1.5}._features_18yl0_108{text-align:left;background:#00000026;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:24px;padding:16px;display:flex}._featureItem_18yl0_120{color:var(--web-text);align-items:center;gap:10px;font-size:.85rem;display:flex}._checkIcon_18yl0_128{color:var(--brio-success);flex-shrink:0}._pricing_18yl0_133{margin-bottom:28px}._price_18yl0_137{color:var(--web-text);font-size:2.2rem;font-weight:800}._period_18yl0_143{color:var(--web-muted);font-size:1rem}._actions_18yl0_148{flex-direction:column;gap:10px;display:flex}._primaryBtn_18yl0_154{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e60000 0%,#a30000 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:1.2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 10px 20px -5px #e6000066}._primaryBtn_18yl0_154:hover{background:linear-gradient(135deg,#ff1a1a 0%,#b30000 100%);transform:translateY(-2px);box-shadow:0 15px 25px -5px #e6000080}._primaryBtn_18yl0_154:active{transform:translateY(1px);box-shadow:0 5px 15px -5px #e6000066}._primaryBtn_18yl0_154:disabled{opacity:.5;cursor:not-allowed}._secondaryBtn_18yl0_188{color:var(--web-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:14px;padding:12px;font-size:.9rem;transition:background .2s,color .2s}._secondaryBtn_18yl0_188:hover{color:var(--web-text);background:#ffffff0d}._spin_18yl0_204{animation:1s linear infinite _spin_18yl0_204}@keyframes _spin_18yl0_204{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._container_977zi_1{height:100dvh;color:var(--web-text);background:radial-gradient(circle at 18% 0,#c5182014,#0000 30rem),#0b0b0d;flex-direction:column;display:flex;overflow:hidden}._header_977zi_10{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--web-border);background:#17171d80;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex}._logoGroup_977zi_21{align-items:center;gap:10px;display:flex}._logo_977zi_21{letter-spacing:-.01em;font-size:1.15rem;font-weight:800}._premiumTag_977zi_33{color:var(--web-primary-hover);text-transform:uppercase;background:#c5182026;border:1px solid #c5182040;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:800}._actions_977zi_44{align-items:center;gap:12px;display:flex}._iconButton_977zi_50{border:1px solid var(--web-border);color:var(--web-text);cursor:pointer;border-radius:var(--web-radius);background:#ffffff08;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s,color .2s;display:flex}._iconButton_977zi_50:hover{color:var(--web-primary-hover);background:#ffffff14}._workspace_977zi_69{flex:1;grid-template-columns:340px 1fr;min-height:0;display:grid}._sidebar_977zi_76{height:100%;padding:16px}._playerSection_977zi_81{flex-direction:column;height:100%;padding:16px 16px 16px 0;display:flex}._playerWrapper_977zi_88{flex-direction:column;gap:16px;height:100%;display:flex}._videoBox_977zi_95{border-radius:var(--web-radius);border:1px solid var(--web-border);flex:1;overflow:hidden}._streamInfo_977zi_102{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--web-border);border-radius:var(--web-radius);background:#17171d59;padding:18px 20px}._streamName_977zi_110{margin:0 0 6px;font-size:1.2rem;font-weight:700}._streamCategory_977zi_116{color:var(--web-muted);font-size:.8rem}._welcomeBox_977zi_121{border:1px dashed var(--web-border);border-radius:var(--web-radius);background:#17171d40;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}._welcomeContent_977zi_132{text-align:center;max-width:320px}._playIconWrapper_977zi_137{width:72px;height:72px;color:var(--web-primary-hover);background:#c518201a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}._welcomeContent_977zi_132 h2{margin:0 0 8px;font-size:1.25rem;font-weight:700}._welcomeContent_977zi_132 p{color:var(--web-muted);margin:0;font-size:.85rem;line-height:1.5}@media (width<=860px){._workspace_977zi_69{grid-template-rows:auto 1fr;grid-template-columns:1fr}._playerSection_977zi_81{padding:0 16px 16px}}._container_1ey5f_1{min-height:100dvh;color:var(--web-text);background:#0b0b0d;flex-direction:column;display:flex}._header_1ey5f_9{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--web-border);background:#17171d80;align-items:center;gap:20px;height:64px;padding:0 20px;display:flex}._backBtn_1ey5f_20{border:1px solid var(--web-border);color:var(--web-text);cursor:pointer;border-radius:var(--web-radius);background:#ffffff08;align-items:center;gap:8px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:background .2s;display:flex}._backBtn_1ey5f_20:hover{background:#ffffff14}._title_1ey5f_39{margin:0;font-size:1.2rem;font-weight:800}._content_1ey5f_45{flex-direction:column;flex:1;gap:32px;width:100%;max-width:640px;margin:0 auto;padding:32px 16px;display:flex}._section_1ey5f_56{flex-direction:column;gap:12px;display:flex}._sectionTitle_1ey5f_62{color:var(--web-primary-hover);align-items:center;gap:8px;margin:0;font-size:.95rem;font-weight:700;display:flex}._card_1ey5f_72{background:var(--web-surface);border:1px solid var(--web-border);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}._field_1ey5f_81{border-bottom:1px solid var(--web-border);justify-content:space-between;padding:16px;font-size:.9rem;display:flex}._field_1ey5f_81:last-child{border-bottom:none}._label_1ey5f_93{color:var(--web-muted)}._value_1ey5f_97{font-weight:500}._premiumText_1ey5f_101{color:#35d07f;font-weight:700}._linkRow_1ey5f_106{border-bottom:1px solid var(--web-border);color:var(--web-text);justify-content:space-between;align-items:center;padding:16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}._linkRow_1ey5f_106:last-child{border-bottom:none}._linkRow_1ey5f_106:hover{color:var(--web-primary-hover);background:#ffffff08}
