@keyframes style-module-scss-module__XqSaza__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__XqSaza__inquiry_form{flex-direction:column;gap:1.5rem;display:flex}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group{flex-direction:column;gap:.5rem;display:flex}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__textarea_label,.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__file_label{color:#1a1a1a;font-size:.875rem;font-weight:500;display:block}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__textarea_label .style-module-scss-module__XqSaza__required,.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__file_label .style-module-scss-module__XqSaza__required{color:#ef4444;margin-left:.25rem}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group textarea{resize:vertical;border:1px solid #e5e5e5;border-radius:6px;width:100%;min-height:150px;padding:.75rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group textarea:focus-visible{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #00000026}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group textarea:disabled{cursor:not-allowed;opacity:.6;background-color:#f3f3f3}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group textarea.style-module-scss-module__XqSaza__error{border-color:#ef4444}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group textarea::placeholder{color:#9ca3af}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__helper_text{font-size:.875rem}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__helper_text.style-module-scss-module__XqSaza__error{color:#ef4444}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__char_count{text-align:right;color:#666;font-size:.75rem;display:block}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__textarea_footer{justify-content:space-between;align-items:center;display:flex}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__textarea_footer .style-module-scss-module__XqSaza__char_count{margin-left:auto}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__uploaded_files{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__uploaded_files .style-module-scss-module__XqSaza__uploaded_file{background-color:#f3f3f3;border:1px solid #e5e5e5;border-radius:6px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;display:flex}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__uploaded_files .style-module-scss-module__XqSaza__uploaded_file .style-module-scss-module__XqSaza__file_preview{object-fit:cover;border:1px solid #e5e5e5;border-radius:6px;flex-shrink:0;width:60px;height:60px}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__uploaded_files .style-module-scss-module__XqSaza__uploaded_file .style-module-scss-module__XqSaza__file_name{color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;overflow:hidden}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__uploaded_files .style-module-scss-module__XqSaza__uploaded_file .style-module-scss-module__XqSaza__remove_file_btn{color:#666;cursor:pointer;background-color:#0000;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;transition:all .2s ease-in-out;display:flex}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__uploaded_files .style-module-scss-module__XqSaza__uploaded_file .style-module-scss-module__XqSaza__remove_file_btn:hover:not(:disabled){color:#ef4444;background-color:#ef44441a}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__uploaded_files .style-module-scss-module__XqSaza__uploaded_file .style-module-scss-module__XqSaza__remove_file_btn:focus-visible{outline:none;box-shadow:0 0 0 3px #00000026}.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__uploaded_files .style-module-scss-module__XqSaza__uploaded_file .style-module-scss-module__XqSaza__remove_file_btn:disabled{opacity:.5;cursor:not-allowed}@media (prefers-reduced-motion:reduce){.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group textarea,.style-module-scss-module__XqSaza__inquiry_form .style-module-scss-module__XqSaza__form_group .style-module-scss-module__XqSaza__remove_file_btn{transition:none}}