*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0b0b0f;color:#e7e7ea;min-height:100vh}a{color:#6ea8fe;text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input{font:inherit}.container{max-width:1100px;margin:0 auto;padding:24px 16px}.video-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;border:1px solid #1f1f28}.video-wrap video{width:100%;height:100%;object-fit:contain;background:#000}.live-badge{position:absolute;top:12px;left:12px;background:#e11d48;color:white;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.5px}.offline-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#8a8a93;font-size:18px}.btn{display:inline-block;background:#6ea8fe;color:#0b0b0f;border:0;padding:10px 18px;border-radius:8px;font-weight:600}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.danger{background:#e11d48;color:white}.btn.ghost{background:transparent}.btn.ghost,.input{color:#e7e7ea;border:1px solid #2a2a35}.input{width:100%;padding:10px 12px;background:#14141c;border-radius:8px}.card{background:#11111a;border:1px solid #1f1f28;border-radius:12px;padding:20px}.row{align-items:center}.col,.row{display:flex;gap:12px}.col{flex-direction:column}.chat{margin-top:20px;padding:16px;background:#11111a;border:1px solid #1f1f28;border-radius:12px;min-height:180px}.chat,.muted{color:#8a8a93}.error,.muted{font-size:14px}.error{background:#2a0c14;color:#ff8da1;border:1px solid #5a1227;padding:10px 12px;border-radius:8px}