*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0f;color:#fff;min-height:100vh}header{position:fixed;top:0;left:0;right:0;z-index:40;background:#0a0a0fe6;backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.05)}.header-content{max-width:1200px;margin:0 auto;padding:0 1rem;height:64px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{height:48px;width:auto}.live-badge{display:none;align-items:center;gap:6px;padding:4px 10px;background:#ef4444;border-radius:4px;font-size:12px;font-weight:700}.live-badge.visible{display:flex}.live-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.viewer-count{display:flex;align-items:center;gap:6px;font-size:14px;color:#fff9}.viewer-count span{color:#fff;font-weight:600}main{padding-top:64px}.video-container{background:#000;width:100%}.video-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:0}.video-wrapper.has-chat{grid-template-columns:1fr 380px}@media(max-width:1024px){.video-wrapper.has-chat{grid-template-columns:1fr}}#player{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-overlay{display:none}.video-wrapper.has-chat #player{padding-bottom:56.25%}#chat-container{display:none;background:#18181b;height:calc((min(100vw,1400px) - 380px)*.5625);flex-direction:column;border-left:1px solid #2f2f35;overflow:hidden}.video-wrapper.has-chat #chat-container{display:flex}#chat-header{padding:.75rem 1rem;border-bottom:1px solid #2f2f35;font-weight:600;font-size:14px;display:flex;justify-content:space-between;align-items:center;background:#1f1f23}#user-name{font-size:11px;color:#f97316;font-weight:500}#chat-messages{flex:1;min-height:0;overflow-y:auto;padding:.5rem 1rem;display:flex;flex-direction:column;gap:.25rem}#chat-messages::-webkit-scrollbar{width:6px}#chat-messages::-webkit-scrollbar-track{background:transparent}#chat-messages::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:3px}#chat-messages::-webkit-scrollbar-thumb:hover{background:#52525b}.chat-message{padding:6px 0;line-height:1.5;font-size:13px}.chat-message:hover{background:#ffffff0d;margin:0 -1rem;padding:6px 1rem}.chat-message-time{font-size:11px;color:#6b7280;font-weight:400}.chat-message-name{font-weight:700;font-size:13px}.chat-message-text{color:#efeff1;word-break:break-word;font-weight:400}#chat-form{padding:.75rem 1rem;border-top:1px solid #2f2f35;background:#1f1f23}#chat-input-wrapper{display:flex;gap:.5rem;align-items:center}#chat-input{flex:1;padding:.6rem .75rem;background:#3f3f46;border:2px solid transparent;border-radius:4px;color:#efeff1;font-size:13px;transition:border-color .15s}#chat-input:focus{outline:none;border-color:#f97316;background:#18181b}#chat-input::placeholder{color:#adadb8}#chat-form button{padding:.6rem 1rem;background:#f97316;color:#fff;border:none;border-radius:4px;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s}#chat-form button:hover{background:#ea580c}#chat-form button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1024px){#chat-container{height:350px}}.offline-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;background:linear-gradient(135deg,#0a0a0f,#1a1a2e)}.offline-placeholder .offline-icon{width:80px;height:80px;background:#ffffff08;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;border:1px solid rgba(255,255,255,.08)}.offline-placeholder h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;letter-spacing:.05em;color:#ffffffb3}.offline-placeholder p{color:#fff6;font-size:.95rem;max-width:300px}.offline-badge{display:inline-flex;align-items:center;gap:6px;margin-top:1.5rem;padding:6px 12px;background:#ffffff0d;border-radius:20px;font-size:12px;color:#ffffff80}.offline-badge .dot{width:6px;height:6px;background:#ffffff4d;border-radius:50%}.stream-info{max-width:1200px;margin:0 auto;padding:2rem 1rem}.stream-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.stream-description{color:#ffffffb3;font-size:1.125rem;line-height:1.6;max-width:800px}.no-stream{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.no-stream-icon{width:80px;height:80px;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.no-stream h1{font-size:1.5rem;margin-bottom:.75rem}.no-stream p{color:#fff9}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh}.spinner{width:48px;height:48px;border:4px solid #f97316;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}
