.alert-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(59,40,3,.55);display:flex;align-items:center;justify-content:center;z-index:10001;animation:alertFadeIn .2s ease;padding:20px}@keyframes alertFadeIn{0%{opacity:0}to{opacity:1}}@keyframes alertSlideIn{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes alertIconPop{0%{transform:scale(0)}60%{transform:scale(1.15)}to{transform:scale(1)}}.alert-modal{background:#FDFBF7;border-radius:16px;padding:32px;max-width:380px;width:100%;text-align:center;box-shadow:0 20px 60px rgba(59,40,3,.2);animation:alertSlideIn .25s ease}.alert-modal-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;animation:alertIconPop .4s ease}.alert-modal-icon svg{width:30px;height:30px}.alert-modal-icon-success{background:#f0f7f0;color:#8B5A2B}.alert-modal-icon-error{background:#fef2f2;color:#C85A54}.alert-modal-icon-warning{background:#fef9ee;color:#D4A574}.alert-modal-icon-info{background:#f5f0eb;color:#4E3524}.alert-modal-title{font-family:Belleza,serif;font-size:1.25rem;font-weight:600;color:#3B2803;margin:0 0 8px}.alert-modal-message{font-size:.92rem;color:#664D3C;margin:0 0 24px;line-height:1.5;word-break:break-word}.alert-modal-btn{padding:10px 32px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;border:none;transition:all .15s ease;min-width:120px}.alert-modal-btn-success{background:#8B5A2B;color:white}.alert-modal-btn-success:hover{background:#724a23}.alert-modal-btn-error{background:#C85A54;color:white}.alert-modal-btn-error:hover{background:#b04a44}.alert-modal-btn-warning{background:#D4A574;color:white}.alert-modal-btn-warning:hover{background:#c4955f}.alert-modal-btn-info{background:#4E3524;color:white}.alert-modal-btn-info:hover{background:#3a2819}@media (max-width:480px){.alert-modal{padding:24px 20px}}