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