@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap";:root{--wc-green: #7ab262;--wc-green-dark: #6a9d54;--wc-brown: #ad6b00;--wc-blue: #216ee0;--wc-blue-light: #eaf1fe;--color-bg: #ffffff;--color-text: #131313;--color-heading: #252f42;--color-muted: #646a79;--color-primary: var(--wc-green);--color-primary-hover: var(--wc-green-dark);--color-accent: var(--wc-brown);--color-border: #e1e2e7;--color-border-light: #d8dfeb;--font: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--font-serif: "PT Serif", Georgia, serif;--container-max: 1200px;--nav-height: 80px;--radius-sm: 7px;--radius-md: 8px;--radius-lg: 24px;--shadow-card: 0 8px 10px 0 #d8dfeb}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--wc-blue);text-decoration:none}a:hover{text-decoration:underline}main{min-height:60vh}.container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem;width:100%}.container-narrow{max-width:970px;margin:0 auto;padding:0 1.5rem}h1,h2,h3{color:var(--color-heading);line-height:1.3}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.5rem;background:var(--wc-brown);color:#fff;text-decoration:none;border-radius:var(--radius-sm);border:none;cursor:pointer;font-family:var(--font);font-size:1.125rem;font-weight:700;line-height:1.3;transition:background .15s ease,transform .15s ease}.btn:hover{text-decoration:none;filter:brightness(1.05)}.btn-green{background:var(--wc-green);color:#fff}.btn-green:hover{background:var(--wc-green-dark)}.btn-white{background:#fff;color:var(--wc-green);border:2px solid #fff}.btn-white:hover{background:#f5f5f5}.btn-outline-white{background:transparent;color:#fff;border:2px solid #fff}.btn-outline-white:hover{background:#ffffff1f;text-decoration:none}.btn-secondary{background:#fff;color:var(--wc-green);border:2px solid var(--wc-green)}.btn-secondary:hover{background:#f5faf3}.btn-lg{font-size:1.25rem;padding:.75rem 1.75rem;font-weight:400}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;margin-bottom:1rem}.paywall{background:#fff8e6;border:1px solid #f0c040;padding:1rem;border-radius:var(--radius-md)}.two-tone-separator{position:relative;height:70px;overflow:hidden}.two-tone-separator--green-top{background-color:var(--wc-green)}.two-tone-separator--green-top:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;clip-path:polygon(0 0,100% 0,50% 100%)}.two-tone-separator--white-top{background-color:#fff}.two-tone-separator--white-top:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--wc-green);clip-path:polygon(0 0,100% 0,50% 100%)}.header.svelte-se4uza{background:var(--wc-green);min-height:var(--nav-height);display:flex;align-items:center;position:sticky;top:0;z-index:100}.header-inner.svelte-se4uza{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1rem}.logo-link.svelte-se4uza{display:flex;align-items:center;text-decoration:none}.logo-img.svelte-se4uza{height:40px;width:auto;max-width:min(220px,50vw);object-fit:contain}nav.svelte-se4uza{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}nav.svelte-se4uza a:where(.svelte-se4uza){color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem .75rem;border-radius:4px}nav.svelte-se4uza a:where(.svelte-se4uza):hover{text-decoration:none;background:#ffffff1f}.nav-pill.svelte-se4uza,.btn-nav.svelte-se4uza{background:var(--wc-brown)!important;border-radius:var(--radius-md);padding:.5rem 1.25rem!important;font-weight:700!important}.btn-nav.svelte-se4uza{background:var(--wc-brown)!important}.lang-switch.svelte-se4uza{display:flex;align-items:center;gap:.25rem;font-size:.85rem}.lang-switch.svelte-se4uza a:where(.svelte-se4uza){opacity:.75;padding:.35rem .5rem}.lang-switch.svelte-se4uza a.active:where(.svelte-se4uza){opacity:1;background:#fff3}.lang-sep.svelte-se4uza{opacity:.5;-webkit-user-select:none;user-select:none}.menu-toggle.svelte-se4uza{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle.svelte-se4uza span:where(.svelte-se4uza){display:block;width:24px;height:2px;background:#fff}@media(max-width:767px){.menu-toggle.svelte-se4uza{display:flex}nav.svelte-se4uza{display:none;position:absolute;top:var(--nav-height);left:0;right:0;background:var(--wc-green);flex-direction:column;padding:1rem;border-top:1px solid rgba(255,255,255,.2)}nav.open.svelte-se4uza{display:flex}.header-inner.svelte-se4uza{position:relative}}.site-footer.svelte-4jwo3w{background:var(--wc-green);color:#fff;margin-top:0;padding:3rem 0 0}.site-footer.svelte-4jwo3w a:where(.svelte-4jwo3w){color:#fff}.footer-grid.svelte-4jwo3w{display:grid;grid-template-columns:1fr auto;gap:2rem;padding-bottom:2rem}.footer-logo.svelte-4jwo3w{max-width:200px;height:auto;margin-bottom:1rem;display:block}.footer-about.svelte-4jwo3w{font-size:1rem;line-height:1.6;max-width:420px;margin:0}.footer-links.svelte-4jwo3w{display:flex;flex-direction:column;gap:.5rem}.footer-links-title.svelte-4jwo3w{font-weight:600;margin:0 0 .5rem}.footer-bottom.svelte-4jwo3w{border-top:1px solid rgba(255,255,255,.25);padding:1rem 0;font-size:.875rem;opacity:.9}.footer-bottom.svelte-4jwo3w p:where(.svelte-4jwo3w){margin:0}.footer-rights.svelte-4jwo3w{margin:0;max-width:920px;font-size:.72rem;line-height:1.55;opacity:.95}.footer-rights.svelte-4jwo3w a:where(.svelte-4jwo3w){text-decoration:underline;text-underline-offset:2px}@media(max-width:767px){.footer-grid.svelte-4jwo3w{grid-template-columns:1fr}}
