.modal{position:fixed!important;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;justify-content:center;align-items:center;z-index:9999!important}.toast{position:fixed;bottom:30px;right:30px;background:#4caf50;color:#fff;padding:14px 22px;border-radius:10px;font-size:16px;font-weight:600;z-index:9999;min-width:240px;text-align:center;animation:fadeInOut 3s ease;box-shadow:0 4px 12px #0003}.toast.success{background:#4caf50}.toast.error{background:#e53935}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1}to{opacity:0;transform:translateY(10px)}}input[readonly]{background-color:#f1f3f5;color:#6c757d;border:1px dashed #ced4da}
