.form-renderer--center-align{text-align:center}.form-renderer--right-align{text-align:right}.form-renderer--auto-mx{margin-left:auto;margin-right:auto}.form-header{margin-bottom:1.5rem;margin-top:1.5rem}.form-title{font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.form-description{color:var(--muted-foreground)}.form-body{gap:1.5rem}.form-body,.form-fields--default{display:flex;flex-direction:column}.form-fields--default{gap:1rem}.form-fields--tight{gap:.5rem}.form-fields--loose{gap:1.5rem}.form-fields--grid{display:grid;gap:1rem}.form-recaptcha-area{padding-top:1rem}.form-recaptcha-preview{padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;color:#4b5563;font-size:.875rem;line-height:1.25rem}.form-recaptcha-missing{color:#ef4444;font-size:.875rem;line-height:1.25rem}.form-submit-area{display:flex;justify-content:flex-end;padding-top:1rem}.form-submit-btn{padding:.5rem 1.5rem;border-radius:.5rem;font-weight:500;transition:background-color .2s ease;border:none;cursor:pointer}.form-submit-btn--active{background-color:var(--primary);color:#fff}.form-submit-btn--active:hover{opacity:.9}.form-submit-btn--disabled{background-color:var(--muted);color:var(--muted-foreground);cursor:not-allowed}.form-alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem;border:1px solid}.form-alert--success{background-color:#f0fdf4;border-color:#bbf7d0}.form-alert--success p{color:#166534}.form-alert--error{background-color:#fef2f2;border-color:#fecaca}.form-alert--error>p{color:#991b1b}.form-alert__error-list{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:#dc2626;list-style:none;padding:0}.form-alert--schema-error{padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem}.form-alert--schema-error p{color:#991b1b}.form-label{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--foreground);margin-bottom:.5rem}.form-label__required{color:#ef4444;margin-left:.25rem}.form-help-text{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.form-error-group,.form-help-text{margin-top:.25rem}.form-error-text{font-size:.75rem;line-height:1rem;color:#ef4444}.form-input{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;outline:none;background-color:var(--background);color:var(--foreground);transition:border-color .2s ease,box-shadow .2s ease;font-size:1rem;line-height:1.5rem;box-sizing:border-box}.form-input:focus{box-shadow:0 0 0 2px var(--primary);border-color:var(--primary)}.form-input--error{border-color:#ef4444}.form-input--disabled{opacity:.5;cursor:not-allowed}.form-input--readonly{background-color:var(--muted);cursor:not-allowed}.form-input--small{font-size:.875rem;line-height:1.25rem;padding-top:.25rem;padding-bottom:.25rem}.form-input--large{font-size:1.125rem;line-height:1.75rem;padding-top:.75rem;padding-bottom:.75rem}.form-select{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;outline:none;background-color:var(--background);color:var(--foreground);transition:border-color .2s ease,box-shadow .2s ease;font-size:1rem;line-height:1.5rem;box-sizing:border-box}.form-select:focus{box-shadow:0 0 0 2px var(--primary);border-color:var(--primary)}.form-select--error{border-color:#ef4444}.form-select--disabled{opacity:.5;cursor:not-allowed}.form-select--readonly{background-color:var(--muted);cursor:not-allowed}.form-select--small{font-size:.875rem;line-height:1.25rem;padding-top:.25rem;padding-bottom:.25rem}.form-select--large{font-size:1.125rem;line-height:1.75rem;padding-top:.75rem;padding-bottom:.75rem}.form-textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;outline:none;background-color:var(--background);color:var(--foreground);transition:border-color .2s ease,box-shadow .2s ease;resize:vertical;font-size:1rem;line-height:1.5rem;box-sizing:border-box}.form-textarea:focus{box-shadow:0 0 0 2px var(--primary);border-color:var(--primary)}.form-textarea--error{border-color:#ef4444}.form-textarea--disabled{opacity:.5;cursor:not-allowed}.form-textarea--readonly{background-color:var(--muted);cursor:not-allowed}.form-textarea--small{font-size:.875rem;line-height:1.25rem}.form-textarea--large{font-size:1.125rem;line-height:1.75rem}.form-options-group{display:flex;flex-direction:column;gap:.5rem}.form-option-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-option-radio{width:1rem;height:1rem;accent-color:var(--primary);border-color:var(--border)}.form-option-radio:focus{outline:none;box-shadow:0 0 0 2px var(--primary)}.form-option-checkbox{width:1rem;height:1rem;accent-color:var(--primary);border-color:var(--border);border-radius:.25rem}.form-option-checkbox:focus{outline:none;box-shadow:0 0 0 2px var(--primary)}.form-option-text{font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.form-dropzone{border:2px dashed var(--border);border-radius:.5rem;padding:1.5rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.form-dropzone:hover{border-color:var(--primary);background-color:color-mix(in srgb,var(--muted) 50%,transparent)}.form-dropzone--dragover{border-color:var(--primary);background-color:color-mix(in srgb,var(--primary) 10%,transparent)}.form-dropzone--error{border-color:#ef4444;background-color:#fef2f2}.form-dropzone--disabled{opacity:.5;cursor:not-allowed}.form-dropzone__content{display:flex;flex-direction:column;gap:.5rem}.form-dropzone__icon{color:var(--muted-foreground)}.form-dropzone__icon svg{display:block;margin:0 auto .5rem;width:2rem;height:2rem}.form-dropzone__text{font-size:.875rem;line-height:1.25rem;color:var(--foreground)}.form-dropzone__hint{margin-top:.25rem}.form-dropzone__hint,.form-dropzone__meta{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.form-file-hidden{display:none}.form-file-list{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.form-file-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background-color:var(--muted);border-radius:.25rem;border:1px solid var(--border)}.form-file-item__info{flex:1;min-width:0}.form-file-item__name{font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-file-item__size{font-size:.75rem;line-height:1rem;color:var(--muted-foreground)}.form-file-item__remove{margin-left:.5rem;color:#ef4444;font-size:.875rem;line-height:1.25rem;background:none;border:none;cursor:pointer}.form-file-item__remove:hover{color:#b91c1c}.form-file-single{margin-top:.5rem}.form-divider{border:none;border-top:1px solid var(--border);margin-top:1rem;margin-bottom:1rem}.form-heading{font-weight:600;color:var(--foreground);margin-bottom:.5rem}.form-heading--h1{font-size:1.875rem;line-height:2.25rem}.form-heading--h2{font-size:1.5rem;line-height:2rem}.form-heading--h3{font-size:1.25rem;line-height:1.75rem}.form-heading--h4{font-size:1.125rem;line-height:1.75rem}.form-heading--h5{font-size:1rem;line-height:1.5rem}.form-heading--h6{font-size:.875rem;line-height:1.25rem}.form-heading--left{text-align:left}.form-heading--center{text-align:center}.form-heading--right{text-align:right}.form-paragraph{color:var(--foreground);margin-bottom:.5rem}.form-paragraph--small{font-size:.875rem;line-height:1.25rem}.form-paragraph--base{font-size:1rem;line-height:1.5rem}.form-paragraph--large{font-size:1.125rem;line-height:1.75rem}.form-paragraph--left{text-align:left}.form-paragraph--center{text-align:center}.form-paragraph--right{text-align:right}.form-spacer{width:100%}.form-unknown-field{padding:1rem;border:1px solid #fca5a5;background-color:#fef2f2;border-radius:.25rem}.form-unknown-field__text{color:#dc2626;font-size:.875rem;line-height:1.25rem}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.phone-input-wrapper .PhoneInputInput{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:.5rem;outline:none;background:var(--background);color:var(--foreground);transition:border-color .2s}.phone-input-wrapper .PhoneInputInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary)}.phone-input-wrapper.phone-input-error .PhoneInputInput{border-color:#ef4444}