body{margin:0;padding:0}.profile-layout-container{display:flex;min-height:100vh;background:#f5f7fa}.profile-sidebar{width:280px;background:linear-gradient(180deg,#2c3e50,#34495e);color:#fff;padding:24px 20px;position:fixed;height:100vh;overflow-y:auto;box-shadow:2px 0 8px #0000001a;z-index:100;transition:transform .3s ease}.sidebar-close-btn{display:none;position:absolute;top:14px;right:14px;width:32px;height:32px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ecf0f1;cursor:pointer;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.sidebar-close-btn:hover{background:#fff3}.profile-sidebar-header{margin-bottom:32px}.profile-sidebar-title{font-size:20px;font-weight:600;margin-bottom:8px;color:#ecf0f1}.profile-sidebar-subtitle{font-size:13px;color:#95a5a6;margin-bottom:16px}.profile-back-button{width:100%;padding:10px 16px;background:#ecf0f11a;color:#ecf0f1;border:1px solid rgba(236,240,241,.2);border-radius:6px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:8px;justify-content:center;transition:all .2s;font-weight:500}.profile-back-button:hover{background:#ecf0f126;border-color:#ecf0f14d}.profile-nav-label{font-size:11px;color:#95a5a6;font-weight:600;letter-spacing:.05em;margin-bottom:12px;text-transform:uppercase}.profile-nav-button{width:100%;padding:11px 14px;background:transparent;color:#ecf0f1;border:none;border-left:3px solid transparent;border-radius:0;cursor:pointer;font-size:13px;text-align:left;margin-bottom:2px;transition:all .2s;font-weight:400}.profile-nav-button.active{background:#3498db33;color:#3498db;border-left-color:#3498db;font-weight:600}.profile-nav-button:not(.active):hover{background:#ecf0f10d;padding-left:18px}.profile-nav-count{margin-left:8px;padding:2px 8px;background:#3498db33;border-radius:10px;font-size:11px;font-weight:600;color:#3498db}.sidebar-toggle-btn{display:none;width:38px;height:38px;background:#f3f4f6;color:#2c3e50;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.sidebar-toggle-btn:hover{background:#e5e7eb}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:99}.sidebar-overlay.visible{display:block}.profile-main-content{margin-left:280px;flex:1;padding:0;min-width:0}.profile-content-wrapper{max-width:1200px;margin:0 auto;padding:32px}.client-profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:16px}.profile-header-left{display:flex;align-items:center;gap:20px;min-width:0;flex:1}.profile-image-container{position:relative;width:80px;height:80px;flex-shrink:0}.profile-image-container:hover .profile-image-hover-overlay{opacity:1!important}.profile-image{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid #3498db;box-shadow:0 4px 12px #0000001a}.profile-image-fallback{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:36px;border:3px solid #3498db;box-shadow:0 4px 12px #0000001a}.profile-header-info{display:flex;flex-direction:column;gap:4px;min-width:0}.client-profile-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.otp-trigger-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border-radius:8px;border:1px solid #d1d5db;font-size:13.5px;font-weight:500;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d;white-space:nowrap;line-height:1;font-family:inherit}.otp-trigger-btn:hover{background:#f9fafb!important;border-color:#9ca3af!important}.profile-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;line-height:1;white-space:nowrap;font-family:inherit}.profile-button svg{flex-shrink:0}.profile-button-cancel{background:#e74c3c;box-shadow:0 2px 4px #e74c3c33}.profile-button-cancel:hover{background:#c0392b;box-shadow:0 4px 8px #e74c3c4d}.profile-button-edit{background:#3498db;box-shadow:0 2px 4px #3498db33}.profile-button-edit:hover{background:#2980b9;box-shadow:0 4px 8px #3498db4d}.profile-button-save{background:#27ae60;box-shadow:0 2px 4px #27ae6033}.profile-button-save:hover{background:#229954;box-shadow:0 4px 8px #27ae604d}.profile-content-box{background:#fff;border-radius:8px;padding:32px;box-shadow:0 2px 8px #00000014;border:1px solid #e8ecef}.form-field{display:block}.form-field.full-width{grid-column:1 / -1}.form-field-label{display:block;font-size:13px;font-weight:600;color:#2c3e50;margin-bottom:8px}.form-field-required{color:#e74c3c}.form-field-input{width:100%;padding:10px 12px;border:1px solid #d5dbdf;border-radius:6px;font-size:14px;color:#2c3e50;background:#fff;transition:all .2s;box-sizing:border-box}.form-field-input:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px #3498db1a}.form-field-display{padding:10px 12px;background:#f8f9fa;border-radius:6px;font-size:14px;min-height:40px;display:flex;align-items:center;border:1px solid #e8ecef}.form-field-display.has-value{color:#2c3e50}.form-field-display.no-value{color:#95a5a6}.form-field-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;min-height:60px;transition:all .2s ease;box-sizing:border-box}.form-field-textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.form-field-textarea::placeholder{color:#9ca3af}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#f5f7fa}.loading-content{text-align:center}.loading-icon{font-size:48px;margin-bottom:16px}.loading-message{font-size:16px;color:#7f8c8d;font-weight:500}.error-container{display:flex;justify-content:center;align-items:center;height:100vh;background:#f5f7fa}.error-content{text-align:center;max-width:400px}.error-icon{font-size:48px;margin-bottom:16px}.error-title{font-size:20px;font-weight:600;margin-bottom:8px;color:#2c3e50}.error-message{font-size:14px;color:#7f8c8d;margin-bottom:24px}.error-button{padding:10px 20px;background:#3498db;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;box-shadow:0 2px 4px #3498db33}@media(max-width:1024px){.profile-sidebar{width:240px}.profile-main-content{margin-left:240px}.profile-content-wrapper,.profile-content-box{padding:24px}}@media(max-width:768px){.profile-sidebar{width:270px;transform:translate(-100%);z-index:150;padding-top:52px}.profile-sidebar.sidebar-open{transform:translate(0)}.sidebar-close-btn,.sidebar-toggle-btn{display:flex}.profile-main-content{margin-left:0}.profile-content-wrapper{padding:16px}.profile-content-box{padding:18px}.client-profile-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px}.client-profile-header-actions{width:100%;justify-content:flex-end}.profile-image-container{width:64px;height:64px}.otp-trigger-btn{font-size:13px;padding:8px 12px}.profile-button{font-size:13px;padding:9px 16px}}@media(max-width:480px){.profile-sidebar{width:85vw;max-width:300px}.profile-content-wrapper{padding:12px}.profile-content-box{padding:14px;border-radius:6px}.profile-header-left{gap:12px}.profile-image-container{width:54px;height:54px}.client-profile-header-actions{gap:8px}.profile-button,.otp-trigger-btn{font-size:12px;padding:8px 12px}}.otpm-backdrop{position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:otpmFadeIn .18s ease forwards;padding:16px;box-sizing:border-box}@keyframes otpmFadeIn{0%{opacity:0}to{opacity:1}}.otpm-modal{background:#fff;border-radius:14px;width:100%;max-width:480px;margin:0 12px;box-shadow:0 20px 60px #0f172a2e,0 4px 12px #0f172a14;overflow:hidden;display:flex;flex-direction:column;animation:otpmSlideUp .22s cubic-bezier(.34,1.56,.64,1) forwards;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;max-height:90vh}@keyframes otpmSlideUp{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.otpm-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 16px;border-bottom:1px solid #f3f4f6;background:#fafafa}.otpm-header-left{display:flex;align-items:center;gap:12px}.otpm-header-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;color:#2563eb;flex-shrink:0}.otpm-title{margin:0 0 2px;font-size:16px;font-weight:700;color:#111827}.otpm-subtitle{margin:0;font-size:12.5px;color:#6b7280}.otpm-close{width:30px;height:30px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.otpm-close:hover{background:#fee2e2;border-color:#fca5a5;color:#ef4444}.otpm-channel-row{display:flex;gap:10px;padding:14px 20px;border-bottom:1px solid #f3f4f6}.otpm-channel-toggle{flex:1;display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:9px;border:1.5px solid #e5e7eb;background:#fafafa;cursor:pointer;transition:all .15s ease;font-family:inherit}.otpm-channel-toggle:hover{border-color:#93c5fd;background:#f0f9ff}.otpm-channel-toggle.active{border-color:#3b82f6;background:#eff6ff}.otpm-channel-check{width:18px;height:18px;border-radius:5px;border:2px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.otpm-channel-check.active{border-color:#3b82f6;background:#3b82f6}.otpm-channel-icon{color:#6b7280;display:flex;align-items:center}.otpm-channel-toggle.active .otpm-channel-icon{color:#2563eb}.otpm-channel-label{font-size:13px;font-weight:500;color:#374151}.otpm-channel-toggle.active .otpm-channel-label{color:#1d4ed8;font-weight:600}.otpm-body{padding:14px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:14px}.otpm-section{border:1px solid #e5e7eb;border-radius:10px;overflow:visible;animation:otpmSectionIn .18s ease forwards;background:#fff}@keyframes otpmSectionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.otpm-section-title{display:flex;align-items:center;gap:7px;padding:10px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb;border-radius:10px 10px 0 0;font-size:11.5px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.otpm-section-icon{color:#6b7280;display:flex;align-items:center}.otpm-section-body{display:flex;flex-direction:column}.otpm-contact-row{display:flex;align-items:center;gap:0;padding:12px 14px;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .12s ease;-webkit-user-select:none;user-select:none}.otpm-contact-row:last-child{border-bottom:none;border-radius:0 0 9px 9px}.otpm-contact-row:hover{background:#f9fafb}.otpm-contact-row.checked{background:#eff6ff}.otpm-checkbox{width:18px;height:18px;border-radius:5px;border:2px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;margin-right:12px}.otpm-checkbox.active{border-color:#3b82f6;background:#3b82f6}.otpm-row-label{width:80px;flex-shrink:0;font-size:13.5px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.otpm-row-sep{flex-shrink:0;margin:0 10px;color:#d1d5db;font-size:14px;line-height:1}.otpm-row-value{display:flex;align-items:center;font-size:13.5px;color:#374151;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.otpm-contact-row.checked .otpm-row-label{color:#1d4ed8}.otpm-contact-row.checked .otpm-row-value{color:#2563eb}.otpm-contact-row.checked .otpm-row-value svg{color:#3b82f6}.otpm-contact-row.checked .otpm-row-sep{color:#93c5fd}.otpm-kc-section{border:1.5px solid #e0e7ff;border-radius:10px;overflow:visible;animation:otpmSectionIn .18s ease forwards;background:#fff}.otpm-kc-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-bottom:1px solid #c7d2fe;border-radius:10px 10px 0 0}.otpm-kc-header-left{display:flex;align-items:center;gap:7px}.otpm-kc-icon{width:24px;height:24px;border-radius:6px;background:#6366f1;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.otpm-kc-title{font-size:12px;font-weight:700;color:#3730a3;text-transform:uppercase;letter-spacing:.06em}.otpm-kc-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#6366f1;color:#fff;font-size:11px;font-weight:700}.otpm-kc-hint{font-size:11px;color:#6366f1;font-style:italic;opacity:.8}.otpm-kc-body{display:flex;flex-direction:column}.otpm-kc-row{display:flex;align-items:center;padding:11px 14px;cursor:pointer;border-bottom:1px solid #f0f0ff;transition:background .12s ease;-webkit-user-select:none;user-select:none;background:#fafaff}.otpm-kc-row:last-child{border-bottom:none;border-radius:0 0 9px 9px}.otpm-kc-row:hover{background:#eef2ff}.otpm-kc-row.checked{background:#e0e7ff}.otpm-kc-checkbox{width:18px;height:18px;border-radius:5px;border:2px solid #c7d2fe;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;margin-right:12px}.otpm-kc-checkbox.active{border-color:#6366f1;background:#6366f1}.otpm-kc-row-label{width:80px;flex-shrink:0;font-size:13.5px;font-weight:600;color:#3730a3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.otpm-kc-row-sep{flex-shrink:0;margin:0 10px;color:#a5b4fc;font-size:14px;line-height:1}.otpm-kc-row-value{font-size:13.5px;color:#4338ca;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.otpm-kc-row.checked .otpm-kc-row-label{color:#312e81}.otpm-kc-row.checked .otpm-kc-row-value{color:#4338ca;font-weight:600}.otpm-kc-row.checked .otpm-kc-row-sep{color:#818cf8}.otpm-empty{display:flex;align-items:center;gap:9px;padding:12px 14px;font-size:13px;color:#92400e;background:#fffbeb}.otpm-no-email-block{display:flex;flex-direction:column}.otpm-add-email{padding:12px 14px;display:flex;flex-direction:column;gap:6px;border-top:1px dashed #e5e7eb;border-radius:0 0 9px 9px}.otpm-add-email-label{font-size:12px;font-weight:500;color:#6b7280}.otpm-email-input{padding:8px 10px;border-radius:7px;border:1px solid #d1d5db;font-size:13.5px;font-family:inherit;outline:none;background:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease;color:#111827}.otpm-email-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f;background:#fff}.otpm-email-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.otpm-email-error{margin:0;font-size:11.5px;color:#ef4444}.otpm-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px;gap:10px;color:#9ca3af;font-size:13px;text-align:center}.otpm-placeholder p{margin:0}.otpm-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid #f3f4f6;background:#fafafa}.otpm-btn-cancel{padding:8px 18px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:13.5px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s ease}.otpm-btn-cancel:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.otpm-btn-cancel:disabled{opacity:.5;cursor:default}.otpm-btn-send{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;border-radius:8px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:13.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s ease;box-shadow:0 2px 6px #3b82f666;line-height:1}.otpm-btn-send:hover:not(:disabled){box-shadow:0 4px 12px #3b82f680;transform:translateY(-1px)}.otpm-btn-send:disabled:not(.sent){background:#e5e7eb;color:#9ca3af;box-shadow:none;cursor:default;transform:none}.otpm-btn-send.sent{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 6px #10b98166;cursor:default;transform:none}.otpm-spinner{width:13px;height:13px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:otpmSpin .6s linear infinite;display:inline-block;flex-shrink:0}@keyframes otpmSpin{to{transform:rotate(360deg)}}@media(max-width:520px){.otpm-modal{border-radius:12px;max-height:95vh;margin:0}.otpm-header{padding:14px 16px 12px}.otpm-header-icon{width:32px;height:32px}.otpm-title{font-size:14px}.otpm-subtitle{font-size:11.5px}.otpm-channel-row{padding:10px 14px;gap:8px}.otpm-channel-toggle{padding:8px 10px;gap:6px}.otpm-channel-label{font-size:12px}.otpm-body{padding:12px 14px;gap:10px}.otpm-contact-row{padding:10px 12px}.otpm-row-label{width:64px;font-size:12.5px}.otpm-row-value{font-size:12.5px}.otpm-kc-row{padding:10px 12px}.otpm-kc-row-label{width:64px;font-size:12.5px}.otpm-kc-row-value{font-size:12.5px}.otpm-footer{padding:12px 14px;gap:8px}.otpm-btn-cancel,.otpm-btn-send{font-size:13px;padding:8px 14px}.otpm-kc-hint{display:none}}._profileTitle_16fum_1{font-size:26px;font-weight:600;color:#2c3e50;margin-bottom:6px}._clientId_16fum_15{font-size:14px;color:#7f8c8d;font-weight:500}._sectionTitle_16fum_29{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:20px;padding-bottom:8px}._subsectionTitle_16fum_45{font-size:15px;font-weight:600;color:#34495e;margin-bottom:12px}._sectionContainer_16fum_59{margin-bottom:18px}._gridTwoColumns_16fum_69{display:grid;grid-template-columns:1fr 1fr;gap:20px}._gridFullWidth_16fum_81{grid-column:1 / -1;margin-top:12px}._gridContactLayout_16fum_91{display:grid;grid-template-columns:1fr 2fr;gap:16px;margin-bottom:16px}._gridSingleColumn_16fum_105{display:grid;grid-template-columns:1fr;gap:12px}._emptyState_16fum_119{text-align:center;padding:40px;color:#7f8c8d;background:#f8f9fa;border-radius:6px}._detailItem_16fum_137,._uploadItem_16fum_137{padding:14px;background:#f8f9fa;border-radius:6px;border:1px solid #e8ecef}._detailText_16fum_151{font-size:14px;color:#2c3e50}._detailLabel_16fum_161,._uploadLabel_16fum_161{font-size:14px;font-weight:600;color:#34495e;margin-bottom:8px}._detailValue_16fum_175{font-weight:600;color:#2c3e50}._businessesTitle_16fum_187{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:24px}._businessGrid_16fum_201{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}._businessCard_16fum_213{padding:20px;background:#f8f9fa;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s}._businessCard_16fum_213:hover{background:#f1f5f9;border-color:#3498db;box-shadow:0 4px 12px #3498db26}._businessHeader_16fum_241{display:flex;align-items:center;gap:12px;margin-bottom:12px}._businessIcon_16fum_255{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}._businessContent_16fum_279{flex:1}._businessName_16fum_287{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}._businessIdText_16fum_301{font-size:12px;color:#6b7280}._businessPhone_16fum_311{font-size:14px;color:#6b7280;margin-bottom:12px}._businessButton_16fum_323{width:100%;padding:10px 16px;background:#3498db;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #3498db33}._businessButton_16fum_323:hover{background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}._mt24_16fum_365{margin-top:24px}._fileLink_16fum_375{color:#3498db;text-decoration:none;font-weight:500;transition:color .2s}._fileLink_16fum_375:hover{color:#2980b9;text-decoration:underline}._formField_16fum_399{display:flex;flex-direction:column;gap:6px}._fieldLabel_16fum_411{font-size:14px;font-weight:600;color:#34495e}._fieldValue_16fum_425{font-size:14px;color:#9ca3af;font-style:italic;padding:10px 0}._fileDisplay_16fum_441{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;margin-top:6px}._fileDisplay_16fum_441 span{flex:1;margin-right:12px;word-break:break-all;font-size:14px;color:#374151}._fileViewMode_16fum_481{display:flex;align-items:center;justify-content:space-between;width:100%;gap:12px}._fileViewMode_16fum_481 ._fileName_16fum_497{flex:1;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#2c3e50;font-weight:500}._fileViewMode_16fum_481 ._fileActions_16fum_519{display:flex;gap:6px;flex-shrink:0}._fileActionButtons_16fum_533,._fileActions_16fum_519{display:flex;gap:8px}._viewButton_16fum_545,._downloadButton_16fum_545,._viewCurrentButton_16fum_547,._downloadCurrentButton_16fum_547{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0;border-radius:6px;cursor:pointer;transition:all .2s;border:none;font-size:18px;line-height:1;color:#6b7280;background-color:transparent;border:1px solid #e5e7eb}._viewButton_16fum_545:hover,._viewCurrentButton_16fum_547:hover{background-color:#dbeafe;border-color:#3b82f6;color:#3b82f6}._downloadButton_16fum_545:hover,._downloadCurrentButton_16fum_547:hover{background-color:#dcfce7;border-color:#10b981;color:#10b981}._viewCurrentButton_16fum_547,._downloadCurrentButton_16fum_547{min-width:32px;height:32px;font-size:16px}._viewButton_16fum_545:before,._downloadButton_16fum_545:before,._viewCurrentButton_16fum_547:before,._downloadCurrentButton_16fum_547:before,._viewButton_16fum_545:after,._downloadButton_16fum_545:after,._viewCurrentButton_16fum_547:after,._downloadCurrentButton_16fum_547:after{content:none!important}._viewButton_16fum_545>*:not(._icon_16fum_649),._downloadButton_16fum_545>*:not(._icon_16fum_649),._viewCurrentButton_16fum_547>*:not(._icon_16fum_649),._downloadCurrentButton_16fum_547>*:not(._icon_16fum_649){display:none!important}._fileInfo_16fum_665{display:flex;flex-direction:column;gap:8px;margin-top:8px}._currentFile_16fum_679{font-size:13px;color:#6b7280;font-style:italic}._fileHandlerContainer_16fum_691{position:relative;display:flex;flex-direction:column;gap:8px}._accountSelector_16fum_707{margin-bottom:24px}._accountTabs_16fum_715{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}._sectionChip_16fum_727{padding:4px 10px;border-radius:999px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:#f3f4ff;color:#4b5563;border:1px solid #e5e7eb;margin-bottom:25px}._accountTab_16fum_715{padding:10px 20px;background:#f8f9fa;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s}._accountTab_16fum_715:hover{background:#f1f5f9;border-color:#cbd5e1}._accountTabActive_16fum_785{background:#3498db;color:#fff;border-color:#3498db}._accountTabActive_16fum_785:hover{background:#2980b9;border-color:#2980b9}._contactSection_16fum_809{margin-bottom:24px;padding:20px;border:1px solid #e5e7eb;border-radius:10px;background-color:#f9fafb}._contactHeader_16fum_825{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}._contactSubtitle_16fum_843{font-size:16px;font-weight:600;color:#111827;margin:0}._plusButton_16fum_857{width:32px;height:32px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#4b5563;font-size:20px;font-weight:300;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}._plusButton_16fum_857:hover{background:#111827;color:#fff;border-color:#111827}._phoneItem_16fum_905,._emailItem_16fum_907{margin-bottom:12px}._phoneItem_16fum_905:last-child,._emailItem_16fum_907:last-child{margin-bottom:0}._phoneEditRow_16fum_927,._emailEditRow_16fum_929{display:flex;align-items:center;gap:12px}._phoneFieldGroup_16fum_941,._emailFieldGroup_16fum_943{flex:1;display:flex;flex-direction:column}._phoneLabel_16fum_955,._emailLabel_16fum_957{font-size:13px;color:#6b7280;margin-bottom:4px;font-weight:500}._labelInput_16fum_973,._phoneInput_16fum_975,._emailInput_16fum_977,._dropdownSelect_16fum_979{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}._labelInput_16fum_973:focus,._phoneInput_16fum_975:focus,._emailInput_16fum_977:focus,._dropdownSelect_16fum_979:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}._labelInput_16fum_973::placeholder,._phoneInput_16fum_975::placeholder,._emailInput_16fum_977::placeholder{color:#9ca3af}._removeButton_16fum_1031{width:30px;height:30px;min-width:30px;border-radius:999px;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;cursor:pointer;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .15s ease;margin-top:22px}._removeButton_16fum_1031:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}._phoneDisplayRow_16fum_1081,._emailDisplayRow_16fum_1083{display:flex;align-items:center;padding:8px 0}._phoneDisplayRow_16fum_1081 ._phoneLabel_16fum_955,._emailDisplayRow_16fum_1083 ._emailLabel_16fum_957{width:120px;font-weight:500;color:#374151;font-size:14px}._phoneValue_16fum_1111,._emailValue_16fum_1113{flex:1;font-size:14px;color:#111827;font-weight:500}._dropdownWrapper_16fum_1129{width:100%}._dropdownSelect_16fum_979{width:100%;background-color:#f9fafb}._required_16fum_1147{color:#dc2626;margin-left:2px}._fileInput_16fum_1159{width:100%;padding:10px;border:2px dashed #cbd5e1;border-radius:8px;background-color:#f8fafc;cursor:pointer;transition:all .3s ease;font-size:14px;color:#475569;display:flex;align-items:center;justify-content:center;min-height:44px}._fileInput_16fum_1159:hover{background-color:#f1f5f9;border-color:#94a3b8}._fileInput_16fum_1159:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._fileActions_16fum_519 ._viewButton_16fum_545,._fileActions_16fum_519 ._downloadButton_16fum_545{padding:6px;min-width:32px;justify-content:center}._fileActionButtons_16fum_533 ._viewCurrentButton_16fum_547,._fileActionButtons_16fum_533 ._downloadCurrentButton_16fum_547{padding:4px 6px;min-width:28px;justify-content:center}._fileDisplay_16fum_441:empty,._fileActions_16fum_519:empty{display:none}._searchInputWrapper_16fum_1257{position:relative;flex:1}._suggestionsDropdown_16fum_1267{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:4px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}._suggestionItem_16fum_1297{padding:10px 12px;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .2s ease}._suggestionItem_16fum_1297:hover{background:#f9fafb}._suggestionItem_16fum_1297:last-child{border-bottom:none}._suggestionName_16fum_1327{font-weight:500;color:#111827;margin-bottom:2px;font-size:14px}._suggestionId_16fum_1341{font-size:12px;color:#6b7280;margin-bottom:2px}._suggestionClient_16fum_1353{font-size:11px;color:#9ca3af}._resultClient_16fum_1369{font-size:13px;color:#374151;margin-top:4px;padding:2px 6px;background:#f3f4f6;border-radius:4px;display:inline-block}._resultDate_16fum_1389{font-size:12px;color:#6b7280;margin-top:4px}._resultDirectors_16fum_1401{font-size:11px;color:#9ca3af;margin-top:2px;padding:2px 6px;background:#fef3c7;border-radius:4px;display:inline-block}._loadingState_16fum_1423{padding:40px 20px;text-align:center;color:#6b7280;font-size:14px;display:flex;flex-direction:column;align-items:center;gap:10px}._loadingState_16fum_1423:after{content:"";width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:_spin_16fum_1 1s linear infinite}@keyframes _spin_16fum_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._suggestionsDropdown_16fum_1267{position:fixed;inset:auto 20px 20px;max-height:50vh}._searchInputWrapper_16fum_1257{position:static}}._navButtonsRow_16fum_1509{display:flex;justify-content:space-between;align-items:center;padding:20px 0;gap:12px}._navBtn_16fum_1525{display:flex;align-items:center;gap:8px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:inherit}._navBtnPrev_16fum_1551{padding:12px 24px;background:#fff;border:1px solid #d1d5db;color:#374151}._navBtnNext_16fum_1565{padding:12px 24px;background:#3b82f6;border:none;color:#fff;box-shadow:0 2px 4px #3b82f64d}._navBtnDisabled_16fum_1581{background:#f3f4f6!important;color:#9ca3af!important;border-color:#d1d5db!important;box-shadow:none!important;cursor:not-allowed!important;opacity:.5;transform:none!important}._navSectionCounter_16fum_1601{font-size:14px;color:#6b7280;font-weight:500;flex-shrink:0}@media(max-width:768px){._navButtonsRow_16fum_1509{padding:16px 0;gap:8px}._navBtnPrev_16fum_1551,._navBtnNext_16fum_1565{padding:10px 16px;font-size:14px}._navSectionCounter_16fum_1601{font-size:13px}}@media(max-width:480px){._navButtonsRow_16fum_1509{padding:12px 0;gap:6px}._navBtnPrev_16fum_1551,._navBtnNext_16fum_1565{padding:9px 12px;font-size:13px}._navBtnLabel_16fum_1677{display:none}._navSectionCounter_16fum_1601{font-size:12px}}@media(max-width:768px){._profileTitle_16fum_1{font-size:20px;margin-bottom:4px}._clientId_16fum_15{font-size:13px}}@media(max-width:480px){._profileTitle_16fum_1{font-size:17px}._clientId_16fum_15{font-size:12px}._gridTwoColumns_16fum_69,._gridContactLayout_16fum_91,._businessGrid_16fum_201{grid-template-columns:1fr}}.business-profile-content{display:flex;gap:32px;margin-top:20px}.business-sidebar{flex:0 0 350px;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid #e8ecef;height:fit-content;max-height:calc(100vh - 200px);overflow-y:auto;position:sticky;top:100px}.business-main-section{flex:1;background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid #e8ecef}.business-header{margin-bottom:24px}.business-title{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:8px;line-height:1.2}.business-subtitle{display:flex;align-items:center;gap:12px;font-size:14px;color:#6b7280;flex-wrap:wrap}.business-id{font-family:Monaco,Menlo,monospace;background:#f3f4f6;padding:2px 8px;border-radius:4px;border:1px solid #e5e7eb}.business-type-badge,.industry-badge{background:#e0f2fe;color:#0369a1;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid #bae6fd}.industry-badge{background:#f0f9ff;color:#0c4a6e;border-color:#e0f2fe}.sidebar-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f3f4f6}.sidebar-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-title{font-size:14px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #3b82f6}.sidebar-subtitle{font-size:13px;font-weight:600;color:#4b5563;margin:12px 0 6px}.sidebar-content{display:flex;flex-direction:column;gap:8px}.sidebar-item{display:flex;flex-direction:column;gap:2px}.sidebar-label{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.sidebar-value{font-size:14px;color:#1f2937;font-weight:500;word-break:break-word}.sidebar-link{color:#2563eb;text-decoration:none;font-size:14px;font-weight:500;word-break:break-all}.sidebar-link:hover{color:#1d4ed8;text-decoration:underline}.social-media-links{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.social-media-link{background:#f3f4f6;color:#4b5563;padding:2px 8px;border-radius:4px;font-size:12px;text-decoration:none;border:1px solid #e5e7eb}.social-media-link:hover{background:#e5e7eb;color:#374151}.address-display{font-size:13px;color:#4b5563;line-height:1.4}.address-line{margin-bottom:2px}.business-logo{width:60px;height:60px;object-fit:contain;border:1px solid #e5e7eb;border-radius:8px;margin-top:4px;padding:4px;background:#fff}.section-subtitle{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px;margin-top:15Px;padding-bottom:8px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.form-field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:14px;font-weight:600;color:#374151;margin-bottom:2px}.field-value{font-size:14px;color:#6b7280;font-style:italic;padding:10px 0}.file-display-view{display:flex;flex-direction:column;gap:8px}.file-display-view .file-content{padding:12px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.file-display-view .file-content:hover{background:#f1f5f9;border-color:#d1d5db}.file-display-view .file-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.file-display-view .file-name{font-size:14px;color:#374151;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-display-view .file-type{font-size:12px;color:#6b7280;background:#e5e7eb;padding:2px 6px;border-radius:4px;flex-shrink:0}.file-display-view .file-actions{display:flex;gap:6px;flex-shrink:0}.file-view-button,.file-download-button{width:32px;height:32px;border-radius:6px;border:1px solid #e5e7eb;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6b7280;transition:all .2s ease;padding:0}.file-view-button:hover{background:#dbeafe;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.file-download-button:hover{background:#dcfce7;border-color:#10b981;color:#10b981;transform:translateY(-1px)}.file-handler-container{position:relative;display:flex;flex-direction:column;gap:8px}.file-info-preview{display:flex;flex-direction:column;gap:8px;margin-top:8px}.current-file-label{font-size:13px;color:#6b7280;font-style:italic}.file-action-buttons{display:flex;gap:8px}.business-section{margin-bottom:32px}.business-row{display:grid;grid-template-columns:1fr 1fr auto;gap:16px;margin-bottom:20px;align-items:start}.business-row.view-mode{grid-template-columns:1fr 1fr}.action-button-plus{width:32px;height:32px;border-radius:50%;border:1px solid #d1d5db;background:#fff;color:#4b5563;font-size:20px;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;margin-top:32px}.action-button-plus:hover{background:#111827;color:#fff;border-color:#111827}.action-button-remove{width:32px;height:32px;border-radius:50%;border:1px solid #fecaca;background:#fee2e2;color:#b91c1c;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;margin-top:32px}.action-button-remove:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.contact-section{margin-bottom:28px}.contact-grid{display:grid;grid-template-columns:1fr 2fr auto;gap:16px;margin-bottom:16px;align-items:end}.contact-grid.view-mode{grid-template-columns:1fr 2fr}.no-data-message{text-align:center;padding:40px;color:#6b7280;font-size:16px;background:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.clients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.client-card{padding:20px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s;border:1px solid #e5e7eb}.client-card:hover{background:#f1f5f9;border-color:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.client-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.client-avatar{width:40px;height:40px;background:#1e293b;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}.client-info{flex:1}.client-name{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px;line-height:1.2}.client-id{font-size:12px;color:#6b7280;font-family:Monaco,Menlo,monospace}.client-phone{font-size:14px;color:#6b7280;margin:0}.truncate{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.required-indicator{color:#dc2626;margin-left:2px}@media(max-width:1200px){.business-profile-content{flex-direction:column}.business-sidebar{position:relative;top:0;max-height:none;width:100%}}@media(max-width:768px){.form-grid,.clients-grid{grid-template-columns:1fr}.business-title{font-size:24px}.business-sidebar,.business-main-section{padding:16px}.business-row,.business-row.view-mode,.contact-grid,.contact-grid.view-mode{grid-template-columns:1fr;gap:12px}.action-button-plus,.action-button-remove{margin-top:0;align-self:end}}.business-sidebar::-webkit-scrollbar{width:6px}.business-sidebar::-webkit-scrollbar-track{background:#f1f1f1}.business-sidebar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.business-sidebar::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.form-field input,.form-field textarea,.form-field select{padding:6px 10px!important;height:36px!important;min-height:36px!important}.file-handler-container input[type=file]{height:auto!important;padding:8px!important}.file-display-view .file-content{padding:8px 12px!important}.file-view-button,.file-download-button{width:28px!important;height:28px!important;font-size:14px!important}.action-button-plus,.action-button-remove{margin-top:0!important;align-self:center!important}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.status-verified{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.status-unverified{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.status-edited{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa}.status-corrections{background-color:#fef2f2;color:#dc2626;border:1px solid #fca5a5;font-weight:600}.biz-nav-row{display:flex;justify-content:space-between;align-items:center;padding:20px 0;gap:12px}.biz-nav-btn{display:flex;align-items:center;gap:8px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap}.biz-nav-prev{padding:12px 24px;background:#fff;border:1px solid #d1d5db;color:#374151}.biz-nav-next{padding:12px 24px;background:#3b82f6;border:none;color:#fff;box-shadow:0 2px 4px #3b82f64d}.biz-nav-disabled{background:#f3f4f6!important;color:#9ca3af!important;border-color:#d1d5db!important;box-shadow:none!important;cursor:not-allowed!important;opacity:.5;transform:none!important}.biz-nav-counter{font-size:14px;color:#6b7280;font-weight:500;flex-shrink:0}.biz-counter-short{display:none}@media(max-width:768px){.biz-nav-row{padding:16px 0;gap:8px}.biz-nav-prev,.biz-nav-next{padding:10px 16px;font-size:14px}.biz-nav-counter{font-size:13px}}@media(max-width:480px){.biz-nav-row{padding:12px 0;gap:6px}.biz-nav-prev,.biz-nav-next{padding:8px 12px;font-size:13px;min-width:44px;justify-content:center}.biz-nav-label,.biz-counter-full{display:none}.biz-counter-short{display:inline;font-size:13px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh}.dashboard-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:16px 32px;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}.dashboard-nav{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:32px}.dashboard-logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600;color:#111827;text-decoration:none;cursor:pointer;letter-spacing:-.3px}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600;box-shadow:0 2px 8px #2563eb40}.dashboard-tabs{display:flex;gap:8px;margin-left:auto}.tab-button{display:flex;align-items:center;gap:6px;padding:6px 14px;border:none;background:transparent;color:#6b7280;font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}.tab-button:hover{background:#eceff3;color:#374151}.tab-button.active{background:#334155;color:#fff;box-shadow:0 2px 6px #0000001f}.tab-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.dashboard-content{max-width:1400px;margin:0 auto;padding:32px}.hero-card{background:linear-gradient(135deg,#3b82f6,#2563eb);padding:16px 24px;border-radius:12px;margin-bottom:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.hero-card.theme-green{background:linear-gradient(135deg,#15803d,#166534);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hero-card:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff14;border-radius:50%;pointer-events:none}.hero-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.hero-left{display:flex;align-items:center;gap:12px}.hero-icon-wrapper{background:#ffffff26;padding:10px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);width:40px;height:40px;display:flex;align-items:center;justify-content:center}.hero-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.hero-text h1{font-size:18px;font-weight:600;color:#fff;margin:0 0 2px;letter-spacing:-.3px}.hero-text p{font-size:13px;color:#ffffffd9;margin:0;font-weight:400}.stats-badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);padding:12px 20px;min-width:70px;border-radius:8px;text-align:center}.stats-number{font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:4px;display:block}.stats-label{font-size:11px;color:#ffffffd9;font-weight:500;text-transform:uppercase;letter-spacing:.8px}.search-container{background:#fff;border-radius:12px;padding:16px;margin-top:-9px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.search-box{position:relative;max-width:500px;margin:0 auto}.search-icon-wrapper{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.search-icon-wrapper svg{width:16px;height:16px}.search-input{width:100%;height:38px;padding:0 44px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;background:#fff;transition:all .2s ease;font-weight:400}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-input::placeholder{color:#9ca3af;font-weight:400}.search-clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:all .2s ease}.search-clear-btn:hover{background:#f3f4f6;color:#6b7280}.search-clear-btn svg{width:14px;height:14px}.data-table-wrapper{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb;margin-top:-10px}.table-container{overflow-x:auto}.table-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:800px}.data-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.data-table th{padding:14px 20px;text-align:left;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.8px;background:#f9fafb}.data-table tbody tr{border-bottom:1px solid #f3f4f6;transition:all .15s ease}.data-table tbody tr:hover{background:#f9fafb;box-shadow:0 1px 3px #0000000d}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:16px 20px;font-size:14px;color:#374151;background:#fff}.data-table td:first-child,.data-table td.cell-id{font-family:Courier New,monospace;font-weight:600;color:#6b7280;font-size:13px}.data-table td.cell-primary{font-weight:600;color:#111827}.data-table.theme-blue td.cell-primary{color:#2563eb}.data-table.theme-green td.cell-primary{color:#16a34a}.data-table td.empty-state{text-align:center;padding:60px 20px;color:#6b7280;font-size:14px}.empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.client-name-link,.business-name-link{font-weight:600;text-decoration:none;transition:color .2s ease}.client-name-link{color:#2563eb}.business-name-link{color:#16a34a}.empty-state{padding:80px 20px;text-align:center}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.4}.empty-title{font-size:18px;font-weight:600;color:#374151;margin-bottom:8px}.empty-subtitle{font-size:14px;color:#6b7280}.loading-state{padding:80px 20px;text-align:center}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 20px}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:16px;font-weight:500;color:#6b7280}.error-state{padding:80px 20px;text-align:center}.error-icon{font-size:64px;margin-bottom:16px}.error-title{font-size:18px;font-weight:600;color:#dc2626;margin-bottom:8px}.error-message{font-size:14px;color:#6b7280;margin-bottom:20px}.retry-btn{background:#dc2626;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}@media(max-width:1024px){.dashboard-content{padding:24px 20px}.hero-card{padding:32px 24px}.hero-content{flex-direction:column;gap:24px;text-align:center}.hero-left{flex-direction:column}.stats-badge{width:100%}}@media(max-width:768px){.dashboard-header{padding:12px 16px}.dashboard-nav{flex-direction:column;align-items:flex-start;gap:16px}.dashboard-tabs{width:100%;gap:4px}.tab-button{flex:1;justify-content:center;padding:10px 14px;font-size:14px}.dashboard-content{padding:20px 16px}.hero-text h1{font-size:26px}.stats-number{font-size:28px}.search-box{max-width:100%}.data-table th,.data-table td{padding:12px 14px;font-size:13px}}.id-link,.client-name-link,.business-name-link{background:none;border:none;padding:0;cursor:pointer;font-weight:600;text-decoration:none;transition:all .2s ease;text-align:left}.id-link{font-family:Courier New,monospace;color:#6b7280;font-size:13px}.id-link:hover{color:#111827;text-decoration:underline}.client-name-link{color:#2563eb;font-size:14px}.client-name-link:hover{color:#1d4ed8;text-decoration:underline}.business-name-link{color:#16a34a;font-size:14px}.business-name-link:hover{color:#15803d;text-decoration:underline}.back-button{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;margin-bottom:24px;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.back-button:hover{background:#e5e7eb;transform:translate(-2px)}.profile-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:32px;border-radius:16px;margin-bottom:24px;display:flex;align-items:center;gap:24px;box-shadow:0 10px 30px #2563eb40;position:relative;overflow:hidden}.profile-header.theme-green{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 10px 30px #16a34a40}.profile-header:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff14;border-radius:50%;pointer-events:none}.profile-avatar{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid rgba(255,255,255,.3);flex-shrink:0;position:relative;z-index:1}.profile-avatar.theme-green{background:#ffffff40}.avatar-icon{font-size:40px}.profile-header-info{flex:1;position:relative;z-index:1}.profile-name{font-size:32px;font-weight:700;color:#fff;margin:0 0 8px;letter-spacing:-.5px}.profile-id{font-size:14px;color:#ffffffd9;margin:0;font-family:Courier New,monospace}.edit-profile-btn{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;position:relative;z-index:1}.edit-profile-btn:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.profile-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000000a;border:1px solid #e5e7eb}.section-title{font-size:18px;font-weight:700;color:#111827;margin:0 0 20px;padding-bottom:12px}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.detail-item{display:flex;flex-direction:column;gap:6px}.detail-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:15px;font-weight:500;color:#111827;word-break:break-word}.associated-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.associated-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:14px;transition:all .2s ease}.associated-card:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.associated-icon{width:48px;height:48px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;border:1px solid #e5e7eb}.associated-info{flex:1;min-width:0}.associated-name{font-size:15px;font-weight:600;color:#111827;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.associated-detail{font-size:13px;color:#6b7280;margin:2px 0}.empty-state-small{text-align:center;padding:40px 20px;color:#6b7280;font-size:14px}@media(max-width:768px){.profile-header{flex-direction:column;text-align:center;padding:24px}.profile-name{font-size:24px}.details-grid,.associated-list{grid-template-columns:1fr}}
