.Canales-module__RJBoba__pageContainer{background-color:var(--bg-color);color:#eee;min-height:100dvh;font-family:var(--font-primary), system-ui, sans-serif;flex-direction:column;display:flex;overflow-y:auto}.Canales-module__RJBoba__modalContainer{color:#eee;min-height:100%;font-family:var(--font-primary), system-ui, sans-serif;background-color:#0000;flex-direction:column;display:flex}.Canales-module__RJBoba__header{height:var(--header-height);width:100%;padding:0 var(--spacing-6);z-index:100;background:#000;border-bottom:1px solid #ffffff1a;flex-shrink:0;align-items:center;display:flex;position:fixed;top:0;left:0}.Canales-module__RJBoba__headerLayout{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;display:grid}.Canales-module__RJBoba__backButton{color:#bbb;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;gap:8px;width:fit-content;height:40px;padding:0 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Canales-module__RJBoba__backButton:hover{color:#fff;background:#ffffff1a;border-color:#ffffff1a}.Canales-module__RJBoba__titleGroup{text-align:center}.Canales-module__RJBoba__pageTitle{color:#fff;letter-spacing:-.02em;margin:0 0 4px;font-size:1.6rem;font-weight:800}.Canales-module__RJBoba__pageSubtitle{color:#888;margin:0;font-size:.9rem}.Canales-module__RJBoba__logo{letter-spacing:-.02em;color:#fff;justify-content:center;align-items:center;gap:6px;height:40px;font-size:24px;font-weight:800;text-decoration:none;display:flex}.Canales-module__RJBoba__redDot{color:#ff333f}.Canales-module__RJBoba__rightActions{justify-content:flex-end;gap:8px;display:flex}.Canales-module__RJBoba__iconButton{width:40px;height:40px;color:var(--text-primary);transition:all var(--transition-normal);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.Canales-module__RJBoba__iconButton:hover{background:var(--bg-active);transform:scale(1.05);box-shadow:0 0 15px #ffffff1a}.Canales-module__RJBoba__mainContent{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px 80px}.Canales-module__RJBoba__filterWrapper{width:100%;margin-top:24px;margin-bottom:40px;position:relative}.Canales-module__RJBoba__filterScroll{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;gap:12px;padding:4px 16px 12px;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.Canales-module__RJBoba__filterScroll::-webkit-scrollbar{display:none}.Canales-module__RJBoba__filterButton{color:#aaa;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;flex-shrink:0;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.Canales-module__RJBoba__filterButton:hover{color:#fff;background:#ffffff1a}.Canales-module__RJBoba__filterButtonActive{color:#fff;background:#ff333f;border-color:#ff333f;box-shadow:0 0 15px #ff333f4d}.Canales-module__RJBoba__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.Canales-module__RJBoba__fullWidthSpanner{grid-column:1/-1;justify-content:center;width:100%;margin:16px 0;display:flex}.Canales-module__RJBoba__channelCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);animation:.4s ease-out forwards Canales-module__RJBoba__fadeIn;display:flex;overflow:hidden}.Canales-module__RJBoba__channelCard:hover{background:#ffffff0a;border-color:#ff333f4d;transform:translateY(-4px);box-shadow:0 10px 40px -10px #ff333f26}.Canales-module__RJBoba__cardHeader{background:#0003;border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:flex-start;padding:20px;display:flex}.Canales-module__RJBoba__channelLogo,.Canales-module__RJBoba__logoPlaceholder{background:#ffffff1a;border-radius:12px;width:64px;height:64px}.Canales-module__RJBoba__channelLogo{object-fit:contain;padding:4px;position:relative;overflow:hidden}.Canales-module__RJBoba__logoPlaceholder{color:#555;justify-content:center;align-items:center;font-size:1.8rem;font-weight:800;display:flex}.Canales-module__RJBoba__liveBadge{color:#ff333f;letter-spacing:.05em;background:#ff333f1a;border:1px solid #ff333f33;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.7rem;font-weight:700;display:flex}.Canales-module__RJBoba__liveDot{background:#ff333f;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Canales-module__RJBoba__pulse}@keyframes Canales-module__RJBoba__pulse{0%{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.5;transform:scale(.8)}}.Canales-module__RJBoba__cardBody{flex-direction:column;flex:1;gap:12px;padding:24px 20px;display:flex}.Canales-module__RJBoba__channelName{color:#fff;margin:0;font-size:1.3rem;font-weight:800;line-height:1.2}.Canales-module__RJBoba__categories{flex-wrap:wrap;gap:6px;display:flex}.Canales-module__RJBoba__categoryPill{color:#aaa;background:#ffffff0d;border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:600}.Canales-module__RJBoba__channelDescription{color:#888;scrollbar-width:thin;scrollbar-color:#fff3 transparent;max-height:6em;margin:8px 0 0;padding-right:4px;font-size:.95rem;line-height:1.5;overflow-y:auto}.Canales-module__RJBoba__channelDescription::-webkit-scrollbar{width:4px}.Canales-module__RJBoba__channelDescription::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.Canales-module__RJBoba__cardFooter{color:var(--accent-primary);background:#ff333f0d;border-top:1px solid #ff333f1a;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .3s;display:flex}.Canales-module__RJBoba__watchNowText{font-size:.9rem;font-weight:700}.Canales-module__RJBoba__channelCard:hover .Canales-module__RJBoba__cardFooter{background:#ff333f26}.Canales-module__RJBoba__channelCard:hover .Canales-module__RJBoba__playIcon{transform:scale(1.1)}.Canales-module__RJBoba__footer{text-align:center;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:24px;margin-top:auto;padding:48px 24px;display:flex}.Canales-module__RJBoba__footerLinks{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.Canales-module__RJBoba__footerLinks a{color:#888;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Canales-module__RJBoba__footerLinks a:hover{color:#fff}.Canales-module__RJBoba__copyright{color:#555;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:0;font-size:.85rem;display:flex}.Canales-module__RJBoba__copyright a{color:inherit;text-underline-offset:2px;text-decoration:underline}.Canales-module__RJBoba__copyright a:hover{color:#888}.Canales-module__RJBoba__botIcon{opacity:.8;color:#555}@media (max-width:768px){.Canales-module__RJBoba__headerLayout{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;display:flex}.Canales-module__RJBoba__pageTitle{margin-bottom:6px;font-size:1.4rem;line-height:1.1}.Canales-module__RJBoba__pageSubtitle{font-size:.85rem;line-height:1.4}.Canales-module__RJBoba__titleGroup{text-align:left;width:100%;margin-top:16px;padding-right:48px}.Canales-module__RJBoba__hideOnMobileText{display:none}.Canales-module__RJBoba__mainContent{padding:24px 16px 60px}.Canales-module__RJBoba__grid{grid-template-columns:1fr;gap:16px}.Canales-module__RJBoba__filterWrapper{width:calc(100% + 32px);margin-bottom:24px;margin-left:-16px;margin-right:-16px}.Canales-module__RJBoba__filterScroll{padding:4px 16px 12px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 16px calc(100% - 16px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 16px calc(100% - 16px),#0000 100%)}}@keyframes Canales-module__RJBoba__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
@font-face{font-family:Gabarito;font-style:normal;font-weight:900;font-display:swap;src:url(../media/374cf8f71dda5e46-s.17bf77.p~dfqa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Gabarito;font-style:normal;font-weight:900;font-display:swap;src:url(../media/0f408aa4b82504f7-s.p.00oh2.cfzwg6j.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Gabarito Fallback;src:local(Arial);ascent-override:94.81%;descent-override:26.22%;line-gap-override:0.0%;size-adjust:99.15%}.gabarito_3b4938cf-module__ffi0Kq__className{font-family:Gabarito,Gabarito Fallback;font-style:normal;font-weight:900}
.AmbientBackground-module__oZ1-pG__ambientBackground{z-index:0;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#000;position:fixed;inset:0;overflow:hidden}.AmbientBackground-module__oZ1-pG__ambientModal{position:absolute}.AmbientBackground-module__oZ1-pG__glowingOrb1,.AmbientBackground-module__oZ1-pG__glowingOrb2,.AmbientBackground-module__oZ1-pG__glowingOrb3{will-change:transform;border-radius:50%;position:absolute}.AmbientBackground-module__oZ1-pG__glowingOrb1{background:radial-gradient(closest-side,#ff333f73,#0000);width:80vw;height:80vh;top:-20vh;left:-20vw}.AmbientBackground-module__oZ1-pG__glowingOrb2{background:radial-gradient(closest-side,#00e5ff59,#0000);width:90vw;height:90vh;bottom:-30vh;right:-20vw}.AmbientBackground-module__oZ1-pG__glowingOrb3{background:radial-gradient(closest-side,#8e154473,#0000);width:70vw;height:70vh;top:10vh;left:20vw}.AmbientBackground-module__oZ1-pG__ambientOverlay{-webkit-backdrop-filter:saturate(150%);background:#050505a6;width:100%;height:100%;position:absolute;top:0;left:0}
