*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0f172a;color:#e2e8f0}.app{max-width:1400px;margin:0 auto;padding:24px}header{margin-bottom:24px}header h1{margin:0 0 8px;font-size:1.5rem}header p{margin:0;color:#94a3b8}.header-content{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.logout{align-self:flex-start}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a}.login-form{width:100%;max-width:380px;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:32px}.login-form h1{margin:0 0 8px;font-size:1.5rem}.login-form p{margin:0 0 24px;color:#94a3b8}.login-form label{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.login-form label span{font-size:.85rem;color:#94a3b8}.login-form input{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:12px;color:#e2e8f0;font-size:1rem}.login-form input:focus{outline:none;border-color:#3b82f6}.login-form button{width:100%;margin-top:8px}.loading-text{color:#94a3b8;font-size:1.2rem}.dashboard-grid{display:grid;grid-template-columns:380px 1fr;gap:24px;align-items:start;position:relative}.dashboard-grid.left-hidden{grid-template-columns:1fr}.panel-toggle{position:absolute;top:16px;left:0;width:28px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;background:#1e293b;border:1px solid #334155;border-left:none;border-radius:0 8px 8px 0;color:#94a3b8;font-size:1.2rem;font-weight:700;cursor:pointer;z-index:10;transition:background .15s ease,color .15s ease}.panel-toggle:hover{background:#334155;color:#e2e8f0}.dashboard-grid.left-hidden .panel-toggle{border-left:1px solid #334155;border-right:none;border-radius:0 8px 8px 0}.dashboard-left,.dashboard-right{display:flex;flex-direction:column;gap:24px}.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.card h3{margin:0 0 12px;font-size:.875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.card .value{margin:0;font-size:2rem;font-weight:700}.status-ok{color:#22c55e}.status-error{color:#ef4444}.actions{display:flex;gap:12px}button{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:.95rem;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{background:#334155}button.danger{background:#dc2626}button.danger:disabled{background:#7f1d1d}.error{color:#f87171;margin:0}.app>.error{margin-bottom:16px}.video-player{position:relative;width:100%;margin:0;aspect-ratio:16 / 9;background:#0f172a;border:1px solid #334155;border-radius:12px;overflow:hidden}.video-player video{width:100%;height:100%;object-fit:contain;display:block}.video-player-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;z-index:1;pointer-events:none}.video-player-overlay p{margin:0;font-size:1rem;font-weight:500;color:#e2e8f0}.video-player-overlay p+p{margin-top:8px;font-size:.875rem;color:#94a3b8}.video-player-overlay.waiting{background:#0f172acc}.video-player-overlay.unsupported{background:#0f172aeb}.video-player-overlay.error{background:#7f1d1dd9}.video-player-title{position:absolute;top:12px;left:12px;right:12px;display:flex;flex-direction:column;gap:2px;z-index:2;pointer-events:none;text-shadow:0 1px 3px rgba(0,0,0,.8)}.video-player-group{font-size:.75rem;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.video-player-channel-name{font-size:1rem;font-weight:600;color:#f8fafc}.playlist-browser{display:grid;grid-template-columns:220px 1fr;gap:16px;height:600px}.playlist-browser h2{margin:0 0 12px;font-size:1rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.playlist-groups,.playlist-channels{display:flex;flex-direction:column;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px;overflow:hidden}.playlist-groups ul,.playlist-channels ul{list-style:none;padding:0;margin:0;overflow-y:auto;flex:1;min-height:0;scrollbar-width:thin;scrollbar-color:#475569 transparent}.playlist-groups ul::-webkit-scrollbar,.playlist-channels ul::-webkit-scrollbar{width:8px}.playlist-groups ul::-webkit-scrollbar-track,.playlist-channels ul::-webkit-scrollbar-track{background:transparent}.playlist-groups ul::-webkit-scrollbar-thumb,.playlist-channels ul::-webkit-scrollbar-thumb{background:#475569;border-radius:999px}.playlist-groups ul::-webkit-scrollbar-thumb:hover,.playlist-channels ul::-webkit-scrollbar-thumb:hover{background:#64748b}.playlist-channels .empty{overflow-y:auto;flex:1;min-height:0}.group-button,.channel-button{display:flex;align-items:center;width:100%;text-align:left;background:transparent;border:none;border-radius:8px;padding:10px 12px;color:#e2e8f0;font-size:.95rem;cursor:pointer;transition:background .15s ease}.group-button:hover,.channel-button:hover,.group-button.active,.channel-item.current .channel-button{background:#334155}.group-count{margin-left:auto;font-size:.8rem;color:#94a3b8;background:#0f172a;padding:2px 8px;border-radius:999px}.channel-list{display:flex;flex-direction:column;gap:8px}.channel-item{border-radius:8px}.channel-button{gap:12px}.channel-logo{width:40px;height:40px;object-fit:contain;border-radius:6px;background:#0f172a;flex-shrink:0}.channel-info{display:flex;flex-direction:column;flex:1;min-width:0}.channel-name{font-weight:500;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-tvg-name{font-size:.8rem;color:#94a3b8}.channel-badge{font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:6px;flex-shrink:0}.channel-badge.current{color:#22c55e;background:#22c55e26}.channel-badge.switching{color:#3b82f6;background:#3b82f626}.channel-item.switching .channel-button{opacity:.7;cursor:wait}.playlist-browser .empty{color:#94a3b8;margin:0;overflow-y:auto;flex:1;min-height:0}.encoding-panel{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.encoding-panel h2{margin:0 0 16px;font-size:1rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.encoding-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.encoding-field{display:flex;flex-direction:column;gap:6px}.encoding-field span{font-size:.85rem;color:#94a3b8}.encoding-field input,.encoding-field select{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:10px 12px;color:#e2e8f0;font-size:.95rem}.encoding-field input:focus,.encoding-field select:focus{outline:none;border-color:#3b82f6}.encoding-actions{margin-top:16px;display:flex;gap:12px}.success{color:#22c55e;margin-top:12px}@media(max-width:1100px){.dashboard-grid{grid-template-columns:1fr}.dashboard-left{order:2}.dashboard-right{order:1}}@media(max-width:560px){.card-grid,.playlist-browser{grid-template-columns:1fr}}
