.header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:#18181b;border-bottom:1px solid #2f2f35}.header-title{font-size:1.125rem;font-weight:700}.header-status{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#adadb8}.live-dot{width:8px;height:8px;border-radius:50%;background:#e91916;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.status-warning{color:#f0a020;font-size:1rem;cursor:help}.video-container{flex:1;display:flex;align-items:center;justify-content:center;background:#000;min-height:0}.video-player{width:100%;height:100%;object-fit:contain;background:#000}.offline-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;color:#adadb8}.offline-icon{font-size:3rem}.offline-screen h2{font-size:1.5rem;color:#efeff1}.offline-screen p{font-size:.875rem}.chat{width:340px;background:#18181b;border-left:1px solid #2f2f35;display:flex;flex-direction:column}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border-bottom:1px solid #2f2f35;font-size:.875rem;font-weight:600}.chat-status{font-size:.75rem;font-weight:400}.chat-status.online{color:#00c853}.chat-status.offline{color:#e91916}.chat-messages{flex:1;overflow-y:auto;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.25rem;scrollbar-width:thin;scrollbar-color:#2f2f35 transparent}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#2f2f35;border-radius:2px}.chat-messages:hover::-webkit-scrollbar-thumb{background:#4a4a55}.chat-msg{font-size:.8125rem;line-height:1.4;word-break:break-word}.chat-msg-user{font-weight:600;color:#bf94ff;margin-right:.375rem}.chat-msg-text{color:#efeff1}.chat-form{padding:.5rem .75rem;border-top:1px solid #2f2f35;display:flex;flex-direction:column;gap:.375rem}.chat-error{color:#ff6b6b;font-size:.75rem;line-height:1.3}.chat-form-row{display:flex;gap:.375rem;align-items:flex-end}.chat-input{background:#0e0e10;border:1px solid #2f2f35;border-radius:4px;color:#efeff1;font:inherit;font-size:.8125rem;padding:.4rem .5rem;outline:none;box-sizing:border-box}.chat-input:focus{border-color:#bf94ff}.chat-input:disabled{opacity:.5}.chat-input-name{width:100%}.chat-input-msg{flex:1;min-width:0;resize:none;overflow:hidden;line-height:1.4}.chat-send{background:#bf94ff;color:#0e0e10;border:none;border-radius:4px;font-size:.875rem;font-weight:700;min-width:2.25rem;min-height:31px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 .5rem}.chat-send:hover:not(:disabled){background:#d4b3ff}.chat-send:disabled{opacity:.4;cursor:default}@media(max-width:768px){.chat{width:100%;height:260px;border-left:none;border-top:1px solid #2f2f35}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:#0e0e10;color:#efeff1;font-family:Inter,system-ui,-apple-system,sans-serif}.app{display:flex;flex-direction:column;height:100%}.main{display:flex;flex:1;min-height:0}@media(max-width:768px){.main{flex-direction:column}}
