*{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}.header-left{display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem}.logo-img{height:48px;width:auto}.nav-links{display:flex;align-items:center;gap:.5rem}.nav-link{display:flex;align-items:center;gap:6px;padding:8px 16px;color:#fff9;text-decoration:none;font-size:14px;font-weight:600;border-radius:6px;transition:all .2s}.nav-link:hover{color:#fff;background:#ffffff0d}.nav-link.active{color:#fff;background:#ffffff1a}.nav-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d}.nav-dot.live{background:#ef4444;animation:pulse 1.5s infinite}@media(max-width:640px){.nav-links{gap:.25rem}.nav-link{padding:6px 10px;font-size:13px}.header-left{gap:1rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.player-container{position:relative}.viewer-count-overlay{position:absolute;bottom:12px;left:12px;display:flex;align-items:center;gap:5px;padding:4px 10px;background:#000000b3;backdrop-filter:blur(4px);border-radius:4px;font-size:12px;color:#fffc;z-index:10;pointer-events:none}.viewer-count-overlay 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}.chat-name-form{padding:1rem;background:linear-gradient(135deg,#f973161a,#f973160d);border-top:1px solid rgba(249,115,22,.2)}.chat-name-title{font-size:14px;font-weight:600;color:#fff;margin-bottom:.75rem;text-align:center}.chat-name-input-wrapper{margin-bottom:.75rem}.chat-name-label{display:block;font-size:13px;color:#ffffffb3;margin-bottom:.4rem}#chat-name-input{width:100%;padding:.75rem;background:#3f3f46;border:2px solid transparent;border-radius:6px;color:#efeff1;font-size:15px;transition:border-color .15s}#chat-name-input:focus{outline:none;border-color:#f97316;background:#18181b}#chat-name-input::placeholder{color:#adadb8}.chat-name-button{width:100%;padding:.85rem 1rem;background:#f97316;color:#fff;border:none;border-radius:6px;font-weight:700;font-size:15px;cursor:pointer;transition:background .15s}.chat-name-button:hover{background:#ea580c}.chat-name-button:disabled{opacity:.5;cursor:not-allowed}#user-display-name{font-size:12px;color:#f97316;font-weight:500}#user-display-name:not(:empty):before{content:"• ";color:#fff6}@media(max-width:1024px){#chat-container{height:350px}}@media(max-width:768px){main{display:flex;flex-direction:column}.stream-info{order:-1;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.stream-info .stream-title{font-size:1.25rem;margin-bottom:.5rem}.stream-info .stream-description{font-size:.95rem}.video-container{order:0}}.chat-pinned-message{padding:.75rem 1rem;background:linear-gradient(135deg,#f9731626,#f973160d);border-bottom:1px solid rgba(249,115,22,.3);font-size:13px;color:#efeff1;display:flex;align-items:flex-start;gap:.5rem}.chat-pinned-icon{color:#f97316;flex-shrink:0;margin-top:2px}.chat-pinned-text{line-height:1.4}.offline-section{max-width:1000px;margin:0 auto;padding:2rem 1rem}.offline-hero{text-align:center;padding:2.5rem 1.5rem;margin-bottom:2rem;background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:12px}.offline-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#646464cc;border-radius:6px;font-size:14px;font-weight:700;color:#fff;letter-spacing:.1em;margin-bottom:1.25rem}.offline-badge .dot{width:10px;height:10px;background:#ffffff80;border-radius:50%}.offline-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;line-height:1.3}.offline-title strong{color:#f97316}.offline-schedule{margin-top:1.5rem;padding:1.25rem 1.5rem;background:#f973161a;border:1px solid rgba(249,115,22,.3);border-radius:8px;display:inline-block}.offline-schedule-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.offline-schedule-date{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.offline-schedule-time{font-size:1.1rem;color:#f97316;font-weight:600}.offline-dates{margin-top:1rem;font-size:.9rem;color:#ffffff80}.offline-program-label{font-size:13px;color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-weight:600}.offline-program-container{background:#111;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.05)}.offline-program-image{width:100%;height:auto;display:block}.offline-zoom-hint{text-align:center;padding:1rem;font-size:13px;color:#fff6}@media(max-width:768px){.offline-section{padding:1rem}.offline-hero{padding:1.5rem 1rem;margin-bottom:1.5rem}.offline-badge{font-size:12px;padding:8px 16px}.offline-title{font-size:1.15rem}.offline-schedule{padding:1rem;margin-top:1.25rem}.offline-schedule-date{font-size:1.1rem}.offline-schedule-time{font-size:1rem}}.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)}}.scroll-indicator{display:none;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:50;flex-direction:column;align-items:center;gap:.5rem;animation:fadeIn .5s ease-out}.scroll-indicator.visible{display:flex}.scroll-indicator.hiding{animation:fadeOut .3s ease-out forwards}.scroll-indicator-text{font-size:12px;color:#ffffffb3;background:#000000b3;padding:6px 12px;border-radius:20px;white-space:nowrap}.scroll-indicator-arrow{width:40px;height:40px;background:#f97316;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:bounce 1.5s infinite;box-shadow:0 4px 12px #f9731666}.scroll-indicator-arrow svg{width:20px;height:20px;color:#fff}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media(min-width:1025px){.scroll-indicator{display:none!important}}
