.app-container{background-color:#f4f6f8;display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.form-card{background-color:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001a;max-width:600px;padding:2rem;width:100%}.form-title{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.report-form .form-group{margin-bottom:1.2rem}.report-form label{color:#34495e;display:block;font-weight:600;margin-bottom:.5rem}.report-form input,.report-form select,.report-form textarea{border:1px solid #dcdfe3;border-radius:8px;font-size:1rem;padding:.75rem;transition:border .3s;width:100%}.report-form input:focus,.report-form select:focus,.report-form textarea:focus{border-color:#3498db;outline:none}.submit-button{background-color:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.9rem;transition:background-color .3s;width:100%}.submit-button:disabled{background-color:#7f8c8d;cursor:not-allowed}.submit-button:hover:not(:disabled){background-color:#2980b9}.message{border-radius:8px;font-weight:700;margin-bottom:1rem;padding:.75rem;text-align:center}.error-message{background-color:#fdecea;border:1px solid #e74c3c;color:#c0392b}.success-message{background-color:#eafaf1;border:1px solid #2ecc71;color:#27ae60}@media (max-width:600px){.form-card{padding:1.5rem}.form-title{font-size:1.5rem}.report-form input,.report-form select,.report-form textarea{font-size:.95rem;padding:.65rem}.submit-button{font-size:.95rem;padding:.8rem}}.toast{animation:fadein .4s,fadeout .4s 2s;background-color:#27ae60;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#fff;font-weight:700;padding:1rem 1.2rem;position:fixed;right:1rem;top:1rem;z-index:999}@keyframes fadein{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeout{to{opacity:0;transform:translateY(-10px)}}
/*# sourceMappingURL=main.d1219b82.css.map*/