.blog-module__ht1OTW__blogContainer{min-height:100vh}.blog-module__ht1OTW__blogHeader{background-color:var(--bg-primary);text-align:center;border-bottom:1px solid var(--border-color);padding:4rem 0 2rem;position:relative;overflow:hidden}.blog-module__ht1OTW__blogHeader:before,.blog-module__ht1OTW__blogHeader:after{content:"";opacity:.5;pointer-events:none;z-index:0;border-radius:50%;position:absolute}.blog-module__ht1OTW__blogHeader:before{background:radial-gradient(circle,rgba(0,191,255,.1) 0%,transparent 70%);width:300px;height:300px;top:-100px;right:-100px}.blog-module__ht1OTW__blogHeader:after{background:radial-gradient(circle,rgba(127,0,255,.1) 0%,transparent 70%);width:250px;height:250px;bottom:-100px;left:-100px}.blog-module__ht1OTW__blogTitle{font-family:var(--font-display);background:linear-gradient(90deg,var(--accent-primary)0%,var(--accent-secondary)100%);color:transparent;z-index:1;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:max(2.5rem,min(6vw,3.5rem));font-weight:700;line-height:1.2;position:relative}.blog-module__ht1OTW__blogSubtitle{color:var(--text-secondary);z-index:1;max-width:700px;margin:0 auto;font-size:1.1rem;position:relative}.blog-module__ht1OTW__featuredSection{background-color:rgba(10,20,47,.3);padding:3rem 0;position:relative}.blog-module__ht1OTW__featuredPost{max-width:1100px;margin:0 auto}.blog-module__ht1OTW__featuredGrid{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.blog-module__ht1OTW__featuredImage{position:relative}.blog-module__ht1OTW__imageContainer{border:1px solid var(--border-color);border-radius:12px;width:100%;height:0;padding-bottom:66.67%;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.blog-module__ht1OTW__imageContainer:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.blog-module__ht1OTW__image{object-fit:cover;transition:transform .5s}.blog-module__ht1OTW__imageContainer:hover .blog-module__ht1OTW__image{transform:scale(1.05)}.blog-module__ht1OTW__featuredContent{flex-direction:column;display:flex}.blog-module__ht1OTW__category{color:var(--accent-primary);background-color:rgba(var(--accent-primary-rgb),.1);border:1px solid rgba(var(--accent-primary-rgb),.2);border-radius:4px;align-self:flex-start;margin-bottom:1rem;padding:.3rem .8rem;font-size:.85rem;text-decoration:none;transition:all .2s;display:inline-block}.blog-module__ht1OTW__category:hover{background-color:rgba(var(--accent-primary-rgb),.2);border-color:var(--accent-primary)}.blog-module__ht1OTW__featuredTitle{font-family:var(--font-display);margin-bottom:1rem;font-size:max(1.8rem,min(4vw,2.2rem));font-weight:700;line-height:1.2}.blog-module__ht1OTW__featuredTitle a{color:var(--text-primary);text-decoration:none;transition:color .2s}.blog-module__ht1OTW__featuredTitle a:hover{color:var(--accent-primary)}.blog-module__ht1OTW__featuredExcerpt{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.blog-module__ht1OTW__postMeta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.blog-module__ht1OTW__divider{opacity:.5}.blog-module__ht1OTW__readMore{color:var(--accent-primary);border-bottom:1px solid transparent;padding-bottom:2px;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.blog-module__ht1OTW__readMore:hover{color:var(--accent-primary-hover);border-bottom-color:var(--accent-primary-hover)}.blog-module__ht1OTW__postsSection{padding:4rem 0 5rem}.blog-module__ht1OTW__sectionTitle{font-family:var(--font-display);color:var(--text-primary);text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:700;position:relative}.blog-module__ht1OTW__sectionTitle:after{content:"";background-color:var(--accent-primary);border-radius:1px;width:50px;height:3px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.blog-module__ht1OTW__postsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.blog-module__ht1OTW__postCard{border:1px solid var(--border-color);background:linear-gradient(160deg,rgba(10,20,47,.5),rgba(5,10,26,.6));border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;overflow:hidden}.blog-module__ht1OTW__postCard:hover{box-shadow:0 10px 25px rgba(0,0,0,.15),0 0 15px rgba(var(--accent-primary-rgb),.1);border-color:var(--accent-primary);transform:translateY(-5px)}.blog-module__ht1OTW__cardImageLink{width:100%;display:block}.blog-module__ht1OTW__cardImageContainer{width:100%;height:0;padding-bottom:60%;position:relative;overflow:hidden}.blog-module__ht1OTW__cardImage{object-fit:cover;transition:transform .5s cubic-bezier(.25,1,.5,1)}.blog-module__ht1OTW__postCard:hover .blog-module__ht1OTW__cardImage{transform:scale(1.05)}.blog-module__ht1OTW__cardContent{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.blog-module__ht1OTW__cardTitle{font-family:var(--font-display);margin:.75rem 0;font-size:1.3rem;font-weight:600;line-height:1.3}.blog-module__ht1OTW__cardTitle a{color:var(--text-primary);text-decoration:none;transition:color .2s}.blog-module__ht1OTW__cardTitle a:hover{color:var(--accent-primary)}.blog-module__ht1OTW__cardExcerpt{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.blog-module__ht1OTW__cardMeta{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}@media (max-width:992px){.blog-module__ht1OTW__featuredGrid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:768px){.blog-module__ht1OTW__blogHeader{padding:3.5rem 0 2rem}.blog-module__ht1OTW__featuredSection,.blog-module__ht1OTW__postsSection{padding:3rem 0}.blog-module__ht1OTW__postsGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.blog-module__ht1OTW__cardContent{padding:1.25rem}.blog-module__ht1OTW__cardTitle{font-size:1.2rem}}@media (max-width:480px){.blog-module__ht1OTW__blogHeader{padding:3rem 0 1.5rem}.blog-module__ht1OTW__postsGrid{grid-template-columns:1fr}.blog-module__ht1OTW__featuredSection{padding:2rem 0}.blog-module__ht1OTW__postsSection{padding:2.5rem 0}.blog-module__ht1OTW__sectionTitle{margin-bottom:1.5rem;font-size:1.5rem}.blog-module__ht1OTW__featuredExcerpt{font-size:1rem}}
/*# sourceMappingURL=c63d713abb711bfe.css.map*/