.profile-streams{margin:14px 16px 0}.profile-streams__head{display:flex;align-items:center;justify-content:space-between;margin:0 2px 8px;color:var(--text-3);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.profile-streams__head span{display:flex;align-items:center;gap:6px}.profile-streams__head i{width:6px;height:6px;border-radius:50%;background:#ff334b;box-shadow:0 0 0 4px rgba(255,51,75,.1);animation:stream-live-pulse 1.8s ease-in-out infinite}.profile-streams__head small{font:600 9px var(--mono,monospace);color:var(--text-4)}.profile-streams__viewport{overflow:hidden;border-radius:14px}.profile-streams__track{display:flex;transition:transform .48s cubic-bezier(.22,.8,.3,1);will-change:transform}.profile-stream-card{position:relative;min-width:100%;min-height:94px;appearance:none;overflow:hidden;display:flex;align-items:center;gap:12px;padding:14px 54px 14px 14px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:linear-gradient(120deg,#211632,#101015 67%);color:#fff;text-align:left;cursor:pointer}.profile-stream-card.is-youtube{background:linear-gradient(120deg,#351313,#101015 67%)}.profile-stream-card.is-tiktok{background:linear-gradient(120deg,#102b2e,#171018 67%)}.profile-stream-card__glow{position:absolute;width:150px;height:150px;right:-50px;top:-75px;border-radius:50%;background:rgba(145,70,255,.24);filter:blur(8px)}.is-youtube .profile-stream-card__glow{background:rgba(255,35,35,.25)}.is-tiktok .profile-stream-card__glow{background:rgba(0,242,234,.2)}.stream-avatar{position:relative;z-index:1;width:50px;height:50px;flex:0 0 50px;overflow:hidden;display:grid;place-items:center;border:2px solid rgba(255,255,255,.28);border-radius:50%;background:var(--bg-4);box-shadow:0 7px 20px rgba(0,0,0,.35)}.stream-avatar img{width:100%;height:100%;object-fit:cover}.stream-avatar b{font-size:18px}.profile-stream-card__copy{position:relative;z-index:1;min-width:0;display:flex;flex:1;flex-direction:column}.profile-stream-card__copy small{color:rgba(255,255,255,.58);font-size:8px;font-weight:900;letter-spacing:.12em}.profile-stream-card__copy strong{overflow:hidden;margin-top:3px;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.profile-stream-card__copy em{overflow:hidden;margin-top:3px;color:rgba(255,255,255,.62);font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.profile-stream-card__platform{position:absolute;z-index:1;right:13px;top:12px;width:30px;height:30px;display:grid;place-items:center;color:#9146ff;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))}.profile-stream-card__platform svg{width:100%;height:100%;overflow:visible}.is-youtube .profile-stream-card__platform{width:34px;color:#ff0033}.is-tiktok .profile-stream-card__platform{width:28px;color:#fff}.stream-logo__echo-cyan{fill:#25f4ee;transform:translate(-1px,1px)}.stream-logo__echo-red{fill:#fe2c55;transform:translate(1px,-1px)}.profile-stream-card__arrow{position:absolute;z-index:1;right:16px;bottom:9px;font-size:25px;color:rgba(255,255,255,.65)}.profile-streams__dots{height:15px;display:flex;align-items:flex-end;justify-content:center;gap:5px}.profile-streams__dots button{width:5px;height:5px;padding:0;border:0;border-radius:99px;background:var(--text-4);transition:width .2s,background .2s}.profile-streams__dots button.active{width:16px;background:var(--red-1)}
.admin-streams{display:flex;flex-direction:column;gap:12px}.admin-streams__form{display:flex;flex-direction:column;gap:10px;padding:14px}.admin-streams__title{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-streams__title>div{display:flex;min-width:0;flex-direction:column;gap:3px}.admin-streams__title strong{font-size:14px}.admin-streams__title span{color:var(--text-3);font-size:10px}.admin-streams__form label{display:flex;min-width:0;flex-direction:column;gap:5px}.admin-streams__form label>span{color:var(--text-3);font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.admin-streams__row{display:grid;grid-template-columns:minmax(0,1fr) 86px;gap:8px}.admin-streams__switch{appearance:none;display:flex;align-items:center;gap:8px;padding:8px 0;border:0;background:transparent;color:var(--text-3);font-size:11px;text-align:left}.admin-streams__switch i{position:relative;width:36px;height:20px;border:1px solid var(--line-2);border-radius:99px;background:var(--bg-1)}.admin-streams__switch i:after{content:"";position:absolute;width:14px;height:14px;left:2px;top:2px;border-radius:50%;background:var(--text-3);transition:transform .16s,background .16s}.admin-streams__switch.active i:after{transform:translateX(16px);background:var(--green)}.admin-streams__list-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:900}.admin-streams__list-title span{min-width:20px;padding:2px 6px;border-radius:99px;background:var(--bg-3);color:var(--text-3);font-size:9px;text-align:center}.admin-streams__empty{padding:18px;color:var(--text-3);font-size:12px;text-align:center}.admin-streams__list{display:flex;flex-direction:column;gap:7px}.admin-stream-item{display:flex;align-items:center;gap:8px;padding:10px}.admin-stream-item.disabled{opacity:.5}.admin-stream-item .stream-avatar{width:38px;height:38px;flex-basis:38px}.admin-stream-item__platform{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;color:#9146ff}.admin-stream-item__platform svg{width:100%;height:100%;overflow:visible}.admin-stream-item__platform.is-youtube{color:#ff0033}.admin-stream-item__platform.is-tiktok{color:var(--text-1)}.admin-stream-item__copy{min-width:0;display:flex;flex:1;flex-direction:column}.admin-stream-item__copy small{color:var(--red-1);font-size:8px;font-weight:900;text-transform:uppercase}.admin-stream-item__copy strong{font-size:12px}.admin-stream-item__copy span{overflow:hidden;color:var(--text-3);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.admin-stream-item__actions{display:flex;gap:3px}.admin-stream-item__actions button{appearance:none;padding:6px;border:1px solid var(--line-1);border-radius:7px;background:var(--bg-3);color:var(--text-2);font-size:9px}.admin-stream-item__actions .danger{width:27px;color:var(--red-1)}
@keyframes stream-live-pulse{50%{opacity:.55;transform:scale(.84)}}@media(prefers-reduced-motion:reduce){.profile-streams__head i{animation:none}.profile-streams__track{transition:none}}
.profile-stream-card{background-image:linear-gradient(90deg,rgba(8,8,12,.92) 0%,rgba(8,8,12,.74) 48%,rgba(8,8,12,.12) 100%),url("assets/stream-banners/twitch.png");background-position:center;background-size:cover}
.profile-stream-card.is-youtube{background-image:linear-gradient(90deg,rgba(8,8,12,.92) 0%,rgba(8,8,12,.72) 48%,rgba(8,8,12,.08) 100%),url("assets/stream-banners/youtube.jpg");background-position:center;background-size:cover}
.profile-stream-card.is-tiktok{background-image:linear-gradient(90deg,rgba(8,8,12,.92) 0%,rgba(8,8,12,.68) 48%,rgba(8,8,12,.08) 100%),url("assets/stream-banners/tiktok.jpg");background-position:center;background-size:cover}
.profile-stream-card__glow{display:none}
.profile-stream-card{background-image:linear-gradient(90deg,rgba(8,8,12,.82) 0%,rgba(8,8,12,.56) 49%,rgba(8,8,12,0) 72%),url("assets/stream-banners/twitch-generated.png")}
.profile-stream-card.is-youtube{background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.82) 49%,rgba(255,255,255,0) 72%),url("assets/stream-banners/youtube-generated.png");color:#151515}
.profile-stream-card.is-tiktok{background-image:linear-gradient(90deg,rgba(3,4,6,.86) 0%,rgba(3,4,6,.58) 49%,rgba(3,4,6,0) 72%),url("assets/stream-banners/tiktok-generated.png")}
.profile-stream-card.is-youtube .profile-stream-card__copy small{color:rgba(20,20,20,.58)}
.profile-stream-card.is-youtube .profile-stream-card__copy strong{color:#151515}
.profile-stream-card.is-youtube .profile-stream-card__copy em{color:rgba(20,20,20,.64)}
.profile-stream-card.is-youtube .profile-stream-card__arrow{color:rgba(20,20,20,.58)}
.profile-stream-card.is-youtube .stream-avatar{border-color:rgba(20,20,20,.18);box-shadow:0 7px 20px rgba(0,0,0,.14)}
