*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1.5rem 2rem}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1400px}.header-content h1{font-size:1.8rem;font-weight:700;margin:0}.header-info{align-items:center;display:flex;gap:1rem}.stream-count{background:#fff3;border-radius:20px;font-weight:600;padding:.5rem 1rem}.refresh-btn,.view-toggle-btn{background:#fff;border:none;border-radius:8px;color:#667eea;cursor:pointer;font-weight:600;padding:.6rem 1.2rem;transition:all .3s}.refresh-btn:hover,.view-toggle-btn:hover:not(:disabled){box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.view-toggle-btn:disabled{cursor:not-allowed;opacity:.5}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;width:50px}.empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:4rem 2rem;text-align:center}.empty-icon{font-size:5rem;margin-bottom:1rem}.empty-state h2{color:#333;margin-bottom:.5rem}.empty-state p{color:#666;font-size:1.1rem}.server-info{color:#999!important;font-size:.9rem!important;margin-top:1rem}.streams-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.grid-1{grid-template-columns:1fr;margin:0 auto;max-width:900px}.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}@media (min-width:1200px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}.stream-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.stream-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.single-view{display:flex;flex-direction:column;gap:1.5rem}.stream-selector{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:1rem}.stream-select-btn{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s}.stream-select-btn:hover{border-color:#667eea;color:#667eea}.stream-select-btn.active{background:#667eea;border-color:#667eea;color:#fff}.single-stream{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.app-footer{background:#2c3e50;color:#fff;margin-top:auto;padding:1.5rem;text-align:center}.app-footer p{margin:0;opacity:.8}@media (max-width:768px){.header-content{align-items:flex-start;flex-direction:column}.header-content h1{font-size:1.4rem}.streams-grid{grid-template-columns:1fr}.main-content{padding:1rem}}.stream-player{background:#000;border-radius:8px;display:flex;flex-direction:column;height:100%;overflow:hidden}.stream-player.large{min-height:600px}.player-header{background:linear-gradient(180deg,#000c,#0000);left:0;padding:1rem;position:absolute;right:0;top:0;z-index:10}.stream-info{align-items:center;display:flex;gap:.75rem}.live-badge{align-items:center;background:#f44;border-radius:4px;color:#fff;display:inline-flex;font-size:.85rem;font-weight:700;gap:.3rem;padding:.3rem .8rem}.stream-name{color:#fff;font-size:1rem;font-weight:600;text-transform:capitalize}.video-container{background:#1a1a1a;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.video-element{background:#000;height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.video-element.hidden{display:none}.player-error,.player-loading{align-items:center;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:5}.player-loading{background:#000c}.player-error{background:#1e1e1ef2}.spinner-small{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;margin-bottom:1rem;width:40px}.error-icon{font-size:3rem;margin-bottom:1rem}.player-error p,.player-loading p{font-size:.95rem;margin:0;opacity:.8}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.stream-player.large{min-height:300px}}
/*# sourceMappingURL=main.7e6e3580.css.map*/