.QuestionForm_overlay__qCqoz{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.QuestionForm_modal__gMuBl{background:white;border-radius:8px;padding:1.5rem;width:90%;max-width:600px;max-height:85vh;position:relative;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;flex-direction:column}.QuestionForm_header__gm_OE{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.QuestionForm_header__gm_OE h2{margin:0;color:#333;font-size:1.5rem}.QuestionForm_closeButton__4z6G5{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.5rem}.QuestionForm_closeButton__4z6G5:hover{color:#333}.QuestionForm_form__Q4Y58{display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding-right:.5rem}.QuestionForm_formGroup__glMZP{display:flex;flex-direction:column;gap:.5rem}.QuestionForm_formRow__OLid9{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.QuestionForm_formGroup__glMZP label{font-weight:500;color:#333}.QuestionForm_formGroup__glMZP input,.QuestionForm_formGroup__glMZP select,.QuestionForm_formGroup__glMZP textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background:#ffffff;color:#333333;width:100%;box-sizing:border-box}.QuestionForm_formGroup__glMZP input::placeholder,.QuestionForm_formGroup__glMZP textarea::placeholder{color:#999999}.QuestionForm_formGroup__glMZP input:focus,.QuestionForm_formGroup__glMZP select:focus,.QuestionForm_formGroup__glMZP textarea:focus{outline:none;border-color:#2196f3}.QuestionForm_formGroup__glMZP textarea{resize:vertical;min-height:100px;max-height:200px}.QuestionForm_error__AFREj{color:#dc3545;padding:.5rem;background:#fff5f5;border-radius:4px;margin-top:.5rem}.QuestionForm_formActions__2k8hG{flex-shrink:0;display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.QuestionForm_cancelButton__g6FSU,.QuestionForm_submitButton__HAtAE{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s}.QuestionForm_submitButton__HAtAE{background:#2196f3;color:white}.QuestionForm_submitButton__HAtAE:hover{background:#1976d2}.QuestionForm_submitButton__HAtAE:disabled{background:#90caf9;cursor:not-allowed}.QuestionForm_cancelButton__g6FSU{background:#f5f5f5;color:#333}.QuestionForm_cancelButton__g6FSU:hover{background:#e0e0e0}.QuestionForm_cancelButton__g6FSU:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.QuestionForm_form__Q4Y58::-webkit-scrollbar{width:8px}.QuestionForm_form__Q4Y58::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.QuestionForm_form__Q4Y58::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.QuestionForm_form__Q4Y58::-webkit-scrollbar-thumb:hover{background:#555}