*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1e40af;--bg: #ffffff;--bg-secondary: #f8fafc;--bg-body: #f8f9fa;--text: #1e293b;--text-light: #64748b;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1)}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text);background:var(--bg-body)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:none;position:sticky;top:0;z-index:100;box-shadow:0 4px 6px #0000001a;height:64px;overflow:visible}header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem;max-width:1200px;position:relative;height:100%}.logo{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;text-shadow:0 2px 4px rgba(0,0,0,.2);z-index:101}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:4px;z-index:101}.menu-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.nav-menu{display:flex;gap:1.5rem}.nav-menu a{color:#fffffff2;text-decoration:none;font-weight:500;transition:all .2s;padding:.5rem 1rem;border-radius:.375rem}.nav-menu a:hover{background:#ffffff26;color:#fff}@media (max-width: 768px){.menu-toggle{display:flex}.nav-menu{position:fixed;top:64px;left:-100%;width:100%;height:calc(100vh - 64px);background:linear-gradient(135deg,#1e293b,#0f172a);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;transition:left .3s ease;padding:0;margin:0;box-shadow:0 4px 6px #0000001a}.nav-menu.active{left:0}.nav-menu a{padding:1rem 2rem;font-size:1.1rem;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);margin:0;display:block;line-height:1.5}.nav-menu a:first-child{border-top:none}.menu-toggle.active span:nth-child(1){transform:rotate(-45deg) translate(-6px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-6px,-6px)}}main{min-height:calc(100vh - 140px);padding:2rem 0}footer{background:linear-gradient(135deg,#1e293b,#0f172a);border-top:none;padding:2rem 0;text-align:center;color:#ffffffb3;font-size:.875rem}h1{font-size:2rem;margin-bottom:1.5rem;color:var(--text)}h2{font-size:1.5rem;margin-bottom:1rem;color:var(--text)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-top:2rem}@media (max-width: 1400px){.grid-5{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.grid,.grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.grid,.grid-5{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.grid,.grid-5{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.grid,.grid-5{grid-template-columns:1fr;gap:1rem}}.card{background:var(--bg);border:1px solid var(--border);border-radius:.5rem;overflow:hidden;transition:all .3s;box-shadow:var(--shadow)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card img{width:100%;height:160px;object-fit:cover;display:block}.card-content{padding:1rem}.card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.card-text{font-size:.875rem;color:var(--text-light);line-height:1.5}.btn{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s;border:none;cursor:pointer;box-shadow:0 4px 6px #2563eb4d}.btn:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a);transform:translateY(-2px);box-shadow:0 6px 12px #2563eb66}.badge{display:inline-block;padding:.25rem .75rem;background:var(--bg-secondary);color:var(--text);border-radius:9999px;font-size:.75rem;font-weight:500;margin-right:.5rem;margin-bottom:.5rem}@media (max-width: 768px){h1{font-size:1.5rem}.grid{grid-template-columns:repeat(2,1fr);gap:1rem}nav{gap:.5rem;font-size:.875rem}nav a{padding:.375rem .75rem}.logo{font-size:1rem}.card img{height:120px}}.sidebar[data-astro-cid-ssfzsv2f]{height:fit-content}.sidebar-widget[data-astro-cid-ssfzsv2f]{background:var(--bg);border:1px solid var(--border);border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow)}.sidebar-widget[data-astro-cid-ssfzsv2f] h3[data-astro-cid-ssfzsv2f]{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.featured-channels[data-astro-cid-ssfzsv2f]{display:flex;flex-direction:column;gap:1rem}.featured-channel[data-astro-cid-ssfzsv2f]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;padding:.5rem;border-radius:.5rem;transition:all .2s;border:1px solid transparent}.featured-channel[data-astro-cid-ssfzsv2f]:hover{background:var(--bg-secondary);border-color:var(--border);transform:translateY(-1px)}.featured-channel[data-astro-cid-ssfzsv2f] img[data-astro-cid-ssfzsv2f]{width:48px;height:48px;object-fit:cover;border-radius:.375rem;border:1px solid var(--border)}.featured-channel-info[data-astro-cid-ssfzsv2f]{flex:1;min-width:0}.featured-channel-info[data-astro-cid-ssfzsv2f] h4[data-astro-cid-ssfzsv2f]{font-size:.875rem;font-weight:600;margin:0 0 .25rem;color:var(--text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-channel-info[data-astro-cid-ssfzsv2f] p[data-astro-cid-ssfzsv2f]{font-size:.75rem;color:var(--text-light);margin:.25rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popular-channels[data-astro-cid-ssfzsv2f]{display:flex;flex-direction:column;gap:.75rem}.popular-channel[data-astro-cid-ssfzsv2f]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit;padding:.5rem;border-radius:.5rem;transition:all .2s;border:1px solid transparent;background:#2563eb08}.popular-channel[data-astro-cid-ssfzsv2f]:hover{background:#2563eb14;border-color:#2563eb33;transform:translateY(-1px)}.popular-channel[data-astro-cid-ssfzsv2f] img[data-astro-cid-ssfzsv2f]{width:40px;height:40px;object-fit:cover;border-radius:.375rem;border:1px solid var(--border)}.popular-channel-info[data-astro-cid-ssfzsv2f]{flex:1;min-width:0}.popular-channel-info[data-astro-cid-ssfzsv2f] h5[data-astro-cid-ssfzsv2f]{font-size:.8rem;font-weight:600;margin:0 0 .2rem;color:var(--text);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-category[data-astro-cid-ssfzsv2f]{font-size:.7rem;color:var(--primary);font-weight:500;background:#2563eb1a;padding:.2rem .4rem;border-radius:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;max-width:100%}.links-list[data-astro-cid-ssfzsv2f]{list-style:none;padding:0;margin:0}.links-list[data-astro-cid-ssfzsv2f] li[data-astro-cid-ssfzsv2f]{margin-bottom:.75rem}.links-list[data-astro-cid-ssfzsv2f] a[data-astro-cid-ssfzsv2f]{color:var(--primary);text-decoration:none;font-weight:500;transition:color .2s}.links-list[data-astro-cid-ssfzsv2f] a[data-astro-cid-ssfzsv2f]:hover{color:var(--primary-dark);text-decoration:underline}
