:root{--bg:#fff;--panel:#f3f7fa;--panel-strong:#d3e3ec;--accent:#3893c0;--accent-strong:#1c7293;--muted:#5a7080;--text:#142228;--danger:#e62379;--pink:#e62379;--pink-shadow:#bf1f6b;--blue-2:#1c7293;--blue-3:#105b78;--blue-4:#194a5e;--light-blue:#9dd7f2}*,:before,:after{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Source Sans Pro,Helvetica Neue,Arial,sans-serif;font-size:17px;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}main{max-width:780px;margin:0 auto;padding:48px 20px 72px}.hero-banner{background:linear-gradient(135deg,#d8e6ee,#f6fbff);justify-content:center;width:100%;max-width:100%;margin-bottom:28px;display:flex;overflow:hidden}.hero-banner img{object-fit:cover;display:block}.header{justify-content:space-between;align-items:center;gap:12px;display:flex}.logo{letter-spacing:.4px;text-transform:uppercase;color:#fff;background:linear-gradient(135deg, var(--blue-3), var(--accent));border-radius:12px;align-items:center;gap:12px;padding:10px 18px;font-weight:700;display:flex}.tagline{color:var(--muted);margin-top:8px}.section{border-bottom:1px solid #e6edf2;padding:32px 0}.section:last-of-type{border-bottom:none}.hero{flex-direction:column;gap:28px;margin:12px 0 4px;display:flex}.title{letter-spacing:-.5px;margin:0 0 8px;font-size:2.4rem}.pill{background:var(--light-blue);color:var(--blue-4);letter-spacing:.2px;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.9rem;display:inline-flex}.cta-copy{color:var(--muted);margin:16px 0 20px;line-height:1.5}.donation-card{flex-direction:column;gap:14px;display:flex}.embedded-checkout{min-height:500px}.preset-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.preset-btn{color:var(--blue-4);cursor:pointer;background:#f6fbff;border:1px solid #d8e6ee;border-radius:14px;padding:14px;font-weight:600;transition:transform .12s,border-color .12s,background .12s}.preset-btn:hover{border-color:var(--accent);transform:translateY(-1px)}.preset-btn.active{border-color:var(--accent);color:var(--text);background:linear-gradient(135deg,#e8f5fb,#d4ecf9);box-shadow:0 8px 18px #186d962e}.custom-input{color:var(--text);background:#fff;border:1px solid #d8e6ee;border-radius:14px;width:100%;padding:14px 16px;font-size:1rem}.custom-input:focus{outline:2px solid var(--accent);outline-offset:2px}.checkbox-row{align-items:flex-start;gap:12px;padding:10px 0 2px;display:flex}.checkbox-row input{width:18px;height:18px;margin-top:4px}.checkbox-title{color:var(--text);font-weight:600}.submit-btn{cursor:pointer;background:linear-gradient(120deg, var(--pink), var(--pink-shadow));color:#fff;border:none;border-radius:14px;justify-content:center;align-self:center;align-items:center;gap:8px;width:100%;max-width:300px;padding:14px 16px;font-weight:700;transition:transform .12s,box-shadow .12s;display:inline-flex}.submit-btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px #bf1f6b59}.submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.progress-track{border:1px solid var(--blue-4);background:0 0;border-radius:0;width:100%;height:24px;position:relative;overflow:hidden}.progress-fill{background:linear-gradient(120deg, var(--accent), var(--blue-3));border-radius:999px;height:100%;transition:width .18s ease-out}.progress-wrapper{padding-top:0;padding-bottom:0;position:relative}.progress-stacked{background:0 0;flex-flow:row;gap:0;width:100%;display:flex}.progress-step{flex-direction:column;gap:6px;min-width:0;display:flex}.progress-step.stacked{flex-shrink:0;flex-basis:auto;min-width:0}.progress-step-label{color:var(--muted);white-space:normal;text-align:right;-webkit-hyphens:auto;hyphens:auto;flex-direction:column;align-items:flex-end;gap:2px;padding:0 6px;font-size:.95rem;display:flex}.progress-step-label strong,.progress-step-label span{display:block}.progress-track-start{border-top-left-radius:999px;border-bottom-left-radius:999px}.progress-track-end{border-top-right-radius:999px;border-bottom-right-radius:999px}.progress-step+.progress-step .progress-track{border-left:0}.progress-stacked .progress-step:not(:last-child) .progress-track{border-right:0}.progress-step+.progress-step .progress-track:before{content:"";background:var(--blue-4);border-radius:999px;width:3px;height:80%;position:absolute;top:10%;left:-1px}.stat-row{color:var(--muted);justify-content:space-between;align-items:center;margin-top:10px;display:flex}.stat-row strong{color:var(--text)}.stats-grid{grid-template-columns:1fr;gap:12px;margin-top:24px;display:grid}@media (min-width:640px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-tile{background:#f8fcff;border:1px solid #d8e6ee;border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.stat-tile span{color:var(--muted);font-size:.9rem}.stat-tile strong{color:var(--text);font-size:1.1rem}.subheading{letter-spacing:-.2px;margin:12px 0 8px;font-size:1.3rem}.feed-list{gap:10px;margin:12px 0 0;padding:0;list-style:none;display:grid}.feed{padding-top:6px}.notice{background:#f6fbff;border:1px solid #d8e6ee;border-radius:16px;padding:18px 16px;box-shadow:0 12px 24px #105b7814}.notice h2{margin:10px 0 8px}.certificate-box{background:#f6fbff;border:1px dashed #d8e6ee;border-radius:12px;flex-direction:column;gap:6px;margin:12px 0 14px;padding:12px 14px;display:inline-flex}.share-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.share-btn{background:linear-gradient(120deg, var(--pink), var(--pink-shadow));color:#fff;cursor:pointer;border:none;border-radius:12px;padding:12px 16px;font-weight:700;transition:transform .12s,box-shadow .12s,opacity .12s}.share-btn:hover{transform:translateY(-1px);box-shadow:0 12px 30px #bf1f6b59}.share-msg{color:var(--muted);margin-top:6px}.feed-item{background:#f8fcff;border:1px solid #d8e6ee;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.pill-success{color:var(--blue-3);font-weight:700}.error{color:var(--danger);margin:6px 0 0;font-weight:600}.helper{color:var(--muted);font-size:.95rem}.divider{background:#e6edf2;width:100%;height:1px;margin:20px 0 12px}.link-row{flex-wrap:wrap;justify-content:center;gap:14px;font-weight:600;display:flex}.link-btn{color:var(--blue-4);background:0 0;border:1.5px solid #d8e6ee;border-radius:12px;justify-content:center;align-items:center;padding:12px 16px;transition:transform .12s,box-shadow .12s,border-color .12s,background .12s;display:inline-flex;box-shadow:0 8px 18px #3893c00f}.link-btn:hover{border-color:var(--accent);background:linear-gradient(135deg,#e8f5fb,#d4ecf9);transform:translateY(-1px);box-shadow:0 12px 26px #3893c02e}.footer{color:var(--muted);border-top:1px solid #e6edf2;padding:24px 0 12px;font-size:.95rem}@media (max-width:640px){.title{font-size:1.9rem}.header{flex-direction:column;align-items:flex-start}}
@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(../media/source-sans-pro-cyrillic-ext-400-normal.1vnxrob9ueca1.woff2)format("woff2"),url(../media/source-sans-pro-cyrillic-ext-400-normal.0qz1v2bspkx5q.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(../media/source-sans-pro-cyrillic-400-normal.2pg4a9yp16ehw.woff2)format("woff2"),url(../media/source-sans-pro-cyrillic-400-normal.1toy378t8js2k.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(../media/source-sans-pro-greek-ext-400-normal.1u-qg4ygz_-yw.woff2)format("woff2"),url(../media/source-sans-pro-greek-ext-400-normal.2tkihit3zm1qx.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(../media/source-sans-pro-greek-400-normal.3u-84zt4tc_mp.woff2)format("woff2"),url(../media/source-sans-pro-greek-400-normal.33sbpthyzzj09.woff)format("woff");unicode-range:U+370-3FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(../media/source-sans-pro-vietnamese-400-normal.18c-x5pn-cf26.woff2)format("woff2"),url(../media/source-sans-pro-vietnamese-400-normal.2xyhygmajqm_2.woff)format("woff");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:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(../media/source-sans-pro-latin-ext-400-normal.0zogbkgk5kn98.woff2)format("woff2"),url(../media/source-sans-pro-latin-ext-400-normal.30nyib1ee1ygq.woff)format("woff");unicode-range:U+100-2AF,U+304,U+308,U+329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:400;src:url(../media/source-sans-pro-latin-400-normal.3isqk2rc94gm9.woff2)format("woff2"),url(../media/source-sans-pro-latin-400-normal.1q4y4bd3ivjmq.woff)format("woff");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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:600;src:url(../media/source-sans-pro-cyrillic-ext-600-normal.0_xa8hc9leh6o.woff2)format("woff2"),url(../media/source-sans-pro-cyrillic-ext-600-normal.2gktkm_drr48b.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:600;src:url(../media/source-sans-pro-cyrillic-600-normal.0vw25mk9bxdsi.woff2)format("woff2"),url(../media/source-sans-pro-cyrillic-600-normal.1dxucuzylaumn.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:600;src:url(../media/source-sans-pro-greek-ext-600-normal.2avbk4mfe-o4d.woff2)format("woff2"),url(../media/source-sans-pro-greek-ext-600-normal.1buaugwl4eve5.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:600;src:url(../media/source-sans-pro-greek-600-normal.3z9wp0vtr_4l7.woff2)format("woff2"),url(../media/source-sans-pro-greek-600-normal.1_1slmxog_3vf.woff)format("woff");unicode-range:U+370-3FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:600;src:url(../media/source-sans-pro-vietnamese-600-normal.43nzn3_5d0mpu.woff2)format("woff2"),url(../media/source-sans-pro-vietnamese-600-normal.0xg394rv4f0_b.woff)format("woff");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:Source Sans Pro;font-style:normal;font-display:swap;font-weight:600;src:url(../media/source-sans-pro-latin-ext-600-normal.0et3ra-bhhj6v.woff2)format("woff2"),url(../media/source-sans-pro-latin-ext-600-normal.1y67p9ya80i5z.woff)format("woff");unicode-range:U+100-2AF,U+304,U+308,U+329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:600;src:url(../media/source-sans-pro-latin-600-normal.27uh1if9ydi6f.woff2)format("woff2"),url(../media/source-sans-pro-latin-600-normal.3damcgyb7o748.woff)format("woff");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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:700;src:url(../media/source-sans-pro-cyrillic-ext-700-normal.1vw4a7v4x0t6f.woff2)format("woff2"),url(../media/source-sans-pro-cyrillic-ext-700-normal.3xpakxa5scaq7.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:700;src:url(../media/source-sans-pro-cyrillic-700-normal.3jcd3gt7ghlev.woff2)format("woff2"),url(../media/source-sans-pro-cyrillic-700-normal.1n5-ootka2da0.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:700;src:url(../media/source-sans-pro-greek-ext-700-normal.19em4gz_gm4ny.woff2)format("woff2"),url(../media/source-sans-pro-greek-ext-700-normal.13yyymcpvp_sw.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:700;src:url(../media/source-sans-pro-greek-700-normal.3xwfi2hoq1jip.woff2)format("woff2"),url(../media/source-sans-pro-greek-700-normal.0ph48rrajv-f2.woff)format("woff");unicode-range:U+370-3FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:700;src:url(../media/source-sans-pro-vietnamese-700-normal.08ehtpis67msd.woff2)format("woff2"),url(../media/source-sans-pro-vietnamese-700-normal.13mz939r0sxht.woff)format("woff");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:Source Sans Pro;font-style:normal;font-display:swap;font-weight:700;src:url(../media/source-sans-pro-latin-ext-700-normal.43qk8p9cg8wx2.woff2)format("woff2"),url(../media/source-sans-pro-latin-ext-700-normal.2h--ndwcs321p.woff)format("woff");unicode-range:U+100-2AF,U+304,U+308,U+329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-display:swap;font-weight:700;src:url(../media/source-sans-pro-latin-700-normal.2wwm1mx4x1yvn.woff2)format("woff2"),url(../media/source-sans-pro-latin-700-normal.3gke7qs5zfyrd.woff)format("woff");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+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
