:root{--bg:#060816;--bg-2:#0c1427;--surface:#ffffff17;--surface-strong:#080e1bcc;--surface-strong-opaque:#080e1beb;--text:#f5f7fb;--text-soft:#aab3c7;--accent:#16d57d;--accent-2:#36bdf8;--accent-press:#0ea65d;--border:#ffffff29;--shadow:0 25px 70px #00000052;--header-bg:#060816d6;--header-border:#ffffff29;--nav-link-color:var(--text-soft);--nav-link-hover-color:var(--text);--nav-link-hover-bg:#ffffff14;--nav-mobile-bg:#060816f5;--toggle-bg:#ffffff14;--toggle-bg-opaque:#ffffff1f;--toggle-hover-bg:#ffffff29;--toggle-border:#ffffff2e;--toggle-icon:#f5f7fb}html.theme-light-mode{--bg:#f7f8fb;--bg-2:#ebeff7;--surface:#ffffffd7;--surface-strong:#fffffffa;--surface-strong-opaque:#ffffffa4;--text:#0f172a;--text-soft:#475569;--accent:#12754d;--accent-2:#0f6d9c;--border:#0f172a1a;--shadow:0 18px 45px #0f172a14;--header-bg:#ffffffeb;--header-border:#0f172a1a;--nav-link-color:#475569;--nav-link-hover-color:#0f172a;--nav-link-hover-bg:#0f172a0f;--nav-mobile-bg:#ffffffd1;--toggle-bg:#0f172a14;--toggle-bg-opaque:#ffffffe6;--toggle-hover-bg:#0f172a0f;--toggle-border:#0f172a1f;--toggle-icon:#0f172a;color-scheme:light}html.theme-light-mode img,html.theme-light-mode svg,html.theme-light-mode .theme-toggle,html.theme-light-mode .theme-toggle:before,html.theme-light-mode .gfm-embed,html.theme-light-mode iframe,html.theme-light-mode .btn.primary,html.theme-light-mode .pill-link,html.theme-light-mode .badge,html.theme-light-mode .section-label,html.theme-light-mode .hero-highlights span,html.theme-light-mode .amount-pill,html.theme-light-mode .footer-note,html.theme-light-mode .background-glow{filter:none!important}html.theme-dark-mode .gfm-embed,html.theme-dark-mode iframe{filter:invert()hue-rotate(180deg)saturate(1.04)!important}html.theme-light-mode .btn.secondary{background:#0f172a0f}html.theme-light-mode .hero-highlights span,html.theme-light-mode .amount-pill,html.theme-light-mode .badge,html.theme-light-mode .section-label{color:#124035;background:#12754d1f;border-color:#12754d2e}html.theme-light-mode .btn.primary,html.theme-light-mode .pill-link{background:linear-gradient(135deg,#158156,#0e6ca1);color:#fff!important}html.theme-light-mode .background-glow.glow-a{background:#16d57d4d}html.theme-light-mode .background-glow.glow-b{background:#36bdf83d}html.theme-light-mode .member-card:before,html.theme-light-mode .founder-card:before{background:linear-gradient(135deg,#12754d1f,#0000 55%)}html.theme-light-mode .founder-card{border-color:#12754d2e}html.theme-light-mode .founder-body{color:#1f2937}html.theme-light-mode .founder-badge{color:#0f3f25;background:#12754d1f}html.theme-light-mode .footer-link:hover{color:var(--accent)}:root{color-scheme:dark}@media (prefers-color-scheme:light){:root:not(.theme-light-mode){color-scheme:light}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at top left, #16d57d29, transparent 28%), linear-gradient(135deg, var(--bg), var(--bg-2));background-position:0 0,100% 100%;background-size:cover;min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;transition:background-position .8s;overflow-x:hidden}body:hover{background-position:12% 6%,92% 92%}::selection{color:#fff;background:#16d57d59}a{color:inherit}img{max-width:100%;display:block}.container{width:min(1120px,100% - 2rem);margin-inline:auto}.section{padding:4.5rem 0;position:relative}.center{text-align:center}.margin-right{margin-right:1rem}.justify{text-align:justify}.section-surface{background:var(--surface);border-block:1px solid var(--border)}.background-glow{filter:blur(90px);opacity:.25;pointer-events:none;z-index:0;border-radius:50%;width:320px;height:320px;position:fixed;inset:auto}.glow-a{background:var(--accent);top:-80px;left:-130px}.glow-b{background:var(--accent-2);top:120px;right:-120px}.site-header,main,footer{z-index:1;position:relative}.site-header{z-index:30;backdrop-filter:blur(18px);background:var(--header-bg);will-change:transform;border-bottom:none;transition:transform .42s cubic-bezier(.22,1,.36,1);position:sticky;top:0;transform:translateY(0)}.site-header.is-hidden{pointer-events:none;transform:translateY(-100%)}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.brand{letter-spacing:.02em;align-items:center;gap:.75rem;font-weight:700;text-decoration:none;display:flex}.logo{object-fit:contain;width:50px;height:50px}.theme-toggle{border:1px solid var(--toggle-border);background:var(--toggle-bg-opaque);width:44px;height:44px;color:var(--toggle-icon);opacity:1;border-radius:14px;justify-content:center;align-items:center;margin-left:auto;transition:transform .2s,background .2s,border-color .2s;display:inline-flex;box-shadow:0 18px 30px #00000014}.lang-switcher{border:1px solid var(--border);min-width:2.45rem;color:var(--text-soft);letter-spacing:.08em;background:#ffffff0a;border-radius:999px;justify-content:center;align-items:center;margin-left:.75rem;padding:.45rem .7rem;font-size:.84rem;font-weight:700;line-height:1;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.lang-switcher:hover,.lang-switcher:focus-visible{color:var(--text);border-color:var(--accent);background:#ffffff14;transform:translateY(-1px)}.nav{align-items:center;gap:.6rem;margin-left:.5rem;display:flex}.nav a{color:var(--nav-link-color);border-radius:10px;padding:.7rem .95rem;text-decoration:none;transition:all .2s}.nav a:hover,.nav a:focus-visible{color:var(--nav-link-hover-color);background:var(--nav-link-hover-bg)}.pill-link{background:linear-gradient(135deg, var(--accent), #0ea65d);box-shadow:0 12px 30px #16d57d40;color:#fff!important}.theme-toggle:hover,.theme-toggle:focus-visible{background:var(--toggle-hover-bg);transform:translateY(-1px)}.theme-toggle:before{content:"";background:currentColor;width:18px;height:18px;display:inline-block;mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.theme-toggle[data-theme=dark]:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M21.64 13.22a9 9 0 0 1-10.86-10.86 0.75 0.75 0 0 0-1.03-0.76 0.75 0.75 0 0 0-0.47 0.96 10.5 10.5 0 1 0 11.39 11.39 0.75 0.75 0 0 0 0.96-0.47 0.75 0.75 0 0 0-0.76-1.03Z'/%3E%3C/svg%3E")}.theme-toggle[data-theme=light]:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M12 18.25a6.25 6.25 0 1 1 0-12.5 6.25 6.25 0 0 1 0 12.5Zm0-14.5a1 1 0 0 1 1-1h0a1 1 0 1 1-2 0h0a1 1 0 0 1 1 1Zm0 14.5a1 1 0 0 1 1 1h0a1 1 0 1 1-2 0h0a1 1 0 0 1 1-1Zm9-6.25a1 1 0 0 1 1 1h0a1 1 0 1 1-2 0h0a1 1 0 0 1 1-1ZM4 12a1 1 0 0 1 1 1h0a1 1 0 1 1-2 0h0a1 1 0 0 1 1-1Zm13.24-6.24a1 1 0 0 1 1.42 0h0a1 1 0 0 1 0 1.42h0a1 1 0 0 1-1.42-1.42Zm-12.48 12.48a1 1 0 0 1 1.42 0h0a1 1 0 0 1 0 1.42h0a1 1 0 0 1-1.42-1.42Zm12.48 0a1 1 0 0 1 1.42 1.42h0a1 1 0 0 1-1.42-1.42Zm-12.48-12.48a1 1 0 0 1 1.42 1.42h0a1 1 0 0 1-1.42-1.42Zm6.24 2.24a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3C/svg%3E")}.nav-toggle{color:#fff;background:0 0;border:0;font-size:1.3rem;display:none}html.theme-light-mode .nav-toggle{color:var(--nav-link-hover-color)}.alert-bar{text-align:center;color:#dffdf3;border-top:1px solid var(--border);background:linear-gradient(90deg,#16d57d3d,#36bdf833);padding:.7rem 1rem;font-size:.95rem}.hero{padding-top:3rem}.hero-grid{align-items:center;gap:2rem;display:grid}.badge,.section-label{color:#bdf7d8;background:#16d57d21;border:1px solid #16d57d40;border-radius:8px;margin-bottom:1rem;padding:.5rem .8rem;font-size:.9rem;font-weight:600;display:inline-block}.hero h1,.section-heading h2,.split-grid h2,.callout h2,.hero-inner h1,.faq-list h1{letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(1.9rem,4.3vw,3.3rem);line-height:1.1}.lead,.section p,.info-card p,.member-card p,.callout p,.hero-inner p{color:var(--text-soft);margin:0 0 1rem;font-size:1.02rem}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.4rem;display:flex}.btn{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.9rem 1.15rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn.primary{background:linear-gradient(135deg, var(--accent), #0ea65d);color:#fff;box-shadow:0 16px 35px #16d57d40}.btn.secondary{color:var(--text);border-color:var(--border);background:#ffffff0f}.hero-highlights{flex-wrap:wrap;gap:.7rem;margin-top:1.2rem;display:flex}.hero-highlights span,.amount-pill{border:1px solid var(--border);color:var(--text-soft);background:#ffffff0f;border-radius:8px;padding:.6rem .8rem;font-size:.92rem}.hero-visual{position:relative}.frame-card,.widget-card,.info-card,.member-card,.stat-card,.callout,.image-card{box-shadow:none;backdrop-filter:none;background:0 0;border:none;border-radius:0}.frame-card{padding:0}.frame-card img{object-fit:cover;aspect-ratio:4/5;border-radius:14px;width:100%}.floating-card{max-width:320px;box-shadow:none;background:0 0;border:none;border-radius:0;padding:1rem 1.1rem;position:absolute;bottom:1rem;left:-1rem}.floating-card strong{margin-bottom:.35rem;display:block}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stat-card{text-align:center;padding:1.2rem}.stat-card strong{color:#fff;font-size:1.6rem;display:block}html.theme-light-mode .stat-card strong{color:var(--text)}.stat-card span{color:var(--text-soft)}.info-card,.member-card,.stat-card,.image-card,.widget-card,.callout,.founder-card,.frame-card,.hero-copy,.hero-visual{transition:none}.info-card:hover,.member-card:hover,.stat-card:hover,.image-card:hover,.widget-card:hover,.callout:hover,.founder-card:hover,.frame-card:hover{box-shadow:none;transform:none}.amount-pill{transition:transform .2s,box-shadow .2s,background-color .2s}.amount-pill:hover{transform:translateY(-3px);box-shadow:0 18px 38px #00000029}.founder-card{background:0 0;border:none;border-radius:0;position:relative;overflow:hidden}.founder-card:before{content:"";pointer-events:none;opacity:0;background:0 0;transition:none;position:absolute;inset:0}.founder-card:hover:before{opacity:0;animation:none}.founder-card:hover{box-shadow:none;transform:none}.founder-card .founder-body{z-index:1;transition:transform .35s,opacity .35s;position:relative}.founder-card:hover .founder-body{opacity:.98;transform:translateY(-4px)}@keyframes founderGlow{0%{opacity:.32;transform:scale(1)}45%{opacity:.56;transform:scale(1.01)}to{opacity:.32;transform:scale(1)}}.split-grid{align-items:center;gap:1.5rem 2.5rem;display:grid}.split-grid .justify{margin-right:.8rem}.image-card{padding:.7rem;overflow:hidden}.image-card img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%}.card-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.3rem;display:grid}.info-card{padding:1.25rem}.info-card h3,.member-card h3{margin:0 0 .45rem;font-size:1.1rem}.donate-layout{align-items:start;gap:2rem;display:grid}.donate-layout>.fade-in:first-child{margin-right:.5rem;padding-top:.7rem;padding-right:1.2rem}.amounts{flex-wrap:wrap;gap:.65rem;margin-top:1rem;margin-bottom:1.4rem;display:flex}.donate-layout .btn.primary{margin-top:.8rem}.widget-card{padding:1rem}.damage-carousel-card{border-radius:12px;padding:0;overflow:hidden}.damage-carousel{aspect-ratio:4/5;background:var(--surface-strong-opaque);cursor:pointer;isolation:isolate;border-radius:12px;width:100%;position:relative;overflow:hidden}.damage-carousel-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .8s,transform .8s;position:absolute;inset:0;transform:scale(1.03)}.damage-carousel-image.is-visible{opacity:1;transform:scale(1)}.damage-carousel-overlay{pointer-events:none;z-index:2;justify-content:space-between;align-items:center;padding:0 1rem;display:flex;position:absolute;inset:0}.damage-nav-btn{pointer-events:auto;color:#fff;cursor:pointer;backdrop-filter:blur(8px);opacity:0;background:#060816b8;border:0;border-radius:999px;width:2.6rem;height:2.6rem;font-size:1.2rem;transition:opacity .25s,transform .25s,background-color .2s;transform:translateY(6px)}.damage-carousel:hover .damage-nav-btn,.damage-carousel:focus-within .damage-nav-btn{opacity:1;transform:translateY(0)}.damage-nav-btn:hover{background:#060816e6}.damage-carousel-progress{z-index:2;background:#ffffff29;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.damage-carousel-progress-bar{transform-origin:0;background:linear-gradient(90deg,#16d57d,#36b8f8);width:100%;height:100%;display:block}.damage-carousel-badge{color:#fff;backdrop-filter:blur(8px);z-index:2;background:#060816b8;border-radius:999px;padding:.55rem .8rem;font-size:.84rem;font-weight:600;position:absolute;bottom:1.2rem;left:1rem}.team-lead-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.4rem;display:grid}.team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.2rem;display:grid}.team-grid.team-carousel{isolation:isolate;margin-top:1.2rem;padding:.3rem 0 .8rem;display:block;position:relative;overflow:hidden}.team-grid.team-carousel .team-carousel-track{width:100%;height:420px;padding:.2rem 0 .35rem;position:relative;overflow:hidden;mask-image:linear-gradient(90deg,#0000 0%,#000 7% 93%,#0000 100%);mask-size:100% 100%;mask-repeat:no-repeat}.team-grid.team-carousel .member-card{will-change:transform, opacity;width:min(260px,100vw - 3rem);min-width:220px;max-width:280px;transition:transform .18s ease-out,opacity .18s ease-out;position:absolute;top:0;left:0}.team-grid-leaders{grid-template-columns:repeat(2,minmax(220px,280px));justify-content:center;margin-top:1.4rem}.team-grid-staff{justify-content:center;max-width:980px;margin-inline:auto}.member-card{text-align:center;border-radius:14px;padding:1rem;position:relative;overflow:hidden}.member-card:before{content:"";opacity:0;border-radius:inherit;background:linear-gradient(135deg,#16d57d29,#0000 45%);transition:opacity .35s;position:absolute;inset:0}.member-card:hover:before{opacity:1}.member-card img{aspect-ratio:1;object-fit:cover;border-radius:12px;width:100%;margin-bottom:.8rem;transition:transform .35s}.member-card:hover img{transform:scale(1.02)}.member-card-lead{border-color:#16d57d59;transform:translateY(-4px)}.callout{text-align:center;padding:2rem}.cta-section{padding-top:1rem}.site-footer{border-top:2px solid var(--accent);background:linear-gradient(#133c1efa,#060816f5);padding:2rem 0 3rem;box-shadow:0 -10px 28px #0000008c}html.theme-light-mode .site-footer{background:linear-gradient(#eff5fcfa,#e3eaf5fa);border-top-color:#0000}.footer-note{text-align:center;color:#e8fff0;background:0 0;padding:.85rem 1rem;font-weight:600}html.theme-light-mode .footer-note{color:#334155}.footer-grid{border-top:none;grid-template-columns:repeat(3,1fr);gap:1.2rem;padding-top:1rem;display:grid}.footer-logo{width:64px;margin-bottom:.8rem}.footer-link{color:var(--text-soft);align-items:center;gap:.6rem;text-decoration:none;display:inline-flex}.footer-link:hover{color:var(--accent)}.footer-icon{fill:currentColor;opacity:.95;vertical-align:middle;flex:0 0 20px;width:20px;height:20px}svg.footer-icon[width],svg.footer-icon[height]{width:20px!important;height:20px!important}.footer-icon *{fill:currentColor!important}.mobile-donate{z-index:40;background:linear-gradient(135deg, var(--accent), #0ea65d);color:#fff;border-radius:8px;padding:.9rem 1rem;font-weight:700;text-decoration:none;display:none;position:fixed;bottom:1rem;right:1rem;box-shadow:0 16px 35px #16d57d4d}.timeline{color:var(--text-soft);margin:0;padding-left:1rem}.timeline li{margin-bottom:.65rem}.line{line-height:1.5}.founders-section{position:relative}.founders-intro{max-width:720px;margin-bottom:1.6rem}.founders-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.founder-card{background:var(--surface);border:1px solid #16d57d3d;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 16px 35px #00000026}.founder-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#16d57d24,#0000 55%);position:absolute;inset:0}.founder-card img{aspect-ratio:4/5;object-fit:cover;width:100%}.founder-body{padding:1rem 1rem 1.1rem;position:relative}.founder-badge{color:#cbfce2;letter-spacing:.08em;text-transform:uppercase;background:#11b36744;border-radius:7px;margin-bottom:.6rem;padding:.36rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.founder-card h3{margin:0 0 .6rem;font-size:1.05rem}.founder-card blockquote{color:var(--text-soft);border-left:2px solid #16d57d8c;margin:0;padding:.8rem .9rem;font-size:.95rem;font-style:italic;line-height:1.5}.faq-list{gap:1rem;margin-top:1.4rem;display:grid}.fade-in{opacity:0;transition:opacity .75s cubic-bezier(.2,.8,.2,1),transform .75s cubic-bezier(.2,.8,.2,1);transform:translateY(24px)scale(.98)}.fade-in.visible{opacity:1;transform:translateY(0)scale(1)}.legal-page{max-width:860px;margin:0 auto}.legal-page .legal-intro{padding-bottom:1rem}.legal-page .legal-intro p{margin-top:.9rem}.legal-page .legal-section{margin-top:1.35rem}.legal-page h2{color:var(--text);text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid #ffffff1a;margin:1.8rem 0 .5rem;padding-bottom:.35rem;font-size:1rem}.legal-page p,.legal-page li{color:var(--text-soft);margin:0 0 .9rem;line-height:1.85}.legal-page strong{color:var(--text)}.legal-page ul,.legal-page ol{padding-left:1.25rem}.legal-page a{color:var(--accent-2)}.page-home-es .section-surface,.page-home-es .frame-card,.page-home-es .floating-card,.page-home-es .stat-card,.page-home-es .info-card,.page-home-es .image-card,.page-home-es .widget-card,.page-home-es .callout{box-shadow:none;background:0 0;border:none}.page-home-es .section-surface{background:0 0}.page-home-es .frame-card{padding:0}.page-home-es .hero-visual{max-width:560px;margin-inline:auto}.page-home-es .hero-grid{align-items:center}.page-home-es .stats-grid{gap:1.2rem}.page-home-es .stat-card{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:1rem 1.1rem}.page-home-es .stat-card strong{color:var(--text);font-size:clamp(1.8rem,4vw,2.6rem);display:block}.page-home-es .stat-card span{display:block}.page-home-es .card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.page-home-es .info-card{text-align:center;box-shadow:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;min-width:0;padding:1rem 1.1rem}.page-home-es .info-card p,.page-home-es .callout p{max-width:62ch;margin-inline:auto}.page-home-es .amount-pill{background:0 0;border-color:#ffffff1f}.page-home-es .hero-actions{gap:.6rem}.page-home-es .hero .hero-copy,.page-home-es .section-heading,.page-home-es .split-grid>div,.page-home-es .callout{max-width:72ch}@media (width>=768px){.hero-grid{grid-template-columns:1.1fr .9fr}.split-grid{grid-template-columns:1fr .95fr}.donate-layout{grid-template-columns:1fr 1fr}}@media (width<=899px){.page-home-es .card-grid,.page-home-es .stats-grid{grid-template-columns:1fr}}@media (width<=767px){.nav-toggle{display:block}.header-inner{gap:.7rem;padding:.75rem 0}.brand-text{font-size:.95rem}.lang-switcher{min-width:2.2rem;margin-left:.35rem;padding:.38rem .6rem;font-size:.78rem}.nav{background:var(--nav-mobile-bg);border:1px solid var(--border);width:min(220px,100vw - 1rem);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);border-radius:14px;flex-direction:column;align-items:stretch;padding:.7rem;display:none;position:absolute;top:100%;right:.5rem}.nav.open,body.nav-open .nav{display:flex}.nav a{padding:.58rem .75rem}.pill-link{align-self:flex-start;width:fit-content}.alert-bar{padding:.6rem .8rem;font-size:.84rem}.hero{padding-top:2rem}.hero-actions{flex-direction:column}.btn{width:100%}.stats-grid,.card-grid,.team-grid,.team-grid-leaders,.team-grid-staff,.team-lead-row,.footer-grid,.founders-grid{grid-template-columns:1fr}.team-grid-leaders,.team-grid-staff{max-width:none}.mobile-donate{display:inline-flex}.floating-card{max-width:none;margin-top:.8rem;position:static}}.site-footer{box-shadow:none;color:var(--text-soft);background:linear-gradient(#050814fa,#040710fa);border-top:none;padding:2.4rem 0}.site-footer .container{gap:1.6rem;display:grid}.site-footer .footer-top{grid-template-columns:minmax(0,1.3fr) minmax(0,.72fr) minmax(0,.72fr) minmax(0,1.68fr);gap:1rem;display:grid}.site-footer .footer-col{padding-top:.25rem}.site-footer .footer-brand-col{padding-right:1.1rem}.site-footer .footer-col:not(:first-child){border-left:none;padding-left:.9rem}.site-footer .footer-col:nth-child(2),.site-footer .footer-col:nth-child(3){padding-right:0}.site-footer .footer-brand{flex-direction:column;align-items:flex-start;gap:.65rem;margin-bottom:.15rem;display:flex}.footer-logo{background:0 0;border-radius:.35rem;width:56px;height:auto;padding:0;display:block}.footer-slogan{color:var(--text);margin:0;font-size:1.22rem;font-weight:700;line-height:1.35}.site-footer .footer-col h4{color:var(--text);letter-spacing:0;margin:0 0 1rem;font-size:.95rem;font-weight:700}.footer-desc{color:var(--text-soft);text-align:justify;max-width:26rem;font-size:.9rem;line-height:1.7}.footer-language{max-width:18rem;margin-top:.9rem}.footer-language-label{color:var(--text);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.45rem;font-size:.82rem;display:block}.footer-language-select{background:var(--surface);width:100%;max-width:14rem;color:var(--text);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .9rem center;background-repeat:no-repeat;background-size:.9rem .9rem;border:1px solid #ffffff2e;border-radius:.95rem;padding:.75rem 1.1rem .75rem .9rem;font-size:.92rem;line-height:1.4;transition:border-color .16s,box-shadow .16s}.footer-language-select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #16d57d1a}html.theme-dark-mode .footer-language-select option{color:var(--text);background:#353535}.footer-links,.contact-list{gap:.7rem;margin:0;padding:0;list-style:none;display:grid}.footer-links li,.contact-list li{font-size:.88rem;line-height:1.45}.footer-links a,.contact-line{color:var(--text-soft);text-decoration:none;transition:color .16s,transform .16s}.footer-links a:hover,.contact-line:hover{color:var(--text);transform:translate(2px)}.site-footer hr{border:0;border-top:1px solid var(--border);opacity:.65;margin:0}.footer-bottom{grid-template-columns:1fr auto;align-items:center;gap:1rem;padding-top:1rem;display:grid}.footer-rights,.footer-copy,.footer-note{color:var(--text-soft);margin:0;font-size:.88rem}.footer-rights{color:var(--text-soft)}.footer-copy.footer-copy-center{text-align:center;grid-column:1/-1;margin-top:.45rem}.footer-social-row{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.icon-circle{width:38px;height:38px;color:var(--text);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 16px #0000000f}.social-link{text-decoration:none}.social-link img{width:18px;height:18px;display:block}.social-link svg{width:18px;height:18px;color:var(--text)}.contact-line{align-items:center;gap:.5rem;display:inline-flex}.contact-icon{justify-content:center;align-items:center;min-width:18px;display:inline-flex}.contact-icon img,.contact-icon svg{width:15px;height:15px;display:block}@media (width<=1023px){.site-footer .footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{grid-template-columns:1fr;justify-items:start}.footer-social-row{justify-content:start}}@media (width<=767px){.site-footer .footer-top{grid-template-columns:1fr}.site-footer .footer-col:not(:first-child){border-left:none;padding-left:0}}.social-link{align-items:center;display:inline-flex}.social-link .icon-circle{will-change:transform, background-color;transition:transform .18s cubic-bezier(.2,.9,.2,1),background-color .18s,color .18s,box-shadow .18s}.social-link svg{width:18px;height:18px;color:var(--text);display:block}.social-link .icon-circle,.social-link svg{color:var(--text)}.social-link:hover .icon-circle{background:linear-gradient(180deg, var(--accent), var(--accent-press));color:#fff;transform:translateY(-4px)scale(1.04);box-shadow:0 18px 40px #16d57d29}.social-link:active .icon-circle{background:var(--accent-press);transform:translateY(-1px)scale(.98)}.social-link:hover svg,.social-link:hover svg path,.social-link:active svg,.social-link:active svg path{color:#fff;fill:currentColor}.footer-links a{transition:color .16s,transform .16s}.footer-links a:hover{color:var(--accent);transform:translate(4px)}.footer-links a:active{color:var(--accent-press);transform:translate(2px)scale(.99)}@keyframes socialPulse{0%{box-shadow:0 6px 20px #0000000f}50%{box-shadow:0 20px 40px #16d57d1f}to{box-shadow:0 6px 20px #0000000f}}.social-link:hover .icon-circle{animation:.9s ease-in-out socialPulse}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
