:root{--form-primary: var(--brand-primary, #5b6bff);--form-surface: var(--brand-surface, #ffffff);--form-border: var(--brand-border, #e5e7eb);--form-bg: var(--brand-bg, #f5f7fb);--form-muted: var(--brand-muted, #6b7280);--form-text: var(--brand-text, #0f172a);--form-success: #22c55e;--form-danger: #ef4444}body.theme-dark{--form-surface: var(--brand-surface, #111827);--form-bg: var(--brand-bg, #0b1220);--form-border: var(--brand-border, #1f2937);--form-text: var(--brand-text, #e5e7eb);--form-muted: var(--brand-muted, #9ca3af)}.form-card{background:var(--form-surface);border:1px solid var(--form-border);border-radius:1rem;box-shadow:0 10px 30px #00000014;overflow:hidden}.form-section{border:1px solid var(--form-border);border-radius:.75rem;margin-bottom:1.5rem;overflow:hidden}.form-section-header{background:linear-gradient(135deg,color-mix(in srgb,var(--form-primary) 7%,transparent),color-mix(in srgb,var(--form-primary) 3%,transparent));padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--form-border)}.form-section-icon{width:2.25rem;height:2.25rem;border-radius:.5rem;background:color-mix(in srgb,var(--form-primary) 12%,transparent);color:var(--form-primary);display:inline-flex;align-items:center;justify-content:center}.form-section-title{font-weight:600;font-size:1rem;color:var(--form-text)}.form-section-subtitle{font-size:.875rem;color:var(--form-muted)}.form-section-body{padding:1.5rem;background:var(--form-surface)}.form-input{height:2.75rem;border-radius:.5rem;border:1px solid var(--form-border);background:var(--form-surface);padding:0 .875rem;font-size:.9375rem;color:var(--form-text);transition:all .2s ease}.form-control,.form-select,textarea.form-control,select.form-select{height:2.75rem;border-radius:.5rem;border:1px solid var(--form-border);background:var(--form-surface);padding:.55rem .875rem;font-size:.9375rem;color:var(--form-text);transition:all .2s ease;box-shadow:none}.form-control:focus,.form-select:focus{border-color:var(--form-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--form-primary) 20%,transparent);outline:none}.form-control::placeholder{color:var(--form-muted);opacity:.7}textarea.form-control{height:auto;min-height:2.75rem}label.form-label{font-weight:600;color:var(--form-text)}.form-input:focus{border-color:var(--form-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--form-primary) 20%,transparent);outline:none}.form-input::placeholder{color:var(--form-muted);opacity:.7}.input-group-icon{position:relative}.input-group-icon .form-input{padding-left:2.75rem}.input-group-icon .input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:var(--form-muted)}.phone-input-group{display:flex;gap:.5rem}.country-select{display:inline-flex;align-items:center;gap:.4rem;padding:0 .75rem;border:1px solid var(--form-border);border-radius:.5rem;background:color-mix(in srgb,var(--form-muted) 10%,var(--form-surface));min-width:6.5rem}.country-code-select{border:none;background:transparent;font-weight:600;color:var(--form-text)}.phone-number{flex:1}.upload-zone{border:2px dashed var(--form-border);border-radius:.75rem;padding:2rem;text-align:center;background:color-mix(in srgb,var(--form-muted) 5%,var(--form-surface));transition:all .2s ease;position:relative;min-height:140px}.upload-zone:hover,.upload-zone.drag-over{border-color:var(--form-primary);background:color-mix(in srgb,var(--form-primary) 6%,var(--form-surface))}.upload-zone.has-file{border-style:solid;border-color:var(--form-success)}.upload-icon{font-size:2rem;color:var(--form-muted);margin-bottom:.5rem}.upload-actions{margin-top:1rem;display:flex;justify-content:center;gap:.5rem}.form-footer{position:sticky;bottom:0;background:var(--form-surface);border-top:1px solid var(--form-border);padding:1rem 1.5rem;display:flex;justify-content:flex-end;gap:.75rem;margin:0 -1.5rem -1.5rem;border-radius:0 0 .75rem .75rem}@media (max-width: 640px){.form-footer{flex-direction:column-reverse}.form-footer .btn{width:100%}}.form-grid{display:grid;gap:1.25rem}@media (min-width: 768px){.form-grid-2{grid-template-columns:repeat(2,1fr)}.form-grid-3{grid-template-columns:repeat(3,1fr)}}.form-grid .full-width{grid-column:1 / -1}.form-helper{color:var(--form-muted);font-size:.85rem;margin-top:.4rem}.form-error{color:var(--form-danger);font-size:.85rem;margin-top:.4rem}.toggle-content{display:none;margin-top:.75rem}.toggle-content.visible{display:block}.avatar-120{width:120px;height:120px}img.avatar-120{display:block;width:120px;height:120px;object-fit:cover;object-position:center}.avatar-24{width:24px;height:24px}.avatar-28{width:28px;height:28px}.avatar-32{width:32px;height:32px}.avatar-36{width:36px;height:36px}.avatar-40{width:40px;height:40px}.avatar-44{width:44px;height:44px}.avatar-48{width:48px;height:48px}.avatar-56{width:56px;height:56px}img[class^=avatar-],img[class*=" avatar-"]{object-fit:cover;object-position:center}
