:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:#fff;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:600;line-height:1.2}h1{font-size:1.5rem}p{color:#ffffffb3}button{border-radius:4px;border:none;padding:.6em 1.2em;font-size:.9rem;font-weight:500;font-family:inherit;background-color:#d4a000;color:#1a1a1a;cursor:pointer;transition:background-color .2s}button:hover{background-color:#e5b000}button:focus,button:focus-visible{outline:2px solid #d4a000;outline-offset:2px}.site-header{width:100%;padding:1rem 2rem;background-color:#101010;border-bottom:1px solid #2a2a2a}.header-content{display:flex;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto}.header-logo,.header-logo-text{height:32px;width:auto}.stream-list-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.stream-list-container h1{margin-bottom:1.5rem;font-size:1rem;font-weight:600;color:#d4a000;letter-spacing:.15em;text-transform:uppercase}.stream-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.stream-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#252525;border:1px solid #333;border-radius:4px;cursor:pointer;transition:background-color .2s,border-color .2s}.stream-item:hover{background-color:#2a2a2a;border-color:#d4a000}.stream-thumbnail{width:120px;height:68px;border-radius:2px;overflow:hidden;flex-shrink:0;background-color:#1a1a1a}.stream-thumbnail img{width:100%;height:100%;object-fit:cover}.stream-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#555}.stream-placeholder svg{width:32px;height:32px}.stream-info{flex:1;text-align:left}.stream-name{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#fff}.stream-description{margin:0;font-size:.875rem;color:#fff9}.fullscreen-player{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;z-index:1000;display:flex;align-items:center;justify-content:center}.video-element{width:100%;height:100%;object-fit:contain}.player-controls{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:1001}.control-button{width:44px;height:44px;border-radius:50%;background-color:#0009;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;padding:0}.control-button:hover{background-color:#000c}.control-button svg{width:24px;height:24px;fill:#fff}.stream-title{position:absolute;top:1rem;left:1rem;color:#fff;font-size:1.25rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5);z-index:1001}.loading-overlay,.error-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000c;color:#fff;z-index:1002}.spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#d4a000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay p,.error-overlay p{margin-top:1rem;font-size:1rem}.error-overlay button{margin-top:1rem;padding:.5rem 1.5rem;background-color:#d4a000;color:#1a1a1a;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500}.error-overlay button:hover{background-color:#e5b000}#root{width:100%;min-height:100vh}
