.favorite-email-modal-overlay.svelte-5k4ha3.svelte-5k4ha3{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px;animation:svelte-5k4ha3-fadeIn .3s ease-out}@media (max-width: 767px){.favorite-email-modal-overlay.svelte-5k4ha3.svelte-5k4ha3{align-items:flex-end;padding:0;background:#00000080}}@keyframes svelte-5k4ha3-fadeIn{0%{opacity:0}to{opacity:1}}.favorite-email-modal.svelte-5k4ha3.svelte-5k4ha3{background:#fff;border-radius:12px;width:100%;max-width:400px;box-shadow:0 20px 60px #0006;animation:svelte-5k4ha3-slideUp .4s ease-out;position:relative;overflow:hidden}@media (max-width: 767px){.favorite-email-modal.svelte-5k4ha3.svelte-5k4ha3{max-width:100%;border-radius:20px 20px 0 0}}@keyframes svelte-5k4ha3-slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close.svelte-5k4ha3.svelte-5k4ha3{position:absolute;top:16px;right:16px;background:#0000000d;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px 12px;line-height:1;transition:all .2s;border-radius:8px;z-index:1}.modal-close.svelte-5k4ha3.svelte-5k4ha3:hover{background:#0000001a;color:#1f2937}@media (max-width: 767px){.modal-close.svelte-5k4ha3.svelte-5k4ha3{width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;top:12px;right:12px}}.modal-content.svelte-5k4ha3.svelte-5k4ha3{padding:48px 32px 32px;text-align:center}@media (max-width: 767px){.modal-content.svelte-5k4ha3.svelte-5k4ha3{padding:60px 24px 32px}}.modal-icon.svelte-5k4ha3.svelte-5k4ha3{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 20px;background:linear-gradient(135deg,#e63946,#d62828);border-radius:50%;color:#fff}@media (max-width: 767px){.modal-icon.svelte-5k4ha3.svelte-5k4ha3{width:64px;height:64px}.modal-icon.svelte-5k4ha3 svg.svelte-5k4ha3{width:40px;height:40px}}.modal-content.svelte-5k4ha3 h3.svelte-5k4ha3{margin:0 0 16px;font-size:24px;font-weight:700;color:#1f2937;line-height:1.3}@media (max-width: 767px){.modal-content.svelte-5k4ha3 h3.svelte-5k4ha3{font-size:21px}}.modal-description.svelte-5k4ha3.svelte-5k4ha3{margin:0 0 28px;font-size:16px;color:#6b7280;line-height:1.5}@media (max-width: 767px){.modal-description.svelte-5k4ha3.svelte-5k4ha3{font-size:15px}}.form-group.svelte-5k4ha3.svelte-5k4ha3{margin-bottom:16px}.email-input.svelte-5k4ha3.svelte-5k4ha3{width:100%;padding:14px 16px;font-size:16px;border:2px solid #e5e7eb;border-radius:8px;outline:none;transition:border-color .2s;font-family:inherit}.email-input.svelte-5k4ha3.svelte-5k4ha3:focus{border-color:#e63946}@media (max-width: 767px){.email-input.svelte-5k4ha3.svelte-5k4ha3{min-height:44px;padding:12px 16px}}.continue-btn.svelte-5k4ha3.svelte-5k4ha3{width:100%;padding:14px 24px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,#e63946,#d62828);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;font-family:inherit}.continue-btn.svelte-5k4ha3.svelte-5k4ha3:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e639464d}.continue-btn.svelte-5k4ha3.svelte-5k4ha3:active{transform:translateY(0)}@media (max-width: 767px){.continue-btn.svelte-5k4ha3.svelte-5k4ha3{min-height:48px;padding:12px 24px}}.cancel-btn.svelte-5k4ha3.svelte-5k4ha3{width:100%;padding:12px 24px;margin-top:12px;font-size:16px;font-weight:500;color:#6b7280;background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;font-family:inherit;min-height:48px}.cancel-btn.svelte-5k4ha3.svelte-5k4ha3:hover{border-color:#cbd5e1;color:#4b5563}.cancel-btn.svelte-5k4ha3.svelte-5k4ha3:active{background:#f9fafb}.error-message.svelte-5k4ha3.svelte-5k4ha3{margin-bottom:12px;padding:10px 14px;background-color:#fef2f2;color:#dc2626;border-radius:6px;font-size:14px;text-align:left}.favorite-button-container.svelte-1dzrh2p{position:relative;display:inline-block}.favorite-button.svelte-1dzrh2p{background:#ffffffe6;border:1px solid #e0e0e0;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:0}.favorite-button.svelte-1dzrh2p:hover:not(:disabled){background:#fff;color:#e63946;border-color:#e63946;box-shadow:0 2px 8px #e6394626}.favorite-button.svelte-1dzrh2p:disabled{cursor:not-allowed;opacity:.7}.favorite-button.favorited.svelte-1dzrh2p{animation:svelte-1dzrh2p-heartPop .3s ease-out}@keyframes svelte-1dzrh2p-heartPop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.spinner.svelte-1dzrh2p{animation:svelte-1dzrh2p-spin 1s linear infinite}@keyframes svelte-1dzrh2p-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.favorite-toast.svelte-1dzrh2p{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#000000d9;color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;z-index:10002;animation:svelte-1dzrh2p-toastSlideUp .3s ease-out;box-shadow:0 4px 12px #0000004d}@keyframes svelte-1dzrh2p-toastSlideUp{0%{transform:translate(-50%) translateY(20px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@media (max-width: 768px){.favorite-button.svelte-1dzrh2p{width:44px;height:44px}}
