.TableOfContents-module__AGrkSG__toc{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);z-index:10;margin-bottom:2rem;transition:all .3s;position:sticky;top:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.TableOfContents-module__AGrkSG__tocHeader{background:var(--secondary);cursor:pointer;width:100%;color:var(--foreground);border-radius:var(--radius);border:none;justify-content:space-between;align-items:center;padding:1rem;font-size:1rem;font-weight:600;transition:border-radius .3s;display:flex}.TableOfContents-module__AGrkSG__toc.TableOfContents-module__AGrkSG__open .TableOfContents-module__AGrkSG__tocHeader{border-bottom:1px solid var(--border);border-bottom-right-radius:0;border-bottom-left-radius:0}.TableOfContents-module__AGrkSG__tocTitleWrapper{align-items:center;gap:.75rem;display:flex;overflow:hidden}.TableOfContents-module__AGrkSG__tocIcon{color:var(--muted-foreground);flex-shrink:0}.TableOfContents-module__AGrkSG__tocActiveTitle{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;opacity:0;max-width:200px;font-size:.85rem;font-weight:400;transition:all .3s;overflow:hidden;transform:translate(10px)}@media (max-width:640px){.TableOfContents-module__AGrkSG__tocActiveTitle{display:none}}.TableOfContents-module__AGrkSG__toc:not(.TableOfContents-module__AGrkSG__open) .TableOfContents-module__AGrkSG__tocActiveTitle{opacity:1;transform:translate(0)}.TableOfContents-module__AGrkSG__tocContent{max-height:0;transition:max-height .3s ease-in-out;overflow:hidden}.TableOfContents-module__AGrkSG__toc.TableOfContents-module__AGrkSG__open .TableOfContents-module__AGrkSG__tocContent{max-height:500px;overflow-y:auto}.TableOfContents-module__AGrkSG__tocList{margin:0;padding:1rem;list-style:none}.TableOfContents-module__AGrkSG__tocItem{margin-bottom:.5rem}.TableOfContents-module__AGrkSG__tocItem:last-child{margin-bottom:0}.TableOfContents-module__AGrkSG__tocItem a{color:var(--muted-foreground);border-radius:var(--radius);border-left:2px solid #0000;padding:.25rem .5rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.TableOfContents-module__AGrkSG__tocItem a:hover{color:var(--foreground);background:var(--secondary)}.TableOfContents-module__AGrkSG__tocItem a.TableOfContents-module__AGrkSG__active{color:var(--accent-foreground);background:var(--secondary);border-left-color:var(--accent);font-weight:500}.TableOfContents-module__AGrkSG__tocItem.TableOfContents-module__AGrkSG__level3{padding-left:1rem}.TableOfContents-module__AGrkSG__tocItem.TableOfContents-module__AGrkSG__level4{padding-left:2rem}
.Header-module__lnUIdW__topBar{color:#fff;background:#0a0a0a;padding:.5rem 0;font-size:.75rem}.Header-module__lnUIdW__topBarInner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__lnUIdW__topBarLeft{align-items:center;display:flex}.Header-module__lnUIdW__topBarText{color:#ffffffe6;font-weight:400}.Header-module__lnUIdW__socialLinks{align-items:center;gap:.75rem;display:flex}.Header-module__lnUIdW__socialLink{color:#fff9;justify-content:center;align-items:center;transition:color .2s;display:flex}.Header-module__lnUIdW__socialLink:hover{color:#fff}@media (max-width:640px){.Header-module__lnUIdW__topBarLeft{display:none}.Header-module__lnUIdW__socialLinks{justify-content:center;width:100%}}.Header-module__lnUIdW__header{z-index:100;background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0}.Header-module__lnUIdW__headerInner{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:.75rem 2rem;display:flex}.Header-module__lnUIdW__logo{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__lnUIdW__logo:hover{text-decoration:none}.Header-module__lnUIdW__logoImage{width:auto;height:32px}.Header-module__lnUIdW__logoText{color:var(--foreground);font-size:1.125rem;font-weight:700}.Header-module__lnUIdW__nav{flex:1;justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__navList{gap:.25rem;list-style:none;display:flex}.Header-module__lnUIdW__navLink{color:var(--muted-foreground);border-radius:var(--radius);align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__navLink:hover{color:var(--foreground);background:var(--secondary);text-decoration:none}.Header-module__lnUIdW__menuItemWithDropdown{align-items:center;height:100%;display:flex;position:relative}.Header-module__lnUIdW__dropdownIcon{margin-left:.4rem;transition:transform .2s}.Header-module__lnUIdW__menuItemWithDropdown:hover .Header-module__lnUIdW__dropdownIcon{transform:rotate(180deg)}.Header-module__lnUIdW__dropdownMenu{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);z-index:1000;flex-direction:column;gap:.25rem;min-width:220px;padding:.5rem;list-style:none;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Header-module__lnUIdW__menuItemWithDropdown:hover .Header-module__lnUIdW__dropdownMenu{animation:.1s Header-module__lnUIdW__fadeIn;display:flex}.Header-module__lnUIdW__dropdownLink{color:var(--foreground);border-radius:4px;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:background .2s;display:block}.Header-module__lnUIdW__dropdownLink:hover{background:var(--secondary);text-decoration:none}.Header-module__lnUIdW__headerActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__lnUIdW__searchButton{border-radius:var(--radius);border:1px solid var(--border);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Header-module__lnUIdW__searchButton:hover{background:var(--secondary);color:var(--foreground)}.Header-module__lnUIdW__ctaButton{color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);background:0 0;align-items:center;gap:.5rem;margin-right:.5rem;padding:.4rem .9rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Header-module__lnUIdW__ctaButton:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground);text-decoration:none}.Header-module__lnUIdW__mobileMenuButton{border-radius:var(--radius);border:1px solid var(--border);width:36px;height:36px;color:var(--foreground);cursor:pointer;background:0 0;display:none}@media (max-width:900px){.Header-module__lnUIdW__nav,.Header-module__lnUIdW__ctaButton{display:none}.Header-module__lnUIdW__mobileMenuButton{justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__headerInner{padding:.75rem 1rem}.Header-module__lnUIdW__topBarInner{padding:0 1rem}}.Header-module__lnUIdW__searchModal{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:flex-start;padding-top:10vh;animation:.2s Header-module__lnUIdW__fadeIn;display:flex;position:fixed;inset:0}.Header-module__lnUIdW__searchBox{background:var(--card);border-radius:var(--radius);width:90%;max-width:600px;animation:.2s Header-module__lnUIdW__slideDown;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes Header-module__lnUIdW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__lnUIdW__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.Header-module__lnUIdW__searchInputWrapper{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.Header-module__lnUIdW__searchIcon{color:var(--muted-foreground);flex-shrink:0}.Header-module__lnUIdW__searchInput{color:var(--foreground);background:0 0;border:none;flex:1;padding:.25rem 0;font-size:1rem}.Header-module__lnUIdW__searchInput:focus{outline:none}.Header-module__lnUIdW__searchSpinner{color:var(--accent);flex-shrink:0;animation:1s linear infinite Header-module__lnUIdW__spin}@keyframes Header-module__lnUIdW__spin{to{transform:rotate(360deg)}}.Header-module__lnUIdW__searchKbd{background:var(--secondary);color:var(--muted-foreground);border-radius:4px;padding:.25rem .5rem;font-family:monospace;font-size:.7rem}.Header-module__lnUIdW__searchResults{max-height:400px;overflow-y:auto}.Header-module__lnUIdW__searchResultItem{border-bottom:1px solid var(--border);color:var(--foreground);padding:1rem 1.25rem;text-decoration:none;transition:background .2s;display:block}.Header-module__lnUIdW__searchResultItem:hover{background:var(--secondary);text-decoration:none}.Header-module__lnUIdW__searchResultItem:last-child{border-bottom:none}.Header-module__lnUIdW__searchResultTitle{margin-bottom:.25rem;font-weight:600}.Header-module__lnUIdW__searchResultCategory{background:var(--accent);color:var(--accent-foreground);vertical-align:middle;text-transform:uppercase;border-radius:4px;margin-left:.5rem;padding:.125rem .5rem;font-size:.6rem;display:inline-block}.Header-module__lnUIdW__searchResultExcerpt{color:var(--muted-foreground);margin-top:.25rem;font-size:.8rem}.Header-module__lnUIdW__searchNoResults{text-align:center;color:var(--muted-foreground);padding:2rem}.Header-module__lnUIdW__mobileMenu{background:var(--background);z-index:99;border-top:1px solid var(--border);padding:1rem;animation:.2s Header-module__lnUIdW__slideDown;display:none;position:fixed;inset:90px 0 0}@media (max-width:900px){.Header-module__lnUIdW__mobileMenu{display:block}}.Header-module__lnUIdW__mobileNavList{flex-direction:column;gap:.25rem;list-style:none;display:flex}.Header-module__lnUIdW__mobileNavLink{color:var(--foreground);border-radius:var(--radius);padding:1rem;font-size:1rem;font-weight:500;transition:background .2s;display:block}.Header-module__lnUIdW__mobileNavLink:hover{background:var(--secondary);text-decoration:none}
.Footer-module__3hUVsW__footer{color:#fff;background:#000;border-top:1px solid #ffffff1a;margin-top:auto;padding:4rem 2rem 2rem}.Footer-module__3hUVsW__footerContent{max-width:1200px;margin:0 auto}.Footer-module__3hUVsW__footerTop{grid-template-columns:1.5fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__3hUVsW__footerBrand{max-width:100%}.Footer-module__3hUVsW__footerLogo{color:#fff;letter-spacing:-.025em;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.Footer-module__3hUVsW__footerDescription{color:#a1a1aa;font-size:.95rem;line-height:1.6}.Footer-module__3hUVsW__footerNav{gap:4rem;display:flex}.Footer-module__3hUVsW__footerNavColumn h4{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.875rem;font-weight:600}.Footer-module__3hUVsW__footerNavList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__3hUVsW__footerNavLink{color:#a1a1aa;font-size:.95rem;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__footerNavLink:hover{color:#fff}.Footer-module__3hUVsW__footerRecentPosts{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__3hUVsW__footerPostLink{color:#e4e4e7;margin-bottom:.25rem;font-size:.95rem;font-weight:500;line-height:1.4;text-decoration:none;transition:color .2s;display:block}.Footer-module__3hUVsW__footerPostLink:hover{color:var(--primary)}.Footer-module__3hUVsW__footerPostDate{color:#71717a;font-size:.75rem;display:block}.Footer-module__3hUVsW__footerBottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Footer-module__3hUVsW__footerLinks{align-items:center;gap:1.5rem;display:flex}.Footer-module__3hUVsW__iconLink{color:#a1a1aa;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.Footer-module__3hUVsW__iconLink:hover{color:#fff}.Footer-module__3hUVsW__nextIcon{width:20px;height:20px}.Footer-module__3hUVsW__copyright{color:#71717a;font-size:.875rem}@media (max-width:768px){.Footer-module__3hUVsW__footerTop{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.Footer-module__3hUVsW__footerNav{flex-wrap:wrap;justify-content:center;gap:2rem}.Footer-module__3hUVsW__footerBrand{text-align:center;max-width:100%;margin:0 auto}.Footer-module__3hUVsW__footer{padding:3rem 1.5rem 1.5rem}.Footer-module__3hUVsW__footerNavColumn{text-align:center}.Footer-module__3hUVsW__footerBottom{text-align:center;flex-direction:column;gap:1.5rem}}
.PostCard-module__hd4OYG__postCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:transform .2s,box-shadow .2s;overflow:hidden}.PostCard-module__hd4OYG__postCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.PostCard-module__hd4OYG__postCard a{color:inherit;text-decoration:none;display:block}.PostCard-module__hd4OYG__cardImage{aspect-ratio:16/9;background:var(--secondary);position:relative;overflow:hidden}.PostCard-module__hd4OYG__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.PostCard-module__hd4OYG__postCard:hover .PostCard-module__hd4OYG__cardImage img{transform:scale(1.05)}.PostCard-module__hd4OYG__cardImagePlaceholder{width:100%;height:100%;color:var(--muted-foreground);background:linear-gradient(135deg,var(--secondary)0%,var(--muted)100%);justify-content:center;align-items:center;display:flex}.PostCard-module__hd4OYG__cardContent{padding:1.25rem}.PostCard-module__hd4OYG__cardMeta{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.PostCard-module__hd4OYG__cardCategory{text-transform:uppercase;letter-spacing:.5px;background:var(--accent);color:var(--accent-foreground);border-radius:4px;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.PostCard-module__hd4OYG__cardDate{color:var(--muted-foreground);font-size:.75rem}.PostCard-module__hd4OYG__cardTitle{-webkit-line-clamp:2;line-clamp:2;color:var(--foreground);-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.PostCard-module__hd4OYG__cardExcerpt{color:var(--muted-foreground);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.PostCard-module__hd4OYG__cardFooter{justify-content:space-between;align-items:center;display:flex}.PostCard-module__hd4OYG__cardAuthor{align-items:center;gap:.5rem;display:flex}.PostCard-module__hd4OYG__authorAvatar{background:var(--secondary);border-radius:50%;width:28px;height:28px}.PostCard-module__hd4OYG__authorName{font-size:.8rem;font-weight:500}.PostCard-module__hd4OYG__readTime{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.75rem;display:flex}.PostCard-module__hd4OYG__postCardList{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);gap:1.5rem;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.PostCard-module__hd4OYG__postCardList:hover{transform:translateY(-2px);box-shadow:0 8px 16px #00000014}.PostCard-module__hd4OYG__postCardList a{color:inherit;gap:1.5rem;width:100%;text-decoration:none;display:flex}.PostCard-module__hd4OYG__postCardList .PostCard-module__hd4OYG__cardImage{aspect-ratio:4/3;border-radius:var(--radius);flex-shrink:0;width:180px}.PostCard-module__hd4OYG__postCardList .PostCard-module__hd4OYG__cardContent{flex-direction:column;flex:1;justify-content:center;padding:0;display:flex}@media (max-width:640px){.PostCard-module__hd4OYG__postCardList,.PostCard-module__hd4OYG__postCardList a{flex-direction:column}.PostCard-module__hd4OYG__postCardList .PostCard-module__hd4OYG__cardImage{width:100%}}.PostCard-module__hd4OYG__postCardMagazine{border-radius:var(--radius);background:#1a1a1a;height:100%;min-height:150px;position:relative;overflow:hidden}.PostCard-module__hd4OYG__postCardMagazine a{width:100%;height:100%;color:inherit;text-decoration:none;display:block}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardImage{aspect-ratio:unset;position:absolute;inset:0}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.PostCard-module__hd4OYG__postCardMagazine:hover .PostCard-module__hd4OYG__cardImage img{transform:scale(1.05)}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardImage:after{content:"";z-index:1;background:linear-gradient(#0000 30%,#0006 60%,#000000d9 100%);position:absolute;inset:0}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardImagePlaceholder{color:#555;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardContent{color:#fff;z-index:2;padding:1rem;position:absolute;bottom:0;left:0;right:0}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardMeta{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardCategory{color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;background:0 0;align-items:center;gap:.35rem;padding:0;font-size:.65rem;font-weight:600;display:inline-flex}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardCategory:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardDate{display:none}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardTitle{color:#fff;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0;font-size:.9rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardExcerpt,.PostCard-module__hd4OYG__postCardMagazine .PostCard-module__hd4OYG__cardFooter{display:none}.PostCard-module__hd4OYG__postCardMagazineFeatured{border-radius:var(--radius);background:#1a1a1a;height:100%;position:relative;overflow:hidden}.PostCard-module__hd4OYG__postCardMagazineFeatured a{width:100%;height:100%;color:inherit;text-decoration:none;display:block}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardImage{aspect-ratio:unset;position:absolute;inset:0}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.PostCard-module__hd4OYG__postCardMagazineFeatured:hover .PostCard-module__hd4OYG__cardImage img{transform:scale(1.03)}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardImage:after{content:"";z-index:1;background:linear-gradient(#0000 20%,#0006 50%,#000000e6 100%);position:absolute;inset:0}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardImagePlaceholder{color:#555;background:linear-gradient(135deg,#3a3a3a 0%,#1a1a1a 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardContent{color:#fff;z-index:2;padding:2rem;position:absolute;bottom:0;left:0;right:0}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardMeta{margin-bottom:1rem}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardCategory{background:var(--accent);color:var(--accent-foreground);text-transform:uppercase;letter-spacing:1px;border-radius:4px;padding:.35rem .75rem;font-size:.65rem;font-weight:700}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardDate{display:none}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardTitle{color:#fff;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardExcerpt{display:none}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__readStory{color:#fff;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;transition:gap .2s;display:inline-flex}.PostCard-module__hd4OYG__postCardMagazineFeatured:hover .PostCard-module__hd4OYG__readStory{gap:.75rem}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardFooter{display:none}.PostCard-module__hd4OYG__postCardFeatured{grid-column:span 2}.PostCard-module__hd4OYG__postCardFeatured .PostCard-module__hd4OYG__cardImage{aspect-ratio:21/9}.PostCard-module__hd4OYG__postCardFeatured .PostCard-module__hd4OYG__cardTitle{font-size:1.5rem}@media (max-width:768px){.PostCard-module__hd4OYG__postCardFeatured{grid-column:span 1}.PostCard-module__hd4OYG__postCardMagazineFeatured{min-height:300px}.PostCard-module__hd4OYG__postCardMagazineFeatured .PostCard-module__hd4OYG__cardTitle{font-size:1.25rem}}.PostCard-module__hd4OYG__skeleton{background:linear-gradient(90deg,var(--muted)25%,var(--secondary)50%,var(--muted)75%);background-size:200% 100%;animation:1.5s ease-in-out infinite PostCard-module__hd4OYG__skeleton-loading}.PostCard-module__hd4OYG__skeletonImage{aspect-ratio:16/9;border-radius:var(--radius)var(--radius)0 0}.PostCard-module__hd4OYG__skeletonTitle{border-radius:var(--radius);width:80%;height:1.5rem;margin-bottom:.5rem}.PostCard-module__hd4OYG__skeletonText{border-radius:var(--radius);width:100%;height:1rem;margin-bottom:.5rem}.PostCard-module__hd4OYG__skeletonText:last-child{width:60%}@keyframes PostCard-module__hd4OYG__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}
.Comments-module__oW3omq__commentsSection{border-top:1px solid var(--border);margin-top:4rem;padding-top:2rem}.Comments-module__oW3omq__heading{align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.5rem;font-weight:700;display:flex}.Comments-module__oW3omq__commentsList{margin-bottom:3rem}.Comments-module__oW3omq__noComments{color:var(--muted-foreground);font-style:italic}.Comments-module__oW3omq__comment{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.5rem}.Comments-module__oW3omq__commentHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Comments-module__oW3omq__avatar{background:var(--muted);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.Comments-module__oW3omq__avatar img{object-fit:cover;width:100%;height:100%}.Comments-module__oW3omq__meta{flex-direction:column;display:flex}.Comments-module__oW3omq__authorName{font-size:.95rem;font-weight:600}.Comments-module__oW3omq__date{color:var(--muted-foreground);font-size:.8rem}.Comments-module__oW3omq__commentContent{color:var(--foreground);font-size:.95rem;line-height:1.6}.Comments-module__oW3omq__commentForm{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:2rem}.Comments-module__oW3omq__formTitle{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.Comments-module__oW3omq__formRow{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (max-width:600px){.Comments-module__oW3omq__formRow{grid-template-columns:1fr}}.Comments-module__oW3omq__input,.Comments-module__oW3omq__textarea{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:6px;padding:.75rem 1rem;font-size:.95rem}.Comments-module__oW3omq__input:focus,.Comments-module__oW3omq__textarea:focus{border-color:var(--foreground);outline:none}.Comments-module__oW3omq__submitBtn{background:var(--foreground);color:var(--background);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:opacity .2s;display:flex}.Comments-module__oW3omq__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Comments-module__oW3omq__error{color:#dc2626;background:#dc26261a;border-radius:6px;margin-bottom:1rem;padding:.75rem}.Comments-module__oW3omq__success{color:#16a34a;background:#16a34a1a;border-radius:6px;margin-bottom:1rem;padding:.75rem}
.PostGrid-module__qQsw6G__container{width:100%}.PostGrid-module__qQsw6G__postGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.PostGrid-module__qQsw6G__postGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PostGrid-module__qQsw6G__postGrid{grid-template-columns:1fr}}.PostGrid-module__qQsw6G__listGrid{flex-direction:column;gap:1rem;display:flex}.PostGrid-module__qQsw6G__magazineGrid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:.75rem;height:480px;display:grid}.PostGrid-module__qQsw6G__magazineGrid>:first-child{grid-area:1/1/-1}.PostGrid-module__qQsw6G__magazineGrid>:nth-child(2){grid-area:1/2}.PostGrid-module__qQsw6G__magazineGrid>:nth-child(3),.PostGrid-module__qQsw6G__magazineGrid>:nth-child(4){grid-area:2/2}.PostGrid-module__qQsw6G__magazineGrid>:nth-child(3){grid-area:2/2;justify-self:start;width:calc(50% - .375rem)}.PostGrid-module__qQsw6G__magazineGrid>:nth-child(4){grid-area:2/2;justify-self:end;width:calc(50% - .375rem)}@media (max-width:900px){.PostGrid-module__qQsw6G__magazineGrid{grid-template-rows:auto;grid-template-columns:1fr;gap:1rem;height:auto}.PostGrid-module__qQsw6G__magazineGrid>:first-child{grid-area:auto/1;min-height:350px}.PostGrid-module__qQsw6G__magazineGrid>:nth-child(2),.PostGrid-module__qQsw6G__magazineGrid>:nth-child(3),.PostGrid-module__qQsw6G__magazineGrid>:nth-child(4){grid-area:auto/1;width:100%;min-height:200px}}.PostGrid-module__qQsw6G__carouselGrid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.PostGrid-module__qQsw6G__carouselGrid::-webkit-scrollbar{display:none}.PostGrid-module__qQsw6G__carouselGrid>*{scroll-snap-align:start;flex:0 0 300px}@media (max-width:640px){.PostGrid-module__qQsw6G__carouselGrid>*{flex:0 0 85vw}}.PostGrid-module__qQsw6G__masonryGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.PostGrid-module__qQsw6G__masonryGrid>:first-child{grid-row:span 2}.PostGrid-module__qQsw6G__masonryGrid>:nth-child(4){grid-column:span 2}@media (max-width:900px){.PostGrid-module__qQsw6G__masonryGrid{grid-template-columns:repeat(2,1fr)}.PostGrid-module__qQsw6G__masonryGrid>:first-child{grid-row:span 1}.PostGrid-module__qQsw6G__masonryGrid>:nth-child(4){grid-column:span 1}}@media (max-width:640px){.PostGrid-module__qQsw6G__masonryGrid{grid-template-columns:1fr}}.PostGrid-module__qQsw6G__overlayGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.PostGrid-module__qQsw6G__overlayGrid>*{min-height:250px}@media (max-width:1024px){.PostGrid-module__qQsw6G__overlayGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PostGrid-module__qQsw6G__overlayGrid{grid-template-columns:1fr}}.PostGrid-module__qQsw6G__cardsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.PostGrid-module__qQsw6G__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PostGrid-module__qQsw6G__cardsGrid{scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.PostGrid-module__qQsw6G__cardsGrid>*{scroll-snap-align:start;flex:0 0 85%}}.PostGrid-module__qQsw6G__loadMore{justify-content:center;margin-top:2.5rem;display:flex}.PostGrid-module__qQsw6G__loadMore button{border-radius:var(--radius);padding:.75rem 2rem;font-weight:500;transition:all .2s}
.category-module__JUc_5q__categoryPage{flex-direction:column;min-height:100vh;display:flex}.category-module__JUc_5q__pageContent{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.category-module__JUc_5q__categoryHeader{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:2rem}.category-module__JUc_5q__categoryBadge{background:var(--accent);color:var(--accent-foreground);border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.category-module__JUc_5q__categoryTitle{margin-bottom:.5rem;font-size:2rem;font-weight:700}.category-module__JUc_5q__categoryDescription{color:var(--muted-foreground);font-size:1rem}.category-module__JUc_5q__categoryMeta{color:var(--muted-foreground);align-items:center;gap:1rem;margin-top:1rem;font-size:.875rem;display:flex}.category-module__JUc_5q__postCount{align-items:center;gap:.25rem;display:flex}.category-module__JUc_5q__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.category-module__JUc_5q__categoryCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground);padding:1.5rem;text-decoration:none;transition:all .2s;display:block}.category-module__JUc_5q__categoryCard:hover{box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-2px)}.category-module__JUc_5q__categoryCardName{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.category-module__JUc_5q__categoryCardCount{color:var(--muted-foreground);font-size:.875rem}.category-module__JUc_5q__notFound{text-align:center;padding:4rem 2rem}.category-module__JUc_5q__notFoundTitle{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.category-module__JUc_5q__notFoundDesc{color:var(--muted-foreground);margin-bottom:2rem}
.SectionRenderer-module__dPsd5a__container{max-width:1400px;margin:0 auto;padding:0 2rem}.SectionRenderer-module__dPsd5a__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.SectionRenderer-module__dPsd5a__sectionTitle{color:var(--foreground);font-size:1.75rem;font-weight:700}.SectionRenderer-module__dPsd5a__viewAllLink{color:var(--accent);font-size:.875rem;font-weight:500;text-decoration:none}.SectionRenderer-module__dPsd5a__viewAllLink:hover{text-decoration:underline}.SectionRenderer-module__dPsd5a__heroSection{background-color:var(--secondary);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:70vh;padding:4rem 2rem;display:flex;position:relative}.SectionRenderer-module__dPsd5a__heroOverlay{pointer-events:none;background:#0006;position:absolute;inset:0}.SectionRenderer-module__dPsd5a__heroSection:not([style*=background-image]) .SectionRenderer-module__dPsd5a__heroOverlay{display:none}.SectionRenderer-module__dPsd5a__heroContent{z-index:1;width:100%;max-width:800px;position:relative}.SectionRenderer-module__dPsd5a__alignLeft{text-align:left}.SectionRenderer-module__dPsd5a__alignCenter{text-align:center;margin:0 auto}.SectionRenderer-module__dPsd5a__alignRight{text-align:right;margin-left:auto}.SectionRenderer-module__dPsd5a__heroTitle{color:var(--foreground);margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.SectionRenderer-module__dPsd5a__heroSection[style*=background-image] .SectionRenderer-module__dPsd5a__heroTitle{color:#fff;text-shadow:0 2px 8px #0000004d}.SectionRenderer-module__dPsd5a__heroSubtitle{color:var(--muted-foreground);margin-bottom:2rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.SectionRenderer-module__dPsd5a__heroSection[style*=background-image] .SectionRenderer-module__dPsd5a__heroSubtitle{color:#ffffffe6}.SectionRenderer-module__dPsd5a__heroButton{background:var(--accent);color:var(--accent-foreground);border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.SectionRenderer-module__dPsd5a__heroButton:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.SectionRenderer-module__dPsd5a__postsSection{padding:2rem 0 4rem}.SectionRenderer-module__dPsd5a__imageTextSection{padding:4rem 0}.SectionRenderer-module__dPsd5a__imageTextGrid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.SectionRenderer-module__dPsd5a__imageTextGrid.SectionRenderer-module__dPsd5a__imageLeft .SectionRenderer-module__dPsd5a__imageTextImage{order:-1}.SectionRenderer-module__dPsd5a__imageTextGrid.SectionRenderer-module__dPsd5a__imageRight .SectionRenderer-module__dPsd5a__imageTextImage{order:1}@media (max-width:768px){.SectionRenderer-module__dPsd5a__imageTextGrid{grid-template-columns:1fr}.SectionRenderer-module__dPsd5a__imageTextGrid .SectionRenderer-module__dPsd5a__imageTextImage{order:-1!important}}.SectionRenderer-module__dPsd5a__imageTextImage{border-radius:var(--radius);overflow:hidden}.SectionRenderer-module__dPsd5a__image{object-fit:cover;width:100%;height:auto}.SectionRenderer-module__dPsd5a__imagePlaceholder{aspect-ratio:3/2;background:var(--secondary);color:var(--muted-foreground);border-radius:var(--radius);justify-content:center;align-items:center;display:flex}.SectionRenderer-module__dPsd5a__imageTextTitle{margin-bottom:1rem;font-size:2rem;font-weight:700}.SectionRenderer-module__dPsd5a__imageTextBody{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.7}.SectionRenderer-module__dPsd5a__imageTextBody p{margin:.5rem 0}.SectionRenderer-module__dPsd5a__imageTextButton{background:var(--foreground);color:var(--background);border-radius:var(--radius);padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.SectionRenderer-module__dPsd5a__imageTextButton:hover{opacity:.9;text-decoration:none}.SectionRenderer-module__dPsd5a__htmlBlockSection{padding:3rem 0}.SectionRenderer-module__dPsd5a__htmlBlockSection.SectionRenderer-module__dPsd5a__fullWidth{padding:0}.SectionRenderer-module__dPsd5a__htmlContent{line-height:1.7}.SectionRenderer-module__dPsd5a__htmlContent h1,.SectionRenderer-module__dPsd5a__htmlContent h2,.SectionRenderer-module__dPsd5a__htmlContent h3{margin:1rem 0 .5rem}.SectionRenderer-module__dPsd5a__htmlContent p{margin:.5rem 0}.SectionRenderer-module__dPsd5a__htmlContent img{border-radius:var(--radius);max-width:100%;height:auto}.SectionRenderer-module__dPsd5a__ctaSection{padding:4rem 2rem}.SectionRenderer-module__dPsd5a__ctaContent{text-align:center}.SectionRenderer-module__dPsd5a__ctaTitle{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.SectionRenderer-module__dPsd5a__ctaSubtitle{color:#fffc;margin-bottom:2rem;font-size:1.125rem}.SectionRenderer-module__dPsd5a__ctaButton{color:#000;background:#fff;border-radius:9999px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.SectionRenderer-module__dPsd5a__ctaButton:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.SectionRenderer-module__dPsd5a__featuresSection{background:var(--background);padding:8rem 0}.SectionRenderer-module__dPsd5a__featuresHeader{text-align:center;max-width:600px;margin:0 auto 5rem}.SectionRenderer-module__dPsd5a__featuresHeader .SectionRenderer-module__dPsd5a__sectionTitle{letter-spacing:-.03em;color:var(--foreground);-webkit-text-fill-color:initial;background:0 0;margin-bottom:1.5rem;font-size:3rem;font-weight:800}.SectionRenderer-module__dPsd5a__featuresSubtitle{color:var(--muted-foreground);font-size:1.25rem;line-height:1.6}.SectionRenderer-module__dPsd5a__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:0 1rem;display:grid}.SectionRenderer-module__dPsd5a__featureCard{background:var(--card);border:1px solid var(--border);text-align:left;border-radius:12px;flex-direction:column;align-items:flex-start;height:100%;padding:2.5rem;transition:all .3s;display:flex}.SectionRenderer-module__dPsd5a__featureCard:hover{border-color:var(--foreground);transform:translateY(-4px);box-shadow:0 20px 40px -10px #0000000d}.SectionRenderer-module__dPsd5a__featureCard:before{display:none}.SectionRenderer-module__dPsd5a__featureIcon{background:var(--secondary);width:56px;height:56px;color:var(--foreground);border-radius:12px;justify-content:center;align-items:center;margin-bottom:2rem;font-size:1.75rem;transition:all .3s;display:flex}.SectionRenderer-module__dPsd5a__featureCard:hover .SectionRenderer-module__dPsd5a__featureIcon{background:var(--foreground);color:var(--background);transform:scale(1.05)}.SectionRenderer-module__dPsd5a__featureTitle{letter-spacing:-.02em;color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.SectionRenderer-module__dPsd5a__featureDescription{color:var(--muted-foreground);font-size:1.05rem;line-height:1.7}.SectionRenderer-module__dPsd5a__testimonialsSection{padding:4rem 0}.SectionRenderer-module__dPsd5a__testimonialsSection .SectionRenderer-module__dPsd5a__sectionTitle{text-align:center;margin-bottom:3rem}.SectionRenderer-module__dPsd5a__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.SectionRenderer-module__dPsd5a__testimonialCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.SectionRenderer-module__dPsd5a__testimonialQuote{color:var(--foreground);margin:0 0 1.5rem;font-size:1.125rem;font-style:italic;line-height:1.6}.SectionRenderer-module__dPsd5a__testimonialAuthor{align-items:center;gap:1rem;display:flex}.SectionRenderer-module__dPsd5a__testimonialAvatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.SectionRenderer-module__dPsd5a__testimonialName{font-weight:600}.SectionRenderer-module__dPsd5a__testimonialRole{color:var(--muted-foreground);font-size:.875rem}.SectionRenderer-module__dPsd5a__categoryTabsSection{padding:4rem 0}.SectionRenderer-module__dPsd5a__categoryTabsHeader{text-align:center;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}.SectionRenderer-module__dPsd5a__tabsContainer{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.SectionRenderer-module__dPsd5a__tabButton{border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);cursor:pointer;border-radius:9999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.SectionRenderer-module__dPsd5a__tabButton:hover{border-color:var(--foreground);color:var(--foreground)}.SectionRenderer-module__dPsd5a__activeTab{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.SectionRenderer-module__dPsd5a__tabContent{min-height:200px}.SectionRenderer-module__dPsd5a__emptyTab{border:1px dashed var(--border);color:var(--muted-foreground);text-align:center;border-radius:8px;justify-content:center;align-items:center;padding:4rem;display:flex}.SectionRenderer-module__dPsd5a__heroVideoSection{color:#fff;justify-content:center;align-items:center;min-height:80vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.SectionRenderer-module__dPsd5a__videoBackground{z-index:0;position:absolute;inset:0}.SectionRenderer-module__dPsd5a__videoBackground video{object-fit:cover;width:100%;height:100%}.SectionRenderer-module__dPsd5a__videoOverlay{background:#00000080;position:absolute;inset:0}.SectionRenderer-module__dPsd5a__heroSliderSection{background:var(--background);min-height:70vh;position:relative}.SectionRenderer-module__dPsd5a__heroSlide{opacity:0;background-position:50%;background-size:cover;justify-content:center;align-items:center;padding:4rem 2rem;transition:opacity .5s ease-in-out;display:flex;position:absolute;inset:0}.SectionRenderer-module__dPsd5a__activeSlide{opacity:1;z-index:1}.SectionRenderer-module__dPsd5a__sliderDots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.SectionRenderer-module__dPsd5a__sliderDot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:10px;height:10px;padding:0}.SectionRenderer-module__dPsd5a__activeDot{background:#fff;transform:scale(1.2)}.SectionRenderer-module__dPsd5a__ctaSplitSection{background:var(--background);border-bottom:1px solid var(--border);padding:8rem 0}.SectionRenderer-module__dPsd5a__ctaSplitGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.SectionRenderer-module__dPsd5a__ctaSplitTitle{letter-spacing:-.04em;color:var(--foreground);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.SectionRenderer-module__dPsd5a__ctaSplitBody{color:var(--muted-foreground);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.SectionRenderer-module__dPsd5a__ctaSplitButton{background:var(--foreground);color:var(--background);border-radius:9999px;padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.2,.8,.2,1);display:inline-flex}.SectionRenderer-module__dPsd5a__ctaSplitButton:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 10px 30px -10px #0003}.SectionRenderer-module__dPsd5a__ctaSplitImageWrapper{border:1px solid var(--border);border-radius:20px;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0000001a}.SectionRenderer-module__dPsd5a__ctaSplitImage{object-fit:cover;width:100%;height:auto;transition:transform .7s cubic-bezier(.2,.8,.2,1);display:block}.SectionRenderer-module__dPsd5a__ctaSplitImageWrapper:hover .SectionRenderer-module__dPsd5a__ctaSplitImage{transform:scale(1.03)}.SectionRenderer-module__dPsd5a__ctaSplitGrid.SectionRenderer-module__dPsd5a__imageRight .SectionRenderer-module__dPsd5a__ctaSplitContent{order:-1}.SectionRenderer-module__dPsd5a__ctaSplitGrid.SectionRenderer-module__dPsd5a__imageRight .SectionRenderer-module__dPsd5a__ctaSplitImageWrapper{order:1}@media (max-width:1024px){.SectionRenderer-module__dPsd5a__ctaSplitSection{padding:4rem 0}.SectionRenderer-module__dPsd5a__ctaSplitGrid{text-align:center;grid-template-columns:1fr;gap:3rem}.SectionRenderer-module__dPsd5a__ctaSplitGrid.SectionRenderer-module__dPsd5a__imageRight .SectionRenderer-module__dPsd5a__ctaSplitContent{order:-1}.SectionRenderer-module__dPsd5a__ctaSplitTitle{font-size:2.5rem}}.SectionRenderer-module__dPsd5a__newsletterSection{color:#fff;padding:5rem 0}.SectionRenderer-module__dPsd5a__newsletterContent{text-align:center;max-width:600px;margin:0 auto}.SectionRenderer-module__dPsd5a__newsletterTitle{color:inherit;margin-bottom:1rem;font-size:2rem;font-weight:700}.SectionRenderer-module__dPsd5a__newsletterSubtitle{opacity:.9;margin-bottom:2rem;font-size:1.125rem}.SectionRenderer-module__dPsd5a__newsletterForm{gap:1rem;display:flex}.SectionRenderer-module__dPsd5a__newsletterInput{border-radius:var(--radius);color:#fff;background:#ffffff1a;border:1px solid #fff3;flex:1;padding:.75rem 1rem}.SectionRenderer-module__dPsd5a__newsletterInput::placeholder{color:#fff9}.SectionRenderer-module__dPsd5a__newsletterButton{border-radius:var(--radius);color:var(--primary);cursor:pointer;background:#fff;border:none;padding:.75rem 1.5rem;font-weight:600}.SectionRenderer-module__dPsd5a__featuresIconsSection{background:var(--background);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:8rem 0}.SectionRenderer-module__dPsd5a__featuresIconsGrid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:3rem;display:grid}.SectionRenderer-module__dPsd5a__featureIconItem{border-radius:12px;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex}.SectionRenderer-module__dPsd5a__featureIconItem:hover{transform:translateY(-5px)}.SectionRenderer-module__dPsd5a__iconCircle{background:var(--card);border:1px solid var(--border);width:64px;height:64px;color:var(--foreground);border-radius:16px;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #00000005}.SectionRenderer-module__dPsd5a__featureIconItem:hover .SectionRenderer-module__dPsd5a__iconCircle{background:var(--foreground);border-color:var(--foreground);color:var(--background);transform:scale(1.1);box-shadow:0 10px 20px -5px #0000001a}.SectionRenderer-module__dPsd5a__featureIconLabel{color:var(--muted-foreground);font-size:1rem;font-weight:600;transition:color .2s}.SectionRenderer-module__dPsd5a__featureIconItem:hover .SectionRenderer-module__dPsd5a__featureIconLabel{color:var(--foreground)}.SectionRenderer-module__dPsd5a__statsSection{background:var(--background);border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--foreground);padding:8rem 0;position:relative;overflow:hidden}.SectionRenderer-module__dPsd5a__statsSection:before{display:none}.SectionRenderer-module__dPsd5a__statsGrid{text-align:center;z-index:1;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:4rem 8rem;display:flex;position:relative}.SectionRenderer-module__dPsd5a__statsSection .SectionRenderer-module__dPsd5a__sectionTitle{text-align:center;color:var(--foreground);letter-spacing:-.04em;margin-bottom:6rem;font-size:3rem;font-weight:800}.SectionRenderer-module__dPsd5a__statItem{flex-direction:column;align-items:center;display:flex;position:relative}.SectionRenderer-module__dPsd5a__statItem:after{display:none!important}.SectionRenderer-module__dPsd5a__statValue{color:var(--foreground);letter-spacing:-.05em;font-variant-numeric:tabular-nums;background:linear-gradient(to bottom,var(--foreground),var(--muted-foreground));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:5rem;font-weight:800;line-height:1}.SectionRenderer-module__dPsd5a__statLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:1.125rem;font-weight:600}@media (max-width:768px){.SectionRenderer-module__dPsd5a__statsSection{padding:4rem 0}.SectionRenderer-module__dPsd5a__statsSection .SectionRenderer-module__dPsd5a__sectionTitle{margin-bottom:3rem;font-size:2.25rem}.SectionRenderer-module__dPsd5a__statsGrid{flex-direction:column;gap:3rem}.SectionRenderer-module__dPsd5a__statValue{font-size:4rem}}.SectionRenderer-module__dPsd5a__logosSection{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 0}.SectionRenderer-module__dPsd5a__logosTitle{text-align:center;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:2rem;font-size:1rem}.SectionRenderer-module__dPsd5a__logosGrid{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.SectionRenderer-module__dPsd5a__logoItem{opacity:.7;transition:opacity .2s;display:block}.SectionRenderer-module__dPsd5a__logoItem:hover{opacity:1}.SectionRenderer-module__dPsd5a__logoImage{object-fit:contain;width:auto;height:48px}.SectionRenderer-module__dPsd5a__logosGrayscale .SectionRenderer-module__dPsd5a__logoImage{filter:grayscale()}.SectionRenderer-module__dPsd5a__logosGrayscale .SectionRenderer-module__dPsd5a__logoItem:hover .SectionRenderer-module__dPsd5a__logoImage{filter:none}.SectionRenderer-module__dPsd5a__faqSection{padding:4rem 0}.SectionRenderer-module__dPsd5a__faqHeader{text-align:center;margin-bottom:3rem}.SectionRenderer-module__dPsd5a__faqList{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.SectionRenderer-module__dPsd5a__faqItem{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.SectionRenderer-module__dPsd5a__faqQuestion{text-align:left;background:var(--card);cursor:pointer;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem;font-size:1.125rem;font-weight:600;display:flex}.SectionRenderer-module__dPsd5a__faqAnswer{color:var(--muted-foreground);border-top:1px solid #0000;padding:0 1.25rem 1.25rem;line-height:1.6}.SectionRenderer-module__dPsd5a__faqOpen .SectionRenderer-module__dPsd5a__faqAnswer{border-color:var(--border)}.SectionRenderer-module__dPsd5a__pricingSection{background:var(--secondary);padding:4rem 0}.SectionRenderer-module__dPsd5a__pricingHeader{text-align:center;margin-bottom:4rem}.SectionRenderer-module__dPsd5a__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.SectionRenderer-module__dPsd5a__pricingCard{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;padding:2.5rem;transition:transform .2s;display:flex;position:relative}.SectionRenderer-module__dPsd5a__pricingCard:hover{transform:translateY(-5px)}.SectionRenderer-module__dPsd5a__pricingPopular{border-color:var(--primary);box-shadow:var(--shadow-lg);z-index:1}.SectionRenderer-module__dPsd5a__popularTag{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;border-radius:9999px;padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.SectionRenderer-module__dPsd5a__planName{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.SectionRenderer-module__dPsd5a__planPrice{align-items:baseline;margin-bottom:2rem;display:flex}.SectionRenderer-module__dPsd5a__priceAmount{font-size:3rem;font-weight:800;line-height:1}.SectionRenderer-module__dPsd5a__pricePeriod{color:var(--muted-foreground);margin-left:.25rem}.SectionRenderer-module__dPsd5a__planFeatures{flex:1;margin:0 0 2rem;padding:0;list-style:none}.SectionRenderer-module__dPsd5a__planFeatures li{color:var(--muted-foreground);align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.SectionRenderer-module__dPsd5a__featureCheck{color:var(--primary)}.SectionRenderer-module__dPsd5a__planButton{border-radius:var(--radius);justify-content:center;padding:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.SectionRenderer-module__dPsd5a__buttonPrimary{background:var(--primary);color:var(--primary-foreground)}.SectionRenderer-module__dPsd5a__buttonOutline{border:1px solid var(--border);color:var(--foreground)}.SectionRenderer-module__dPsd5a__buttonOutline:hover{background:var(--secondary)}.SectionRenderer-module__dPsd5a__teamSection{padding:4rem 0}.SectionRenderer-module__dPsd5a__teamHeader{text-align:center;margin-bottom:4rem}.SectionRenderer-module__dPsd5a__teamGrid{gap:2rem;display:grid}.SectionRenderer-module__dPsd5a__teamMember{text-align:center}.SectionRenderer-module__dPsd5a__memberImageWrapper{background:var(--secondary);border-radius:50%;width:200px;height:200px;margin:0 auto 1.5rem;overflow:hidden}.SectionRenderer-module__dPsd5a__memberImage{object-fit:cover;width:100%;height:100%}.SectionRenderer-module__dPsd5a__memberName{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.SectionRenderer-module__dPsd5a__memberRole{color:var(--primary);margin-bottom:1rem;font-weight:500}.SectionRenderer-module__dPsd5a__memberBio{color:var(--muted-foreground);font-size:.9rem;line-height:1.6}.SectionRenderer-module__dPsd5a__contactSection{background:var(--secondary);padding:4rem 0}.SectionRenderer-module__dPsd5a__contactWrapper{grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.SectionRenderer-module__dPsd5a__contactInfo h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.SectionRenderer-module__dPsd5a__contactSubtitle{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.SectionRenderer-module__dPsd5a__contactDetails{flex-direction:column;gap:1.5rem;display:flex}.SectionRenderer-module__dPsd5a__contactDetail{color:var(--foreground);align-items:center;gap:1rem;display:flex}.SectionRenderer-module__dPsd5a__contactIcon{color:var(--primary)}.SectionRenderer-module__dPsd5a__contactForm{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);padding:2rem}.SectionRenderer-module__dPsd5a__formGroup{margin-bottom:1.5rem}.SectionRenderer-module__dPsd5a__formGroup label{margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.SectionRenderer-module__dPsd5a__formInput,.SectionRenderer-module__dPsd5a__formTextarea{border-radius:var(--radius);border:1px solid var(--border);background:var(--background);width:100%;padding:.75rem}.SectionRenderer-module__dPsd5a__formInput:focus,.SectionRenderer-module__dPsd5a__formTextarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--ring);outline:none}.SectionRenderer-module__dPsd5a__submitButton{background:var(--primary);width:100%;color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;border:none;padding:.875rem;font-weight:600}.SectionRenderer-module__dPsd5a__dividerSection{margin:0}.SectionRenderer-module__dPsd5a__gallerySection{padding:4rem 0}.SectionRenderer-module__dPsd5a__galleryGrid{gap:1rem;display:grid}.SectionRenderer-module__dPsd5a__galleryItem{border-radius:var(--radius);aspect-ratio:4/3;overflow:hidden}.SectionRenderer-module__dPsd5a__galleryImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.SectionRenderer-module__dPsd5a__galleryItem:hover .SectionRenderer-module__dPsd5a__galleryImage{transform:scale(1.05)}@media (max-width:768px){.SectionRenderer-module__dPsd5a__ctaSplitGrid,.SectionRenderer-module__dPsd5a__contactWrapper{grid-template-columns:1fr;gap:2rem}.SectionRenderer-module__dPsd5a__ctaSplitGrid.SectionRenderer-module__dPsd5a__imageRight .SectionRenderer-module__dPsd5a__ctaSplitContent{order:0}.SectionRenderer-module__dPsd5a__newsletterForm{flex-direction:column}}.SectionRenderer-module__dPsd5a__richTextSection{background-color:var(--background);color:var(--foreground)}.SectionRenderer-module__dPsd5a__richTextContent{max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.8}.SectionRenderer-module__dPsd5a__richTextContent h1,.SectionRenderer-module__dPsd5a__richTextContent h2,.SectionRenderer-module__dPsd5a__richTextContent h3,.SectionRenderer-module__dPsd5a__richTextContent h4{color:inherit;margin-top:2rem;margin-bottom:1rem;font-weight:800;line-height:1.2}.SectionRenderer-module__dPsd5a__richTextContent h2{letter-spacing:-.02em;font-size:2.25rem}.SectionRenderer-module__dPsd5a__richTextContent p{margin-bottom:1.5rem}.SectionRenderer-module__dPsd5a__richTextContent a{color:var(--primary);text-underline-offset:4px;text-decoration:underline}.SectionRenderer-module__dPsd5a__videoEmbedSection{background:var(--card);padding:4rem 0}.SectionRenderer-module__dPsd5a__videoEmbedSection.SectionRenderer-module__dPsd5a__fullWidth{padding:0}.SectionRenderer-module__dPsd5a__fullWidthContainer{max-width:100%!important;padding:0!important}.SectionRenderer-module__dPsd5a__videoWrapper{border-radius:var(--radius);background:#000;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0003}.SectionRenderer-module__dPsd5a__fullWidthContainer .SectionRenderer-module__dPsd5a__videoWrapper{border-radius:0}.SectionRenderer-module__dPsd5a__videoIframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}.SectionRenderer-module__dPsd5a__videoElement{object-fit:cover;width:100%;height:100%}
.slug-module__kxVXLa__postPage{background:var(--background);width:100%;min-height:100vh}.slug-module__kxVXLa__article{width:100%;max-width:750px;margin:0 auto;padding:2rem 1rem}.slug-module__kxVXLa__postContent{width:100%;max-width:100%}.slug-module__kxVXLa__postContent>*{max-width:100%!important}.slug-module__kxVXLa__postContent a{color:var(--primary);text-underline-offset:4px;text-decoration:underline}.slug-module__kxVXLa__tags{flex-wrap:wrap;gap:.5rem;margin-top:3rem;display:flex}.slug-module__kxVXLa__tag{color:var(--muted-foreground);background:var(--secondary);border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;text-decoration:none;transition:all .2s}.slug-module__kxVXLa__tag:hover{background:var(--primary);color:var(--primary-foreground)}.slug-module__kxVXLa__author{justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.slug-module__kxVXLa__authorAvatar{object-fit:cover;border-radius:50%}.slug-module__kxVXLa__authorInfo{flex-direction:column;display:flex}.slug-module__kxVXLa__authorName{color:var(--foreground);font-size:.95rem;font-weight:600}.slug-module__kxVXLa__authorLabel{color:var(--muted-foreground);font-size:.75rem}.slug-module__kxVXLa__postHeader{text-align:center;max-width:1000px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding-top:3rem}.slug-module__kxVXLa__postMeta{color:var(--muted-foreground);justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.875rem;display:flex}.slug-module__kxVXLa__postTitle{background:linear-gradient(to bottom,var(--foreground)0%,#666 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.2}.slug-module__kxVXLa__postExcerpt{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.slug-module__kxVXLa__notFound{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 1rem;display:flex}.slug-module__kxVXLa__notFoundIcon{color:var(--muted-foreground);margin-bottom:1.5rem}.slug-module__kxVXLa__notFoundTitle{margin-bottom:1rem;font-size:2rem;font-weight:700}.slug-module__kxVXLa__notFoundDesc{color:var(--muted-foreground);max-width:400px;margin-bottom:2rem}.slug-module__kxVXLa__heroSection{align-items:flex-end;width:100%;height:60vh;min-height:400px;max-height:700px;margin-bottom:7rem;display:flex;position:relative;overflow:visible}.slug-module__kxVXLa__heroImageWrapper{z-index:0;border-radius:0 0 var(--radius)var(--radius);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.slug-module__kxVXLa__heroOverlay{background:linear-gradient(to bottom,transparent 0%,transparent 60%,var(--background)100%);z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;bottom:0;left:0}.slug-module__kxVXLa__heroContent{z-index:2;text-align:center;width:100%;max-width:1000px;margin:0 auto;padding:0 1rem;position:relative;transform:translateY(10rem)}.slug-module__kxVXLa__heroMeta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.slug-module__kxVXLa__heroTitle{color:var(--foreground);text-shadow:0 2px 4px #0000001a;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.slug-module__kxVXLa__category{text-transform:uppercase;letter-spacing:.5px;color:#000;background:#ffd000;border-radius:3px;align-items:center;gap:.2rem;padding:.25rem .6rem;font-size:.65rem;font-weight:500;display:inline-flex}.slug-module__kxVXLa__date{align-items:center;gap:.25rem;display:flex}.slug-module__kxVXLa__readTime{color:#222;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffbf;border-radius:3px;align-items:center;gap:.2rem;padding:.25rem .75rem;font-size:.65rem;font-weight:500;display:inline-flex}.slug-module__kxVXLa__toc{background:var(--secondary);border-radius:var(--radius);border:1px solid var(--border);z-index:50;margin-bottom:2rem;padding:1.5rem;position:sticky;top:120px}.slug-module__kxVXLa__tocTitle{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.slug-module__kxVXLa__tocList{margin:0;padding-left:1.5rem;list-style:outside}.slug-module__kxVXLa__tocItem{margin-bottom:.5rem}.slug-module__kxVXLa__tocItem a{color:var(--muted-foreground);font-size:.95rem;text-decoration:none;transition:color .2s}.slug-module__kxVXLa__tocItem a:hover{color:var(--primary);text-decoration:underline}.slug-module__kxVXLa__tocItem.slug-module__kxVXLa__level3{padding-left:1rem;font-size:.9rem}.slug-module__kxVXLa__tocItem.slug-module__kxVXLa__level4{padding-left:2rem;font-size:.85rem}.slug-module__kxVXLa__imgAnimation{animation:20s ease-in-out infinite alternate slug-module__kxVXLa__subtleZoom}@keyframes slug-module__kxVXLa__subtleZoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.slug-module__kxVXLa__relatedSection{border-top:1px solid var(--border);max-width:1200px;margin-top:4rem;margin-left:auto;margin-right:auto;padding-top:2rem;padding-left:1rem;padding-right:1rem}.slug-module__kxVXLa__relatedTitle{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.slug-module__kxVXLa__relatedGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:1024px){.slug-module__kxVXLa__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.slug-module__kxVXLa__relatedGrid{grid-template-columns:1fr}}
.page-module___8aEwW__homePage{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__main{flex:1}.page-module___8aEwW__notInstalledMain{background:var(--background);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.page-module___8aEwW__notInstalledContent{text-align:center;max-width:500px}.page-module___8aEwW__globeIcon{background:var(--secondary);width:120px;height:120px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.page-module___8aEwW__notInstalledTitle{margin-bottom:.75rem;font-size:2rem;font-weight:700}.page-module___8aEwW__notInstalledDesc{color:var(--muted-foreground);margin-bottom:2rem;line-height:1.6}.page-module___8aEwW__startButton{background:var(--accent);color:var(--accent-foreground);border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.page-module___8aEwW__startButton:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.page-module___8aEwW__container{max-width:1400px;margin:0 auto;padding:0 2rem}.page-module___8aEwW__defaultHero{background:var(--secondary);text-align:center;padding:4rem 2rem}.page-module___8aEwW__heroTitle{margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.page-module___8aEwW__heroSubtitle{color:var(--muted-foreground);font-size:1.125rem}.page-module___8aEwW__postsSection{padding:4rem 0}.page-module___8aEwW__sectionTitle{margin-bottom:2rem;font-size:1.5rem;font-weight:700}
