.back-to-dashboard-btn{background-color:#52ac83;color:#fff;font-weight:600;padding:10px 20px;border-radius:6px;border:none;cursor:pointer;font-size:.95rem;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;box-shadow:0 2px 4px #52ac8333}.back-to-dashboard-btn:hover{background-color:#469971;box-shadow:0 4px 8px #52ac834d;transform:translateY(-1px)}.back-to-dashboard-btn:active{transform:translateY(0);box-shadow:0 2px 4px #52ac8333}.back-to-dashboard-btn:focus-visible{outline:2px solid #52AC83;outline-offset:2px}@media(max-width:768px){.back-to-dashboard-btn{padding:8px 16px;font-size:.875rem}}@media(max-width:480px){.back-to-dashboard-btn{padding:6px 12px;font-size:.8125rem}}.confirmation-modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem}.confirmation-modal__backdrop{position:fixed;inset:0;background-color:#00000080;transition:opacity .3s ease-in-out}.confirmation-modal__content{position:relative;background-color:var(--bg-card, #ffffff);border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem;padding:2rem;transform:scale(1);transition:all .3s ease-in-out;text-align:center}.confirmation-modal__icon{margin:0 auto 1.5rem;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.confirmation-modal__icon svg{width:2rem;height:2rem}.confirmation-modal__icon--warning{background-color:#fef3cd;color:#d97706}.confirmation-modal__icon--danger{background-color:#fee2e2;color:#dc2626}.confirmation-modal__icon--info{background-color:#dbeafe;color:#2563eb}.confirmation-modal__body{margin-bottom:2rem}.confirmation-modal__title{font-size:1.25rem;font-weight:600;color:var(--t1, #111827);margin:0 0 .75rem}.confirmation-modal__message{color:var(--t2, #6b7280);font-size:.875rem;line-height:1.5;margin:0}.confirmation-modal__actions{display:flex;justify-content:center;gap:.75rem;flex-direction:column-reverse}.confirmation-modal__cancel-btn{padding:.75rem 1.5rem;border:1px solid var(--border-strong, #d1d5db);border-radius:.5rem;color:var(--t1, #374151);background-color:var(--bg-card, #ffffff);font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}.confirmation-modal__cancel-btn:hover:not(:disabled){background-color:var(--bg, #f9fafb);border-color:var(--t2, #9ca3af)}.confirmation-modal__cancel-btn:disabled{opacity:.5;cursor:not-allowed}.confirmation-modal__confirm-btn{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;cursor:pointer;border:none;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease-in-out;font-size:.875rem;color:#fff}.confirmation-modal__confirm-btn--warning{background:linear-gradient(to right,#d97706,#b45309)}.confirmation-modal__confirm-btn--warning:hover:not(:disabled){background:linear-gradient(to right,#b45309,#92400e);transform:translateY(-1px);box-shadow:0 6px 12px -2px #00000026}.confirmation-modal__confirm-btn--danger{background:linear-gradient(to right,#dc2626,#b91c1c)}.confirmation-modal__confirm-btn--danger:hover:not(:disabled){background:linear-gradient(to right,#b91c1c,#991b1b);transform:translateY(-1px);box-shadow:0 6px 12px -2px #00000026}.confirmation-modal__confirm-btn--info{background:linear-gradient(to right,#2563eb,#1d4ed8)}.confirmation-modal__confirm-btn--info:hover:not(:disabled){background:linear-gradient(to right,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 6px 12px -2px #00000026}.confirmation-modal__confirm-btn--loading{background:#9ca3af!important;cursor:not-allowed;transform:none!important}.confirmation-modal__loading-spinner{width:1rem;height:1rem;animation:shared-confirmation-modal-spin 1s linear infinite}@keyframes shared-confirmation-modal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:768px){.confirmation-modal__actions{flex-direction:row;justify-content:center}.confirmation-modal__cancel-btn{order:1}.confirmation-modal__confirm-btn{order:2}}@media(max-width:480px){.confirmation-modal__content{padding:1.5rem;margin:1rem}.confirmation-modal__icon{width:3rem;height:3rem;margin-bottom:1rem}.confirmation-modal__icon svg{width:1.5rem;height:1.5rem}.confirmation-modal__title{font-size:1.125rem}.confirmation-modal__actions{gap:.5rem}}.confirmation-modal__message{white-space:pre-line;word-wrap:break-word}[data-theme=dark] .confirmation-modal__content{background-color:#2c2c2e;box-shadow:0 25px 50px -12px #0009}[data-theme=dark] .confirmation-modal__title{color:#f5f5f7}[data-theme=dark] .confirmation-modal__message{color:#8e8e93}[data-theme=dark] .confirmation-modal__cancel-btn{background-color:#2c2c2e;border-color:#ffffff2e;color:#f5f5f7}[data-theme=dark] .confirmation-modal__cancel-btn:hover:not(:disabled){background-color:#1c1c1e;border-color:#ffffff4d}[data-theme=dark] .confirmation-modal__icon--warning{background-color:#d977062e;color:#fbbf24}[data-theme=dark] .confirmation-modal__icon--danger{background-color:#dc26262e;color:#f87171}[data-theme=dark] .confirmation-modal__icon--info{background-color:#2563eb2e;color:#60a5fa}.shared-confirmation-modal-root.confirmation-modal{z-index:200000}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;gap:.75rem}.empty-state__icon{color:#9ca3af;margin-bottom:.25rem}.empty-state__title{font-size:.9375rem;font-weight:600;color:#374151;margin:0}.empty-state__subtitle{font-size:.875rem;color:#9ca3af;margin:0;max-width:380px;line-height:1.5}[data-theme=dark] .empty-state__icon{color:#6e6e73}[data-theme=dark] .empty-state__title{color:#d1d1d6}[data-theme=dark] .empty-state__subtitle{color:#6e6e73}.users-list__state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:3rem 2rem;text-align:center;background:var(--bg-card);border:1px dashed var(--border-strong, #d1d5db);border-radius:var(--r, 12px);color:var(--t2)}.users-list__state--error{border-style:solid;border-color:#fca5a5;background:#fef2f2}.users-list__state-title{font-size:.9375rem;font-weight:600;color:var(--t1);margin:0}.users-list__state-desc{font-size:.8125rem;margin:0}.users-list__spinner{width:1.75rem;height:1.75rem;border:2px solid var(--border-strong, #d1d5db);border-top-color:#52ac83;border-radius:50%;animation:ul-spin .8s linear infinite}@keyframes ul-spin{to{transform:rotate(360deg)}}.users-list__retry-btn{margin-top:.5rem;padding:.4375rem 1rem;background:#52ac83;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer}.users-list__retry-btn:hover{background:#3d9068}[data-theme=dark] .users-list__state--error{background:#dc26261a;border-color:#dc26264d}.stat-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.stat-cards__card{background:var(--bg-card);border-radius:1rem;padding:1.5rem;border:1px solid var(--border-strong, rgba(0, 0, 0, .08));box-shadow:0 1px 4px #00000014;transition:transform .15s ease}.stat-cards__card:hover{transform:translateY(-1px)}.stat-cards__content{display:flex;align-items:center;gap:1rem}.stat-cards__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;flex-shrink:0}.stat-cards__icon svg{width:1.5rem;height:1.5rem}.stat-cards__icon--total{background-color:#eff6ff;color:#2563eb}.stat-cards__icon--active{background-color:#d1fae5;color:#059669}.stat-cards__icon--inactive{background-color:#fee2e2;color:#dc2626}.stat-cards__icon--warning{background-color:#fffbeb;color:#d97706}.stat-cards__icon--purple{background-color:#ede9fe;color:#7c3aed}.stat-cards__label{font-size:.875rem;font-weight:500;color:var(--t2, #6b7280);margin:0 0 2px}.stat-cards__value{font-size:2rem;font-weight:700;margin:0;line-height:1}.stat-cards__value--total{color:#2563eb}.stat-cards__value--active{color:#059669}.stat-cards__value--inactive{color:#dc2626}.stat-cards__value--warning{color:#d97706}.stat-cards__value--purple{color:#7c3aed}@media(max-width:900px){.stat-cards__card{padding:.875rem}.stat-cards__content{gap:.5rem}.stat-cards__icon{width:2.25rem;height:2.25rem}.stat-cards__value{font-size:1.5rem}.stat-cards__label{font-size:.8rem}}@media(max-width:480px){.stat-cards{grid-template-columns:1fr}.stat-cards__card{padding:.75rem}.stat-cards__value{font-size:1.25rem}}[data-theme=dark] .stat-cards__card{background:#2c2c2e;box-shadow:0 4px 6px -1px #0006;border-color:#ffffff12}[data-theme=dark] .stat-cards__label{color:#8e8e93}[data-theme=dark] .stat-cards__icon--total{background-color:#2563eb33;color:#60a5fa}[data-theme=dark] .stat-cards__icon--active{background-color:#05966933;color:#34d399}[data-theme=dark] .stat-cards__icon--inactive{background-color:#dc262633;color:#f87171}[data-theme=dark] .stat-cards__icon--warning{background-color:#d977062e;color:#fbbf24}[data-theme=dark] .stat-cards__icon--purple{background-color:#7c3aed2e;color:#c4b5fd}[data-theme=dark] .stat-cards__value--total{color:#60a5fa}[data-theme=dark] .stat-cards__value--active{color:#34d399}[data-theme=dark] .stat-cards__value--inactive{color:#f87171}[data-theme=dark] .stat-cards__value--warning{color:#fbbf24}[data-theme=dark] .stat-cards__value--purple{color:#c4b5fd}.success-alert{position:fixed;inset:0;z-index:200001;display:flex;align-items:center;justify-content:center;padding:1rem;animation:success-alert-fade-in .2s ease-out}.success-alert__backdrop{position:fixed;inset:0;background-color:#0000008c}.success-alert__card{position:relative;background-color:var(--bg-card, #ffffff);border-radius:1.25rem;box-shadow:0 24px 64px #0000002e;width:100%;max-width:22rem;text-align:center;overflow:hidden;animation:success-alert-slide-in .35s cubic-bezier(.34,1.56,.64,1);padding:2.25rem 2rem 0}.success-alert__icon-wrapper{width:76px;height:76px;border-radius:50%;background-color:#d1fae5;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:#059669;animation:success-alert-icon-pop .45s cubic-bezier(.34,1.56,.64,1) .1s both}.success-alert__title{font-size:1.2rem;font-weight:700;color:var(--t1, #111827);margin:0 0 .5rem}.success-alert__message{font-size:.9rem;color:var(--t2, #6b7280);line-height:1.55;margin:0 0 1.75rem}.success-alert__progress{height:4px;background-color:#e5e7eb;margin:0 -2rem}.success-alert__progress-bar{height:100%;background:linear-gradient(to right,#10b981,#059669);width:100%;transform-origin:left center;animation:success-alert-progress 3.5s linear forwards}@keyframes success-alert-fade-in{0%{opacity:0}to{opacity:1}}@keyframes success-alert-slide-in{0%{opacity:0;transform:scale(.8) translateY(-16px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes success-alert-icon-pop{0%{transform:scale(0) rotate(-30deg)}60%{transform:scale(1.15) rotate(5deg)}to{transform:scale(1) rotate(0)}}@keyframes success-alert-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:480px){.success-alert__card{max-width:100%;border-radius:1rem;padding:1.75rem 1.5rem 0}.success-alert__icon-wrapper{width:64px;height:64px}.success-alert__title{font-size:1.1rem}.success-alert__progress{margin:0 -1.5rem}}[data-theme=dark] .success-alert__card{background-color:#2c2c2e;box-shadow:0 24px 64px #00000080}[data-theme=dark] .success-alert__title{color:#f5f5f7}[data-theme=dark] .success-alert__message{color:#8e8e93}[data-theme=dark] .success-alert__icon-wrapper{background-color:#05966933;color:#34d399}[data-theme=dark] .success-alert__progress{background-color:#3a3a3c}.phone-input-field{display:flex;flex-direction:column;gap:.25rem}.phone-input-field__label{font-size:.875rem;font-weight:500;color:#374151}.phone-input-field__required{color:#ef4444;margin-left:.25rem}.phone-input-field__optional{color:#9ca3af;font-size:.75rem;margin-left:.25rem;font-weight:400}.phone-input-field .PhoneInput{display:flex;align-items:stretch;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.phone-input-field .PhoneInput:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.phone-input-field--add .PhoneInput:focus-within{border-color:#52ac83;box-shadow:0 0 0 3px #52ac8326}.phone-input-field--edit .PhoneInput:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.phone-input-field--add.phone-input-field--error .PhoneInput:focus-within{border-color:#52ac83;box-shadow:0 0 0 3px #52ac8326}.phone-input-field--edit.phone-input-field--error .PhoneInput:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.phone-input-field .PhoneInputCountrySelect:focus,.phone-input-field .PhoneInputCountrySelect:focus-visible{outline:none!important;box-shadow:none!important}.PhoneInputCountry{display:flex;align-items:center;padding:0 .625rem;background:#f9fafb;border-right:1px solid #e5e7eb;gap:.25rem;cursor:pointer;min-width:4.5rem}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0!important;outline:none!important;box-shadow:none!important;opacity:0;cursor:pointer}.PhoneInputCountrySelectArrow{width:.5rem;height:.5rem;border-right:2px solid #9ca3af;border-bottom:2px solid #9ca3af;transform:rotate(45deg);margin-top:-3px}.PhoneInputCountryIcon{width:1.25rem;height:.9rem;overflow:hidden;border-radius:2px}.PhoneInputCountryIcon--border,.phone-input-field .PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:none!important}.PhoneInputCountryIcon img{width:100%;height:100%;object-fit:cover}.PhoneInputInput{flex:1;min-width:0;border:none!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.625rem .875rem;font-size:.9375rem;color:#111827;background:transparent}.phone-input-field input,.phone-input-field input[type=tel]{border:none!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.phone-input-field .PhoneInputInput:focus,.phone-input-field .PhoneInputInput:focus-visible,.phone-input-field input:focus,.phone-input-field input:focus-visible{border:none!important;outline:none!important;box-shadow:none!important}.PhoneInputInput::placeholder{color:#9ca3af}.PhoneInputInput:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.phone-input-field__error{font-size:.75rem;color:#ef4444;margin-top:.125rem}.phone-input-field__hint{font-size:.75rem;color:#6b7280;margin-top:.125rem}.phone-input-field--compact .PhoneInput{border-radius:.375rem}.add-volunteer-form__input.PhoneInput,.edit-volunteer-form__input.PhoneInput,.add-entrepreneur-form__input.PhoneInput,.edit-entrepreneur-form__input.PhoneInput,.add-user-form__input.PhoneInput{padding:0;border:none}[data-theme=dark] .phone-input-field__label{color:#8e8e93}[data-theme=dark] .phone-input-field__optional{color:#6e6e73}[data-theme=dark] .phone-input-field .PhoneInput{background:#1c1c1e;border-color:#ffffff1a}[data-theme=dark] .phone-input-field .PhoneInput:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa26}[data-theme=dark] .phone-input-field--add .PhoneInput:focus-within{border-color:#52ac83;box-shadow:0 0 0 3px #52ac8333}[data-theme=dark] .phone-input-field--edit .PhoneInput:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}[data-theme=dark] .phone-input-field--add.phone-input-field--error .PhoneInput:focus-within{border-color:#52ac83;box-shadow:0 0 0 3px #52ac8333}[data-theme=dark] .phone-input-field--edit.phone-input-field--error .PhoneInput:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}[data-theme=dark] .PhoneInputCountry{background:#2c2c2e;border-right-color:#ffffff1a}[data-theme=dark] .PhoneInputCountrySelectArrow{border-right-color:#8e8e93;border-bottom-color:#8e8e93}[data-theme=dark] .PhoneInputInput{color:#f5f5f7;background:transparent}[data-theme=dark] .PhoneInputInput::placeholder{color:#6e6e73}[data-theme=dark] .PhoneInputInput:focus{background:transparent}[data-theme=dark] .PhoneInputInput:disabled{background:#2c2c2e;color:#6e6e73}.edit-user-form{max-width:100%}.edit-user-form__loading{display:flex;justify-content:center;align-items:center;padding:2rem;text-align:center;color:#2563eb;font-size:.875rem;font-weight:500}.edit-user-form__loading-spinner{animation:spin 1s linear infinite;margin-right:.5rem;width:1.25rem;height:1.25rem;color:#2563eb}.edit-user-form__step-indicator{margin-bottom:2rem;padding:1.5rem 0}.edit-user-form__steps{display:flex;align-items:center;justify-content:center;max-width:600px;margin:0 auto}.edit-user-form__step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative}.edit-user-form__step-number{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;border:2px solid #d1d5db;background-color:#f9fafb;color:#6b7280;transition:all .2s ease}.edit-user-form__step--active .edit-user-form__step-number{background-color:#2563eb;border-color:#2563eb;color:#fff}.edit-user-form__step-label{font-size:.75rem;font-weight:500;color:#6b7280;text-align:center;transition:color .2s ease}.edit-user-form__step--active .edit-user-form__step-label{color:#2563eb;font-weight:600}.edit-user-form__step-divider{height:2px;background-color:#e5e7eb;flex:1;margin:0 1rem;position:relative;top:-.75rem}.edit-user-form__form{display:flex;flex-direction:column;gap:1.5rem}.edit-user-form__section{margin-bottom:2rem}.edit-user-form__step-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:var(--border-radius-extra-large, 12px);border:1px solid #cbd5e1;margin-bottom:1.5rem}.edit-user-form__step-header .edit-user-form__required-legend{margin:0 0 0 auto;align-self:flex-start;text-align:right}.edit-user-form__step-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#2563eb;color:#fff;border-radius:10px;flex-shrink:0}.edit-user-form__step-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .25rem}.edit-user-form__step-description{font-size:.875rem;color:#6b7280;margin:0}[data-theme=dark] .edit-user-form__step-header{background:linear-gradient(135deg,#1c1c1e,#2c2c2e);border-color:#48484a}[data-theme=dark] .edit-user-form__step-title{color:#f5f5f7}[data-theme=dark] .edit-user-form__step-description{color:#8e8e93}.edit-user-form__section-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb;display:flex;align-items:center;gap:.5rem}.edit-user-form__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.edit-user-form__required{color:#dc2626;font-size:1rem;font-weight:700;margin-left:.125rem}.edit-user-form__required-editable{color:#dc2626;font-size:.75rem;font-weight:500;font-style:italic}.edit-user-form__editable{color:#2563eb;font-size:.75rem;font-weight:500;font-style:italic}.edit-user-form__optional{color:#6b7280;font-size:.75rem;font-weight:500;font-style:italic}.edit-user-form__required-legend{font-size:.78rem;color:#6b7280;margin-bottom:.5rem;text-align:right}.edit-user-form__initial-editable{color:#2563eb;font-size:.75rem;font-weight:500;font-style:italic}.edit-user-form__input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#111827;outline:none;transition:all .2s ease-in-out;font-family:inherit;background-color:#fff}.edit-user-form__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.edit-user-form__input:disabled{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.edit-user-form__input--with-icon{padding-left:2.5rem}.edit-user-form__input-wrapper{position:relative}.edit-user-form__icon{position:absolute;top:50%;left:.75rem;transform:translateY(-50%);pointer-events:none}.edit-user-form__icon svg{height:1.25rem;width:1.25rem;color:#9ca3af}.edit-user-form__select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;padding-right:3rem}.edit-user-form__checkbox-wrapper{display:flex;align-items:center;gap:.75rem}.edit-user-form__checkbox{width:1.125rem;height:1.125rem;accent-color:#2563eb;cursor:pointer}.edit-user-form__checkbox-label{font-size:.875rem;color:#374151;cursor:pointer;margin:0;font-weight:500}.edit-user-form__help-text{font-size:.75rem;color:#6b7280;margin:.25rem 0 0;line-height:1.4}.edit-user-form__field-info{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem;gap:1rem}.edit-user-form__min-length{font-size:.75rem;color:#6b7280;font-weight:500;flex-shrink:0}.edit-user-form__character-count{font-size:.75rem;color:#6b7280;text-align:right;font-weight:500;transition:color .2s ease;flex-shrink:0}.edit-user-form__character-count--warning{color:#d97706}.edit-user-form__character-count--error{color:#dc2626}.edit-user-form__multi-select{border:1px solid #d1d5db;border-radius:.5rem;padding:1rem;background:#f9fafb;display:flex;flex-direction:column;gap:.25rem}.edit-user-form__error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;display:flex;align-items:flex-start}.edit-user-form__error-icon{height:1.25rem;width:1.25rem;color:#f87171;margin-right:.75rem;margin-top:.125rem;flex-shrink:0}.edit-user-form__error-text{font-size:.875rem;font-weight:medium;color:#dc2626;margin:0;line-height:1.5}.edit-user-form__info-section{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.edit-user-form__info-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;transition:all .2s ease}.edit-user-form__info-card:hover{background-color:#f1f5f9;border-color:#cbd5e1}.edit-user-form__info-icon{width:1.5rem;height:1.5rem;color:#64748b;flex-shrink:0;margin-top:.125rem}.edit-user-form__info-title{font-size:.875rem;font-weight:600;color:#334155;margin:0 0 .25rem}.edit-user-form__info-text{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}.edit-user-form__actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1.25rem;margin-top:.5rem;border-top:1px solid #e5e7eb}.edit-user-form__cancel-btn{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;background-color:#fff;font-weight:medium;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}.edit-user-form__cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.edit-user-form__next-btn{padding:.75rem 2rem;background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;border-radius:.5rem;font-weight:600;cursor:pointer;border:none;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:.5rem;transition:all .2s ease-in-out;font-size:.875rem}.edit-user-form__next-btn:hover{background:linear-gradient(to right,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 6px 12px -2px #00000026}.edit-user-form__back-btn{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;background-color:#fff;font-weight:medium;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.edit-user-form__back-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.edit-user-form__submit-btn{padding:.75rem 2rem;background:linear-gradient(to right,#2563eb,#1d4ed8);color:#fff;border-radius:.5rem;font-weight:600;cursor:pointer;border:none;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:.5rem;transition:all .2s ease-in-out;font-size:.875rem}.edit-user-form__submit-btn:hover:not(:disabled){background:linear-gradient(to right,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 6px 12px -2px #00000026}.edit-user-form__submit-btn--loading{background:#9ca3af;cursor:not-allowed;transform:none}.edit-user-form__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.edit-user-form__submit-btn svg,.edit-user-form__next-btn svg,.edit-user-form__back-btn svg{height:1rem;width:1rem}@media(max-width:768px){.edit-user-form__steps{flex-direction:column;gap:1rem}.edit-user-form__step-divider{display:none}.edit-user-form__step{width:100%}.edit-user-form__step-label{font-size:.875rem}.edit-user-form__actions{flex-direction:column;gap:.5rem}.edit-user-form__cancel-btn,.edit-user-form__next-btn,.edit-user-form__back-btn,.edit-user-form__submit-btn{width:100%;justify-content:center}.edit-user-form__section-title{font-size:1rem}.edit-user-form__info-card{padding:1rem;flex-direction:column;align-items:flex-start}.edit-user-form__info-icon{margin-top:0}.edit-user-form__field-info{flex-direction:column;align-items:flex-start;gap:.25rem}.edit-user-form__character-count{text-align:left}.edit-user-form__multi-select{border:1px solid #d1d5db;border-radius:8px;padding:1rem;background:#f9fafb;max-height:200px;overflow-y:auto}.edit-user-form__checkbox-wrapper{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.edit-user-form__checkbox{width:16px;height:16px}.edit-user-form__checkbox-label{font-size:.9rem;color:#374151;cursor:pointer}.edit-user-form__step-header{flex-wrap:wrap;padding:1rem;gap:.75rem}.edit-user-form__step-icon{width:2.25rem;height:2.25rem}.edit-user-form__step-title{font-size:1rem}.edit-user-form__step-description{font-size:.8125rem}.edit-user-form__step-header .edit-user-form__required-legend{width:100%;margin-left:0}}@media(max-width:480px){.edit-user-form__step-header{padding:.75rem}.edit-user-form__step-icon{width:2rem;height:2rem}}[data-theme=dark] .edit-user-form__label{color:#8e8e93}[data-theme=dark] .edit-user-form__section-title{color:#f5f5f7;border-bottom-color:#ffffff1a}[data-theme=dark] .edit-user-form__step-number{background-color:#363638;border-color:#ffffff1a;color:#8e8e93}[data-theme=dark] .edit-user-form__step--active .edit-user-form__step-number{background-color:#2563eb;border-color:#2563eb;color:#fff}[data-theme=dark] .edit-user-form__step-label{color:#8e8e93}[data-theme=dark] .edit-user-form__step--active .edit-user-form__step-label{color:#93c5fd}[data-theme=dark] .edit-user-form__step-divider{background-color:#ffffff1a}[data-theme=dark] .edit-user-form__input{background-color:#1c1c1e;border-color:#ffffff1a;color:#f5f5f7}[data-theme=dark] .edit-user-form__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40}[data-theme=dark] .edit-user-form__input:disabled{background-color:#363638;color:#6e6e73}[data-theme=dark] .edit-user-form__initial-editable{color:#93c5fd}[data-theme=dark] .edit-user-form__checkbox-label{color:#8e8e93}[data-theme=dark] .edit-user-form__help-text,[data-theme=dark] .edit-user-form__min-length,[data-theme=dark] .edit-user-form__character-count{color:#6e6e73}[data-theme=dark] .edit-user-form__info-card{background-color:#363638;border-color:#ffffff12}[data-theme=dark] .edit-user-form__info-card:hover{background-color:#444446}[data-theme=dark] .edit-user-form__info-title{color:#f5f5f7}[data-theme=dark] .edit-user-form__info-text{color:#8e8e93}[data-theme=dark] .edit-user-form__actions{border-top-color:#ffffff1a}[data-theme=dark] .edit-user-form__cancel-btn,[data-theme=dark] .edit-user-form__back-btn{background-color:#363638;border-color:#ffffff1a;color:#f5f5f7}[data-theme=dark] .edit-user-form__cancel-btn:hover,[data-theme=dark] .edit-user-form__back-btn:hover{background-color:#444446}[data-theme=dark] .edit-user-form__error{background-color:#b91c1c26;border-color:#b91c1c4d}[data-theme=dark] .edit-user-form__error-text{color:#fca5a5}[data-theme=dark] .edit-user-form__loading{color:#93c5fd}[data-theme=dark] .edit-user-form__multi-select{background-color:#1c1c1e;border-color:#ffffff1a}.add-user-form{max-width:100%}.add-user-form__loading{display:flex;justify-content:center;align-items:center;padding:2rem;text-align:center;color:#52ac83;font-size:.875rem;font-weight:500}.add-user-form__loading-spinner{animation:spin 1s linear infinite;margin-right:.5rem;width:1.25rem;height:1.25rem;color:#52ac83}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.add-user-form__step-indicator{margin-bottom:2rem;padding:1.5rem 0}.add-user-form__steps{display:flex;align-items:center;justify-content:center;max-width:600px;margin:0 auto}.add-user-form__step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative}.add-user-form__step-number{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;border:2px solid #d1d5db;background-color:#f9fafb;color:#6b7280;transition:all .2s ease}.add-user-form__step--active .add-user-form__step-number{background-color:#52ac83;border-color:#52ac83;color:#fff}.add-user-form__step-label{font-size:.75rem;font-weight:500;color:#6b7280;text-align:center;transition:color .2s ease}.add-user-form__step--active .add-user-form__step-label{color:#52ac83;font-weight:600}.add-user-form__step-divider{height:2px;background-color:#e5e7eb;flex:1;margin:0 1rem;position:relative;top:-.75rem}.add-user-form__form{display:flex;flex-direction:column;gap:1.5rem}.add-user-form__section{margin-bottom:2rem}.add-user-form__step-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #cbd5e1;margin-bottom:1.5rem}.add-user-form__step-header .add-user-form__required-legend{margin-left:auto;margin-bottom:0}.add-user-form__step-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#52ac83;color:#fff;border-radius:10px;flex-shrink:0}.add-user-form__step-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .25rem}.add-user-form__step-description{font-size:.875rem;color:#6b7280;margin:0}[data-theme=dark] .add-user-form__step-header{background:linear-gradient(135deg,#1c1c1e,#2c2c2e);border-color:#48484a}[data-theme=dark] .add-user-form__step-title{color:#f5f5f7}[data-theme=dark] .add-user-form__step-description{color:#8e8e93}.add-user-form__section-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb;display:flex;align-items:center;gap:.5rem}.add-user-form__section-title:before{content:"";font-size:1.2rem}.add-user-form__section:last-of-type .add-user-form__section-title:before{content:""}.add-user-form__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.add-user-form__required{color:#dc2626;font-size:1rem;font-weight:700;margin-left:.125rem}.add-user-form__optional{color:#6b7280;font-size:.75rem;font-weight:500;font-style:italic}.add-user-form__required-legend{font-size:.78rem;color:#6b7280;margin-bottom:.5rem;text-align:right}.add-user-form__initial-editable{color:#8b5cf6;font-size:.75rem;font-weight:500;font-style:italic}.add-user-form__input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#111827;outline:none;transition:all .2s ease-in-out;font-family:inherit;background-color:#fff}.add-user-form__input:focus{border-color:#52ac83;box-shadow:0 0 0 3px #52ac8326;transform:translateY(-1px)}.add-user-form__input--with-icon{padding-left:2.5rem}.add-user-form__input-wrapper{position:relative}.add-user-form__icon{position:absolute;top:50%;left:.75rem;transform:translateY(-50%);pointer-events:none}.add-user-form__icon svg{height:1.25rem;width:1.25rem;color:#9ca3af}.add-user-form__select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;padding-right:3rem}.add-user-form__checkbox-wrapper{display:flex;align-items:center;gap:.75rem}.add-user-form__checkbox{width:1.125rem;height:1.125rem;accent-color:#52AC83;cursor:pointer}.add-user-form__checkbox-label{font-size:.875rem;color:#374151;cursor:pointer;margin:0;font-weight:500}.add-user-form__help-text{font-size:.75rem;color:#6b7280;margin:.25rem 0 0;line-height:1.4}.add-user-form__field-info{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem;gap:1rem}.add-user-form__min-length{font-size:.75rem;color:#6b7280;font-weight:500;flex-shrink:0}.add-user-form__character-count{font-size:.75rem;color:#6b7280;text-align:right;font-weight:500;transition:color .2s ease;flex-shrink:0}.add-user-form__character-count--warning{color:#d97706}.add-user-form__character-count--error{color:#dc2626}.add-user-form__multi-select{border:1px solid #d1d5db;border-radius:.5rem;padding:1rem;background:#f9fafb;display:flex;flex-direction:column;gap:.25rem}.add-user-form__info-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.add-user-form__info-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;transition:all .2s ease}.add-user-form__info-card:hover{background-color:#f1f5f9;border-color:#cbd5e1}.add-user-form__info-title{font-size:.875rem;font-weight:600;color:#334155;margin:0 0 .25rem}.add-user-form__info-text{font-size:.8rem;color:#64748b;margin:0;line-height:1.4}.add-user-form__error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;display:flex;align-items:flex-start}.add-user-form__error-icon{height:1.25rem;width:1.25rem;color:#f87171;margin-right:.75rem;margin-top:.125rem;flex-shrink:0}.add-user-form__error-text{font-size:.875rem;font-weight:500;color:#dc2626;margin:0;line-height:1.5}.add-user-form__actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1.25rem;margin-top:.5rem;border-top:1px solid #e5e7eb}.add-user-form__cancel-btn{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;background-color:#fff;font-weight:medium;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem}.add-user-form__cancel-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.add-user-form__next-btn{padding:.75rem 2rem;background:#52ac83;color:#fff;border-radius:.5rem;font-weight:600;cursor:pointer;border:none;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:.5rem;transition:all .2s ease-in-out;font-size:.875rem}.add-user-form__next-btn:hover{background:#52ac83;transform:translateY(-1px);box-shadow:0 6px 12px -2px #00000026}.add-user-form__back-btn{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;background-color:#fff;font-weight:medium;cursor:pointer;transition:all .2s ease-in-out;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.add-user-form__back-btn:hover{background-color:#f9fafb;border-color:#9ca3af}.add-user-form__submit-btn{padding:.75rem 2rem;background:#52ac83;color:#fff;border-radius:.5rem;font-weight:600;cursor:pointer;border:none;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:.5rem;transition:all .2s ease-in-out;font-size:.875rem}.add-user-form__submit-btn:hover:not(:disabled){background:#52ac83;transform:translateY(-1px);box-shadow:0 6px 12px -2px #00000026}.add-user-form__submit-btn--loading{background:#9ca3af;cursor:not-allowed;transform:none}.add-user-form__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.add-user-form__submit-btn svg,.add-user-form__next-btn svg,.add-user-form__back-btn svg{height:1rem;width:1rem}@media(max-width:768px){.add-user-form__steps{flex-direction:column;gap:1rem}.add-user-form__step-divider{display:none}.add-user-form__step{width:100%}.add-user-form__step-label{font-size:.875rem}.add-user-form__actions{flex-direction:column;gap:.5rem}.add-user-form__cancel-btn,.add-user-form__next-btn,.add-user-form__back-btn,.add-user-form__submit-btn{width:100%;justify-content:center}.add-user-form__section-title{font-size:1rem}.add-user-form__field-info{flex-direction:column;align-items:flex-start;gap:.25rem}.add-user-form__character-count{text-align:left}.add-user-form__multi-select{border:1px solid #d1d5db;border-radius:8px;padding:1rem;background:#f9fafb;max-height:200px;overflow-y:auto}.add-user-form__checkbox-wrapper{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.add-user-form__step-header{flex-wrap:wrap;padding:1rem;gap:.75rem}.add-user-form__step-icon{width:2.25rem;height:2.25rem}.add-user-form__step-title{font-size:1rem}.add-user-form__step-description{font-size:.8125rem}.add-user-form__step-header .add-user-form__required-legend{width:100%;margin-left:0}}@media(max-width:480px){.add-user-form__step-header{padding:.75rem}.add-user-form__step-icon{width:2rem;height:2rem}}[data-theme=dark] .add-user-form__label{color:#8e8e93}[data-theme=dark] .add-user-form__section-title{color:#f5f5f7;border-bottom-color:#ffffff1a}[data-theme=dark] .add-user-form__step-number{background-color:#363638;border-color:#ffffff1a;color:#8e8e93}[data-theme=dark] .add-user-form__step--active .add-user-form__step-number{background-color:#52ac83;border-color:#52ac83;color:#fff}[data-theme=dark] .add-user-form__step-label{color:#8e8e93}[data-theme=dark] .add-user-form__step--active .add-user-form__step-label{color:#52ac83}[data-theme=dark] .add-user-form__step-divider{background-color:#ffffff1a}[data-theme=dark] .add-user-form__input{background-color:#1c1c1e;border-color:#ffffff1a;color:#f5f5f7}[data-theme=dark] .add-user-form__input:focus{border-color:#52ac83;box-shadow:0 0 0 3px #52ac8333}[data-theme=dark] .add-user-form__multi-select{background-color:#1c1c1e;border-color:#ffffff1a}[data-theme=dark] .add-user-form__info-card{background-color:#363638;border-color:#ffffff12}[data-theme=dark] .add-user-form__info-card:hover{background-color:#444446}[data-theme=dark] .add-user-form__info-title{color:#f5f5f7}[data-theme=dark] .add-user-form__info-text,[data-theme=dark] .add-user-form__checkbox-label{color:#8e8e93}[data-theme=dark] .add-user-form__help-text,[data-theme=dark] .add-user-form__min-length,[data-theme=dark] .add-user-form__character-count{color:#6e6e73}[data-theme=dark] .add-user-form__actions{border-top-color:#ffffff1a}[data-theme=dark] .add-user-form__cancel-btn,[data-theme=dark] .add-user-form__back-btn{background-color:#363638;border-color:#ffffff1a;color:#f5f5f7}[data-theme=dark] .add-user-form__cancel-btn:hover,[data-theme=dark] .add-user-form__back-btn:hover{background-color:#444446}[data-theme=dark] .add-user-form__error{background-color:#b91c1c26;border-color:#b91c1c4d}[data-theme=dark] .add-user-form__error-text{color:#fca5a5}
