body,input[type=text]{color:var(--text-primary)}.channels-section,.load-section{background:var(--bg-card);box-shadow:0 4px 6px rgba(0,0,0,.3)}.channel-group,.no-channels,.subtitle{color:var(--text-secondary)}.channels-section,.load-section,.player-section{box-shadow:0 4px 6px rgba(0,0,0,.3)}.legal-notice,.no-channels,.placeholder,header{text-align:center}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--bg-dark:#0f172a;--bg-card:#1e293b;--bg-hover:#334155;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--border-color:#334155;--error-color:#ef4444;--success-color:#10b981}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:linear-gradient(135deg,#0f172a 0,#1e293b 100%);min-height:100vh;padding:20px}.container{max-width:1400px;margin:0 auto}header{margin-bottom:30px}h1{font-size:2.5rem;margin-bottom:10px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1rem}.load-section{border-radius:12px;padding:25px;margin-bottom:20px}.search-box input,input[type=text]{border:2px solid var(--border-color)}.channels-header,.filter-box,.input-group,.search-box{margin-bottom:15px}.input-group{display:flex;gap:10px}input[type=text]{flex:1;padding:12px 16px;background:var(--bg-dark);border-radius:8px;font-size:1rem;transition:border-color .3s}.filter-box select:focus,.search-box input:focus,input[type=text]:focus{outline:0;border-color:var(--primary-color)}button{padding:12px 24px;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s,transform .1s}button:hover{background:var(--primary-hover)}button:active{transform:scale(.98)}button:disabled{background:var(--bg-hover);cursor:not-allowed;opacity:.6}.message{padding:12px 16px;border-radius:8px;margin-top:10px;display:none;animation:.3s slideIn}@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message.error{background:rgba(239,68,68,.1);border:1px solid var(--error-color);color:var(--error-color)}.message.success{background:rgba(16,185,129,.1);border:1px solid var(--success-color);color:var(--success-color)}.message.show{display:block}.main-content{display:grid;grid-template-columns:350px 1fr;gap:20px;height:calc(100vh - 280px)}.channels-section{border-radius:12px;padding:20px;overflow:hidden;display:flex;flex-direction:column}.channels-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:2px solid var(--border-color)}.channels-header h2{font-size:1.25rem}.filter-box select,.search-box input{padding:10px 14px;font-size:.9rem;color:var(--text-primary);width:100%}.channel-count{background:var(--primary-color);padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:600}.channel-item,.filter-box select,.filter-box select option,.search-box input{background:var(--bg-dark)}.search-box input{border-radius:8px}.filter-box select{border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:border-color .3s}.filter-box select option{color:var(--text-primary);padding:10px}.channels-list{flex:1;overflow-y:auto;overflow-x:hidden}.channels-list::-webkit-scrollbar{width:8px}.channels-list::-webkit-scrollbar-track{background:var(--bg-dark);border-radius:4px}.channels-list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.channels-list::-webkit-scrollbar-thumb:hover{background:var(--bg-hover)}.channel-item{padding:12px;margin-bottom:8px;border-radius:8px;cursor:pointer;transition:.2s;border:2px solid transparent}.channel-item:hover{background:var(--bg-hover);border-color:var(--primary-color);transform:translateX(5px)}.channel-item.active{background:var(--primary-color);border-color:var(--primary-color)}.channel-name{font-weight:600;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-group{font-size:.85rem}.no-channels{padding:40px 20px}.player-section{background:var(--bg-card);border-radius:12px;padding:20px;display:flex;flex-direction:column}.player-header{margin-bottom:15px;padding-bottom:15px;border-bottom:2px solid var(--border-color)}.player-header h2{font-size:1.5rem;margin-bottom:5px}.legal-notice p,.now-playing{color:var(--text-secondary);font-size:.9rem}.video-container{flex:1;background:#000;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:400px}video{width:100%;height:100%;max-height:100%}.placeholder{color:var(--text-secondary)}.placeholder-icon{font-size:4rem;margin-bottom:20px;opacity:.3}.legal-notice{background:var(--bg-card);border-radius:12px;padding:15px 20px;margin-top:20px;border:2px solid var(--border-color)}.legal-notice p{line-height:1.5}.legal-notice strong{color:var(--error-color)}.spinner{border:3px solid rgba(255,255,255,.1);border-top:3px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media (max-width:1024px){.main-content{grid-template-columns:1fr;height:auto}.channels-section{max-height:400px}.player-section{min-height:500px}}@media (max-width:640px){h1{font-size:1.75rem}.input-group{flex-direction:column}button{width:100%}.video-container{min-height:250px}} 
