@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,400&display=swap";nav.svelte-1h32yp1{background:var(--color-header);padding:.75rem 1.25rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000026}.nav-container.svelte-1h32yp1{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo.svelte-1h32yp1{font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700;color:#fff;text-decoration:none;display:flex;align-items:center;gap:.6rem;letter-spacing:-.01em}.logo.svelte-1h32yp1:hover{color:var(--color-accent-green-light)}.logo-dots.svelte-1h32yp1{display:flex;gap:3px;align-items:center}.dot.svelte-1h32yp1{display:block;border-radius:50%}.dot.d1.svelte-1h32yp1{width:7px;height:7px;background:var(--color-accent-orange)}.dot.d2.svelte-1h32yp1{width:9px;height:9px;background:var(--color-accent-blue)}.dot.d3.svelte-1h32yp1{width:11px;height:11px;background:var(--color-accent-green-light)}.nav-links.svelte-1h32yp1{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){color:#ffffffd9;text-decoration:none;font-family:Outfit,sans-serif;font-weight:500;font-size:.9rem;padding:.4rem .9rem;border-radius:999px;transition:all .2s ease}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1):hover{color:#fff;background:#ffffff1f}.nav-links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--color-header);background:var(--color-accent-green-light);font-weight:600}.menu-toggle.svelte-1h32yp1{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger.svelte-1h32yp1{display:block;width:22px;height:2px;background:#fff;position:relative;transition:background .2s ease;border-radius:2px}.hamburger.svelte-1h32yp1:before,.hamburger.svelte-1h32yp1:after{content:"";position:absolute;width:22px;height:2px;background:#fff;left:0;transition:transform .2s ease;border-radius:2px}.hamburger.svelte-1h32yp1:before{top:-7px}.hamburger.svelte-1h32yp1:after{top:7px}.hamburger.open.svelte-1h32yp1{background:transparent}.hamburger.open.svelte-1h32yp1:before{transform:rotate(45deg) translate(5px,5px)}.hamburger.open.svelte-1h32yp1:after{transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.menu-toggle.svelte-1h32yp1{display:block}.nav-links.svelte-1h32yp1{position:absolute;top:100%;left:0;right:0;background:var(--color-header);flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 8px 16px #00000026}.nav-links.open.svelte-1h32yp1{max-height:350px;padding:.5rem 1rem 1rem}.nav-links.svelte-1h32yp1 li:where(.svelte-1h32yp1){padding:.25rem 0}.nav-links.svelte-1h32yp1 a:where(.svelte-1h32yp1){display:block;padding:.6rem 1rem;border-radius:8px}}footer.svelte-jz8lnl{background:var(--color-header);padding:1.5rem 1.25rem;margin-top:auto}.footer-container.svelte-jz8lnl{max-width:1200px;margin:0 auto}.footer-content.svelte-jz8lnl{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-brand.svelte-jz8lnl{display:flex;align-items:center;gap:.75rem}.footer-dots.svelte-jz8lnl{display:flex;gap:3px}.dot.svelte-jz8lnl{width:5px;height:5px;border-radius:50%}.dot.svelte-jz8lnl:nth-child(1){background:var(--color-accent-orange)}.dot.svelte-jz8lnl:nth-child(2){background:var(--color-accent-blue)}.dot.svelte-jz8lnl:nth-child(3){background:var(--color-accent-green-light)}.copyright.svelte-jz8lnl{margin:0;color:#ffffffd9;font-size:.875rem}.footer-nav.svelte-jz8lnl{display:flex;gap:1.5rem}.footer-nav.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#ffffffb3;text-decoration:none;font-size:.875rem;font-family:Outfit,sans-serif;font-weight:500;transition:color .2s ease}.footer-nav.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:#fff}@media(max-width:480px){.footer-content.svelte-jz8lnl{flex-direction:column;text-align:center}.footer-brand.svelte-jz8lnl{justify-content:center}}:root{--color-bg: #f4f8f3;--color-bg-dots: #dbe8d8;--color-header: #1b5e3b;--color-text: #1a1a2e;--color-text-muted: #555;--color-card: #ffffff;--color-shadow: rgba(0, 0, 0, .06);--color-shadow-hover: rgba(0, 0, 0, .14);--color-border: rgba(0, 0, 0, .06);--color-accent-green: #2e9e5e;--color-accent-green-light: #4cc97a;--color-accent-blue: #4e8fd8;--color-accent-orange: #e8773a;--color-accent-coral: #e05555;--color-accent-purple: #8b5cf6;--color-accent-gold: #e8a838;--color-accent-teal: #14a89a;--color-dot: #4cc97a;font-family:DM Sans,system-ui,sans-serif;line-height:1.6;font-weight:400;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;background-image:radial-gradient(var(--color-bg-dots) 1px,transparent 1px);background-size:24px 24px}a{color:var(--color-accent-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent-orange)}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;color:var(--color-text);line-height:1.2;font-weight:600}img{max-width:100%;height:auto}::selection{background:var(--color-accent-green-light);color:#fff}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}main.svelte-12qhfyh{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem}@media(max-width:480px){main.svelte-12qhfyh{padding:1.5rem 1rem}}
