:root{--accent:#ff00cc;--accent2:#8000ff}
body{background:#050011;color:#ecebff}
.navbar{backdrop-filter:saturate(150%) blur(8px); background:rgba(255,255,255,.06)}
.card{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); border-radius:1.2rem}
.btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent2));border:0}
.form-control,.form-select{background:rgba(255,255,255,.06); color:#fff; border-color:rgba(255,255,255,.2)}
/* Streamers */
.streamer-cover{position:relative}
.streamer-cover:hover::after{content:attr(data-url); position:absolute; inset:auto 8px 8px 8px; background:rgba(0,0,0,.7); color:#fff; font-size:.775rem; padding:.35rem .5rem; border-radius:.5rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.offline-badge{position:absolute; right:12px; top:12px}
/* PK */
.vs-status{min-height:24px}
.lb-open{position:fixed; inset:0; background:#000c; display:flex; align-items:center; justify-content:center; z-index:2000}
.lb-open img{max-width:92vw; max-height:92vh; border-radius:12px; box-shadow:0 12px 36px #0008}
