:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#090b10;--panel:#111827db;--panel-solid:#111827;--muted:#94a3b8;--text:#f8fafc;--accent:#7c3aed;--accent-2:#22c55e;--danger:#ef4444;--border:#94a3b838;--shadow:0 24px 80px #00000059}*{box-sizing:border-box}body{background:radial-gradient(circle at top left, #7c3aed42, transparent 34rem), radial-gradient(circle at top right, #22c55e29, transparent 28rem), var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.app-shell{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.app-shell.has-streams{-webkit-backdrop-filter:blur();backdrop-filter:blur();grid-template-rows:auto 1fr;min-height:100vh}.topbar{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090b10d1;padding:12px clamp(14px,3vw,32px);position:sticky;top:0}.hero{grid-template-columns:minmax(190px,.75fr) minmax(300px,1.5fr);align-items:center;gap:10px 16px;max-width:1280px;margin:0 auto;display:grid}.brand{gap:2px;display:grid}.brand-row{align-items:center;gap:10px;display:flex}.brand-row h1{letter-spacing:-.04em;margin:0;font-size:clamp(1.5rem,2.4vw,2.25rem)}.brand p{color:var(--muted);margin:0;font-size:.94rem}.locale-switch{border:1px solid var(--border);min-width:36px;min-height:24px;color:var(--muted);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;background:#0f172ac7;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:.72rem;font-weight:800;line-height:1;transition:all .14s;display:inline-flex}.locale-switch:hover{color:var(--text);border-color:var(--accent);background:#7c3aed26}.controls{grid-template-columns:minmax(240px,1fr) auto;gap:10px;display:grid}.stream-input{width:100%;min-height:46px;color:var(--text);border:1px solid var(--border);background:#0f172af5;border-radius:14px;outline:none;padding:0 14px}.stream-input:focus{border-color:#7c3aedd1;box-shadow:0 0 0 4px #7c3aed2e}.primary-button,.layout-button,.ghost-button{cursor:pointer;border:0;border-radius:999px;min-height:42px;transition:transform .14s,background .14s,border-color .14s}.primary-button{color:#fff;background:linear-gradient(135deg, var(--accent), #2563eb);padding:0 18px;font-weight:800}.layout-controls{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px;display:flex}.layout-hint{color:var(--muted);grid-column:1/-1;font-size:.9rem}.layout-button,.ghost-button{color:var(--text);border:1px solid var(--border);background:#0f172ac7;padding:0 14px}.layout-button[aria-pressed=true]{background:#7c3aed3d;border-color:#7c3aedb8}.primary-button:hover,.layout-button:hover,.ghost-button:hover{transform:translateY(-1px)}.primary-button:hover{box-shadow:0 0 24px #7c3aed59}[data-clear-streams]{color:var(--muted);margin-left:auto}[data-clear-streams]:hover{color:#ef4444;background:#ef44441a;border-color:#ef444480}.ghost-button svg,.mute-button svg{transition:transform .2s;display:block}.ghost-button:hover svg{transform:rotate(90deg)}.feedback{color:#fca5a5;grid-column:1/-1;min-height:20px;font-size:.94rem}.workspace{width:min(100%,1440px);margin:0 auto;padding:clamp(12px,1.8vw,24px)}.has-streams .topbar{padding-block:8px}.has-streams .hero{gap:8px 14px}.has-streams .brand p,.has-streams .footer{display:none}.has-streams .feedback{min-height:0}.has-streams .workspace{padding-block:10px}.app-shell.has-streams:has(.layout-free):not(.is-clean-mode){overflow:auto}.app-shell.has-streams:has(.layout-free):not(.is-clean-mode) .workspace{height:auto;min-height:100%}.empty-state{border:1px dashed var(--border);min-height:48vh;color:var(--muted);text-align:center;background:#0f172a6b;border-radius:28px;place-items:center;display:grid}.empty-state strong{color:var(--text);margin-bottom:6px;font-size:1.2rem;display:block}.stream-grid{align-items:start;gap:14px;display:grid}.has-streams .stream-grid{width:100%}.layout-auto{grid-template-columns:repeat(auto-fit,minmax(min(100%,420px),1fr))}.layout-2x2{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-3x3{grid-template-columns:repeat(3,minmax(0,1fr))}.has-streams .layout-2x2 .stream-card,.has-streams .layout-3x3 .stream-card,.has-streams .layout-auto .stream-card{min-height:0}.stream-grid:not(.layout-free) .stream-card{align-self:start}.layout-free{min-height:58vh;display:block}.stream-card{min-width:0;list-style:none}@keyframes card-enter{0%{opacity:0;transform:translateY(18px)scale(.97)}}.stream-card.is-new{animation:.32s ease-out both card-enter}.stream-card.is-removing{opacity:0;pointer-events:none;transition:opacity .22s,transform .22s;transform:scale(.94)}.stream-card-content{border:1px solid var(--border);background:var(--panel-solid);height:100%;box-shadow:var(--shadow);border-radius:18px;transition:border-color .16s,transform .16s;overflow:hidden}.stream-card-content:hover{border-color:#94a3b861}.layout-free .stream-card-content{cursor:default}.layout-free .stream-toolbar{cursor:grab}.layout-free .stream-toolbar:active{cursor:grabbing}.layout-free .player-frame{aspect-ratio:auto;height:calc(100% - 51px);min-height:0}.layout-free .player-frame iframe,.layout-free .player-frame .twitch-player{overflow:hidden}.stream-toolbar{background:#0f172af5;justify-content:space-between;align-items:center;gap:6px;min-height:42px;padding:7px 9px;display:flex}.stream-arrow{width:26px;height:26px;color:var(--muted);cursor:pointer;background:#94a3b814;border:0;border-radius:999px;flex:none;place-items:center;transition:background .14s,color .14s;display:inline-grid}.stream-arrow:hover{color:var(--text);background:#94a3b833}.stream-arrow[hidden],.layout-free .stream-arrow{display:none}.platform-badge{color:#fff;letter-spacing:.02em;border-radius:999px;flex:none;padding:4px 8px;font-size:.74rem;font-weight:900}.platform-twitch{background:#6d28d9}.platform-kick{background:#16a34a}.platform-youtube{background:red}.stream-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);flex:auto;font-weight:700;overflow:hidden}.remove-button{color:#fff;cursor:pointer;background:#ef44442e;border:0;border-radius:999px;width:32px;height:32px}.remove-button:hover{background:#ef4444b8;transform:scale(1.2)}.mute-button{width:32px;height:32px;color:var(--muted);cursor:pointer;background:#94a3b81a;border:0;border-radius:999px;flex:none;place-items:center;transition:background .14s,color .14s;display:inline-grid}.mute-button:hover{color:var(--text);background:#94a3b83d}.mute-button[data-muted=true]{color:var(--danger);background:#ef44441f}.mute-button[data-muted=true]:hover{background:#ef444447}.player-frame{aspect-ratio:16/9;background:#020617;width:100%;position:relative}.player-loading{color:var(--muted);background:linear-gradient(90deg,#0f172a80,#1e293be6,#0f172a80) 0 0/220% 100%;place-items:center;animation:1.4s ease-in-out infinite shimmer;display:grid;position:absolute;inset:0}.stream-card.is-loaded .player-loading{display:none}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important}.player-loading,.stream-card.is-new{animation:none}.stream-card.is-removing{transition:none}}.player-frame iframe,.player-frame .twitch-player,.player-frame .twitch-player iframe{border:0;width:100%;height:100%;display:block}.footer{color:var(--muted);text-align:center;justify-items:center;gap:8px;padding:18px;display:grid}.legal-links{flex-wrap:wrap;justify-content:center;gap:10px 14px;font-size:.86rem;display:flex}.legal-links a{color:var(--muted);text-decoration:none}.legal-links a:hover{color:var(--text)}.cookie-notice{z-index:40;border:1px solid var(--border);max-width:min(92vw,520px);color:var(--muted);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172ae6;border-radius:999px;align-items:center;gap:10px;padding:10px 12px;font-size:.82rem;display:flex;position:fixed;bottom:14px;right:14px;box-shadow:0 18px 48px #00000047}.cookie-notice[hidden]{display:none}.cookie-notice p{margin:0;line-height:1.45}.cookie-notice a{color:var(--text);white-space:nowrap;font-weight:700;text-decoration:none}.cookie-notice button{min-height:30px;color:var(--text);cursor:pointer;background:#7c3aed33;border:1px solid #94a3b847;border-radius:999px;flex:none;padding:0 10px}.exit-clean-mode{z-index:30;border:1px solid var(--border);min-height:42px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ae0;border-radius:999px;padding:0 16px;position:fixed;bottom:18px;right:18px}.is-clean-mode,.app-shell.has-streams.is-clean-mode{grid-template-rows:minmax(0,1fr)}.is-clean-mode .topbar,.is-clean-mode .footer{display:none}.is-clean-mode .workspace{padding:10px}.is-clean-mode .stream-toolbar{opacity:.18;transition:opacity .16s}.is-clean-mode .stream-card-content:hover .stream-toolbar,.is-clean-mode .stream-toolbar:focus-within{opacity:1}@media (width<=820px){.hero,.controls,.layout-2x2,.layout-3x3{grid-template-columns:1fr}.layout-controls{flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.layout-button,.ghost-button{flex:none}.cookie-notice{border-radius:18px;align-items:flex-start;left:10px;right:10px}}.grid-stack{position:relative}.grid-stack-rtl{direction:ltr}.grid-stack-rtl>.grid-stack-item{direction:rtl}.grid-stack-placeholder>.placeholder-content{background-color:#0000001a;width:auto;margin:0;position:absolute;z-index:0!important}.grid-stack>.grid-stack-item{width:var(--gs-column-width);height:var(--gs-cell-height);padding:0;position:absolute;top:0}.grid-stack>.grid-stack-item>.grid-stack-item-content{width:auto;margin:0;position:absolute;overflow:hidden auto}.grid-stack>.grid-stack-item.size-to-content:not(.size-to-content-max)>.grid-stack-item-content{overflow-y:hidden}.grid-stack:not(.grid-stack-rtl)>.grid-stack-item{left:0}.grid-stack.grid-stack-rtl>.grid-stack-item{right:0}.grid-stack>.grid-stack-item>.grid-stack-item-content,.grid-stack>.grid-stack-placeholder>.placeholder-content{top:var(--gs-item-margin-top);right:var(--gs-item-margin-right);bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-handle{-ms-touch-action:none;touch-action:none;font-size:.1px;display:block;position:absolute}.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle{display:none}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se,.grid-stack-item>.ui-resizable-sw{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" stroke=\"%23666\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 20 20\"><path d=\"m10 3 2 2H8l2-2v14l-2-2h4l-2 2\"/></svg>");background-position:50%;background-repeat:no-repeat}.grid-stack-item>.ui-resizable-ne,.grid-stack-item>.ui-resizable-sw{transform:rotate(45deg)}.grid-stack-item>.ui-resizable-nw,.grid-stack-item>.ui-resizable-se{transform:rotate(-45deg)}.grid-stack-item>.ui-resizable-nw{cursor:nw-resize;width:20px;height:20px;top:var(--gs-item-margin-top);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-n{cursor:n-resize;height:10px;top:var(--gs-item-margin-top);left:25px;right:25px}.grid-stack-item>.ui-resizable-ne{cursor:ne-resize;width:20px;height:20px;top:var(--gs-item-margin-top);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-e{cursor:e-resize;width:10px;top:15px;bottom:15px;right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-se{cursor:se-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);right:var(--gs-item-margin-right)}.grid-stack-item>.ui-resizable-s{cursor:s-resize;height:10px;left:25px;bottom:var(--gs-item-margin-bottom);right:25px}.grid-stack-item>.ui-resizable-sw{cursor:sw-resize;width:20px;height:20px;bottom:var(--gs-item-margin-bottom);left:var(--gs-item-margin-left)}.grid-stack-item>.ui-resizable-w{cursor:w-resize;width:10px;top:15px;bottom:15px;left:var(--gs-item-margin-left)}.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle{display:none!important}.grid-stack-item.ui-draggable-dragging{will-change:left,right,top}.grid-stack-item.ui-resizable-resizing{will-change:width,height}.ui-draggable-dragging,.ui-resizable-resizing{z-index:10000}.ui-draggable-dragging>.grid-stack-item-content,.ui-resizable-resizing>.grid-stack-item-content{opacity:.8;box-shadow:1px 4px 6px #0003}.grid-stack-animate,.grid-stack-animate .grid-stack-item{transition:left .3s,right .3s,top .3s,height .3s,width .3s}.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing{transition:left,right,top,height,width}.grid-stack>.grid-stack-item[gs-y="0"]{top:0}.grid-stack:not(.grid-stack-rtl)>.grid-stack-item[gs-x="0"]{left:0}.grid-stack.grid-stack-rtl>.grid-stack-item[gs-x="0"]{right:0}
