:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{font-family:Roboto,sans-serif}@keyframes move{0%{background-position:0 0}to{background-position:100px 0}}.chat{max-width:600px;margin:2rem auto;text-align:left}.chat-box{border:1px solid #ccc;height:200px;overflow-y:auto;padding:.5rem;margin-bottom:.5rem}.chat-messages{scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff0d}.chat-messages::-webkit-scrollbar-thumb{background:#f9b233;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffb84d}.video-wrapper{position:relative;width:100vw;height:100vh;overflow:hidden;background:#000}.chat-panel{position:absolute;top:10px;right:10px;width:320px;height:calc(100% - 80px);background:#19191966;color:#fff;display:flex;flex-direction:column;z-index:2;padding:8px;border-radius:15px;box-sizing:border-box}.chat-header{font-weight:700;font-size:1.2em;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.chat-online{background:orange;border-radius:16px;padding:2px 10px;color:#222;font-size:.9em}.chat-messages{flex:1;overflow-y:auto;margin-bottom:12px}.chat-controls{display:flex;align-items:center;justify-content:center;gap:8px}.chat-controls>*{flex:1;max-width:300px}.chat-controls input[type=text]{flex:4}.controls-bar{position:absolute;left:0;bottom:0;width:100%;background:#141414e0;color:#fff;display:flex;align-items:center;padding:8px 24px 8px 0;z-index:2}.controls-bar .seekbar{flex:1;margin:0 12px}.controls-bar .time{color:#fff;font-size:.9rem;margin:0 8px}.volume-controls{display:flex;align-items:center;margin-left:auto}.volume-controls .MuiSlider-root{margin-left:8px}
