.styles_container__D_n_6{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem;max-width:600px;margin:0 auto}.styles_title__tsumz{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.styles_message__GiIJU{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:1rem}.styles_spinnerContainer__7yMpg{margin:2rem 0}.styles_errorState__0gAlo{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;padding:2rem;margin:2rem 0;text-align:center}.styles_errorMessage__wKInf{color:#dc2626;font-size:1.125rem;margin-bottom:1.5rem}.styles_retryButton__vax3X{background-color:#2563eb;color:white;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.styles_retryButton__vax3X:hover{background-color:#1d4ed8;transform:translateY(-1px)}.styles_retryButton__vax3X:active{transform:translateY(0)}.styles_retryButton__vax3X:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.styles_debugContainer__GoX9e{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.styles_progressText__BFF8V{color:#4b5563;font-size:.875rem;margin-top:1rem}.styles_fadeIn__OwRoj{animation:styles_fadeIn__OwRoj .5s ease-in-out}@keyframes styles_fadeIn__OwRoj{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.styles_container__D_n_6{padding:1rem;min-height:50vh}.styles_title__tsumz{font-size:2rem}.styles_message__GiIJU{font-size:1rem}}.styles_container__E9SOL{position:relative}.styles_container__E9SOL,.styles_formContainer__Bpl2i{border:1px solid #e0e0e0;border-radius:12px;padding:1rem;margin-bottom:1rem;background:#fff}.styles_field__lpnJU{display:flex;flex-direction:column;margin-bottom:1rem}.styles_field__lpnJU label{font-weight:600;margin-bottom:.25rem;font-size:.9rem}.styles_field__lpnJU input,.styles_field__lpnJU select,.styles_field__lpnJU textarea{border:1px solid #ccc;border-radius:6px;padding:.5rem;font-size:1rem;transition:border-color .2s}.styles_field__lpnJU input:focus,.styles_field__lpnJU select:focus,.styles_field__lpnJU textarea:focus{outline:none;border-color:#0070f3}.styles_buttonGroup__FNlfl{display:flex;justify-content:flex-end;gap:.5rem}.styles_button__EfABj{padding:.5rem 1rem;border-radius:6px;border:none;cursor:pointer;font-weight:600;transition:background .2s,color .2s}.styles_button__EfABj.styles_save__atd5n{background:#0070f3;color:white}.styles_button__EfABj.styles_save__atd5n:hover{background:#005bb5}.styles_button__EfABj.styles_cancel__HqYsL{background:#f0f0f0;color:#333}.styles_button__EfABj.styles_cancel__HqYsL:hover{background:#e0e0e0}.styles_button__EfABj.styles_delete__QGV_P{background:#ff4d4f;color:white}.styles_button__EfABj.styles_delete__QGV_P:hover{background:#d9363e}.styles_button__EfABj:disabled,.styles_button__EfABj:disabled:hover{background:#ccc;color:#333;cursor:not-allowed}