.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;position:relative;overflow:hidden}.custom-player{width:100%;height:100%;position:relative;background:#000;color:#efeff1;overflow:hidden}.video-player{width:100%;height:100%;object-fit:contain;background:#000;display:block}.player-topbar,.player-controls{position:absolute;left:0;right:0;z-index:2;pointer-events:none}.player-topbar{top:0;display:flex;justify-content:flex-start;padding:1rem;background:linear-gradient(180deg,rgba(0,0,0,.55),transparent)}.player-controls{bottom:0;display:grid;grid-template-columns:2.25rem 2.25rem minmax(5rem,10rem) auto 2.25rem;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent);opacity:0;transform:translateY(.5rem);transition:opacity .16s ease,transform .16s ease}.custom-player:hover .player-controls,.custom-player:focus-within .player-controls{opacity:1;transform:translateY(0)}.player-button,.player-center-action,.player-live-button,.player-error button{border:0;font:inherit;cursor:pointer}.player-button,.player-center-action{display:inline-flex;align-items:center;justify-content:center;color:#efeff1;background:#efeff11a;border-radius:6px;pointer-events:auto}.player-button{width:2.25rem;height:2.25rem}.player-button:hover,.player-center-action:hover{background:#efeff133}.player-center-action{position:absolute;z-index:3;inset:50% auto auto 50%;width:4.75rem;height:4.75rem;transform:translate(-50%,-50%);background:#0000009e;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.player-icon{position:relative;width:1.1rem;height:1.1rem;display:block}.player-center-action .player-icon{width:1.55rem;height:1.55rem}.player-icon-play:before{content:"";position:absolute;top:.1rem;right:0;bottom:.1rem;left:.25rem;width:0;height:0;border-top:.45rem solid transparent;border-bottom:.45rem solid transparent;border-left:.72rem solid currentColor}.player-center-action .player-icon-play:before{border-top-width:.67rem;border-bottom-width:.67rem;border-left-width:1.05rem}.player-icon-pause:before,.player-icon-pause:after{content:"";position:absolute;top:.1rem;bottom:.1rem;width:.28rem;background:currentColor;border-radius:1px}.player-icon-pause:before{left:.25rem}.player-icon-pause:after{right:.25rem}.player-icon-fullscreen:before,.player-icon-fullscreen:after{content:"";position:absolute;width:.45rem;height:.45rem;border-color:currentColor;border-style:solid}.player-icon-fullscreen:before{top:.1rem;left:.1rem;border-width:2px 0 0 2px}.player-icon-fullscreen:after{right:.1rem;bottom:.1rem;border-width:0 2px 2px 0}.player-svg-icon{width:1.2rem;height:1.2rem;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.player-svg-icon path:first-child{fill:currentColor;stroke:none}.player-volume{width:100%;min-width:5rem;accent-color:#bf94ff;pointer-events:auto}.player-live,.player-live-button{display:inline-flex;align-items:center;justify-content:center;min-height:1.65rem;border-radius:4px;font-size:.72rem;font-weight:800;letter-spacing:0}.player-live{padding:0 .55rem;background:#e91916;color:#fff}.player-live.is-lagging{background:#5f6067}.player-live-button{justify-self:end;padding:0 .65rem;color:#fff;background:#e91916e6;pointer-events:auto}.player-live-button.is-lagging{background:#bf94ff;color:#0e0e10}.player-error{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1rem;text-align:center;background:#000000b3}.player-error strong{font-size:.95rem}.player-error button{min-height:2.25rem;padding:0 .85rem;border-radius:6px;background:#bf94ff;color:#0e0e10;font-weight:700}.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}@media(max-width:768px){.player-controls{grid-template-columns:2.25rem 2.25rem minmax(4rem,1fr) auto 2.25rem;gap:.4rem;padding:.75rem;opacity:1;transform:none}.player-topbar{padding:.75rem}.player-center-action{width:4rem;height:4rem}.offline-icon{font-size:2.25rem}}.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}}
