.recceda-form{display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:0;box-shadow:none}.recceda-field{margin-bottom:20px}.recceda-field label{display:block;margin-bottom:5px;font-weight:500;color:#333}.recceda-field input,.recceda-field select,.recceda-field textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:0;font-size:14px;transition:border-color .2s;box-sizing:border-box}.recceda-field input:focus,.recceda-field select:focus,.recceda-field textarea:focus{outline:none;border-color:#007bff;box-shadow:none}.recceda-field textarea{resize:vertical;min-height:80px}.recceda-radio-group{display:flex;flex-direction:column;gap:8px}.recceda-radio-item{display:flex;align-items:center;gap:8px}.recceda-radio-item input[type=radio]{width:auto;margin:0}.recceda-checkbox{display:flex;align-items:center;gap:8px}.recceda-checkbox input[type=checkbox]{width:auto;margin:0}.recceda-submit{background:#ea6900;color:#fff;border:none;padding:12px 24px;border-radius:0;font-size:16px;cursor:pointer;transition:background-color .2s}.recceda-submit:hover{background:#ea580c}.recceda-error{color:#dc3545;font-size:12px;margin-top:4px}.recceda-message{padding:10px;margin:10px 0;border-radius:0;font-weight:500}.recceda-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.recceda-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.recceda-loading-error{text-align:center;padding:40px 20px;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.recceda-loading-error h3{margin:0 0 10px;color:#333}.recceda-loading-error p{margin:0;font-size:14px}