.newsletter-backdrop.svelte-5w8ylt{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:svelte-5w8ylt-fadeIn .3s ease-out}@keyframes svelte-5w8ylt-fadeIn{0%{opacity:0}to{opacity:1}}.newsletter-modal.svelte-5w8ylt{position:relative;background:#f8f9fa;border-radius:12px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #00000026;animation:svelte-5w8ylt-slideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes svelte-5w8ylt-slideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.close-btn.svelte-5w8ylt{position:absolute;top:16px;right:16px;background:#0000000d;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#64748b;z-index:10}.close-btn.svelte-5w8ylt:hover{background:#0000001a;color:#1e293b;transform:rotate(90deg)}.modal-content.svelte-5w8ylt{padding:40px}.modal-header.svelte-5w8ylt{text-align:center;margin-bottom:32px}.header-icon.svelte-5w8ylt{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;background:var(--brand-magenta);color:#fff;display:flex;align-items:center;justify-content:center}.header-icon.svelte-5w8ylt svg:where(.svelte-5w8ylt){width:34px;height:34px}.modal-header.svelte-5w8ylt h2:where(.svelte-5w8ylt){font-size:1.75rem;font-weight:700;color:var(--text1);margin:0 0 12px;letter-spacing:-.025em}.subtitle.svelte-5w8ylt{font-size:1rem;color:var(--text2);margin:0;line-height:1.5}.subscription-form.svelte-5w8ylt{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.form-group.svelte-5w8ylt{display:flex;flex-direction:column;gap:8px}.form-group.svelte-5w8ylt label:where(.svelte-5w8ylt),.specialty-label.svelte-5w8ylt{font-size:.875rem;font-weight:600;color:#475569}.email-input.svelte-5w8ylt,.specialty-dropdown.svelte-5w8ylt{padding:14px 18px;border:2px solid var(--border);border-radius:12px;font-size:1rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s}.email-input.svelte-5w8ylt:focus,.specialty-dropdown.open.svelte-5w8ylt{outline:none;border-color:var(--brand-magenta);box-shadow:0 0 0 3px #d0229026}.email-input.svelte-5w8ylt:disabled{background:#f1f5f9;cursor:not-allowed}.dropdown-container.svelte-5w8ylt{position:relative}.dropdown-container--open.svelte-5w8ylt{z-index:20}.specialty-dropdown.svelte-5w8ylt{width:100%;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;color:#334155}.specialty-dropdown.open.svelte-5w8ylt{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.dropdown-text.svelte-5w8ylt{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-icon.svelte-5w8ylt{flex-shrink:0;transition:transform .2s ease;color:var(--brand-magenta);display:flex}.dropdown-icon.open.svelte-5w8ylt{transform:rotate(180deg)}.dropdown-list.svelte-5w8ylt{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid var(--brand-magenta);border-top:none;border-radius:0 0 12px 12px;max-height:min(40vh,240px);overflow-y:auto;z-index:100;box-shadow:0 0 0 3px #d022901f,0 8px 32px #0000001f;padding:10px}.specialty-actions.svelte-5w8ylt{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.specialty-action-btn.svelte-5w8ylt{padding:8px 12px;font-size:.85em;font-weight:600;font-family:inherit;color:var(--brand-magenta);background:var(--accent-light);border:1px solid #f0c4de;border-radius:8px;cursor:pointer}.specialty-checkboxes.svelte-5w8ylt{display:grid;gap:4px}.specialty-option.svelte-5w8ylt{display:flex;align-items:flex-start;gap:10px;min-height:42px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer}.specialty-option.svelte-5w8ylt:hover{border-color:var(--brand-magenta)}.specialty-checkbox.svelte-5w8ylt{width:1.15rem;height:1.15rem;margin-top:2px;flex-shrink:0;accent-color:var(--brand-magenta)}.specialty-option-text.svelte-5w8ylt{flex:1;line-height:1.35;font-size:.95em;color:#333}.specialty-summary.svelte-5w8ylt{margin:0;padding:10px 12px;font-size:.85em;color:#444;background:var(--accent-light);border-radius:8px;border-left:3px solid var(--brand-magenta)}.specialty-summary-label.svelte-5w8ylt{font-weight:600;color:var(--brand-magenta);margin-right:6px}.error-message.svelte-5w8ylt{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:12px 16px;border-radius:10px;font-size:.875rem;text-align:center}.submit-btn.svelte-5w8ylt{background:var(--brand-magenta);color:#fff;border:none;padding:16px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:8px}.submit-btn.svelte-5w8ylt:hover:not(:disabled),.submit-btn.svelte-5w8ylt:active:not(:disabled){background:var(--brand-orange)}.submit-btn.svelte-5w8ylt:disabled{background:#ccc;cursor:not-allowed}.spinner.svelte-5w8ylt{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-5w8ylt-spin .8s linear infinite}@keyframes svelte-5w8ylt-spin{to{transform:rotate(360deg)}}.dismiss-link.svelte-5w8ylt{display:block;width:100%;text-align:center;color:#64748b;font-size:.875rem;background:none;border:none;cursor:pointer;padding:8px;margin-bottom:16px}.dismiss-link.svelte-5w8ylt:hover{color:#1e293b;text-decoration:underline}.privacy-note.svelte-5w8ylt{text-align:center;color:#94a3b8;margin:0}.privacy-note.svelte-5w8ylt a:where(.svelte-5w8ylt){color:var(--brand-magenta);text-decoration:none}.privacy-note.svelte-5w8ylt a:where(.svelte-5w8ylt):hover{text-decoration:underline}.success-content.svelte-5w8ylt{padding:60px 40px;text-align:center}.success-icon.svelte-5w8ylt{font-size:3rem;color:#10b981;background:#d1fae5;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.success-content.svelte-5w8ylt h2:where(.svelte-5w8ylt){color:#10b981;font-size:1.5rem;margin:0 0 12px}.success-content.svelte-5w8ylt p:where(.svelte-5w8ylt){color:#64748b;font-size:1rem;line-height:1.5;margin:0}@media(max-width:640px){.newsletter-backdrop.svelte-5w8ylt{padding:16px;align-items:flex-end}.newsletter-modal.svelte-5w8ylt{border-radius:20px 20px 0 0;max-height:85vh}.modal-content.svelte-5w8ylt{padding:32px 24px}.modal-header.svelte-5w8ylt h2:where(.svelte-5w8ylt){font-size:1.5rem}.success-content.svelte-5w8ylt{padding:48px 24px}}html{font-family:var(--font-classical-humanist);font-size:16px;color:var(--text1);height:100%;background:#fff}body{background:var(--background);margin:0;min-height:100%;min-height:100dvh;display:flex;flex-direction:column}#root{flex:1;display:flex;flex-direction:column;min-height:100%;min-height:100dvh;width:100%}.app-shell.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;justify-content:flex-start;width:100%;min-height:100%;min-height:100dvh}.app-shell.svelte-12qhfyh>.footer-pin{margin-top:auto;flex:0 0 auto}.nav-progress.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;height:3px;z-index:400;background:var(--brand-gradient, var(--accent));transform-origin:left;animation:svelte-12qhfyh-nav-progress 1.1s ease-in-out infinite}@keyframes svelte-12qhfyh-nav-progress{0%{transform:scaleX(.08);opacity:.7}50%{transform:scaleX(.65);opacity:1}to{transform:scaleX(1);opacity:.85}}
