/* ---- streams: sidebar rows + match-page embed ---- */
.stream-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-top:1px solid var(--line-soft);text-decoration:none}
.stream-row:first-of-type{border-top:0}
.stream-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--muted)}
.stream-dot.tw{background:#9146ff}
.stream-dot.yt{background:#ff0033}
.stream-dot.kick{background:#53fc18}
.stream-info{display:flex;flex-direction:column;min-width:0}
.stream-info b{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stream-sub{font-size:11.5px;color:var(--dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stream-viewers{margin-left:auto;flex:0 0 auto;font-family:'JetBrains Mono',monospace;font-size:11.5px;color:var(--muted)}
.stream-row:hover .stream-info b{color:var(--accent)}
.stream-embed{aspect-ratio:16/9;border:1px solid var(--line-soft);border-radius:var(--radius);overflow:hidden;background:#000}
.stream-embed iframe{width:100%;height:100%;border:0;display:block}
.stream-list{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--radius);padding:4px 16px;margin-top:10px}
