.widget.svelte-1cw5hez{width:100%;max-width:100%;background:var(--color-bg-primary);border:1px solid var(--color-border-dim);display:flex;flex-direction:column;overflow:hidden}.header.svelte-1cw5hez{padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-dim);background:linear-gradient(135deg,rgba(88,101,242,.06) 0%,transparent 60%),var(--color-bg-secondary)}.member-list.svelte-1cw5hez{flex:1;overflow-y:auto;max-height:280px;padding:.5rem 0;scrollbar-width:thin;scrollbar-color:var(--color-border-dim) transparent}.member.svelte-1cw5hez{display:flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;animation:svelte-1cw5hez-member-in .3s ease-out both}.member.svelte-1cw5hez:hover{background:var(--color-bg-secondary)}@keyframes svelte-1cw5hez-member-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.avatar-wrap.svelte-1cw5hez{position:relative;flex-shrink:0}.avatar.svelte-1cw5hez{width:32px;height:32px;border-radius:4px;image-rendering:auto;background:var(--color-bg-elevated)}.status-dot.svelte-1cw5hez{position:absolute;bottom:-2px;right:-2px;width:8px;height:8px;border-radius:50%;border:2px solid var(--color-bg-primary)}.username.svelte-1cw5hez{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-body);font-size:.8rem;color:var(--color-text-bright)}.status-tag.svelte-1cw5hez{font-size:.4rem;letter-spacing:.1em;flex-shrink:0;text-shadow:0 0 6px currentColor}.live-dot.svelte-1cw5hez{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--color-neon-green);box-shadow:0 0 6px var(--color-neon-green);animation:svelte-1cw5hez-pulse-dot 2s ease-in-out infinite}@keyframes svelte-1cw5hez-pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.loading.svelte-1cw5hez{animation:svelte-1cw5hez-blink-load 1.2s step-end infinite}@keyframes svelte-1cw5hez-blink-load{0%,49%{opacity:1}50%,to{opacity:.2}}@media(prefers-reduced-motion:reduce){.live-dot.svelte-1cw5hez,.loading.svelte-1cw5hez,.member.svelte-1cw5hez{animation:none}}.tweet-card.svelte-rdr8hh{padding:1.25rem;background:var(--color-bg-primary);border:1px solid var(--color-border-dim);border-radius:.5rem;flex:1;overflow:auto}.loading.svelte-rdr8hh{animation:svelte-rdr8hh-blink-load 1.2s step-end infinite}@keyframes svelte-rdr8hh-blink-load{0%,49%{opacity:1}50%,to{opacity:.2}}@media(prefers-reduced-motion:reduce){.loading.svelte-rdr8hh{animation:none}}.tiktok-card.svelte-1mdaza2{background:var(--color-bg-primary);border:1px solid var(--color-border-dim);border-radius:.5rem;overflow:hidden}.loading.svelte-1mdaza2{animation:svelte-1mdaza2-blink-load 1.2s step-end infinite}@keyframes svelte-1mdaza2-blink-load{0%,49%{opacity:1}50%,to{opacity:.2}}@media(prefers-reduced-motion:reduce){.loading.svelte-1mdaza2{animation:none}}.bg-static.svelte-pmux9f{background-color:#0a0a0f;background-image:radial-gradient(ellipse 60% 40% at 50% 50%,rgba(0,245,255,.04) 0%,transparent 100%),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,245,255,.015) 2px,rgba(0,245,255,.015) 4px)}.hero-bleed.svelte-pmux9f{background:radial-gradient(ellipse 70% 60% at 50% 50%,color-mix(in srgb,var(--ch-color) 28%,transparent) 0%,color-mix(in srgb,var(--ch-color) 10%,transparent) 35%,transparent 70%),radial-gradient(ellipse at 50% 50%,#0a0a0f59,#0a0a0fd9);transition:background .6s ease;mix-blend-mode:normal}@media(prefers-reduced-motion:reduce){.hero-bleed.svelte-pmux9f{transition:none}}.tv-static.svelte-pmux9f{background:url(../../../img/static-noise.png) repeat;background-size:256px 256px;image-rendering:pixelated;opacity:.5;mix-blend-mode:screen;animation:svelte-pmux9f-static-jitter .12s steps(5) infinite}.tv-static.svelte-pmux9f:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 2px,rgba(0,0,0,.2) 2px,rgba(0,0,0,.2) 4px);pointer-events:none}@keyframes svelte-pmux9f-static-jitter{0%{background-position:0 0}20%{background-position:-97px -53px}40%{background-position:53px -117px}60%{background-position:-73px 87px}80%{background-position:117px -43px}to{background-position:0 0}}@media(prefers-reduced-motion:reduce){.tv-static.svelte-pmux9f{animation:none}}.dial-container.svelte-pmux9f{position:relative;width:80px;height:80px;flex-shrink:0}.dial.svelte-pmux9f{width:100%;height:100%;border-radius:50%;border:3px solid var(--color-border-dim);background:var(--color-bg-primary);position:relative;transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .3s;transform:rotate(var(--dial-rotation));box-shadow:0 0 0 1px #ffffff08,inset 0 2px 8px #0006}.dial-notch.svelte-pmux9f{position:absolute;top:4px;left:50%;transform:translate(-50%);width:4px;height:14px;background:var(--ch-color);border-radius:2px;box-shadow:0 0 8px var(--ch-color);transition:background .3s,box-shadow .3s}.dial-label.svelte-pmux9f{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-pixel);font-size:.5rem;color:var(--color-text-bright);opacity:.9;-webkit-user-select:none;user-select:none;transform:rotate(calc(-1 * var(--dial-rotation)));transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.dial-stop.svelte-pmux9f{position:absolute;top:50%;left:50%;width:16px;height:16px;transform:rotate(var(--stop-angle)) translateY(-48px) rotate(calc(-1 * var(--stop-angle)));transform-origin:0 0;display:flex;align-items:center;justify-content:center;margin:-8px 0 0 -8px;cursor:pointer}.dial-stop-dot.svelte-pmux9f{width:6px;height:6px;border-radius:50%;background:transparent;border:1.5px solid rgba(255,255,255,.45);transition:all .2s}.dial-stop.svelte-pmux9f:hover .dial-stop-dot:where(.svelte-pmux9f){background:var(--ch-color);border-color:transparent;box-shadow:0 0 6px var(--ch-color);transform:scale(1.4)}.dial-stop-active.svelte-pmux9f .dial-stop-dot:where(.svelte-pmux9f){background:var(--ch-color);border-color:transparent;box-shadow:0 0 8px var(--ch-color);width:8px;height:8px}@media(prefers-reduced-motion:reduce){.dial.svelte-pmux9f,.dial-label.svelte-pmux9f{transition:none}}.channel-tab.svelte-pmux9f{border:2px solid var(--color-border-dim);background:var(--color-bg-secondary);color:var(--color-text-primary);position:relative}.channel-tab.svelte-pmux9f:hover{border-color:var(--ch-color);color:var(--color-text-bright);background:var(--color-bg-elevated)}.channel-tab-active.svelte-pmux9f{border-color:var(--ch-color);color:var(--ch-color);background:var(--color-bg-elevated);box-shadow:0 0 16px color-mix(in srgb,var(--ch-color) 30%,transparent),inset 0 0 20px color-mix(in srgb,var(--ch-color) 8%,transparent)}.channel-card.svelte-pmux9f{position:relative;padding:1.05rem 1rem;border-left:3px solid var(--color-border-dim);border-right:1px solid transparent;border-top:1px solid var(--color-border-dim);border-bottom:1px solid var(--color-border-dim);background:var(--color-bg-secondary);cursor:pointer;transition:all .2s ease}.channel-card.svelte-pmux9f:hover{background:var(--color-bg-elevated);border-left-color:color-mix(in srgb,var(--ch-color) 60%,transparent);border-top-color:color-mix(in srgb,var(--ch-color) 15%,transparent);border-bottom-color:color-mix(in srgb,var(--ch-color) 15%,transparent)}.channel-card-active.svelte-pmux9f{border-left-color:var(--ch-color);border-top-color:color-mix(in srgb,var(--ch-color) 25%,transparent);border-bottom-color:color-mix(in srgb,var(--ch-color) 25%,transparent);background:color-mix(in srgb,var(--ch-color) 5%,var(--color-bg-elevated));box-shadow:inset 4px 0 16px -6px var(--ch-color),0 0 8px color-mix(in srgb,var(--ch-color) 10%,transparent)}.channel-pip.svelte-pmux9f{position:absolute;top:.5rem;right:.75rem}.channel-icon.svelte-pmux9f{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.375rem;flex-shrink:0;transition:background .2s}.channel-icon-lg.svelte-pmux9f{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;border-radius:1rem;border:1px solid color-mix(in srgb,var(--ch-color) 20%,transparent)}.widget-frame.svelte-pmux9f a:where(.svelte-pmux9f){-webkit-user-select:none;user-select:none}.widget-frame.svelte-pmux9f{position:relative;width:100%;min-width:0;padding:1.25rem;display:flex;flex-direction:column;border:1px solid color-mix(in srgb,var(--ch-color) 30%,var(--color-border-dim));background:color-mix(in srgb,var(--ch-color) 3%,var(--color-bg-secondary))}.widget-frame.svelte-pmux9f:before,.widget-frame.svelte-pmux9f:after{content:"";position:absolute;width:14px;height:14px;border-color:var(--ch-color);pointer-events:none;opacity:.5}.widget-frame.svelte-pmux9f:before{top:-1px;left:-1px;border-top:2px solid;border-left:2px solid}.widget-frame.svelte-pmux9f:after{bottom:-1px;right:-1px;border-bottom:2px solid;border-right:2px solid}.crt-off.svelte-pmux9f{animation:svelte-pmux9f-ch-crt-off .18s ease-in forwards}.crt-on.svelte-pmux9f{animation:svelte-pmux9f-ch-crt-on .3s ease-out forwards}@keyframes svelte-pmux9f-ch-crt-off{0%{transform:scaleY(1) scaleX(1);filter:brightness(1);opacity:1}70%{transform:scaleY(.008) scaleX(1.02);filter:brightness(2.5);opacity:1}to{transform:scaleY(0) scaleX(0);filter:brightness(0);opacity:0}}@keyframes svelte-pmux9f-ch-crt-on{0%{transform:scaleY(0) scaleX(.8);filter:brightness(0);opacity:0}20%{transform:scaleY(.008) scaleX(1.02);filter:brightness(3);opacity:1}40%{transform:scaleY(.4) scaleX(1);filter:brightness(1.5);opacity:1}to{transform:scaleY(1) scaleX(1);filter:brightness(1);opacity:1}}.crt-line.svelte-pmux9f{position:absolute;left:0;right:0;top:50%;height:2px;background:#fff;box-shadow:0 0 12px 4px #fff9;z-index:10;pointer-events:none;transform:translateY(-50%)}.crt-line-off.svelte-pmux9f{animation:svelte-pmux9f-line-appear .18s ease-in forwards}.crt-line-on.svelte-pmux9f{animation:svelte-pmux9f-line-fade .3s ease-out forwards}@keyframes svelte-pmux9f-line-appear{0%{opacity:0;transform:translateY(-50%) scaleX(.5)}70%{opacity:1;transform:translateY(-50%) scaleX(1)}to{opacity:1;transform:translateY(-50%) scaleX(1)}}@keyframes svelte-pmux9f-line-fade{0%{opacity:1;transform:translateY(-50%) scaleX(1)}40%{opacity:.8;transform:translateY(-50%) scaleX(1)}to{opacity:0;transform:translateY(-50%) scaleX(0)}}@media(prefers-reduced-motion:reduce){.crt-off.svelte-pmux9f,.crt-on.svelte-pmux9f{animation:none}.crt-line.svelte-pmux9f{display:none}}.signal-bars.svelte-pmux9f{display:inline-flex;align-items:flex-end;gap:2px;height:12px}.signal-bars.svelte-pmux9f span:where(.svelte-pmux9f){display:block;width:3px;background:var(--ch-color, #00f5ff);opacity:.85;box-shadow:0 0 4px currentColor;color:var(--color-neon-cyan, #00f5ff);animation:svelte-pmux9f-signal-pulse 1.4s ease-in-out infinite}.signal-bars.svelte-pmux9f span:where(.svelte-pmux9f):nth-child(1){height:25%;animation-delay:0s}.signal-bars.svelte-pmux9f span:where(.svelte-pmux9f):nth-child(2){height:45%;animation-delay:.12s}.signal-bars.svelte-pmux9f span:where(.svelte-pmux9f):nth-child(3){height:65%;animation-delay:.24s}.signal-bars.svelte-pmux9f span:where(.svelte-pmux9f):nth-child(4){height:85%;animation-delay:.36s}.signal-bars.svelte-pmux9f span:where(.svelte-pmux9f):nth-child(5){height:100%;animation-delay:.48s}@keyframes svelte-pmux9f-signal-pulse{0%,to{opacity:.35;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}@media(prefers-reduced-motion:reduce){.signal-bars.svelte-pmux9f span:where(.svelte-pmux9f){animation:none;opacity:.7}}.broadcast-strip.svelte-pmux9f{display:flex;align-items:center;gap:.5rem;margin:-1.25rem -1.25rem 1rem;padding:.5rem .875rem;font-family:var(--font-pixel);font-size:.5rem;letter-spacing:.08em;color:var(--color-text-muted);background:linear-gradient(90deg,color-mix(in srgb,var(--ch-color) 14%,var(--color-bg-primary)),color-mix(in srgb,var(--ch-color) 4%,var(--color-bg-primary)));border-bottom:1px solid color-mix(in srgb,var(--ch-color) 25%,transparent);text-transform:uppercase;-webkit-user-select:none;user-select:none}.rec-dot.svelte-pmux9f{display:inline-block;width:7px;height:7px;border-radius:50%;background:#f34;box-shadow:0 0 6px #f34,0 0 1px #0009 inset;animation:svelte-pmux9f-rec-blink 1.4s ease-in-out infinite}.rec-label.svelte-pmux9f{color:#f56;letter-spacing:.15em}.strip-sep.svelte-pmux9f{color:var(--color-text-dim);opacity:.6}.strip-ch.svelte-pmux9f{color:var(--ch-color);text-shadow:0 0 6px color-mix(in srgb,var(--ch-color) 40%,transparent)}.strip-label.svelte-pmux9f{color:var(--color-text-bright)}.strip-spacer.svelte-pmux9f{flex:1}.strip-clock.svelte-pmux9f{color:var(--color-text-muted);font-variant-numeric:tabular-nums;letter-spacing:.1em}@keyframes svelte-pmux9f-rec-blink{0%,60%{opacity:1}70%,to{opacity:.25}}@media(prefers-reduced-motion:reduce){.rec-dot.svelte-pmux9f{animation:none}}.card-eq.svelte-pmux9f{position:absolute;top:.55rem;right:3.25rem;display:inline-flex;align-items:flex-end;gap:1.5px;height:8px}.card-eq.svelte-pmux9f span:where(.svelte-pmux9f){display:block;width:2px;background:var(--ch-color);box-shadow:0 0 4px var(--ch-color);animation:svelte-pmux9f-card-eq-bounce .9s ease-in-out infinite}.card-eq.svelte-pmux9f span:where(.svelte-pmux9f):nth-child(1){height:60%;animation-delay:0s}.card-eq.svelte-pmux9f span:where(.svelte-pmux9f):nth-child(2){height:100%;animation-delay:.18s}.card-eq.svelte-pmux9f span:where(.svelte-pmux9f):nth-child(3){height:75%;animation-delay:.36s}@keyframes svelte-pmux9f-card-eq-bounce{0%,to{transform:scaleY(.4);opacity:.6}50%{transform:scaleY(1);opacity:1}}@media(prefers-reduced-motion:reduce){.card-eq.svelte-pmux9f span:where(.svelte-pmux9f){animation:none}}.generic-preview.svelte-pmux9f{position:relative;isolation:isolate}.generic-static.svelte-pmux9f{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 60% 45% at 50% 45%,color-mix(in srgb,var(--ch-color) 10%,transparent) 0%,transparent 70%),repeating-linear-gradient(0deg,transparent 0,transparent 2px,rgba(255,255,255,.025) 2px,rgba(255,255,255,.025) 3px);z-index:-1;mix-blend-mode:screen}.generic-icon-wrap.svelte-pmux9f{position:relative;display:inline-flex;align-items:center;justify-content:center;width:9rem;height:9rem;perspective:800px}.generic-ring.svelte-pmux9f{position:absolute;inset:0;border-radius:50%;border:1px dashed color-mix(in srgb,var(--ch-color) 55%,transparent);pointer-events:none;animation:svelte-pmux9f-ring-roam 14s ease-in-out infinite}@keyframes svelte-pmux9f-ring-roam{0%{transform:rotateX(0) rotateY(0)}20%{transform:rotateX(95deg) rotateY(70deg)}40%{transform:rotateX(170deg) rotateY(150deg)}55%{transform:rotateX(220deg) rotateY(225deg)}75%{transform:rotateX(305deg) rotateY(290deg)}to{transform:rotateX(360deg) rotateY(360deg)}}@media(prefers-reduced-motion:reduce){.generic-ring.svelte-pmux9f{animation:none}}.generic-divider.svelte-pmux9f{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;width:60%;max-width:200px}.generic-divider.svelte-pmux9f span:where(.svelte-pmux9f):not(.dot){flex:1;height:1px;background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--ch-color) 40%,transparent) 50%,transparent 100%)}.generic-divider.svelte-pmux9f .dot:where(.svelte-pmux9f){display:inline-block;width:4px;height:4px;border-radius:50%;box-shadow:0 0 6px currentColor}
