.onflow-questionnaire-fields{flex-direction:column;gap:16px;display:flex}.onflow-questionnaire *{box-sizing:border-box}.onflow-questionnaire{color:#333;width:100%;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}.onflow-questionnaire-loading,.onflow-questionnaire-error{text-align:center;padding:40px 20px}.onflow-loading{color:#666;font-size:16px}.onflow-error{color:#d32f2f;background:#ffebee;border:1px solid #ffcdd2;border-radius:4px;padding:16px;font-size:16px}.onflow-questionnaire-form{flex-direction:column;gap:32px;display:flex}.onflow-section-title{color:#1976d2;border-bottom:2px solid #e3f2fd;margin:0 0 20px;padding-bottom:8px;font-size:24px;font-weight:600}.onflow-field-group{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:24px}.onflow-group-title{color:#333;margin:0 0 20px;font-size:20px;font-weight:600}.onflow-multiple-rows{flex-direction:column;gap:20px;display:flex}.onflow-multiple-row{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:20px}.onflow-row-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.onflow-row-title{color:#495057;margin:0;font-size:16px;font-weight:600}.onflow-row-remove{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;padding:6px 12px;font-size:14px;transition:background-color .2s}.onflow-row-remove:hover:not(:disabled){background:#c82333}.onflow-row-remove:disabled{cursor:not-allowed;background:#6c757d}.onflow-row-add{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;width:100%;padding:12px 20px;font-size:14px;transition:background-color .2s}.onflow-row-add:hover:not(:disabled){background:#218838}.onflow-row-add:disabled{cursor:not-allowed;background:#6c757d}.onflow-single-row{flex-direction:column;gap:16px;display:flex}.onflow-row-fields{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;display:grid}.onflow-field{flex-direction:column;gap:6px;display:flex}.onflow-field-label{color:#333;align-items:center;gap:4px;font-size:14px;font-weight:500;display:flex}.onflow-field-required{color:#d32f2f;font-weight:600}.onflow-field-input{background:#fff;border:1px solid #ddd;border-radius:4px;padding:12px;font-size:14px;transition:border-color .2s,box-shadow .2s}.onflow-field-input:focus{border-color:#1976d2;outline:none;box-shadow:0 0 0 2px #1976d233}.onflow-field-input:disabled{color:#999;cursor:not-allowed;background:#f5f5f5}.onflow-field-input-error{border-color:#d32f2f}.onflow-field-input-error:focus{border-color:#d32f2f;box-shadow:0 0 0 2px #d32f2f33}.onflow-field-textarea{resize:vertical;min-height:100px}.onflow-field-select{cursor:pointer}.onflow-field-yesno{flex-direction:row;align-items:center;gap:8px}.onflow-field-checkbox{cursor:pointer;margin:0}.onflow-field-checkbox-label{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:400;display:flex}.onflow-field-fieldset{border:none;margin:0;padding:0}.onflow-field-checkboxes,.onflow-field-file{flex-direction:column;gap:8px;display:flex}.onflow-field-file-input{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:8px}.onflow-field-file-info{background:#e8f5e8;border:1px solid #c8e6c9;border-radius:4px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.onflow-field-file-name{color:#2e7d32;font-size:14px}.onflow-field-file-remove{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:3px;padding:4px 8px;font-size:12px}.onflow-field-file-remove:hover:not(:disabled){background:#b71c1c}.onflow-field-file-uploading{color:#1976d2;font-size:14px;font-style:italic}.onflow-field-geo{flex-direction:column;gap:8px;display:flex}.onflow-field-geo-inputs{grid-template-columns:1fr 1fr;gap:12px;display:grid}.onflow-field-geo-note{color:#666;font-size:12px;font-style:italic}.onflow-field-error{color:#d32f2f;margin-top:4px;font-size:12px}.onflow-form-error{color:#d32f2f;background:#ffebee;border:1px solid #ffcdd2;border-radius:4px;padding:12px 16px;font-size:14px}.onflow-submit-section{border-top:1px solid #e0e0e0;justify-content:center;padding-top:20px;display:flex}.onflow-submit-button{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:6px;min-width:150px;padding:16px 32px;font-size:16px;font-weight:600;transition:background-color .2s}.onflow-submit-button:hover:not(:disabled){background:#1565c0}.onflow-submit-button:disabled{cursor:not-allowed;background:#6c757d}@media (max-width:768px){.onflow-questionnaire{padding:16px}.onflow-row-fields,.onflow-field-geo-inputs{grid-template-columns:1fr}.onflow-row-header{flex-direction:column;align-items:flex-start;gap:8px}.onflow-section-title{font-size:20px}.onflow-group-title{font-size:18px}}@media (max-width:480px){.onflow-questionnaire{padding:12px}.onflow-field-group{padding:16px}.onflow-submit-button{width:100%}}
