*{margin:0;padding:0;box-sizing:border-box}.azapp-icon{width:22px;height:22px;color:#004a8f;vertical-align:middle;transition:all .2s ease-in-out}.azapp-icon:hover{transform:scale(1.1);color:#0073e6}.alert{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;margin:8px 0;background:#fbbf2426;border:1px solid rgba(251,191,36,.4);color:#92400e;border-radius:8px;font-size:.875rem;font-weight:500;line-height:1.4;animation:fadeIn .25s ease-in-out;box-sizing:border-box}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-card{background:#fff;width:clamp(70%,80%,90%);border-radius:14px;box-shadow:0 8px 25px #00000026;overflow:hidden;animation:slideIn .3s ease-in-out;display:flex;flex-direction:column}.modal-header{background:#004a8f;color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-size:1.2rem;margin:0;font-weight:600}.close{background:transparent;border:none;color:#fff;font-size:1.6rem;cursor:pointer;transition:transform .2s ease}.close:hover{transform:scale(1.2)}.modal-body{padding:20px;display:flex;flex-direction:column;gap:14px}.modal-body label{font-weight:600;color:#333;margin-bottom:4px;font-size:.9rem}.modal-body input,.modal-body select,.modal-body textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #ccc;font-size:.95rem;transition:all .3s ease;background:#f9f9f9}.modal-body input:focus,.modal-body select:focus,.modal-body textarea:focus{border-color:#004a8f;box-shadow:0 0 6px #004a8f4d;outline:none;background:#fff}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:5px 28px}.modal-container{background-color:#fff;border-radius:12px;padding:30px 24px;width:100%;max-width:80%;box-shadow:0 10px 30px #0003;text-align:center;animation:fadeIn .3s ease-in-out}.modal-icon{font-size:48px;color:#d9534f;margin-bottom:16px}.modal-title{font-size:20px;font-weight:700;margin-bottom:12px;color:#333}.modal-text{font-size:16px;color:#555;margin-bottom:24px}.modal-actions{display:flex;justify-content:center;gap:16px}.btn{border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease;font-size:.95rem}.btn.cancel{background:#e5e7eb;color:#333}.btn.excluir{background:#ff4d4f;color:#fff}.btn.cancel:hover{background:#d4d4d8}.btn.save{background:#004a8f;color:#fff}.btn.save:hover{background:#003a72}
