@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,#0f0f13);--web-surface:var(--brio-surface-1,#17171d);--web-surface-2:var(--brio-surface-2,#202028);--web-border:var(--brio-border,#ffffff1a);--web-text:var(--brio-text,#fff);--web-muted:var(--brio-text-muted,#ffffff9e);--web-primary:var(--brio-red,#c51820);--web-primary-hover:var(--brio-red-hover,#e0242e);--web-radius:8px;font-family:var(--brio-font,Inter, system-ui, sans-serif);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,#c5182038,#0000 26rem),linear-gradient(#111116 0%,#09090c 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);border:1px solid var(--web-border);width:100%;color:var(--web-text);background:#0f0f14;outline:none;padding:12px 13px}input:focus{border-color:#e0242ecc}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%}}._container_17eob_1{background:#0a0a0a;justify-content:center;align-items:center;min-height:100dvh;padding:16px;display:flex;position:relative;overflow:hidden}._glow_17eob_12{z-index:1;pointer-events:none;background:radial-gradient(#e24b4a1f 0%,#e24b4a0a 40%,#0000 70%);width:600px;height:400px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}._loginCard_17eob_29{z-index:2;background:#111;border:1px solid #1a1a1a;border-radius:16px;flex-direction:column;gap:20px;width:min(100%,400px);padding:40px 28px 32px;display:flex;box-shadow:0 30px 80px #0009,inset 0 0 0 1px #ffffff08}._logoContainer_17eob_46{flex-direction:column;align-items:center;gap:8px;display:flex}._logoText_17eob_53{letter-spacing:-.03em;color:#fff;margin:4px 0 0;font-size:1.75rem;font-weight:800;line-height:1}._subtitle_17eob_62{color:#888;margin:0;font-size:.875rem;font-weight:400}._savedCredsBanner_17eob_71{background:#e24b4a0f;border:1px solid #e24b4a26;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}._savedCredsText_17eob_81{color:#e24b4a;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}._clearCredsBtn_17eob_90{color:#888;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_17eob_90:hover{color:#fff;background:#ffffff0f}._form_17eob_113{flex-direction:column;gap:16px;display:flex}._inputGroup_17eob_119{flex-direction:column;gap:7px;display:flex}._inputGroup_17eob_119 label{color:#888;font-size:.82rem;font-weight:600}._inputWrapper_17eob_131{align-items:center;display:flex;position:relative}._inputIcon_17eob_137{color:#555;pointer-events:none;transition:color .2s;position:absolute;left:14px}._inputWrapper_17eob_131:focus-within ._inputIcon_17eob_137{color:#e24b4a}._input_17eob_119{color:#fff;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;outline:none;width:100%;padding:13px 14px 13px 42px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}._input_17eob_119::placeholder{color:#555}._input_17eob_119:focus{border-color:#e24b4a;box-shadow:0 0 0 3px #e24b4a1a}._brioBadge_17eob_172{color:#35d07f;align-items:center;gap:5px;padding:4px 0 0 2px;font-size:.75rem;font-weight:600;animation:.3s _fadeIn_17eob_1;display:inline-flex}@keyframes _fadeIn_17eob_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._submitButton_17eob_196{color:#fff;cursor:pointer;background:#e24b4a;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:50px;margin-top:6px;padding:14px;font-size:1rem;font-weight:700;transition:background .2s,transform .1s;display:flex}._submitButton_17eob_196:hover:not(:disabled){background:#d43d3c;transform:translateY(-1px)}._submitButton_17eob_196:active:not(:disabled){transform:translateY(0)}._submitButton_17eob_196:disabled{opacity:.65;cursor:not-allowed}._formError_17eob_231{color:#ff7a7a;text-align:center;background:#ff7a7a14;border:1px solid #ff7a7a2e;border-radius:8px;padding:12px 14px;font-size:.85rem;font-weight:500;line-height:1.4;animation:.3s _fadeIn_17eob_1}._divider_17eob_246{align-items:center;gap:12px;margin:4px 0;display:flex}._divider_17eob_246:before,._divider_17eob_246:after{content:"";background:#2a2a2a;flex:1;height:1px}._divider_17eob_246 span{color:#555;text-transform:lowercase;font-size:.78rem;font-weight:500}._demoWrapper_17eob_270{flex-direction:column;align-items:center;gap:4px;display:flex}._demoLink_17eob_277{color:#ccc;cursor:pointer;background:0 0;border:1px solid #2a2a2a;border-radius:8px;min-height:auto;padding:10px 20px;font-size:.85rem;font-weight:600;transition:border-color .2s,color .2s,background .2s}._demoLink_17eob_277:hover{color:#fff;background:#e24b4a0f;border-color:#e24b4a}._demoNote_17eob_296{color:#555;margin-top:2px;font-size:.72rem;font-weight:400}._footer_17eob_305{text-align:center;color:#888;padding-top:4px;font-size:.82rem}._footer_17eob_305 a{color:#e24b4a;font-weight:600;text-decoration:none;transition:color .2s}._footer_17eob_305 a:hover{color:#ff6b6b;text-decoration:underline}._footerBrand_17eob_324{text-align:center;color:#444;font-size:.72rem;font-weight:400}._footerBrand_17eob_324 strong{color:#555;font-weight:700}._spin_17eob_338{animation:1s linear infinite _spin_17eob_338}@keyframes _spin_17eob_338{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_1tyxx_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_1tyxx_15{color:#35d07f;background:#35d07f1f;border-color:#35d07f33}._connecting_1tyxx_21{color:#ffb300;background:#ffb3001f;border-color:#ffb30033}._error_1tyxx_27{color:#ff7a7a;cursor:pointer;background:#ff7a7a1f;border-color:#ff7a7a33}._error_1tyxx_27:hover{background:#ff7a7a33;transform:translateY(-1px)}._inactive_1tyxx_39{color:var(--web-primary-hover);cursor:pointer;background:#c518201a;border-color:#c5182033}._inactive_1tyxx_39:hover{background:var(--web-primary-hover);color:#fff;border-color:var(--web-primary-hover);transform:translateY(-1px)}._icon_1tyxx_53{flex-shrink:0}._spinner_1tyxx_57{flex-shrink:0;animation:1.5s linear infinite _spin_1tyxx_57}@keyframes _spin_1tyxx_57{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._backdrop_9h9fq_1{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0a0a0dd9;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}._modal_9h9fq_16{border:1px solid var(--web-border);text-align:center;background:#17171d;border-radius:12px;width:min(100%,460px);padding:34px 24px;animation:.3s cubic-bezier(.16,1,.3,1) _scaleIn_9h9fq_1;position:relative;box-shadow:0 30px 70px #0009}@keyframes _scaleIn_9h9fq_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._closeBtn_9h9fq_39{color:var(--web-muted);cursor:pointer;background:0 0;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_9h9fq_39:hover{color:var(--web-text);background:#ffffff0d}._iconWrapper_9h9fq_60{background:#c518201a;border:1px solid #c5182040;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:inline-flex;position:relative}._shieldIcon_9h9fq_73{color:var(--web-primary-hover)}._sparkleIcon_9h9fq_77{color:#ffb300;animation:2s infinite _pulse_9h9fq_1;position:absolute;top:14px;right:14px}@keyframes _pulse_9h9fq_1{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.8;transform:scale(1)}}._title_9h9fq_91{color:var(--web-text);margin:0 0 10px;font-size:1.45rem;font-weight:800}._subtitle_9h9fq_98{color:var(--web-muted);margin:0 0 24px;font-size:.9rem;line-height:1.5}._features_9h9fq_105{text-align:left;border:1px solid var(--web-border);background:#00000026;border-radius:8px;flex-direction:column;gap:10px;margin-bottom:24px;padding:16px;display:flex}._featureItem_9h9fq_117{color:var(--web-text);align-items:center;gap:10px;font-size:.85rem;display:flex}._checkIcon_9h9fq_125{color:#35d07f;flex-shrink:0}._pricing_9h9fq_130{margin-bottom:28px}._price_9h9fq_134{color:var(--web-text);font-size:2.2rem;font-weight:800}._period_9h9fq_140{color:var(--web-muted);font-size:1rem}._actions_9h9fq_145{flex-direction:column;gap:10px;display:flex}._primaryBtn_9h9fq_151{background:var(--web-primary);color:#fff;border-radius:var(--web-radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}._primaryBtn_9h9fq_151:hover{background:var(--web-primary-hover)}._primaryBtn_9h9fq_151:disabled{opacity:.5;cursor:not-allowed}._secondaryBtn_9h9fq_177{color:var(--web-muted);border:1px solid var(--web-border);border-radius:var(--web-radius);cursor:pointer;background:0 0;padding:12px;font-size:.9rem;transition:background .2s,color .2s}._secondaryBtn_9h9fq_177:hover{color:var(--web-text);background:#ffffff0d}._spin_9h9fq_193{animation:1s linear infinite _spin_9h9fq_193}@keyframes _spin_9h9fq_193{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}
