.Navbar-module__cJzEcG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background-color:#ffffffe6;align-items:center;height:70px;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__container{width:100%;max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logoLink{letter-spacing:-.04em;align-items:center;gap:1px;font-size:1.5rem;font-weight:800;line-height:1;text-decoration:none;display:flex}.Navbar-module__cJzEcG__textGradient{background:linear-gradient(to right,var(--primary),var(--secondary));color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.Navbar-module__cJzEcG__textBlack{color:var(--text-main)}.Navbar-module__cJzEcG__dotPurple{color:var(--primary)}.Navbar-module__cJzEcG__nav{display:none}@media (min-width:768px){.Navbar-module__cJzEcG__nav{gap:2.5rem;display:flex}}.Navbar-module__cJzEcG__link{color:var(--text-muted);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--primary)}.Navbar-module__cJzEcG__ctaButton{background-color:var(--text-main);color:var(--background);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:none}.Navbar-module__cJzEcG__ctaButton:hover{background-color:var(--primary)}@media (min-width:768px){.Navbar-module__cJzEcG__ctaButton{display:inline-block}}
.HeroSection-module__sBkrQG__hero{background-color:#fff;justify-content:center;align-items:center;width:100%;min-height:85vh;display:flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__atmosphere{z-index:0;opacity:.3;pointer-events:none;position:absolute;inset:0}.HeroSection-module__sBkrQG__blobPurple{filter:blur(120px);background-color:#6a0dad;border-radius:50%;width:50%;height:50%;position:absolute;top:-20%;left:-10%}.HeroSection-module__sBkrQG__blobOrange{filter:blur(120px);background-color:#ff4500;border-radius:50%;width:50%;height:50%;position:absolute;bottom:-20%;right:-10%}.HeroSection-module__sBkrQG__container{z-index:10;grid-template-columns:1fr;align-items:center;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}@media (min-width:1024px){.HeroSection-module__sBkrQG__container{grid-template-columns:1fr 1fr}}.HeroSection-module__sBkrQG__content{text-align:center}@media (min-width:1024px){.HeroSection-module__sBkrQG__content{text-align:left}}.HeroSection-module__sBkrQG__badge{background-color:#0000000d;border:1px solid #0000001a;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.25rem .75rem;display:inline-flex}.HeroSection-module__sBkrQG__pulseDot{background-color:#ff4500;border-radius:50%;width:.5rem;height:.5rem;animation:2s cubic-bezier(.4,0,.6,1) infinite HeroSection-module__sBkrQG__pulse}.HeroSection-module__sBkrQG__badgeText{letter-spacing:.05em;color:#4b5563;text-transform:uppercase;font-family:monospace;font-size:.75rem;font-weight:700}.HeroSection-module__sBkrQG__heading{color:#000;letter-spacing:-.025em;margin-bottom:2rem;font-size:3rem;font-weight:700;line-height:1.1}@media (min-width:1024px){.HeroSection-module__sBkrQG__heading{font-size:4.5rem}}.HeroSection-module__sBkrQG__gradientText{background:linear-gradient(90deg,#6a0dad,#ff4500,gold);color:#0000;-webkit-background-clip:text;background-clip:text}.HeroSection-module__sBkrQG__description{color:#4b5563;max-width:36rem;margin:0 auto 2rem;font-size:1.125rem;line-height:1.625}@media (min-width:1024px){.HeroSection-module__sBkrQG__description{margin-left:0}}.HeroSection-module__sBkrQG__signature{color:#9ca3af;margin-top:.5rem;font-size:.875rem;font-style:italic;display:block}.HeroSection-module__sBkrQG__buttonGroup{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:640px){.HeroSection-module__sBkrQG__buttonGroup{flex-direction:row}}@media (min-width:1024px){.HeroSection-module__sBkrQG__buttonGroup{justify-content:flex-start}}.HeroSection-module__sBkrQG__btnPrimary{color:#fff;background-color:#000;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:transform .1s;display:inline-flex;position:relative;overflow:hidden}.HeroSection-module__sBkrQG__btnPrimary:active{transform:scale(.95)}.HeroSection-module__sBkrQG__btnPrimary:before{content:"";opacity:0;z-index:0;background:linear-gradient(90deg,#6a0dad,#ff4500);transition:opacity .3s;position:absolute;inset:0}.HeroSection-module__sBkrQG__btnPrimary:hover:before{opacity:1}.HeroSection-module__sBkrQG__btnContent{z-index:10;align-items:center;gap:.5rem;display:flex;position:relative}.HeroSection-module__sBkrQG__btnSecondary{color:#000;background-color:#fff;border:2px solid #f3f4f6;border-radius:.75rem;justify-content:center;align-items:center;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.HeroSection-module__sBkrQG__btnSecondary:hover{background-color:#f9fafb;border-color:#6a0dad4d}.HeroSection-module__sBkrQG__imageWrapper{aspect-ratio:1;width:100%;max-width:28rem;margin:0 auto;position:relative}@media (min-width:1024px){.HeroSection-module__sBkrQG__imageWrapper{aspect-ratio:4/5;max-width:none}}.HeroSection-module__sBkrQG__borderRingPurple{border:2px solid #6a0dad1a;border-radius:1rem;position:absolute;inset:0;transform:rotate(3deg)scale(1.05)}.HeroSection-module__sBkrQG__borderRingOrange{border:2px solid #ff45001a;border-radius:1rem;position:absolute;inset:0;transform:rotate(-2deg)scale(1.05)}.HeroSection-module__sBkrQG__imageContainer{border-radius:1rem;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #6a0dad1a}.HeroSection-module__sBkrQG__heroImage{object-fit:cover;transition:transform 1s}.HeroSection-module__sBkrQG__imageContainer:hover .HeroSection-module__sBkrQG__heroImage{transform:scale(1.05)}.HeroSection-module__sBkrQG__overlay{background:linear-gradient(#0000,#0003);position:absolute;inset:0}@keyframes HeroSection-module__sBkrQG__pulse{0%,to{opacity:1}50%{opacity:.5}}.HeroSection-module__sBkrQG__container{grid-template-columns:1fr;display:grid}@media (min-width:1024px){.HeroSection-module__sBkrQG__container{grid-template-columns:1fr 1fr}}
.VisualGrid-module__gaL2LG__section{width:100%;max-width:1200px;margin:0 auto;padding:6rem 1.5rem}.VisualGrid-module__gaL2LG__header{text-align:center;flex-direction:column;margin-bottom:3rem;display:flex}.VisualGrid-module__gaL2LG__title{color:#000;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.VisualGrid-module__gaL2LG__subtitle{color:#6b7280}.VisualGrid-module__gaL2LG__grid{grid-template-columns:1fr;gap:1rem;height:120vh;display:grid}@media (min-width:768px){.VisualGrid-module__gaL2LG__grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr);height:600px}}.VisualGrid-module__gaL2LG__card{border-radius:1rem;position:relative;overflow:hidden}.VisualGrid-module__gaL2LG__cardMain{}@media (min-width:768px){.VisualGrid-module__gaL2LG__cardMain{grid-area:span 2/span 2}}.VisualGrid-module__gaL2LG__cardWide{}@media (min-width:768px){.VisualGrid-module__gaL2LG__cardWide{grid-column:span 2}}.VisualGrid-module__gaL2LG__cardStandard{}.VisualGrid-module__gaL2LG__gridImage{object-fit:cover;width:100%;height:100%;transition:transform .7s}.VisualGrid-module__gaL2LG__card:hover .VisualGrid-module__gaL2LG__gridImage{transform:scale(1.05)}.VisualGrid-module__gaL2LG__overlay{background-color:#0003;transition:background-color .3s;position:absolute;inset:0}.VisualGrid-module__gaL2LG__card:hover .VisualGrid-module__gaL2LG__overlay{background-color:#0000}
.CategoryFilter-module__Fos3Ja__container{scrollbar-width:none;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.CategoryFilter-module__Fos3Ja__container::-webkit-scrollbar{display:none}.CategoryFilter-module__Fos3Ja__button{white-space:nowrap;cursor:pointer;color:#4b5563;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.CategoryFilter-module__Fos3Ja__button:hover{background-color:#f3f4f6;border-color:#d1d5db}.CategoryFilter-module__Fos3Ja__active{color:#fff;background-color:#000;border-color:#000}.CategoryFilter-module__Fos3Ja__active:hover{background-color:#1f2937}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border);background-color:var(--surface);flex-direction:column;align-items:center;gap:2rem;margin-top:auto;padding:4rem 1.5rem;display:flex}.Footer-module__S6Hkya__socials{align-items:center;gap:1.5rem;display:flex}.Footer-module__S6Hkya__iconLink{color:var(--text-muted);background-color:#0000;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__S6Hkya__iconLink:hover{color:var(--primary);background-color:#6a0dad0d;transform:translateY(-2px)}.Footer-module__S6Hkya__icon{fill:currentColor;width:24px;height:24px}.Footer-module__S6Hkya__text{color:var(--text-muted);text-align:center;font-family:monospace;font-size:.875rem}.Footer-module__S6Hkya__brand{color:var(--text-main);font-weight:700}
.Manifest-module__IALkaW__container{max-width:800px;margin:0 auto;padding:4rem 1.5rem 8rem}.Manifest-module__IALkaW__header{text-align:left;margin-bottom:4rem}.Manifest-module__IALkaW__label{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--secondary);margin-bottom:1rem;padding-bottom:.25rem;font-family:monospace;font-size:.875rem;font-weight:700;display:inline-block}.Manifest-module__IALkaW__title{color:var(--text-main);font-size:3rem;font-weight:800;line-height:1.1}@media (min-width:768px){.Manifest-module__IALkaW__title{font-size:4.5rem}}.Manifest-module__IALkaW__imageWrapper{border-radius:var(--radius-md);background-color:var(--surface);width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.Manifest-module__IALkaW__missionImage{object-fit:cover;transition:transform 1.5s cubic-bezier(.2,0,.2,1)}.Manifest-module__IALkaW__imageWrapper:hover .Manifest-module__IALkaW__missionImage{transform:scale(1.05)}.Manifest-module__IALkaW__content{color:var(--text-muted);font-size:1.25rem;line-height:1.75}.Manifest-module__IALkaW__content p{margin-bottom:2rem}.Manifest-module__IALkaW__highlight{color:var(--text-main);font-weight:600}.Manifest-module__IALkaW__signature{border-top:1px solid var(--border);color:var(--text-muted);margin-top:4rem;padding-top:2rem;font-style:italic}
.BlogPost-module__SY66Va__container{max-width:800px;margin:0 auto;padding:4rem 1.5rem 8rem}.BlogPost-module__SY66Va__header{text-align:center;margin-bottom:3rem}.BlogPost-module__SY66Va__meta{color:var(--text-muted);justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;font-family:monospace;font-size:.875rem;display:flex}.BlogPost-module__SY66Va__category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.BlogPost-module__SY66Va__title{color:var(--text-main);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}@media (min-width:768px){.BlogPost-module__SY66Va__title{font-size:3.5rem}}.BlogPost-module__SY66Va__imageWrapper{aspect-ratio:16/9;border-radius:var(--radius-md);background-color:var(--surface);width:100%;margin-bottom:4rem;position:relative;overflow:hidden}.BlogPost-module__SY66Va__image{object-fit:cover}.BlogPost-module__SY66Va__content{color:#374151;font-size:1.125rem;line-height:1.8}.BlogPost-module__SY66Va__content p{margin-bottom:1.5rem}.BlogPost-module__SY66Va__content h2{color:var(--text-main);margin-top:3rem;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.BlogPost-module__SY66Va__content ul{margin-bottom:1.5rem;padding-left:1.5rem;list-style-type:disc}.BlogPost-module__SY66Va__content li{margin-bottom:.5rem}.BlogPost-module__SY66Va__backLink{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:3rem;font-weight:600;transition:color .2s;display:inline-flex}.BlogPost-module__SY66Va__backLink:hover{color:var(--primary)}
.not-found-module__HS70Aa__container{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.not-found-module__HS70Aa__content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 1.5rem;display:flex}.not-found-module__HS70Aa__iconWrapper{margin-bottom:2rem;position:relative}.not-found-module__HS70Aa__iconCircle{z-index:10;background-color:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;display:flex;position:relative}.not-found-module__HS70Aa__iconText{font-size:2.25rem}.not-found-module__HS70Aa__pulseRing{border:2px solid var(--secondary);opacity:.2;border-radius:50%;width:100%;height:100%;animation:1.5s cubic-bezier(0,0,.2,1) infinite not-found-module__HS70Aa__ping;position:absolute;top:0;left:0}@keyframes not-found-module__HS70Aa__ping{75%,to{opacity:0;transform:scale(2)}}.not-found-module__HS70Aa__title{color:var(--text-main);margin-bottom:1rem;font-size:2.25rem;font-weight:700}@media (min-width:768px){.not-found-module__HS70Aa__title{font-size:3.75rem}}.not-found-module__HS70Aa__description{color:var(--text-muted);max-width:28rem;margin:0 auto 2rem;font-size:1.125rem}.not-found-module__HS70Aa__button{background-color:var(--text-main);color:var(--background);border-radius:var(--radius-sm);padding:.75rem 2rem;font-weight:700;text-decoration:none;transition:background-color .2s}.not-found-module__HS70Aa__button:hover{background-color:var(--primary)}
.PostCard-module__daOK_G__card{background-color:#fff;border:1px solid #0000;border-radius:1rem;flex-direction:column;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 0 #0000}.PostCard-module__daOK_G__card:hover{border-color:#6b72801a;transform:translateY(-.25rem);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.PostCard-module__daOK_G__imageWrapper{aspect-ratio:4/3;background-color:#f3f4f6;position:relative;overflow:hidden}.PostCard-module__daOK_G__image{object-fit:cover;width:100%;height:100%;transition:transform .7s ease-out}.PostCard-module__daOK_G__card:hover .PostCard-module__daOK_G__image{transform:scale(1.05)}.PostCard-module__daOK_G__overlay{z-index:10;background:linear-gradient(to top right,#0000,#0000);transition:all .5s;position:absolute;inset:0}.PostCard-module__daOK_G__card:hover .PostCard-module__daOK_G__overlay{background:linear-gradient(to top right,#6a0dad1a,#ff45001a)}.PostCard-module__daOK_G__content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.PostCard-module__daOK_G__meta{align-items:center;gap:.75rem;margin-bottom:1rem;font-family:monospace;font-size:.75rem;display:flex}.PostCard-module__daOK_G__category{color:#6a0dad;text-transform:uppercase;letter-spacing:.05em;background-color:#6a0dad0d;border-radius:.25rem;padding:.125rem .5rem;font-weight:700}.PostCard-module__daOK_G__separator{color:#d1d5db}.PostCard-module__daOK_G__date{color:#6b7280}.PostCard-module__daOK_G__title{color:#000;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.3;transition:all .3s}.PostCard-module__daOK_G__card:hover .PostCard-module__daOK_G__title{background:linear-gradient(90deg,#6a0dad,#ff4500);color:#0000;-webkit-background-clip:text;background-clip:text}.PostCard-module__daOK_G__excerpt{font-size:.875rem}
