.brand{cursor:pointer;color:var(--color-text-primary);align-items:center;gap:.5rem;transition:opacity .2s;display:flex;text-decoration:none!important}.brand-sm{font-size:1.25rem;font-weight:700}.brand-md{font-size:1.5rem;font-weight:800}.brand-lg{font-size:2rem;font-weight:800}.brand-sm .brand-icon{-o-object-fit:contain;object-fit:contain;width:auto;height:1.75rem}.brand-md .brand-icon{-o-object-fit:contain;object-fit:contain;width:auto;height:2.25rem}.brand-lg .brand-icon{-o-object-fit:contain;object-fit:contain;width:auto;height:2.5rem}.brand-text{font-size:inherit;font-weight:inherit}.brand-accent{font-size:inherit;font-weight:inherit;background:var(--gradient-text);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.brand:hover{opacity:.9;text-decoration:none!important}.brand:active{opacity:.8;text-decoration:none!important}a .brand,a:hover .brand,a:active .brand,a:focus .brand,a:visited .brand,.brand *,.brand :hover,.brand :active,.brand :focus{text-decoration:none!important}.brand,.brand:hover,.brand:active,.brand:focus,.brand:visited{-webkit-text-decoration:none!important;text-decoration:none!important}
.popover-container{display:inline-block;position:relative}.popover-trigger{border:1px solid var(--color-alpha-white-10);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.popover-trigger:hover{background:var(--color-alpha-white-05);border-color:var(--color-alpha-white-20);color:var(--color-text-primary)}.popover-trigger:focus{border-color:var(--color-accent-purple);box-shadow:0 0 0 2px var(--color-alpha-accent-purple-20);outline:none}.popover-trigger:disabled{opacity:.5;cursor:not-allowed}.popover-content{background:var(--color-header-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-alpha-white-10);min-width:140px;box-shadow:0 4px 6px -1px var(--color-alpha-black-30),0 2px 4px -1px var(--color-alpha-black-30),0 0 0 1px var(--color-alpha-white-05);z-index:1100;isolation:isolate;border-radius:8px;padding:.25rem;animation:.15s ease-out popoverFadeIn;position:absolute;top:calc(100% + .5rem)}@supports ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.popover-content{background:var(--color-header-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.popover-option{width:100%;color:var(--color-text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.popover-option:hover{background:var(--color-alpha-white-05);color:var(--color-text-primary)}.popover-option:focus{background:var(--color-alpha-white-05);color:var(--color-text-primary);outline:none}.popover-option.popover-option-active{background:var(--color-alpha-accent-purple-10);color:var(--color-accent-purple)}.popover-option.popover-option-active:hover{background:var(--color-alpha-accent-purple-15)}.popover-option:disabled{opacity:.5;cursor:not-allowed;color:var(--color-text-secondary)}.popover-option:disabled:hover{color:var(--color-text-secondary);background:0 0}.popover-content-left{left:0;right:auto}.popover-content-right{left:auto;right:0}.popover-content-center{left:50%;transform:translate(-50%)}.popover-content-top{top:auto;bottom:calc(100% + .5rem)}.popover-trigger-sm{width:32px;height:32px;padding:0}.popover-trigger-md{width:40px;height:40px;padding:0}.popover-trigger-lg{gap:6px;min-height:40px;padding:10px 12px}.popover-trigger-xl{gap:8px;min-height:44px;padding:12px 16px}.popover-content-sm{min-width:120px}.popover-content-md{min-width:160px}.popover-content-lg{min-width:200px}.popover-content-xl{min-width:240px}.popover-trigger-primary{background:var(--color-accent-purple);color:var(--color-base-white);border-color:var(--color-accent-purple)}.popover-trigger-primary:hover{background:var(--color-accent-purple);border-color:var(--color-accent-purple);color:var(--color-base-white)}.popover-trigger-elevated{background:var(--color-card-background-elevated);box-shadow:0 1px 3px 0 var(--color-alpha-black-30)}.popover-trigger-elevated:hover{box-shadow:0 2px 6px 0 var(--color-alpha-black-40)}.popover-trigger-ghost{background:0 0;border:none}.popover-trigger-ghost:hover{background:var(--color-alpha-white-08)}.popover-content-menu{min-width:200px;padding:.5rem 0}.popover-content-menu .popover-option{border-radius:0;justify-content:flex-start;padding:.5rem 1rem}.popover-content-compact{padding:.25rem}.popover-content-filter{min-width:240px;max-height:300px;padding:.5rem 0;overflow-y:auto}.popover-header{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-alpha-white-10);justify-content:space-between;align-items:center;margin-bottom:4px;padding:8px 12px;font-size:.75rem;font-weight:600;display:flex}.popover-divider{background:var(--color-alpha-white-10);height:1px;margin:8px 12px}.popover-section-title{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;padding:.25rem 1rem;font-size:.75rem;font-weight:600}.popover-option-icon{width:16px;height:16px;color:var(--color-text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.popover-option:hover .popover-option-icon,.popover-option-active .popover-option-icon{color:currentColor}.popover-option-text{text-align:left;flex:1;font-weight:500}.popover-option-checkmark{color:var(--color-accent-purple);flex-shrink:0;width:16px;height:16px}.popover-trigger-chevron{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.popover-trigger-chevron-open{transform:rotate(180deg)}.popover-option-checkbox{appearance:none;border:2px solid var(--color-alpha-white-30);background:var(--color-card-background-elevated);cursor:pointer;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-right:10px;transition:all .2s;position:relative}.popover-option-checkbox:checked{background:var(--color-accent-purple);border-color:var(--color-accent-purple)}.popover-option-checkbox:checked:after{content:"";border:solid var(--color-base-white);opacity:1;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(45deg)}.popover-option-checkbox:hover{border-color:var(--color-accent-purple)}.popover-option-checkbox:focus{outline:2px solid var(--color-accent-purple);outline-offset:2px}.popover-credits-card{background-color:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:.5rem;margin:.5rem .75rem;padding:.75rem}.popover-credits-content{justify-content:space-between;align-items:center;display:flex}.popover-credits-label{align-items:center;display:flex}.popover-credits-icon{background:linear-gradient(120deg,var(--color-accent-purple),var(--color-accent-orange));border-radius:50%;margin-right:.5rem;padding:.375rem}.popover-credits-icon svg{color:#fff;width:.75rem;height:.75rem}.popover-credits-text{color:var(--color-text-secondary);font-size:.75rem;font-weight:500}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.popover-trigger-md{width:36px;height:36px}.popover-content{min-width:140px}.popover-content-right{left:0;right:auto}.popover-content-filter{min-width:200px}}@media (prefers-contrast:high){.popover-trigger,.popover-content{border-width:2px}}
.header{z-index:1000;width:100%;padding:12px 0;transition:all .3s;position:fixed;top:0;left:0}.header.transparent{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:1px solid #0000}.header.scrolled{background:var(--color-header-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-alpha-white-05)}.header-container{justify-content:space-between;align-items:center;display:flex}.header-logo{color:var(--color-text-primary);text-decoration:none!important}.header-logo:hover,.header-logo:active,.header-logo:focus{text-decoration:none!important}.header-nav{gap:2rem;list-style:none;display:flex}.header-nav a{color:var(--color-text-secondary);font-weight:500;text-decoration:none;transition:color .3s}.header-nav a:hover{color:var(--color-text-primary)}.header-nav a.active{color:var(--color-text-primary);position:relative}.header-nav a.active:after{content:"";background:var(--color-accent-orange);border-radius:1px;height:2px;position:absolute;bottom:-8px;left:0;right:0}.header-actions{align-items:center;gap:1.5rem;display:flex}.mobile-toggle{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px;transition:background .3s;display:none}.mobile-toggle:hover{background:var(--color-alpha-white-10)}.mobile-menu{background:var(--color-header-background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-alpha-white-05);padding:1rem 0;display:none;position:absolute;top:100%;left:0;right:0}.mobile-nav{flex-direction:column;gap:.5rem;margin:0;padding:0 24px;list-style:none;display:flex}.mobile-nav a{color:var(--color-text-secondary);border-radius:8px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .3s}.mobile-nav a:hover{color:var(--color-text-primary);background:var(--color-alpha-white-05)}@media (max-width:992px){.header-nav,.header-actions .btn-secondary{display:none}.header-actions{gap:1rem}.mobile-toggle{align-items:center;display:inline-flex}.mobile-menu.open{display:block}}@media (max-width:600px){.header-container{padding:0 16px}.header-lang{display:none}.header-actions .btn{white-space:nowrap;padding:6px 16px;font-size:.875rem}}@media (min-width:601px){.mobile-menu-lang{display:none}}.mobile-menu-lang{padding:.75rem 24px 0}
.Footer-module__KF9QYa__footer{background:var(--color-background-dark);border-top:1px solid var(--color-alpha-white-03);padding:80px 0 0;position:relative}.Footer-module__KF9QYa__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.Footer-module__KF9QYa__footerAbout{max-width:300px}.Footer-module__KF9QYa__footerAbout .Footer-module__KF9QYa__logo{color:var(--color-text-primary);margin-bottom:16px;font-size:1.2rem;font-weight:700;text-decoration:none;display:block}.Footer-module__KF9QYa__footerAbout p{color:var(--color-text-secondary);font-size:1rem;line-height:1.6}.Footer-module__KF9QYa__footerLinks h4{color:var(--color-text-primary);margin-bottom:16px;font-size:1.1rem}.Footer-module__KF9QYa__footerLinks ul{list-style:none}.Footer-module__KF9QYa__footerLinks ul li{margin-bottom:10px}.Footer-module__KF9QYa__footerLinks ul li a{color:var(--color-text-secondary);text-decoration:none;transition:color .3s}.Footer-module__KF9QYa__footerLinks ul li a:hover{color:var(--color-text-primary)}.Footer-module__KF9QYa__socialLinks{gap:16px;margin-top:24px;display:flex}.Footer-module__KF9QYa__socialLink{color:var(--color-text-secondary);justify-content:center;align-items:center;text-decoration:none;transition:color .3s;display:inline-flex}.Footer-module__KF9QYa__socialLink:hover{color:var(--color-text-primary)}.Footer-module__KF9QYa__footerBottom{border-top:1px solid var(--color-alpha-white-05);text-align:center;color:var(--color-text-secondary);margin-top:60px;padding-top:30px;padding-bottom:30px;font-size:.9rem}.Footer-module__KF9QYa__footerBottom p{font-size:.9rem}@media (max-width:768px){.Footer-module__KF9QYa__footerContent{flex-direction:column}.Footer-module__KF9QYa__socialLinks{flex-wrap:wrap;gap:12px}}
.HeroSection-module__MZ47lq__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding-top:200px;padding-bottom:120px;display:flex}.HeroSection-module__MZ47lq__heroContent{max-width:900px}.HeroSection-module__MZ47lq__heroTitle{max-width:900px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:4.5rem;font-weight:800;line-height:1.1}.HeroSection-module__MZ47lq__heroContent p{max-width:700px;color:var(--color-text-secondary);margin:0 auto 40px;font-size:1.25rem;line-height:1.7}.HeroSection-module__MZ47lq__heroActions{justify-content:center;gap:16px;display:flex}@media (max-width:992px){.HeroSection-module__MZ47lq__heroTitle{font-size:3rem}}@media (max-width:768px){.HeroSection-module__MZ47lq__heroTitle{font-size:2.5rem}.HeroSection-module__MZ47lq__heroContent p{font-size:1.1rem}.HeroSection-module__MZ47lq__heroActions{flex-direction:column}.HeroSection-module__MZ47lq__heroVisualWrapper{margin-top:40px}.HeroSection-module__MZ47lq__heroVisualContent{height:300px;font-size:1.5rem}}
.ContentPageHeader-module__g32Tja__header{padding:calc(var(--header-height) + 3.5rem)0 5.5rem;background:radial-gradient(80% 130% at 12% 0%,var(--color-alpha-accent-purple-15),transparent 60%),radial-gradient(70% 120% at 92% 10%,var(--color-alpha-accent-orange-08),transparent 62%),var(--color-background-dark);border-bottom:1px solid var(--color-alpha-white-05);background-clip:padding-box;align-items:flex-end;display:flex;position:relative;overflow:hidden}.ContentPageHeader-module__g32Tja__headerWithImage{background-position:50%;background-repeat:no-repeat;background-size:cover}.ContentPageHeader-module__g32Tja__scrim{background:linear-gradient(to bottom,var(--color-alpha-black-60)0%,var(--color-alpha-black-80)100%);position:absolute;inset:0}.ContentPageHeader-module__g32Tja__inner{z-index:1;width:100%;max-width:var(--content-box);padding-left:var(--content-gutter);padding-right:var(--content-gutter);margin:0 auto;position:relative}.ContentPageHeader-module__g32Tja__breadcrumb{margin-bottom:1.5rem}.ContentPageHeader-module__g32Tja__breadcrumbList{color:var(--color-text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;font-size:.9375rem;list-style:none;display:flex}.ContentPageHeader-module__g32Tja__breadcrumbList a{color:var(--color-text-secondary);text-decoration:none}.ContentPageHeader-module__g32Tja__breadcrumbList a:hover,.ContentPageHeader-module__g32Tja__breadcrumbCurrent{color:var(--color-text-primary)}.ContentPageHeader-module__g32Tja__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-orange);margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:inline-block}.ContentPageHeader-module__g32Tja__title{text-wrap:balance;letter-spacing:-.02em;max-width:22ch;color:var(--color-base-white);margin:0 0 1rem;font-size:clamp(2rem,4vw,3.25rem);font-weight:800;line-height:1.1}.ContentPageHeader-module__g32Tja__description{text-wrap:pretty;max-width:37em;color:var(--color-alpha-white-80);margin:0;font-size:1.125rem;line-height:1.6}.ContentPageHeader-module__g32Tja__meta{max-width:37em;color:var(--color-text-secondary);flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:1.5rem;font-size:.9375rem;display:flex}.ContentPageHeader-module__g32Tja__metaDivider{color:var(--color-alpha-white-25)}@media (max-width:768px){.ContentPageHeader-module__g32Tja__header{padding:calc(var(--header-height) + 2.5rem)0 4.5rem}}
.MissionSection-module__0AC2yq__sectionTag{background:var(--color-card-background);border:1px solid var(--color-alpha-white-05);color:var(--color-text-primary);border-radius:99px;margin-bottom:1rem;padding:6px 14px;font-size:.875rem;font-weight:600;display:inline-block}.MissionSection-module__0AC2yq__sectionHeader{text-align:center;margin-bottom:60px}.MissionSection-module__0AC2yq__fundingLogos{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:64px;margin-bottom:80px;display:flex}.MissionSection-module__0AC2yq__fundingAgency{opacity:.8;flex-direction:column;align-items:center;gap:16px;width:200px;transition:opacity .3s,transform .3s;display:flex}.MissionSection-module__0AC2yq__fundingAgency:hover{opacity:1;transform:scale(1.05)}.MissionSection-module__0AC2yq__agencyLogo{justify-content:center;align-items:center;height:60px;display:flex}.MissionSection-module__0AC2yq__agencyLogo img{height:var(--logo-h,48px);-o-object-fit:contain;object-fit:contain;width:auto;max-width:100%}.MissionSection-module__0AC2yq__fundingAgency span{color:var(--color-text-secondary);text-align:center;justify-content:center;align-items:center;width:100%;min-height:3.5rem;font-size:.875rem;font-weight:600;line-height:1.3;display:flex}.MissionSection-module__0AC2yq__missionContent{text-align:center;background:var(--color-card-background);border:1px solid var(--color-alpha-white-05);border-radius:16px;margin:0 auto;padding:60px;position:relative;overflow:hidden}.MissionSection-module__0AC2yq__missionContent:after{content:"\"";color:var(--color-alpha-white-03);z-index:0;font-family:serif;font-size:15rem;line-height:1;position:absolute;top:-20px;left:20px}.MissionSection-module__0AC2yq__missionContent>*{z-index:1;position:relative}.MissionSection-module__0AC2yq__missionContent h3{color:var(--color-text-primary);margin-bottom:1.5rem}.MissionSection-module__0AC2yq__missionContent p{max-width:640px;color:var(--color-text-secondary);margin:0 auto;font-size:1.125rem;line-height:1.7}.MissionSection-module__0AC2yq__missionAttribution{color:var(--color-text-primary);margin-top:2rem;font-style:italic;font-weight:600}.MissionSection-module__0AC2yq__missionAttribution span{color:var(--color-text-secondary);margin-top:.5rem;font-size:.9rem;font-style:normal;font-weight:400;display:block}@media (max-width:768px){.MissionSection-module__0AC2yq__fundingLogos{flex-direction:column;gap:48px}.MissionSection-module__0AC2yq__fundingAgency{width:300px}.MissionSection-module__0AC2yq__missionContent{padding:40px 24px}.MissionSection-module__0AC2yq__missionContent:after{font-size:8rem;top:-10px;left:10px}}
.ContentPageLayout-module__uhC1hq__page{background-color:var(--color-background-dark-secondary);flex-direction:column;min-height:100vh;display:flex}.ContentPageLayout-module__uhC1hq__main{border-bottom:1px solid var(--color-alpha-white-05);flex:1}.ContentPageLayout-module__uhC1hq__page .header.scrolled{background:color-mix(in srgb,var(--color-background-dark)94%,transparent)}.ContentPageLayout-module__uhC1hq__body{z-index:1;margin-top:-3rem;padding-bottom:5rem;position:relative}.ContentPageLayout-module__uhC1hq__grid{gap:var(--content-gap);width:100%;max-width:var(--content-box);padding-left:var(--content-gutter);padding-right:var(--content-gutter);grid-template-columns:minmax(0,1fr);margin:0 auto;display:grid}@media (min-width:1100px){.ContentPageLayout-module__uhC1hq__gridWithAside{grid-template-columns:minmax(0,1fr)var(--content-sidebar)}}.ContentPageLayout-module__uhC1hq__column{min-width:0}.ContentPageLayout-module__uhC1hq__below{margin-top:3rem}.ContentPageLayout-module__uhC1hq__sidebar{display:none}@media (min-width:1100px){.ContentPageLayout-module__uhC1hq__sidebar{display:block}}.ContentPageLayout-module__uhC1hq__sticky{top:calc(var(--header-height) + 2rem);position:sticky}@media (max-width:768px){.ContentPageLayout-module__uhC1hq__body{margin-top:-2.5rem}}
