@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-green-900:#0a3d26;--color-green-800:#0f5132;--color-green-700:#14653f;--color-green-600:#169b62;--color-green-500:#1fae70;--color-gray-600:#5b6b63;--color-gray-700:#465049;--color-bg:#fff;--color-bg-subtle:#f5f8f6;--color-surface:#fff;--color-border:#e0e8e3;--color-text:#142620;--color-text-muted:var(--color-gray-600);--color-heading:#0a3d26;--color-accent:var(--color-green-600);--color-accent-contrast:#fff;--color-link:var(--color-green-700);--color-nav-bg:var(--color-green-900);--color-nav-text:#fff;--color-badge-engaged-bg:#e4f8f1;--color-badge-engaged-text:#0d7a56;--color-badge-onboard-bg:#fff4e0;--color-badge-onboard-text:#a15c00;--color-badge-notmember-bg:#f1f3f2;--color-badge-notmember-text:#5b6b63;--color-esfri-tag-bg:var(--color-green-800);--color-eiro-tag-bg:#3d5a73;--color-eiro-card-bg:#eef3f6;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-h1:clamp(2rem, 1.6rem + 1.6vw, 3.25rem);--fs-h2:clamp(1.5rem, 1.3rem + .8vw, 2.1rem);--fs-h3:1.4rem;--fs-h4:1.15rem;--fs-body:1.05rem;--fs-small:.9rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4.5rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 1px 3px #0a3d2614;--shadow-md:0 6px 20px #0a3d261a;--shadow-lift:0 10px 24px #169b6240;--max-width:1200px}@media (prefers-color-scheme:dark){:root{--color-bg:#0b1712;--color-bg-subtle:#10201a;--color-surface:#14261f;--color-border:#23392f;--color-text:#e7f2ec;--color-text-muted:#9fb6ab;--color-heading:#fff;--color-link:#4fd894;--color-badge-engaged-bg:#0f3327;--color-badge-engaged-text:#4fe3ae;--color-badge-onboard-bg:#3a2a0c;--color-badge-onboard-text:#f6b34d;--color-badge-notmember-bg:#1c2b25;--color-badge-notmember-text:#9fb6ab;--color-eiro-card-bg:#17242c}}*{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{min-height:100%;font-family:var(--font-body);font-size:var(--fs-body);color:var(--color-text);background:var(--color-bg);flex-direction:column;margin:0;line-height:1.6;display:flex}#main{flex:1 0 auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);color:var(--color-heading);margin:0 0 var(--space-3);line-height:1.25}h1{font-size:var(--fs-h1);font-weight:800}h2{font-size:var(--fs-h2);font-weight:700}h3{font-size:var(--fs-h3);font-weight:600}h4{font-size:var(--fs-h4);font-weight:600}p{margin:0 0 var(--space-4);color:var(--color-text)}a{color:var(--color-link);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible{outline:3px solid var(--color-green-600);outline-offset:2px}img{max-width:100%;display:block}.container{max-width:var(--max-width);padding:0 var(--space-5);margin:0 auto}.section{padding:var(--space-8) 0}.section-subtle{background:var(--color-bg-subtle)}.section-heading{text-align:center;margin-bottom:var(--space-3)}.section-intro{text-align:center;max-width:720px;margin:0 auto var(--space-7);color:var(--color-text-muted);font-size:1.1rem}.eyebrow{font-size:var(--fs-small);letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-2);font-weight:700;display:inline-block}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:var(--space-5);transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}.grid{gap:var(--space-5);display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.btn{align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);border:2px solid var(--color-accent);cursor:pointer;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;line-height:1;transition:all .2s;display:inline-flex}.btn-primary{background:var(--color-accent);color:var(--color-accent-contrast)}.btn-primary:hover{background:var(--color-green-700);border-color:var(--color-green-700);box-shadow:var(--shadow-lift);text-decoration:none;transform:translateY(-2px)}.btn-outline{color:var(--color-accent);background:0 0}.btn-outline:hover{background:var(--color-accent);color:var(--color-accent-contrast);box-shadow:var(--shadow-lift);text-decoration:none;transform:translateY(-2px)}.badge{font-size:var(--fs-small);letter-spacing:.02em;border-radius:999px;align-items:center;gap:.35em;padding:.2em .7em;font-weight:700;display:inline-flex}.icon-sm{flex-shrink:0;width:18px;height:18px}.icon-lg{flex-shrink:0;width:40px;height:40px}.icon-badge{background:var(--color-accent);color:#fff;width:64px;height:64px;margin-bottom:var(--space-3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon-badge svg{width:30px;height:30px}.hero-row{align-items:center;gap:var(--space-7);display:flex}.hero-text{flex:auto;min-width:0}.hero-illustration{flex-shrink:0;width:260px}.hero-illustration svg{width:100%;height:auto;display:block}@media (width<=900px){.hero-illustration{display:none}}.section-heading-icon{align-items:center;gap:var(--space-3);display:flex}.heading-icon{width:28px;height:28px;color:var(--color-accent);flex-shrink:0;display:inline-flex}.heading-icon svg{width:100%;height:100%}.divider{border:none;border-top:1px solid var(--color-border);margin:0}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=640px){.section{padding:var(--space-7) 0}.container{padding:0 var(--space-4)}}.page-header-section{background:var(--color-bg-subtle);padding-bottom:var(--space-6)}.page-header-section .section-intro{margin:var(--space-3) 0 0;text-align:left;max-width:760px}.site-nav[data-astro-cid-z4jru4n3]{background:var(--color-nav-bg);color:var(--color-nav-text);z-index:50;box-shadow:var(--shadow-sm);position:sticky;top:0}.site-nav-inner[data-astro-cid-z4jru4n3]{justify-content:space-between;align-items:center;gap:var(--space-5);min-height:76px;padding-top:var(--space-2);padding-bottom:var(--space-2);display:flex;position:relative}.brand[data-astro-cid-z4jru4n3]{align-items:center;gap:var(--space-3);color:#fff;font-size:1.1rem;font-weight:700;display:flex}.brand[data-astro-cid-z4jru4n3]:hover{text-decoration:none}.brand-mark[data-astro-cid-z4jru4n3]{border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.7rem;font-weight:800;display:inline-flex}.primary-nav[data-astro-cid-z4jru4n3]{flex:1;justify-content:flex-end;display:flex}@media (width>=1080px){.primary-nav[data-astro-cid-z4jru4n3]{margin-left:var(--space-6);justify-content:flex-start}}.nav-links[data-astro-cid-z4jru4n3]{gap:var(--space-5);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.nav-links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:#ffffffd9;white-space:nowrap;border-bottom:2px solid #0000;padding:.4rem .1rem;font-weight:500}.nav-links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{color:#fff;text-decoration:none}.nav-links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3][aria-current=page]{color:#fff;border-bottom-color:var(--color-accent)}.nav-toggle[data-astro-cid-z4jru4n3]{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:1px solid #ffffff59;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:none}.nav-toggle[data-astro-cid-z4jru4n3]:hover{background:#ffffff14}.nav-toggle-icon[data-astro-cid-z4jru4n3],.nav-toggle-icon[data-astro-cid-z4jru4n3]:before,.nav-toggle-icon[data-astro-cid-z4jru4n3]:after{background:#ffffffe6;border-radius:2px;width:22px;height:2px;display:block;position:relative}.nav-toggle-icon[data-astro-cid-z4jru4n3]:before{content:"";position:absolute;top:-7px}.nav-toggle-icon[data-astro-cid-z4jru4n3]:after{content:"";position:absolute;top:7px}@media (width<=860px){.nav-toggle[data-astro-cid-z4jru4n3]{display:inline-flex}.primary-nav[data-astro-cid-z4jru4n3]{flex:none}.nav-links[data-astro-cid-z4jru4n3]{background:var(--color-green-900);border-bottom:3px solid var(--color-accent);width:100%;padding:var(--space-3) var(--space-5) var(--space-4);box-shadow:var(--shadow-md);flex-direction:column;align-items:center;gap:0;display:none;position:absolute;top:100%;left:0;right:0}.nav-links[data-astro-cid-z4jru4n3].is-open{display:flex}.nav-links[data-astro-cid-z4jru4n3] li[data-astro-cid-z4jru4n3]{text-align:center;width:100%}.nav-links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{padding:var(--space-3) 0;border-bottom-color:#0000;display:block}.nav-links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3][aria-current=page]{border-bottom-color:#0000}}.site-footer[data-astro-cid-z4jru4n3]{background:var(--color-green-900);color:#ffffffd9;border-top:3px solid var(--color-accent)}.footer-inner[data-astro-cid-z4jru4n3]{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5);flex-wrap:nowrap;display:flex}.footer-github[data-astro-cid-z4jru4n3]{align-items:center;gap:var(--space-2);white-space:nowrap;color:#fff;border-radius:var(--radius-sm);border:1px solid #ffffff59;flex-shrink:0;padding:.55rem 1.2rem;font-weight:600;display:inline-flex}.footer-github[data-astro-cid-z4jru4n3]:hover{background:#ffffff14;text-decoration:none}.footer-github-icon[data-astro-cid-z4jru4n3]{flex-shrink:0;width:16px;height:16px;display:inline-flex}.footer-disclaimer[data-astro-cid-z4jru4n3]{align-items:center;gap:var(--space-2);white-space:nowrap;color:#ffffffa6;margin:0;font-size:.8rem;line-height:1.5;display:flex}.footer-disclaimer-icon[data-astro-cid-z4jru4n3]{color:#ffffff80;flex-shrink:0;width:18px;height:18px;display:inline-flex}@media (width<=900px){.footer-inner[data-astro-cid-z4jru4n3]{text-align:center;flex-wrap:wrap;justify-content:center}.footer-disclaimer[data-astro-cid-z4jru4n3]{white-space:normal;justify-content:center}}.footer-bottom[data-astro-cid-z4jru4n3]{padding:var(--space-3) var(--space-5);font-size:var(--fs-small);color:#fff9;text-align:center;border-top:1px solid #ffffff1f}
