.form-field{flex-direction:column;gap:.5rem;display:flex}.form-label{color:#1f2937;text-align:left;letter-spacing:-.01em;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.required-star{color:#ef4444;margin-left:.25rem;font-weight:600}.form-input{color:#5c8a6e;background-color:inherit;border:1px solid #e5e7eb;border-radius:.75rem;outline:none;padding:1rem 1.25rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #0000000d}.form-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-input::placeholder{color:#9ca3af}.form-textarea{color:#5c8a6e;background-color:inherit;resize:vertical;border:1px solid #e5e7eb;border-radius:.75rem;outline:none;min-height:180px;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;line-height:1.6;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #0000000d}.form-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-textarea::placeholder{color:#9ca3af}.form-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.form-error{color:#ef4444;margin-top:.25rem;font-size:.8rem;font-weight:500}
.custom-button{cursor:pointer;letter-spacing:-.01em;border:none;border-radius:.75rem;outline:none;justify-content:center;align-items:center;gap:.5rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #0000001a}.custom-button:hover{opacity:.8;box-shadow:0 4px 8px #00000026}.custom-button:active{opacity:.9;box-shadow:0 2px 4px #0000001a}.custom-button-primary{color:#fff;background-color:#5b9872}.custom-button-primary:hover{background-color:#4a7d5f}.custom-button-secondary{color:#6b7280;background-color:#f4f9f4;border:1px solid #d1d5db}.custom-button-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.custom-button-outline{color:#1f2937;background-color:#0000;border:1px solid #e5e7eb}.custom-button-outline:hover{background-color:#f9fafb;border-color:#d1d5db}.custom-button-sm{min-height:36px;padding:.5rem 1rem;font-size:.85rem}.custom-button-md{min-height:44px;padding:.75rem 1.5rem;font-size:.95rem}.custom-button-lg{min-height:52px;padding:1rem 2.5rem;font-size:1rem}.custom-button-full-width{width:100%}.custom-button-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.custom-button-spinner{align-items:center;gap:.5rem;display:flex}.spinner{width:1rem;height:1rem;animation:1s linear infinite spin}.spinner-path{stroke-dasharray:16;stroke-dashoffset:16px;animation:1.5s ease-in-out infinite dash}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}
