:root{--bg: #0b0d12;--panel: #151922;--panel-2: #1d2230;--text: #e7ecf3;--muted: #8a93a6;--accent: #4f8cff;--live: #ff4d5e;--ok: #2ecc71;color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app{max-width:960px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:16px}.topbar{display:flex;align-items:center;justify-content:space-between}.topbar h1{font-size:1.1rem;margin:0;letter-spacing:.2px}.badge{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:4px 10px;border-radius:999px;background:var(--panel-2);color:var(--muted)}.badge-playing{background:#ff4d5e26;color:var(--live)}.badge-connecting{background:#4f8cff26;color:var(--accent)}.badge-error{background:#ffb40026;color:#ffb400}.lobby{display:flex;flex-direction:column;gap:14px}.key-field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:var(--muted)}.key-field input{background:var(--panel);border:1px solid #283042;color:var(--text);border-radius:10px;padding:10px 12px;font-size:.95rem}.lobby h2{font-size:.95rem;margin:4px 0 0}.empty{color:var(--muted);background:var(--panel);border:1px dashed #283042;border-radius:12px;padding:24px;text-align:center}.stream-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.stream-card{width:100%;display:flex;align-items:center;gap:12px;background:var(--panel);border:1px solid #283042;border-radius:12px;padding:14px 16px;color:var(--text);cursor:pointer;text-align:left;transition:border-color .15s,transform .05s}.stream-card:hover{border-color:var(--accent)}.stream-card:active{transform:scale(.995)}.stream-card .dot{width:10px;height:10px;border-radius:50%;background:var(--live);box-shadow:0 0 0 4px #ff4d5e2e;flex:none}.stream-name{font-weight:600}.stream-sub{color:var(--muted);font-size:.8rem;margin-left:auto}.player-wrap{display:flex;flex-direction:column;gap:10px}.player{position:relative;background:#000;border-radius:14px;overflow:hidden;aspect-ratio:16 / 9}.player video{width:100%;height:100%;object-fit:contain;background:#000}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#080a0eb8;text-align:center;padding:16px}.overlay-text{margin:0;color:var(--text);font-size:.95rem}.spinner{width:38px;height:38px;border:3px solid rgba(255,255,255,.15);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.controls{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:10px;padding:10px 12px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.controls button{background:#ffffff1f;border:none;color:var(--text);border-radius:8px;padding:8px 12px;font-size:.85rem;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.controls button:hover{background:#fff3}.controls .leave{margin-left:auto;background:#ff4d5ed9}.vu{flex:1;height:6px;background:#ffffff26;border-radius:999px;overflow:hidden;max-width:180px}.vu-fill{height:100%;background:linear-gradient(90deg,var(--ok),#ffd23f,var(--live));transition:width .08s linear}.now-playing{display:flex;align-items:baseline;gap:10px}.now-playing span{color:var(--muted);font-size:.85rem}
