.blocked-overlay {position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(246, 166, 19, 0.3); z-index: 1050; display: flex; justify-content: center; align-items: center;}
.blocked-form {pointer-events: none; opacity: 0.5; filter: blur(4px);}
.modal-content {background: #fff; padding: 3rem; max-width: 800px; width: 90%; border-radius: 12px; box-shadow: 0px 6px 10px rgba(246, 166, 19, 0.4);}
.modal-body {font-size: 18px;}
@keyframes fadeIn {from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); }}
.modal-content {animation: fadeIn 0.3s ease-in-out;}