:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{flex-direction:column;width:100%;min-height:100vh;margin:0;padding:0;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--bg-color:#0b0f15;--text-primary:#fff;--text-secondary:#9ca3af;--active-accent:#00bfff}body{color:var(--text-primary);background:radial-gradient(circle at 50% 0,#1a2235 0%,#0b0f15 80%) fixed;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}.app-layout{width:100vw;min-height:100vh;display:flex;overflow:hidden}.sidebar{-webkit-backdrop-filter:blur(12px);z-index:100;background:#0b0f15b3;border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;width:260px;height:100vh;display:flex;position:sticky;top:0}.sidebar-brand{cursor:pointer;border-bottom:1px solid #ffffff0d;align-items:center;padding:2rem 1.5rem;display:flex}.sidebar-menu{flex-direction:column;gap:.75rem;padding:2rem 1rem;display:flex}.sidebar-item{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .3s;display:flex}.sidebar-item:hover{color:#fff;background:#ffffff0d}.sidebar-item.active{color:#fff;background:#ffffff14;border:1px solid #ffffff1a;box-shadow:0 4px 15px #0000004d}.sidebar-icon{justify-content:center;align-items:center;transition:color .3s;display:flex}.main-content{flex-direction:column;flex:1;height:100vh;display:flex;overflow-y:auto}.hero-section{flex:1;align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:1;background:url(/assets/hero-DgkrmlYM.png) 50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:2;background:linear-gradient(90deg,#0b0f15 10%,#0b0f15d9 50%,#0b0f1533 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;text-align:left;max-width:600px;padding:0 4rem;position:relative}.brand-header{color:#e5e7eb;letter-spacing:.5px;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:600;display:flex}.brand-logo-img{object-fit:cover;width:auto;height:64px}.hero-title{color:#fff;letter-spacing:-1px;text-shadow:0 4px 20px #000c,0 2px 4px #00000080;margin:0 0 1rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-description{color:#e2e8f0;text-shadow:0 2px 10px #000c;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;font-weight:500;line-height:1.6}.watch-now-btn{border:1px solid var(--active-accent);color:#fff;-webkit-backdrop-filter:blur(12px);cursor:pointer;box-shadow:0 0 12px -2px var(--active-accent);background:#ffffff0d;border-radius:9999px;align-items:center;gap:1rem;padding:.5rem .5rem .5rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.watch-now-btn:hover{background:var(--active-accent);color:#000;box-shadow:0 0 20px var(--active-accent);transform:scale(1.05)}.btn-text{letter-spacing:1px}.play-icon-circle{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.watch-now-btn:hover .play-icon-circle{color:var(--active-accent);background:#000}.play-icon-circle svg{margin-left:3px}.series-container{flex-direction:column;gap:3rem;padding:2rem 0 4rem;display:flex}.series-section{flex-direction:column;display:flex}.series-title{color:#f3f4f6;letter-spacing:.5px;margin:0 4rem 1rem;font-size:1.5rem;font-weight:700}.series-carousel-wrapper{align-items:center;width:100%;display:flex;position:relative}.carousel-track{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#fff3 transparent;gap:16px;width:100%;padding:0 4rem 1rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{height:6px}.carousel-track::-webkit-scrollbar-track{background:0 0}.carousel-track::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px}.carousel-card{aspect-ratio:16/9;cursor:pointer;background-color:#1f2937;border:1px solid #ffffff0d;border-radius:12px;flex-shrink:0;width:240px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 10px #0006}.carousel-card:hover{opacity:1;border-color:var(--active-accent);box-shadow:0 0 20px -5px var(--active-accent), 0 8px 15px #00000080;z-index:10;transform:translateY(-4px)scale(1.02)}.carousel-image{object-fit:cover;width:100%;height:100%}.carousel-title-overlay{color:#fff;text-align:left;-webkit-line-clamp:3;text-overflow:ellipsis;word-wrap:break-word;background:linear-gradient(#0000 0%,#000000b3 50%,#000 100%);-webkit-box-orient:vertical;padding:40px 12px 12px;font-size:.85rem;font-weight:600;line-height:1.35;display:-webkit-box;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.play-overlay-always{opacity:0;background:#00000080;border:1.5px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.carousel-card:hover .play-overlay-always{opacity:1}.play-overlay-always svg{margin-left:2px}.nav-arrow{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#0b0f1599;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute}.nav-arrow.left{left:1rem}.nav-arrow.right{right:1rem}.nav-arrow:hover{background:#fff3;transform:scale(1.1)}.skeleton-container{flex-direction:column;gap:3rem;padding:1rem 0 3rem;display:flex}.skeleton-row{flex-direction:column;gap:1rem;display:flex}.skeleton-title{background:#ffffff0d;border-radius:4px;width:250px;height:24px;margin:0 4rem;position:relative;overflow:hidden}.skeleton-cards{gap:16px;padding:0 4rem;display:flex;overflow:hidden}.skeleton-card{aspect-ratio:16/9;background:#ffffff0d;border-radius:12px;flex-shrink:0;width:240px;position:relative;overflow:hidden}.skeleton-title:after,.skeleton-card:after{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);width:100%;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{to{left:100%}}@media (width<=768px){.app-layout{flex-direction:column}.sidebar{background:#0b0f15;border-bottom:1px solid #ffffff0d;border-right:none;width:100%;height:auto;position:relative}.sidebar-brand{justify-content:center;padding:1rem}.brand-logo-img{height:40px}.sidebar-menu{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem 1rem 1rem;display:grid;overflow-x:visible}.sidebar-item{white-space:normal;text-align:center;border-radius:12px;flex-direction:column;gap:.4rem;padding:.5rem .25rem;font-size:.75rem;line-height:1.25}.sidebar-icon{transform:scale(1.1)}.main-content{height:auto;overflow-y:visible}.hero-section{min-height:45vh}.hero-content{padding:2.5rem 1.5rem}.hero-title{margin-bottom:.75rem;font-size:3.2rem;line-height:1.1}.hero-description{margin-bottom:2rem;font-size:1rem;line-height:1.6}.hero-background{background-position:top!important}.hero-overlay{background:linear-gradient(#0b0f15e6 0%,#0b0f15b3 50%,#0b0f15 100%)}.series-container{gap:2rem;padding:1rem 0 2rem}.series-title{text-transform:uppercase;letter-spacing:1px;color:#fff;margin:0 1rem .5rem;font-size:1.1rem;font-weight:800}.carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:row;gap:12px;padding:0 1.25rem 1.5rem;scroll-padding:0 1.25rem;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{scroll-snap-align:start;flex-shrink:0;width:82vw;max-width:400px}.skeleton-title{width:150px;margin:0 1.25rem}.skeleton-cards{flex-direction:row;gap:12px;padding:0 1.25rem 1rem;overflow-x:hidden}.skeleton-card{flex-shrink:0;width:82vw;max-width:400px}.nav-arrow{display:none}.video-modal-content{border-radius:0;width:100%;height:100%;max-height:100vh}.close-modal-btn{z-index:2000;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;display:flex;top:15px;right:15px}}.video-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background-color:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.video-modal-content{background-color:#0b0f15;border-radius:12px;flex-direction:column;width:90%;max-width:1100px;max-height:90vh;display:flex;position:relative;box-shadow:0 25px 50px -12px #000c}.modal-layout{color:#fff;background:#111;flex-direction:column;height:100%;display:flex;overflow-y:auto}.video-player-container{aspect-ratio:16/9;background:#000;flex-shrink:0;width:100%}.video-iframe{border:none;border-top-left-radius:12px;border-top-right-radius:12px;width:100%;height:100%}.video-info-panel{padding:2rem}.next-videos-section{border-top:1px solid #1f2937;margin-top:2rem;padding-top:1.5rem}.next-videos-section h3{color:#e5e7eb;margin-bottom:1rem;font-size:1.1rem}.next-videos-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.next-card{cursor:pointer;background:#1f2937;border-radius:8px;transition:transform .2s;overflow:hidden}.next-card:hover{transform:scale(1.03)}.next-thumb{aspect-ratio:16/9;object-fit:cover;width:100%}.next-info{padding:.75rem}.next-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:600;display:-webkit-box;overflow:hidden}.close-modal-btn{color:#fff;cursor:pointer;opacity:.7;z-index:10;background:0 0;border:none;padding:0;font-size:2rem;line-height:1;transition:opacity .2s;position:absolute;top:-40px;right:-10px}.close-modal-btn:hover{opacity:1}.vetted-badge{background:#10b981;border-radius:4px;margin-bottom:1rem;padding:4px 12px;font-size:.8rem;display:inline-block}.complexity-switcher{border-top:1px solid #333;margin-top:2rem;padding-top:1rem}.switch-buttons{flex-wrap:wrap;gap:10px;margin-top:.5rem;display:flex}.mini-tier-btn{color:#3b82f6;cursor:pointer;background:0 0;border:1px solid #3b82f6;border-radius:4px;padding:5px 15px;transition:all .2s}.mini-tier-btn:hover{color:#fff;background:#3b82f6}.video-title{color:#f8fafc;margin:.5rem 0;font-size:1.5rem;font-weight:700}.video-description{color:#d1d5db;max-width:800px;margin:.75rem 0 1.5rem;font-size:.95rem;line-height:1.6}.read-more-btn{color:var(--active-accent);cursor:pointer;background:0 0;border:none;margin-left:5px;padding:0;font-size:.95rem;font-weight:600;display:inline-block}.main-footer{border-top:1px solid #ffffff0d;justify-content:center;gap:2rem;margin-top:auto;padding:2rem 4rem;display:flex}.main-footer a{color:var(--text-secondary);font-size:.85rem;text-decoration:none;transition:color .2s}.main-footer a:hover{color:var(--text-primary)}@media (width<=768px){.main-footer{flex-direction:column;align-items:center;gap:1rem;padding:1.5rem}}.read-more-btn:hover{text-decoration:underline}
