@keyframes alertOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes alertOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes alertCardIn{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes alertCardOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(16px) scale(.97)}}@keyframes alertCheckIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.alert-popup-overlay{position:fixed;inset:0;background:var(--overlay, rgba(0, 0, 0, .4));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:var(--z-index-modal, 10001);padding:1.5rem;animation:alertOverlayIn .3s ease-out forwards}.alert-popup-overlay.closing{animation:alertOverlayOut .2s ease-in forwards}.alert-popup-card{position:relative;border-radius:var(--radius-card, 16px);width:100%;max-width:380px;padding:2rem 1.75rem 1.5rem;text-align:center;overflow:hidden;animation:alertCardIn .4s cubic-bezier(.16,1,.3,1) forwards;border:1px solid rgba(0,0,0,.06);border-top-color:#ffffffe6;border-bottom-color:#00000014;background:linear-gradient(180deg,#fff,#fffffff7 2%,#f9fafbfa),#fff;box-shadow:inset 0 1px #fffffff2,inset 0 -1px #0000000a,0 0 0 .5px #0000000a,0 0 60px -20px #6482f00a,0 1px 2px #0000000f,0 4px 8px #0000000d,0 16px 32px #00000014,0 48px 80px -24px #0000002e}.alert-popup-card:before{content:"";position:absolute;top:0;left:0;right:0;height:45%;border-radius:inherit;pointer-events:none;z-index:1;background:radial-gradient(ellipse 70% 50% at 25% 0%,rgba(255,255,255,.8) 0%,rgba(255,255,255,.3) 35%,transparent 65%)}.alert-popup-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;border-radius:inherit;pointer-events:none;z-index:1;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.01) 50%,rgba(0,0,0,.025) 100%)}.alert-popup-card>*{position:relative;z-index:2}.alert-popup-overlay.closing .alert-popup-card{animation:alertCardOut .25s cubic-bezier(.4,0,.6,1) forwards}.alert-popup-close{position:absolute;top:1rem;right:1rem;width:28px;height:28px;background:transparent;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted, #9ca3af);transition:all .15s;z-index:10}.alert-popup-close:hover{background:var(--bg-light, #f3f4f6);color:var(--text-dark, #374151)}.alert-popup-illustration{width:180px;height:180px;margin:0 auto 1rem}.alert-popup-heading{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700;line-height:1.3;color:var(--navy-950, #111827);letter-spacing:-.025em}.alert-popup-subline{margin:0 0 .25rem;font-size:.9375rem;line-height:1.5;color:var(--text-muted, #6b7280)}.alert-popup-form{display:flex;flex-direction:column;gap:.625rem}.alert-popup-input{width:100%;padding:.75rem 1rem;font-size:.9375rem;border:1px solid var(--border-subtle, #e5e7eb);border-radius:.5rem;outline:none;transition:all .15s;color:var(--navy-950, #111827);background:var(--bg, #fff);box-sizing:border-box;min-height:48px}.alert-popup-input::-moz-placeholder{color:#9ca3af}.alert-popup-input::placeholder{color:#9ca3af}.alert-popup-input:focus{border-color:var(--brand-500, #a52422);box-shadow:0 0 0 3px var(--brand-alpha-15, rgba(165, 36, 34, .15))}.alert-popup-input:disabled{opacity:.6}.alert-popup-error{margin:0;font-size:.8125rem;color:#dc2626;text-align:left}.alert-popup-cta{width:100%;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:#e5e7eb;border:none;border-radius:9999px;cursor:pointer;transition:background .15s,transform .1s;min-height:48px}.alert-popup-cta:not(:disabled){background:var(--brand-500, #a52422)}.alert-popup-cta:not(:disabled):hover{background:var(--brand-600, #8c1f1d)}.alert-popup-cta:not(:disabled):active{transform:scale(.98)}.alert-popup-cta:disabled{cursor:default;color:#9ca3af}.alert-popup-dismiss{display:inline-block;margin-top:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#111827;background:none;border:none;cursor:pointer;transition:color .15s}.alert-popup-dismiss:hover{color:#6b7280}.alert-popup-success{padding:.5rem 0}.alert-popup-success-icon{width:56px;height:56px;margin:0 auto 1.25rem;background:var(--success-bg, #ecfdf5);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--success-bright, #22c55e);animation:alertCheckIn .35s cubic-bezier(.16,1,.3,1) forwards}.alert-popup-success-icon svg{width:28px;height:28px}.alert-popup-done-btn{margin-top:1.25rem;padding:.625rem 2rem;font-size:.875rem;font-weight:600;color:#374151;background:#f3f4f6;border:none;border-radius:9999px;cursor:pointer;transition:background .15s}.alert-popup-done-btn:hover{background:#e5e7eb}@media(max-width:640px){.alert-popup-overlay{align-items:flex-end;padding:0}.alert-popup-card{max-width:100%;border-radius:20px 20px 0 0;padding:1.5rem 1.25rem 2rem;padding-bottom:calc(2rem + env(safe-area-inset-bottom,0px))}.alert-popup-illustration{width:140px;height:140px;margin-bottom:.75rem}.alert-popup-heading{font-size:1.125rem}}@media(prefers-reduced-motion:reduce){.alert-popup-overlay,.alert-popup-overlay.closing,.alert-popup-card,.alert-popup-success-icon{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
