@font-face{font-family:Outfit;src:url(/fonts/Outfit-VariableFont.woff2) format("woff2");font-weight:100 900;font-display:swap}@font-face{font-family:Roboto Flex;src:url(/fonts/RobotoFlex-VariableFont.woff2) format("woff2");font-weight:100 1000;font-display:swap}:root{--brand: #006e53;--brand-strong: #043b2d;--accent: #4cdfb0;--accent-hover: #14cd92;--success: #007808;--warning: #876500;--alert: #d7000b;--bg-page: #f9f9f9;--text-primary: #2b2b2b;--text-secondary: #535353;--divider: #e9e9e9;--font-headline: "Outfit", system-ui, sans-serif;--font-body: "Roboto Flex", system-ui, sans-serif;--color-white: #ffffff;--radius-card: 14px;--radius-input: 10px;--radius-btn: 10px;--shadow-card: 0 1px 4px rgba(43, 43, 43, .07)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg-page);color:var(--text-primary);line-height:1.5;min-height:100dvh}h1,h2,h3{font-family:var(--font-headline)}main{max-width:520px;margin:0 auto;padding:2rem 1.25rem 4rem;display:flex;flex-direction:column;gap:1.5rem}.brand-logo{height:28px;width:auto;margin-bottom:1rem}h1{font-size:clamp(1.5rem,5vw,2rem);font-weight:700;color:var(--text-primary);line-height:1.2}main>p:first-of-type{color:var(--text-secondary);font-size:.95rem;margin-top:-.75rem}form{display:flex;flex-direction:column;gap:.75rem}select,input[type=number]{width:100%;min-height:48px;padding:.625rem .875rem;border:1.5px solid var(--divider);border-radius:var(--radius-input);background:var(--color-white);color:var(--text-primary);font-size:1rem;font-family:inherit;appearance:none;-webkit-appearance:none;outline:none;transition:border-color .15s,box-shadow .15s}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23535353' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}select:focus,input[type=number]:focus{border-color:var(--brand);box-shadow:0 0 0 3px #006e5333}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}button[type=submit]{width:100%;min-height:48px;padding:.75rem 1.25rem;background:var(--accent);color:var(--brand-strong);font-size:1rem;font-weight:700;font-family:inherit;border:none;border-radius:var(--radius-btn);cursor:pointer;letter-spacing:.01em;transition:background .15s,transform .1s}button[type=submit]:hover{background:var(--accent-hover)}button[type=submit]:active{transform:scale(.98)}button[type=submit]:focus-visible{outline:3px solid var(--brand);outline-offset:2px}.results{display:flex;flex-direction:column;gap:.875rem}.card{background:var(--color-white);border:1.5px solid var(--divider);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.125rem 1.25rem;position:relative}.card.best{border-color:var(--brand);border-left-width:4px;box-shadow:0 2px 10px #006e531f}.badge{display:inline-block;background:var(--success);color:var(--color-white);font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.2em .65em;border-radius:999px;margin-bottom:.5rem}.card h3{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem}.amount{font-size:1.6rem;font-weight:800;color:var(--success);line-height:1.2;margin-bottom:.25rem}.amount small{font-size:.8rem;font-weight:400;color:var(--text-secondary);margin-left:.25rem}.warn{font-size:.85rem;font-weight:600;color:var(--warning);margin-top:.375rem}.receiver{background:#4cdfb01a;border:1.5px solid rgba(0,110,83,.2);border-radius:var(--radius-card);padding:1rem 1.25rem;color:var(--text-primary);font-size:.9rem;line-height:1.5}.receiver strong{color:var(--brand);display:block;margin-bottom:.2rem}.notice{background:#4cdfb01f;border:1.5px solid rgba(0,110,83,.22);border-left:4px solid var(--brand);border-radius:var(--radius-card);padding:.875rem 1.125rem;font-size:.9rem;line-height:1.45;color:var(--text-primary)}.notice strong{color:var(--brand)}.freshness{font-size:.78rem;color:var(--text-secondary);text-align:center}.empty{font-size:.9rem;color:var(--text-secondary);background:var(--color-white);border:1.5px solid var(--divider);border-radius:var(--radius-card);padding:1.25rem}.error{font-size:.9rem;color:var(--warning);background:#fffbeb;border:1.5px solid #fde68a;border-radius:var(--radius-card);padding:1.125rem 1.25rem}.error a{display:block;margin-top:.5rem;color:var(--brand);font-weight:600;text-decoration:none}.error a:hover{text-decoration:underline}section{display:flex;flex-direction:column;gap:1rem}:focus-visible{outline:3px solid var(--brand);outline-offset:2px;border-radius:4px}.card-head{display:flex;align-items:center;gap:.5rem}.cta{display:inline-block;margin-top:.75rem;padding:.6rem 1rem;background:var(--accent);color:var(--brand-strong);font-weight:600;border-radius:10px;text-decoration:none}.cta:hover{background:var(--accent-hover)}.cta-note{font-size:.75rem;color:var(--text-secondary);margin-top:.4rem}.switcher{margin-top:2rem}.switcher h2{font-size:1rem}.switcher-sub{color:var(--text-secondary);font-size:.85rem;margin-bottom:.75rem}.switcher-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.switch-item{display:flex;align-items:center;gap:.5rem;padding:.6rem;border:1px solid var(--divider);border-radius:10px;background:#fff;text-decoration:none;color:var(--text-primary)}.switch-item:hover{border-color:var(--brand)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important}}.donations-section{margin-top:3rem;border-top:1px solid var(--divider, #e5e7eb)}.donations-tricolor{display:flex;height:6px;border-radius:3px;overflow:hidden;margin-bottom:1.5rem}.donations-tricolor-yellow{flex:1;background:#fcd116}.donations-tricolor-blue{flex:1;background:#00247d}.donations-tricolor-red{flex:1;background:#cf142b}.donations-heading{font-size:clamp(1.125rem,4vw,1.375rem);font-weight:700;font-family:var(--font-headline, inherit);color:var(--text-primary);margin-bottom:.375rem}.donations-subtitle{color:var(--text-secondary);font-size:.875rem;margin-bottom:1.25rem}.donations-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:460px){.donations-grid{grid-template-columns:repeat(3,1fr)}}.donations-card{background:#fff;border:1px solid var(--divider, #e5e7eb);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.donations-card-name{font-size:.9rem;font-weight:700;color:var(--text-primary)}.donations-card-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.4;flex:1}.donations-btn{display:inline-block;margin-top:.375rem;padding:.45rem .875rem;background:#00247d;color:#fff;font-size:.82rem;font-weight:700;border-radius:6px;text-decoration:none;align-self:flex-start;transition:background .15s}.donations-btn:hover{background:#001a5c}.donations-btn:focus-visible{outline:3px solid #00247D;outline-offset:2px}
