@import "https://fonts.googleapis.com/css2?family=Manrope:wght@500;700;800&family=Source+Sans+3:wght@400;600&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#11213f;--bg:#f6f8ff;--card:#fff;--accent-blue:#4762ed;--accent-orange:#e57d1c;--accent-red:#de3319;--muted:#4f638a;--line:#dce4ff;--soft-line:#e8ecff;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{min-height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:"Source Sans 3",Arial,Helvetica,sans-serif}a{color:inherit}.container{width:min(var(--container), calc(100% - 2rem));margin:0 auto}.topbar{background:0 0}.topbar-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1.75rem 0 .5rem;display:flex}.brand{color:var(--ink);align-items:center;gap:.65rem;text-decoration:none;display:inline-flex}.brand img{object-fit:cover;border-radius:10px;width:44px;height:44px}.brand span,.hero-title,.section-title,.content-card h3{font-family:Manrope,sans-serif}.brand span{letter-spacing:.02em;font-weight:800}.menu{flex-wrap:wrap;gap:1.25rem;display:inline-flex}.menu a{color:var(--ink);font-weight:600;text-decoration:none}.hero-section{padding:4rem 0 2.25rem;overflow:hidden}.hero-grid,.hero-grid-solo{display:block}.hero-copy{max-width:760px;animation:.8s both fade-up}.eyebrow{color:var(--accent-blue);letter-spacing:.06em;text-transform:uppercase;margin:0;font-weight:700}.hero-title{margin:.65rem 0 0;font-size:clamp(2rem,6vw,4rem);line-height:1.05}.hero-body{margin:1rem 0 0;font-size:1.15rem;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.btn{border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.2rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(100deg, var(--accent-red), var(--accent-blue), var(--accent-orange))}.btn-secondary{color:var(--ink);border:1px solid color-mix(in srgb, var(--ink) 20%, transparent);background:#fff}.section,.section-soft,.section-news{margin:2.25rem 0}.section-head{margin-bottom:1rem}.section-title{margin:0;font-size:clamp(1.45rem,2.4vw,2rem)}.section-intro,.content-card p,.state{line-height:1.5}.section-intro{margin:0 0 1rem}.content-stack,.split-grid,.card-grid{gap:.85rem;display:grid}.split-grid{grid-template-columns:1fr}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-card{background:var(--card);border:1px solid var(--soft-line);border-radius:16px;padding:1rem}#focus .content-card,#programs .content-card{border-left-width:5px}#focus .content-card:first-child,#programs .content-card:first-child{border-left-color:var(--accent-red)}#focus .content-card:nth-child(2),#programs .content-card:nth-child(2){border-left-color:var(--accent-blue)}#focus .content-card:nth-child(3),#programs .content-card:nth-child(3){border-left-color:var(--accent-orange)}#mission .content-card{border-color:var(--line)}#calls .content-card{border-top:3px solid var(--accent-orange)}#news .content-card{border-top:3px solid var(--accent-blue)}.content-card h3{margin:0;font-size:1.15rem}.content-card p{margin:.5rem 0 0}.text-list{margin:.8rem 0 0;padding-left:1.2rem}.text-list li+li{margin-top:.4rem}.meta{color:var(--muted);margin:0;font-weight:600}.text-link{color:var(--accent-red);margin-top:.75rem;font-weight:700;text-decoration:none;display:inline-block}.state{color:var(--muted);margin:1rem 0 0}.footer{padding:1rem 0 2rem}.footer-inner{border-top:1px solid var(--line);padding-top:1rem}.footer p{margin:0}.footer-links{flex-wrap:wrap;gap:1rem;margin-top:.75rem;display:flex}.footer-links a{color:var(--accent-red);font-weight:700;text-decoration:none}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.card-grid{grid-template-columns:1fr}}@media (max-width:760px){.topbar-inner{flex-direction:column;align-items:flex-start}.menu{gap:.9rem}}
