.CreateClientAccountModal_overlay__X9t5Z{position:fixed;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1100;padding:var(--spacing-lg)}.CreateClientAccountModal_modal__Vask_{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.4)}.CreateClientAccountModal_header__oEfIN{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-color)}.CreateClientAccountModal_title__XDmIL{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.CreateClientAccountModal_closeButton__AjD7D{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.CreateClientAccountModal_closeButton__AjD7D:hover{background:var(--bg-tertiary);color:var(--text-primary)}.CreateClientAccountModal_closeIcon__3TsjU{width:20px;height:20px}.CreateClientAccountModal_stepIndicator__Qx5Kl{display:flex;align-items:center;justify-content:center;padding:20px 24px;gap:12px;border-bottom:1px solid var(--border-color);background:var(--bg-tertiary)}.CreateClientAccountModal_step__ufcHt{display:flex;align-items:center;gap:8px;opacity:.5;transition:opacity .2s ease}.CreateClientAccountModal_step__ufcHt.CreateClientAccountModal_stepActive__9LKIC{opacity:1}.CreateClientAccountModal_stepNumber__n25hX{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:50%;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.CreateClientAccountModal_step__ufcHt.CreateClientAccountModal_stepActive__9LKIC .CreateClientAccountModal_stepNumber__n25hX{background:var(--accent-primary);border-color:var(--accent-primary);color:white}.CreateClientAccountModal_stepLabel__XemNZ{font-size:.875rem;font-weight:500;color:var(--text-secondary)}.CreateClientAccountModal_step__ufcHt.CreateClientAccountModal_stepActive__9LKIC .CreateClientAccountModal_stepLabel__XemNZ{color:var(--text-primary)}.CreateClientAccountModal_stepLine__fMluZ{width:40px;height:2px;background:var(--border-color)}.CreateClientAccountModal_description__6osnf{padding:16px 24px;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.CreateClientAccountModal_description__6osnf p{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.CreateClientAccountModal_description__6osnf strong{color:var(--text-primary);font-weight:600}.CreateClientAccountModal_form__x6Ffj{padding:24px}.CreateClientAccountModal_field__G_FEo{margin-bottom:20px}.CreateClientAccountModal_label__OTrtJ{display:block;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:8px}.CreateClientAccountModal_required__rO_z6{color:var(--text-danger,#ef4444)}.CreateClientAccountModal_input__zA7sD{width:100%;padding:12px 16px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.9375rem;outline:none;transition:border-color .2s ease}.CreateClientAccountModal_input__zA7sD:focus{border-color:var(--accent-primary)}.CreateClientAccountModal_input__zA7sD::-moz-placeholder{color:var(--text-tertiary)}.CreateClientAccountModal_input__zA7sD::placeholder{color:var(--text-tertiary)}.CreateClientAccountModal_input__zA7sD:disabled{opacity:.6;cursor:not-allowed}.CreateClientAccountModal_hint___NYxs{display:block;margin-top:6px;font-size:.75rem;color:var(--text-tertiary)}.CreateClientAccountModal_error__9VFSi{padding:12px 16px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:var(--text-danger,#ef4444);font-size:.875rem;margin-bottom:20px}.CreateClientAccountModal_actions__aUkO5{display:flex;justify-content:flex-end;gap:12px}.CreateClientAccountModal_backButton__fPjqf,.CreateClientAccountModal_cancelButton__fDPMv{padding:10px 20px;background:transparent;border:1px solid var(--border-color);border-radius:8px;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.CreateClientAccountModal_backButton__fPjqf:hover,.CreateClientAccountModal_cancelButton__fDPMv:hover{background:var(--bg-tertiary);color:var(--text-primary)}.CreateClientAccountModal_backButton__fPjqf:disabled,.CreateClientAccountModal_cancelButton__fDPMv:disabled{opacity:.6;cursor:not-allowed}.CreateClientAccountModal_submitButton__Yukgp{padding:10px 20px;background:var(--accent-primary);border:none;border-radius:8px;color:white;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.CreateClientAccountModal_submitButton__Yukgp:hover{opacity:.9}.CreateClientAccountModal_submitButton__Yukgp:disabled{opacity:.6;cursor:not-allowed}.BrandSelector_container__wGx9l{position:relative;width:100%}.BrandSelector_trigger__vbDVp{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 12px;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);cursor:pointer;transition:all .2s ease}.BrandSelector_trigger__vbDVp:hover{background:var(--bg-secondary);border-color:var(--border-light)}.BrandSelector_triggerContent__opczR{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.BrandSelector_brandIcon__bW83V,.BrandSelector_brandInitials__eGY2f{width:24px;height:24px;border-radius:6px;flex-shrink:0}.BrandSelector_brandInitials__eGY2f{display:flex;align-items:center;justify-content:center;background:var(--accent-primary);font-size:.6875rem;font-weight:600;color:white}.BrandSelector_brandInfo__wp4hl{display:flex;flex-direction:column;min-width:0;text-align:left}.BrandSelector_brandName__9d0xy{font-size:.875rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BrandSelector_setupNeeded__rnDVj{font-size:.6875rem;color:var(--text-warning,#f59e0b)}.BrandSelector_chevron__o1v17{width:16px;height:16px;color:var(--text-tertiary);transition:transform .2s ease;flex-shrink:0}.BrandSelector_chevronOpen___yqF2{transform:rotate(180deg)}.BrandSelector_dropdown__aCKOD{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.3);z-index:1000;overflow:hidden}.BrandSelector_dropdownHeader__8Igc5{padding:10px 12px;border-bottom:1px solid var(--border-color)}.BrandSelector_dropdownTitle__2VQ13{font-size:.75rem;font-weight:500;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.BrandSelector_brandList__pnP6C{max-height:240px;overflow-y:auto;padding:4px}.BrandSelector_brandOption__mDCG5{display:flex;align-items:center;gap:10px;width:100%;padding:10px;background:transparent;border:none;border-radius:6px;color:var(--text-primary);cursor:pointer;transition:background .15s ease;text-align:left}.BrandSelector_brandOptionActive__sOglg,.BrandSelector_brandOption__mDCG5:hover{background:var(--bg-tertiary)}.BrandSelector_optionIcon__A8w1U,.BrandSelector_optionInitials__W0buC{width:20px;height:20px;border-radius:4px;flex-shrink:0}.BrandSelector_optionInitials__W0buC{display:flex;align-items:center;justify-content:center;background:var(--accent-primary);font-size:.625rem;font-weight:600;color:white}.BrandSelector_optionContent__8F3Ye{display:flex;flex-direction:column;min-width:0;flex:1}.BrandSelector_optionName__6GbKr{font-size:.8125rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BrandSelector_optionSetupNeeded__J0XOL{font-size:.6875rem;color:var(--text-warning,#f59e0b)}.BrandSelector_checkmark__3oWdv{width:16px;height:16px;color:var(--accent-primary);flex-shrink:0}.BrandSelector_divider__RYfZQ{height:1px;background:var(--border-color);margin:4px 0}.BrandSelector_addButton__vQqUI{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:transparent;border:none;color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.BrandSelector_addButton__vQqUI:hover{background:var(--bg-tertiary);color:var(--text-primary)}.BrandSelector_addIcon__V1SNQ{width:16px;height:16px}.BrandSelector_collapsedContainer__07MWM{display:flex;justify-content:center;width:100%}.BrandSelector_collapsedTrigger__P7Jse{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s ease}.BrandSelector_collapsedTrigger__P7Jse:hover{background:var(--bg-secondary);border-color:var(--border-light)}.BrandSelector_collapsedIcon__bcYM6{width:20px;height:20px;border-radius:4px}.BrandSelector_collapsedInitials__u6Azd{font-size:.6875rem;font-weight:600;color:var(--text-primary)}.BrandSelector_brandLimitNotice__nucYx{display:flex;flex-direction:column;gap:2px;padding:10px 12px}.BrandSelector_brandLimitText__tan_J{font-size:.75rem;color:var(--text-tertiary)}.BrandSelector_upgradeLink__7PlJr{font-size:.75rem;font-weight:500;color:var(--accent-primary);text-decoration:none;cursor:pointer}.BrandSelector_upgradeLink__7PlJr:hover{text-decoration:underline}