:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:#bebecc;background:#111116;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}*{box-sizing:border-box;padding:0;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1e1e28}::-webkit-scrollbar-thumb{background:#313141}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}main{margin-top:calc(72px + 1rem);margin-bottom:1rem;min-height:calc(100vh - 72px - 72px - 2rem)}.container{max-width:calc(1200px + 2rem);margin:auto;padding:0 1rem}.postBackButton{margin:1rem 0;display:flex;align-items:center;gap:.25rem}.postHeroImageContainer{position:relative;padding-bottom:50%;margin-bottom:1rem}.postHeroImage,.postHeroImageContainer{width:100%;height:100%;object-fit:cover}.postHeroImage{position:absolute;top:0;left:0;border-radius:5px}.postTitle{margin:0 auto .5rem;font-size:1.75rem;max-width:800px;color:#fff}.postMetaContainer{margin-bottom:1rem}.postMeta{display:flex;gap:.5rem;margin:0 auto;flex-wrap:wrap;max-width:800px}.postMeta>span,.postMetaAuthor{display:flex;align-items:center;gap:.25rem}.postMetaAuthor span{transition:.1s}.postMetaAuthor span:hover{color:#fff}.postMetaDate{display:flex;gap:.5rem}.postMetaDate span{display:flex;align-items:center;gap:.25rem}.postMetaCategory{transition:.1s}.postMetaCategory:hover{color:#fff}.prose{max-width:800px;margin:0 auto}.prose h2,h3,h4{padding-bottom:.25rem;padding-top:.75rem}.prose h2:after{content:"";height:1px;width:100%;display:block;margin-top:10px;background-color:#353535;margin-bottom:.25rem}.prose p{line-height:1.5rem;margin-bottom:.5rem}.prose a{color:#9053e0}.prose ul,ol{padding-left:1rem;padding-bottom:.25rem}.prose li{line-height:1.5rem}.postListFilterContainer{display:flex;gap:1rem;align-items:center;margin:2rem 0;color:#fff}.postListFilterSelect{padding:8px;border-radius:.25rem;background-color:#1e1e28;outline:none;border:none}.postListCardsContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1rem;gap:1rem}.postListCategoryContainer{margin-top:2rem}.postListCard{display:flex;flex-direction:column;gap:.5rem;border-radius:.5rem;min-height:320px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.postListCard:hover{transform:translateY(-4px);box-shadow:0 8px 12px rgba(0,0,0,.15)}.postListCard span{display:flex;align-items:center;gap:.25rem}.postListImagContainer{width:100%;height:auto;border-radius:.5rem}.postListCardImage{border-radius:.5rem;object-fit:cover;width:100%}.postListCardMeta{background:#1e1e28;padding:.5rem;border-radius:.5rem;display:flex;flex-direction:column;flex-grow:1}.postListCardTitle{font-size:16px;color:#fff;display:block;padding-bottom:.5rem;font-weight:500}.postListCardDescription{font-size:14px;max-height:calc(1.2rem * 2);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:32;-webkit-box-orient:vertical}.postListCardUpload{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;margin-top:auto;font-size:14px;font-weight:500}.postListCardUpload span{display:flex;align-items:center;gap:.25rem}.postOutdatedWarning{padding:1rem;background:linear-gradient(90deg,color-mix(in srgb,rgba(216,22,22,.2) 60%,#1e1e28),color-mix(in srgb,rgba(216,22,22,.2) 30%,#1e1e28) 30%,color-mix(in srgb,rgba(216,22,22,.2) 10%,#1e1e28));border-radius:5px;color:#d81616;border:1px solid rgba(216,22,22,.2);font-weight:500;display:flex;align-items:center;gap:1rem;max-width:800px;margin:auto auto 1rem}.paginationContainer{margin-top:1rem;width:100%;gap:.5rem}.paginationButton,.paginationContainer{display:flex;justify-content:center;align-items:center}.paginationButton{width:24px;height:24px;background-color:#1e1e28;border:none;border-radius:.25rem}.paginationActive{background-color:#9053e0}.nav{width:100%;position:fixed;top:0;left:0;padding:1rem;background:rgba(17,17,22,.8);box-shadow:0 4px 8px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100}.innerNav{gap:1rem;justify-content:space-between;max-width:1200px;margin:auto}.innerNav,.navLogo{display:flex;align-items:center}.navLogo{gap:.5rem;font-weight:500;transition:.1s}.navLogo:hover{color:#fff}.navLinks{display:flex;gap:1rem}.navLink{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:15px;transition:.1s}.navLink:hover{color:#fff}.mobileMenuButton{display:none;background:none;border:none;color:#fff;cursor:pointer;z-index:30}.mobileMenu{display:none;position:fixed;top:72px;right:0;bottom:0;left:0;background:rgba(17,17,22,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;justify-content:center;align-items:center;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:20}.mobileMenu.open{transform:translateX(0)}.mobileNavLink{font-size:1.5rem;color:#fff;text-decoration:none;margin:1rem 0;transition:color .3s ease;font-weight:700}.mobileNavLink:hover{color:#fff}@media (max-width:768px){.navLinks{display:none}.mobileMenuButton{display:flex;align-items:center;justify-content:center}.mobileMenu{display:flex}}.categoryBannersContainer{width:100%;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.categoryBanner{background-color:#1e1e28;position:relative;overflow:hidden;transition:.3s}.categoryBanner,.categoryBannerContent{height:80px;display:flex;align-items:center;width:100%}.categoryBannerContent{top:0;left:0;position:absolute;z-index:2;gap:1rem;background:#1111167a;transition:.3}.categoryBannerContent:hover{background:#111116ad}.categoryBannerText{font-size:1rem;font-weight:700;text-transform:uppercase;width:100%;color:#fff}.weeklyRotationContainer{width:100%;display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}@media (max-width:950px){.weeklyRotationContainer{grid-template-columns:repeat(2,1fr)}}@media (max-width:440px){.weeklyRotationContainer{grid-template-columns:repeat(1,1fr)}}.weeklyRotationItem{width:100%;border:2px solid;padding:1rem;display:flex;flex-direction:column;border-radius:.25rem;font-weight:500;font-size:14px;gap:.25rem}.weeklyRotationTitle{font-size:15px;padding-bottom:.25rem;margin-bottom:.25rem;border-bottom:1px solid #fff;width:-moz-fit-content;width:fit-content;color:#fff}.splide__arrow{border-radius:.125rem!important;background-color:#bebecc!important}.splide__pagination__page{border-radius:0!important;width:24px!important;height:4px!important;background-color:#bebecc!important}.splide__pagination__page.is-active{transform:none!important;opacity:1}.splideContainer{height:500px;position:relative;width:100%;border-radius:.25rem;margin-bottom:2rem}.splide{height:500px}.splideImage{width:100%;height:500px;object-fit:cover;border-radius:.125rem;position:relative}.splideSlideTextContainer{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;background:#1111167a}.splideTSlideText{position:relative;display:flex;flex-direction:column;gap:10px;top:50%;left:50%;transform:translate(-50%,-50%);align-items:center;color:#fff}.splideTSlideTitle{text-transform:uppercase;font-size:32px;line-height:1rem;font-weight:500;color:#fff}.pageHeader{width:100%;aspect-ratio:6/1;background-color:#1e1e28;border-radius:.25rem;min-height:150px;position:relative;overflow:hidden}.pageHeaderContent{padding:1rem;height:100%;width:100%;position:absolute;z-index:2;top:0;left:0;color:#fff;background:#1111167a}.pageHeaderContent h1{display:flex;justify-content:center;width:100%;height:100%;align-items:center}.specialPageContent{max-width:800px;margin:1rem auto}.specialPageContent ul,ol{padding-left:1rem;padding-bottom:.25rem}.specialPageContent li,.specialPageContent p{line-height:1.5rem}.footer{width:100%;padding:1rem;background:rgba(17,17,22,.8);box-shadow:0 -4px 8px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10}.innerFooter{gap:1rem;justify-content:space-between;max-width:1200px;margin:auto}.footerLogo,.innerFooter{display:flex;align-items:center}.footerLogo{gap:.5rem;font-weight:500;transition:.1s}.footerLogo:hover{color:#fff}.footerLinks{display:flex;gap:1rem}.footerLink{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:15px;transition:.1s}.footerLink:hover{color:#fff}.footerIcon{filter:brightness(0) saturate(100%) invert(82%) sepia(6%) saturate(310%) hue-rotate(201deg) brightness(90%) contrast(88%)}.footerIcon:hover{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%) hue-rotate(1turn) brightness(105%) contrast(105%)}.tabsTrigger{width:100%;border-radius:0;padding:10px;display:flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:#bebecc;border:none;border-bottom:2px solid transparent;cursor:pointer}.tabsTrigger[data-state=active]{color:#fff;border-bottom:2px solid #9053e0}.tabsContent{width:100%}.zhTabsTrigger{width:100%;border-radius:0;padding:10px;display:flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:#bebecc;border:none;border-bottom:2px solid transparent;cursor:pointer}.zhTabsTriggerArc[data-state=active]{color:#fff;border-bottom:2px solid #79bbe8}.zhTabsTriggerVoid[data-state=active]{color:#fff;border-bottom:2px solid #b185df}.zhTabsTriggerSolar[data-state=active]{color:#fff;border-bottom:2px solid #f0631e}.zhTabsContent{width:100%;display:flex;gap:1rem}.zhTabsImage{width:calc(50% - .5rem);height:auto}.zhTabsImage img{border-radius:.25rem;width:100%;height:auto}.zhTabsImage span{text-align:center;display:block;font-weight:500}.splitSection{display:flex;gap:1rem}@media (max-width:850px){.categoryBannersContainer{grid-template-columns:repeat(2,1fr)}.splitSection{flex-direction:column;gap:.25rem}}@media (max-width:440px){.categoryBannersContainer{grid-template-columns:repeat(1,1fr)}}.video-player{max-width:48rem;margin:0 auto;position:relative}.video-player video{width:100%;display:block}.video-controls{position:absolute;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);color:#fff;padding:.5rem}.video-controls-top{display:flex;justify-content:space-between;align-items:center}.control-button{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}.volume-control{display:flex;align-items:center}.volume-slider{width:5rem;margin-left:.5rem}.progress-bar{width:100%;height:.375rem;background-color:#4b5563;margin-top:.5rem;border-radius:9999px;overflow:hidden}.progress{height:100%;background-color:#3b82f6;border-radius:9999px}@media (max-width:640px){.video-controls{padding:.25rem}.volume-slider{width:3rem}}@font-face{font-family:epsilon;src:url(/_next/static/media/73d79ba50f3bd6bb-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:epsilon;src:url(/_next/static/media/03a6a13da4c69fb7-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:epsilon;src:url(/_next/static/media/d62beec8a76dff45-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:epsilon;src:url(/_next/static/media/44a6a6b4030774e4-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:italic}@font-face{font-family:epsilon;src:url(/_next/static/media/a9e8dba3ab3728ba-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:epsilon;src:url(/_next/static/media/220ce56cd332d450-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:epsilon Fallback;src:local("Arial");ascent-override:106.59%;descent-override:28.12%;line-gap-override:0.00%;size-adjust:93.53%}.__className_99e150{font-family:epsilon,epsilon Fallback}