.searchContainer.svelte-xvdltp{position:relative;width:100%}.searchInputWrapper.svelte-xvdltp{position:relative;display:flex;align-items:center}.searchIcon.svelte-xvdltp{position:absolute;left:.75rem;width:1.25rem;height:1.25rem;color:#718096;pointer-events:none}.searchInput.svelte-xvdltp{width:100%;padding:.625rem .625rem .625rem 2.5rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md);font-size:.9rem;color:#2d3748;transition:all .2s ease}.searchInput.svelte-xvdltp:focus{outline:none;background:#fff;border-color:var(--color-primary);box-shadow:0 0 0 3px #0080371a}.searchInput.svelte-xvdltp::placeholder{color:#a0aec0}.clearButton.svelte-xvdltp{position:absolute;right:.5rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#718096;cursor:pointer;transition:all .2s ease;padding:0}.clearButton.svelte-xvdltp:hover{background:#e2e8f0;color:#2d3748}.clearButton.svelte-xvdltp svg:where(.svelte-xvdltp){width:1rem;height:1rem}.searchResults.svelte-xvdltp{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);box-shadow:0 10px 25px #00311726;max-height:24rem;overflow-y:auto;z-index:1100}.resultItem.svelte-xvdltp{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 1rem;border:none;background:#fff;text-align:left;cursor:pointer;border-bottom:1px solid #f7fafc;transition:background .2s ease}.resultItem.svelte-xvdltp:last-child{border-bottom:none}.resultItem.svelte-xvdltp:hover{background:#f7fafc}.resultContent.svelte-xvdltp{display:flex;flex-direction:column;gap:.25rem;flex:1}.resultName.svelte-xvdltp{font-size:.9rem;font-weight:600;color:#2d3748}.resultChevron.svelte-xvdltp{width:1rem;height:1rem;color:#cbd5e0;flex-shrink:0}.noResults.svelte-xvdltp{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.noResultsIcon.svelte-xvdltp{width:3rem;height:3rem;color:#cbd5e0;margin-bottom:1rem;opacity:.5}.noResultsText.svelte-xvdltp{font-size:.95rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.noResultsHint.svelte-xvdltp{font-size:.85rem;color:#718096;margin:0}@media(min-width:969px){.searchContainer.svelte-xvdltp{max-width:20rem}.searchResults.svelte-xvdltp{left:auto;min-width:20rem}}.header.svelte-95qrwh{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background:#fff;box-shadow:0 2px 10px #00311726;z-index:1000}.innerContainer.svelte-95qrwh{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brandLink.svelte-95qrwh{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#2d3748;transition:opacity .2s ease}.brandLink.svelte-95qrwh:hover{opacity:.9}.logoContainer.svelte-95qrwh{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#fff;border:2px solid var(--color-primary);border-radius:50%;--logo-size: 1.5rem}.brandText.svelte-95qrwh{display:flex;flex-direction:column;gap:.125rem}.brandName.svelte-95qrwh{font-size:1.25rem;font-weight:700;line-height:1}.brandSubtitle.svelte-95qrwh{font-size:.75rem;opacity:.85;font-weight:500;line-height:1}.desktopNavigation.svelte-95qrwh{display:none;gap:.25rem}.searchWrapper.svelte-95qrwh{display:none;flex:1;max-width:24rem;margin-left:auto;margin-right:1rem}.navLink.svelte-95qrwh{color:#2d3748;text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem 1rem;border-radius:var(--radius-md);transition:all .2s ease;position:relative}.navLink.svelte-95qrwh:hover{background:#f7fafc;color:var(--color-primary)}.activeLink.svelte-95qrwh{background:#f0fff4;color:var(--color-primary)}.mobileButtons.svelte-95qrwh{display:flex;gap:.5rem;align-items:center}.mobileSearchButton.svelte-95qrwh{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md);color:#2d3748;cursor:pointer;transition:all .2s ease}.mobileSearchButton.svelte-95qrwh:hover{background:#edf2f7;color:var(--color-primary)}.searchIconButton.svelte-95qrwh{width:1.25rem;height:1.25rem}.mobileMenuButton.svelte-95qrwh{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md);color:#2d3748;cursor:pointer;transition:all .2s ease}.mobileMenuButton.svelte-95qrwh:hover{background:#edf2f7;color:var(--color-primary)}.hamburgerIcon.svelte-95qrwh{width:1.25rem;height:1.25rem;transition:transform .2s ease}.hamburgerIcon.open.svelte-95qrwh{transform:rotate(90deg)}.mobileNavigation.svelte-95qrwh{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 4px 20px #00311726;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-top:1px solid #e2e8f0;pointer-events:none}.mobileNavigation.open.svelte-95qrwh{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mobileNav.svelte-95qrwh{padding:1rem 0}.mobileNavLink.svelte-95qrwh{display:block;color:#2d3748;text-decoration:none;padding:1rem 1.5rem;border-bottom:1px solid #f7fafc;transition:all .2s ease}.mobileNavLink.svelte-95qrwh:hover{background:#f7fafc;color:var(--color-primary)}.mobileNavLink.svelte-95qrwh:last-child{border-bottom:none}.activeMobileLink.svelte-95qrwh{background:#f0fff4;color:var(--color-primary);border-left:4px solid var(--color-primary)}.mobileLinkContent.svelte-95qrwh{display:flex;align-items:center;justify-content:space-between;font-weight:600}.chevron.svelte-95qrwh{width:1rem;height:1rem;opacity:.6}.mobileSearchModal.svelte-95qrwh{position:absolute;top:100%;left:0;width:100%;background:#fff;box-shadow:0 4px 20px #00311726;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-top:1px solid #e2e8f0;pointer-events:none;z-index:999}.mobileSearchModal.open.svelte-95qrwh{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mobileSearchContent.svelte-95qrwh{padding:1rem 1.5rem}@media(min-width:481px){.brandName.svelte-95qrwh{font-size:1.375rem}.brandSubtitle.svelte-95qrwh{font-size:.8rem}.logoContainer.svelte-95qrwh{width:3rem;height:3rem;--logo-size: 1.75rem}}@media(min-width:969px){.innerContainer.svelte-95qrwh{justify-content:start}.desktopNavigation.svelte-95qrwh{display:flex}.searchWrapper.svelte-95qrwh{display:flex;justify-content:end}.mobileButtons.svelte-95qrwh{display:none}.mobileNavigation.svelte-95qrwh,.mobileSearchModal.svelte-95qrwh{display:none!important}}.footer.svelte-pf8093{padding:2rem 0;margin-top:2rem;border-top:1px solid #e0e0e0}.container.svelte-pf8093{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:center;align-items:center}.main.svelte-dsdefj{margin-top:var(--header-height)}
