.channels-module__yVcISG__channels{background:var(--bg-dark-1);min-height:100vh;padding-top:80px}.channels-module__yVcISG__container{max-width:1200px;padding:var(--spacing-2xl) var(--spacing-md);margin:0 auto}.channels-module__yVcISG__hero{text-align:center;margin-bottom:var(--spacing-2xl)}.channels-module__yVcISG__badge{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-full);color:#667eea;margin-bottom:var(--spacing-lg);background:#667eea1a;border:1px solid #667eea4d;font-size:.875rem;font-weight:600;display:inline-flex}.channels-module__yVcISG__hero h1{background:var(--primary-gradient);-webkit-text-fill-color:transparent;margin-bottom:var(--spacing-md);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700}.channels-module__yVcISG__hero p{color:var(--text-secondary);margin-bottom:var(--spacing-xl);font-size:1.125rem}.channels-module__yVcISG__search{max-width:600px;margin:0 auto;position:relative}.channels-module__yVcISG__searchIcon{left:var(--spacing-md);color:var(--text-muted);position:absolute;top:50%;transform:translateY(-50%)}.channels-module__yVcISG__search input{width:100%;padding:var(--spacing-md) var(--spacing-md) var(--spacing-md) 3rem;background:var(--bg-dark-2);border:2px solid var(--bg-dark-3);border-radius:var(--radius-md);color:var(--text-primary);transition:var(--transition-normal);font-size:1rem}.channels-module__yVcISG__search input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.channels-module__yVcISG__filters{gap:var(--spacing-sm);margin-bottom:var(--spacing-2xl);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--bg-dark-3);flex-wrap:wrap;display:flex}.channels-module__yVcISG__filterBtn{align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm) var(--spacing-lg);background:var(--bg-dark-2);border:1px solid var(--bg-dark-3);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:var(--transition-normal);font-size:.95rem;font-weight:500;display:flex}.channels-module__yVcISG__filterBtn:hover{color:var(--text-primary);border-color:#667eea}.channels-module__yVcISG__filterBtn.channels-module__yVcISG__active{background:var(--primary-gradient);color:#fff;border-color:#0000}.channels-module__yVcISG__filterFlag{object-fit:cover;border-radius:2px;flex-shrink:0;width:20px;height:15px}.channels-module__yVcISG__content{gap:var(--spacing-2xl);flex-direction:column;display:flex}.channels-module__yVcISG__countrySection{background:var(--bg-dark-2);border:1px solid var(--bg-dark-3);border-radius:var(--radius-lg);padding:var(--spacing-xl)}.channels-module__yVcISG__countryHeader{align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-lg);border-bottom:2px solid var(--bg-dark-3);display:flex}.channels-module__yVcISG__countryFlag{object-fit:cover;border-radius:4px;flex-shrink:0;width:48px;height:36px;box-shadow:0 2px 8px #0000004d}.channels-module__yVcISG__countryHeader h2{color:var(--text-primary);flex:1;font-size:1.75rem;font-weight:700}.channels-module__yVcISG__countryCode{padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--radius-sm);color:#667eea;letter-spacing:1px;background:#667eea1a;border:1px solid #667eea4d;font-size:.875rem;font-weight:700}.channels-module__yVcISG__categories{gap:var(--spacing-md);flex-direction:column;display:flex}.channels-module__yVcISG__categoryCard{background:var(--bg-dark-1);border:1px solid var(--bg-dark-3);border-radius:var(--radius-md);transition:var(--transition-normal);overflow:hidden}.channels-module__yVcISG__categoryCard:hover{border-color:#667eea4d}.channels-module__yVcISG__categoryHeader{width:100%;padding:var(--spacing-lg);color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.channels-module__yVcISG__categoryHeader:hover{background:#667eea0d}.channels-module__yVcISG__categoryInfo{align-items:center;gap:var(--spacing-md);display:flex}.channels-module__yVcISG__categoryInfo h3{margin:0;font-size:1.125rem;font-weight:600}.channels-module__yVcISG__channelCount{padding:var(--spacing-xs) var(--spacing-sm);border-radius:var(--radius-sm);color:#667eea;background:#667eea1a;font-size:.75rem;font-weight:600}.channels-module__yVcISG__chevron{color:var(--text-muted);transition:var(--transition-normal)}.channels-module__yVcISG__chevron.channels-module__yVcISG__rotated{color:#667eea;transform:rotate(180deg)}.channels-module__yVcISG__channelGrid{gap:var(--spacing-sm);padding:var(--spacing-lg);border-top:1px solid var(--bg-dark-3);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));animation:.3s ease-out channels-module__yVcISG__slideDown;display:grid}.channels-module__yVcISG__channelGridHidden{display:none}@keyframes channels-module__yVcISG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.channels-module__yVcISG__channelTag{padding:var(--spacing-sm) var(--spacing-md);background:var(--bg-dark-2);border:1px solid var(--bg-dark-3);border-radius:var(--radius-sm);color:var(--text-secondary);text-align:center;transition:var(--transition-fast);font-size:.875rem}.channels-module__yVcISG__channelTag:hover{color:var(--text-primary);background:#667eea0d;border-color:#667eea}.channels-module__yVcISG__infoBox{border-radius:var(--radius-lg);padding:var(--spacing-2xl);text-align:center;margin-top:var(--spacing-2xl);background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border:1px solid #667eea4d}.channels-module__yVcISG__infoBox h3{color:var(--text-primary);margin-bottom:var(--spacing-sm);font-size:1.5rem;font-weight:700}.channels-module__yVcISG__infoBox p{color:var(--text-secondary);margin-bottom:var(--spacing-lg);max-width:600px;margin-left:auto;margin-right:auto;font-size:1rem}.channels-module__yVcISG__contactBtn{padding:var(--spacing-md) var(--spacing-xl);background:var(--primary-gradient);color:#fff;border-radius:var(--radius-md);transition:var(--transition-normal);font-weight:600;text-decoration:none;display:inline-block}.channels-module__yVcISG__contactBtn:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media (max-width:968px){.channels-module__yVcISG__channelGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:768px){.channels-module__yVcISG__container{padding:var(--spacing-xl) var(--spacing-md)}.channels-module__yVcISG__hero h1{font-size:2rem}.channels-module__yVcISG__hero p{font-size:1rem}.channels-module__yVcISG__filters{justify-content:center}.channels-module__yVcISG__countryHeader{flex-wrap:wrap}.channels-module__yVcISG__countryFlag{font-size:2rem}.channels-module__yVcISG__countryHeader h2{order:2;width:100%;font-size:1.5rem}.channels-module__yVcISG__countryCode{order:1}.channels-module__yVcISG__channelGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.channels-module__yVcISG__categoryInfo{align-items:flex-start;gap:var(--spacing-xs);flex-direction:column}}@media (max-width:480px){.channels-module__yVcISG__container{padding:var(--spacing-lg) var(--spacing-sm)}.channels-module__yVcISG__hero h1{font-size:1.75rem}.channels-module__yVcISG__filters{gap:var(--spacing-xs)}.channels-module__yVcISG__filterBtn{padding:var(--spacing-xs) var(--spacing-md);font-size:.875rem}.channels-module__yVcISG__countrySection{padding:var(--spacing-lg)}.channels-module__yVcISG__channelGrid{grid-template-columns:1fr 1fr}.channels-module__yVcISG__infoBox{padding:var(--spacing-xl)}}
