
/* Profile Completeness - Compact Vibrant Design v3.14.0 */
.profile-customer-note-minimal {
    font-size: 13px;
    color: #666;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}

.profile-customer-note-minimal i {
    color: #17a2b8;
    margin-right: 5px;
}
/* Widget Styles */
.profile-widget-minimal {
    display: block !important;
    width: 240px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 10px !important;
    padding: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    color: #333 !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 2 !important;
    clear: both !important;
    isolation: isolate !important;
}

.um-profile .profile-widget-minimal,
.um-profile-body .profile-widget-minimal,
.um-profile-photo .profile-widget-minimal {
    float: none !important;
    margin: 12px auto !important;
}

.um-profile .profile-widget-minimal.profile-widget-role-advisor,
.um-profile-body .profile-widget-minimal.profile-widget-role-advisor {
    width: 100% !important;
    max-width: 760px !important;
    min-width: 280px !important;
    margin: 16px 0 22px !important;
}

.um-profile .profile-widget-minimal.profile-widget-role-advisor .profile-header-minimal,
.um-profile-body .profile-widget-minimal.profile-widget-role-advisor .profile-header-minimal {
    flex-wrap: nowrap !important;
}

.um-profile .profile-widget-minimal.profile-widget-role-advisor .profile-label,
.um-profile-body .profile-widget-minimal.profile-widget-role-advisor .profile-label {
    white-space: nowrap !important;
}

.um-profile .profile-widget-minimal.profile-widget-role-advisor .profile-actions-vertical,
.um-profile-body .profile-widget-minimal.profile-widget-role-advisor .profile-actions-vertical {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
    align-items: stretch !important;
}

/*
 * When the widget is injected into an advisor profile's left/photo column,
 * keep it compact. Ultimate Member/theme photo containers can otherwise
 * stretch the widget into a tall blank card and overlap the main profile area.
 */
body .um-profile .um-profile-photo:has(.profile-widget-minimal),
body .um-profile .um-profile-photo-container:has(.profile-widget-minimal),
body .um-profile .advisor_widget_container:has(.profile-widget-minimal),
body .um-profile .pc-widget-compact-host {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body .um-profile .um-profile-photo .profile-widget-minimal.profile-widget-role-advisor,
body .um-profile .um-profile-photo-container .profile-widget-minimal.profile-widget-role-advisor,
body .um-profile .advisor_widget_container .profile-widget-minimal.profile-widget-role-advisor,
body .advisor_widget_container .profile-widget-minimal.profile-widget-role-advisor {
    width: 100% !important;
    max-width: 240px !important;
    min-width: 0 !important;
    margin: 0 auto 14px !important;
    padding: 12px !important;
    clear: none !important;
}

body .um-profile .um-profile-photo .profile-widget-minimal.profile-widget-role-advisor .profile-actions-vertical,
body .um-profile .um-profile-photo-container .profile-widget-minimal.profile-widget-role-advisor .profile-actions-vertical,
body .um-profile .advisor_widget_container .profile-widget-minimal.profile-widget-role-advisor .profile-actions-vertical,
body .advisor_widget_container .profile-widget-minimal.profile-widget-role-advisor .profile-actions-vertical {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
}

body .um-profile .um-profile-photo .profile-widget-photo,
body .um-profile .um-profile-photo-container .profile-widget-photo,
body .um-profile .advisor_widget_container .profile-widget-photo,
body .advisor_widget_container .profile-widget-photo {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
    justify-content: flex-start !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.advisor_widget_container .smd-advisor-widgets-profile-completeness,
.smd-advisor-widgets-profile-completeness {
    width: 100% !important;
    max-width: 240px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: visible !important;
}

.advisor_widget_container .smd-advisor-widgets-profile-completeness .profile-widget-minimal,
.smd-advisor-widgets-profile-completeness .profile-widget-minimal {
    width: 100% !important;
    max-width: 240px !important;
    min-width: 0 !important;
    margin: 0 auto 14px !important;
    clear: none !important;
}

.advisor_widget_container .smd-advisor-widgets-profile-completeness .profile-actions-vertical,
.smd-advisor-widgets-profile-completeness .profile-actions-vertical {
    display: flex !important;
    flex-direction: column !important;
}

.profile-widget-photo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 0 12px !important;
}

.profile-widget-photo-preview,
.profile-widget-photo-placeholder {
    width: 88px !important;
    height: 88px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f2f2f2 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
}

.profile-widget-photo-preview {
    object-fit: cover !important;
}

.profile-widget-photo-placeholder i {
    color: #b5b8bc !important;
    font-size: 36px !important;
}

.profile-photo-upload-btn {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border: 1px solid #ff69b4 !important;
    border-radius: 999px !important;
    background: #fff7fb !important;
    color: #ff1493 !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    padding: 7px 12px !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease !important;
}

.profile-photo-upload-btn:hover {
    background: #ff1493 !important;
    color: #fff !important;
}

.profile-photo-upload-btn:disabled {
    cursor: wait !important;
    opacity: 0.7 !important;
}

.profile-photo-upload-status {
    min-height: 14px !important;
    color: #666 !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    text-align: center !important;
}

.profile-photo-upload-status.success {
    color: #2f9e44 !important;
}

.profile-photo-upload-status.error {
    color: #d6336c !important;
}

.profile-header-minimal {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.profile-label {
    color: #666 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.profile-percentage-minimal {
    flex: 0 0 auto !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.text-pink {
    color: #ff69b4 !important;
}

.profile-progress-minimal {
    display: block !important;
    width: 100% !important;
    height: 4px !important;
    background: #f0f0f0 !important;
    border-radius: 999px !important;
    margin: 0 0 12px !important;
    overflow: hidden !important;
}

.profile-progress-fill-minimal {
    display: block !important;
    height: 100% !important;
    background: #ff1493 !important;
    border-radius: inherit !important;
    transition: width 0.3s ease !important;
}

/* Vertical Buttons */
.profile-actions-vertical {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    width: 100% !important;
}

.profile-widget-minimal .profile-actions-vertical .profile-btn-minimal {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #eaeaea !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #333 !important;
    cursor: pointer !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: normal !important;
    opacity: 1 !important;
    transform: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.profile-widget-minimal .profile-actions-vertical .profile-btn-minimal i {
    flex: 0 0 14px !important;
    width: 14px !important;
    color: #999 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-align: center !important;
}

.profile-widget-minimal .profile-actions-vertical .profile-btn-minimal:hover {
    background: #fff7fb !important;
    border-color: #ff69b4 !important;
    color: #333 !important;
}

.profile-widget-minimal .profile-actions-vertical .profile-btn-minimal:hover i {
    color: #ff69b4 !important;
}

.profile-widget-minimal .profile-actions-vertical .profile-btn-minimal:active {
    background: #f0f0f0 !important;
    transform: scale(0.98) !important;
}

/* Loading Screen */
.profile-loading-screen {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.profile-loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 350px;
    background: #1e1e1e;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 20px 16px;
    color: white;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.profile-loading-header {
    text-align: center;
    margin-bottom: 15px;
}

.profile-loading-header h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.sim-plumbob {
    width: 25px;
    height: 25px;
    background: #ff69b4;
    clip-path: polygon(50% 0%, 0% 25%, 0% 75%, 50% 100%, 100% 75%, 100% 25%);
    animation: pulse 1.5s infinite alternate;
    margin: 0 auto;
}

@keyframes pulse {
    from { opacity: 0.8; transform: scale(1); }
    to { opacity: 1; transform: scale(1.1); }
}

.profile-loading-progress {
    margin-bottom: 15px;
}

.profile-loading-progress-bar {
    height: 4px;
    background: #333;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 6px;
}

.profile-loading-progress-fill {
    height: 100%;
    background: #ff69b4;
    width: 0%;
    transition: width 0.2s ease;
}

.profile-loading-status {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #999;
}

.profile-loading-action {
    color: #ff69b4;
}

.profile-loading-percentage {
    font-weight: 600;
    color: #fff;
}

.profile-loading-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 5px;
}

.profile-loading-details::-webkit-scrollbar {
    width: 3px;
}

.profile-loading-details::-webkit-scrollbar-track {
    background: #2a2a2a;
}

.profile-loading-details::-webkit-scrollbar-thumb {
    background: #ff69b4;
    border-radius: 2px;
}

.profile-loading-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #888;
    padding: 4px 8px;
    background: #2a2a2a;
    border-radius: 4px;
    border-left: 2px solid transparent;
}

.detail-icon i {
    font-size: 8px;
    color: #555;
}

.detail-name {
    color: #aaa;
}

.profile-loading-detail-item.loading {
    background: #2a1f24;
    border-left-color: #ff69b4;
}

.profile-loading-detail-item.loading .detail-icon i {
    color: #ff69b4;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.profile-loading-detail-item.loading .detail-name {
    color: #ff69b4;
}

.profile-loading-detail-item.completed {
    background: #1a2a1a;
    border-left-color: #28a745;
}

.profile-loading-detail-item.completed .detail-icon i {
    color: #28a745;
}

.profile-loading-detail-item.completed .detail-name {
    color: #28a745;
}

.profile-loading-tip {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    background: #2a2a2a;
    border-radius: 6px;
    font-size: 10px;
    color: #ccc;
}

.profile-loading-tip i {
    color: #ff69b4;
    font-size: 11px;
}

/* Compact Modal - Clean and Simple */
.profile-modal-minimal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    overflow-x: hidden;
}

/* Force modal hidden when display:none is set */
.profile-modal-minimal[style*="display: none"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.profile-modal-content-minimal {
    position: relative;
    background: #ffffff;
    margin: 5% auto;
    width: 90%;
    max-width: 850px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    max-height: 85vh;
    overflow: hidden;
    animation: modalSlideIn 0.3s ease;
}

.profile-modal-minimal *,
.profile-modal-minimal *::before,
.profile-modal-minimal *::after {
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .profile-modal-content-minimal {
        width: min(90vw, 850px);
        max-width: calc(100vw - 48px);
    }
}

@keyframes modalSlideIn {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Modal Header - Clean */
.profile-modal-header-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.profile-modal-header-minimal h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.current-section-title {
    color: #667eea;
    font-weight: 700;
    font-size: 16px;
}

.header-percentage {
    font-size: 13px;
    background: #f0f0f0;
    padding: 3px 10px;
    border-radius: 20px;
    color: #666;
    cursor: help;
    white-space: nowrap;
}

.header-percentage.text-pink {
    background: #ff69b4;
    color: white;
}

.profile-earning-badge-minimal {
    color: #666;
    font-size: 13px;
    background: #f8f9fa;
    padding: 5px 12px;
    border-radius: 20px;
}

.profile-earning-badge-minimal .text-pink {
    color: #ff69b4;
    font-weight: 700;
}

.profile-earning-badge-minimal i {
    color: #ff69b4;
    margin-right: 5px;
}

.profile-customer-bonus-banner {
    margin-bottom: 8px;
}

/* Customer header - centered bonus hero */
.profile-modal-header-customer {
    position: relative;
    justify-content: center;
    text-align: center;
    padding: 26px 56px;
    background: #ffffff;
}

.profile-customer-bonus-hero {
    width: 100%;
    text-align: center;
    line-height: 1.05;
}

.profile-customer-bonus-hero-main {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ff1493;
    background: linear-gradient(180deg, #ff61b6 0%, #ff1493 55%, #c40a66 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.6)) drop-shadow(0 0 14px rgba(255, 20, 147, 0.55));
}

.profile-customer-bonus-hero-sub {
    margin-top: 10px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a02573;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 12px rgba(255, 20, 147, 0.3);
}

.profile-modal-header-customer .profile-modal-close-minimal {
    position: absolute;
    top: 12px;
    right: 16px;
}

@media (max-width: 600px) {
    .profile-customer-bonus-hero-main {
        font-size: 34px;
    }
    .profile-customer-bonus-hero-sub {
        font-size: 19px;
    }
    .profile-modal-header-customer {
        padding: 20px 44px;
    }
}

.profile-modal-close-minimal {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0 8px;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.profile-modal-close-minimal:hover {
    color: #f44336;
}

/* Modal Body - Clean */
.profile-modal-body-minimal {
    display: flex;
    height: calc(65vh - 100px);
    min-height: 350px;
    background: #ffffff;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

/* Sidebar - Clean */
.profile-modal-sidebar-minimal {
    width: 140px;
    flex: 0 0 140px;
    background: #f8f9fa;
    border-right: 1px solid #eaeaea;
    overflow-y: auto;
}

.profile-tabs-minimal {
    padding: 10px 0;
}

.profile-tab-minimal {
    width: 100%;
    padding: 10px 15px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.profile-tab-minimal:hover {
    background: rgba(0, 0, 0, 0.02);
    color: #333;
}

.profile-tab-minimal:active {
    background: rgba(0, 0, 0, 0.05);
}

.profile-tab-minimal.active {
    background: rgba(102, 126, 234, 0.05);
    color: #667eea;
    border-left-color: #667eea;
    font-weight: 600;
}

/* Customer tab styles - clean */
.profile-tab-minimal[data-section="interests"].active {
    background: rgba(102, 126, 234, 0.05);
    color: #667eea;
    border-left-color: #667eea;
}

.profile-tab-minimal[data-section="experiences"].active {
    background: rgba(255, 152, 0, 0.05);
    color: #ff9800;
    border-left-color: #ff9800;
}

.profile-tab-minimal[data-section="sedisi"].active {
    background: rgba(156, 39, 176, 0.05);
    color: #9c27b0;
    border-left-color: #9c27b0;
}

.profile-tab-minimal[data-section="tonisi"].active {
    background: rgba(33, 150, 243, 0.05);
    color: #2196f3;
    border-left-color: #2196f3;
}

/* Main Content - Clean */
.profile-modal-main-minimal {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 0;
    padding: 20px;
    background: white;
}

.profile-section-minimal,
.profile-fields-minimal,
.profile-field-minimal,
.profile-quality-section,
.settings-grid,
.status-grid,
.checkboxes-grid,
.interests-grid,
.quality-items-grid,
.file-upload-group,
.verification-actions,
.verification-btn-group {
    max-width: 100%;
    min-width: 0;
}

.profile-section-minimal h3 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

/* Compact Fields */
.profile-fields-minimal.compact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.profile-field-minimal.advanced-field.compact {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.field-header.compact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.field-header.compact label {
    font-weight: 600;
    color: #333;
}

.confidential-badge {
    background: #fdecea;
    color: #d32f2f;
    font-weight: 700;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 8px;
}

.field-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
}

.field-indicator i {
    font-size: 14px;
}

.field-indicator i.fa-circle {
    color: #f44336;
}

.field-indicator i.fa-check-circle {
    color: #4caf50;
}

.profile-field-validation-message {
    display: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 2px;
}

.profile-field-validation-message.is-error {
    color: #d32f2f;
}

.profile-field-validation-message.is-success {
    color: #2e7d32;
}

.profile-field-minimal.has-validation-error {
    border-color: rgba(211, 47, 47, 0.35);
    background: #fff7f7;
}

.profile-input-minimal.has-validation-error,
.profile-textarea-minimal.has-validation-error,
.profile-select-minimal.has-validation-error {
    border-color: #d32f2f !important;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.08) !important;
}

.char-count {
    color: #999;
    font-size: 11px;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 12px;
}

/* Confidential Note */
.confidential-note {
    margin-top: 15px;
    padding: 10px 15px;
    background: #e3f2fd;
    border-radius: 6px;
    font-size: 12px;
    color: #1976d2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.confidential-note i {
    font-size: 14px;
}

/* Compact Inputs */
.profile-input-minimal.compact,
.profile-select-minimal.compact,
.profile-textarea-minimal.compact {
    padding: 8px 12px;
    border: 1px solid #eaeaea;
    font-size: 13px;
    background: white;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
}

.profile-select-minimal.compact {
    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='%23667eea' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
    padding-right: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.profile-textarea-minimal.compact {
    min-height: 100px;
    resize: vertical;
}

.profile-input-minimal.compact:focus,
.profile-select-minimal.compact:focus,
.profile-textarea-minimal.compact:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

/* Compact Interests */
.interests-grid.compact {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}

.interest-checkbox.compact {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.interest-checkbox.compact:hover {
    border-color: #667eea;
    background: #f8f9fa;
}

.interest-checkbox.compact input[type="checkbox"] {
    margin-right: 6px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    accent-color: #667eea;
}

.interests-counter.compact {
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 13px;
    border: 1px solid #eaeaea;
    display: inline-block;
}

.counter-value {
    font-weight: 700;
    color: #667eea;
}

/* Footer - Clean */
.profile-modal-footer-minimal {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 20px;
    background: #ffffff;
    border-top: 1px solid #eaeaea;
}

.profile-footer-right-minimal {
    display: flex;
    gap: 10px;
}

.profile-modal-close-btn-minimal {
    padding: 8px 20px;
    border: 1px solid #eaeaea;
    background: white;
    cursor: pointer;
    font-size: 13px;
    color: #666;
    border-radius: 4px;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: all 0.2s ease;
}

.profile-modal-close-btn-minimal:hover {
    background: #f5f5f5;
    border-color: #999;
}

.profile-save-continue-minimal {
    padding: 8px 24px;
    background: #667eea;
    color: white;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.profile-save-continue-minimal:hover {
    background: #5a67d8;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(102, 126, 234, 0.3);
}

.profile-save-continue-minimal.unsaved-changes {
    background: #f44336;
    animation: pulse-red 2s infinite;
    position: relative;
}

.profile-save-continue-minimal.unsaved-changes::after {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    width: 8px;
    height: 8px;
    background: #f44336;
    border-radius: 50%;
    border: 1px solid white;
}

@keyframes pulse-red {
    0% { box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3); }
    50% { box-shadow: 0 2px 12px rgba(244, 67, 54, 0.6); }
    100% { box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3); }
}

/* Badges Modal */
.badges-modal {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.badges-modal-content {
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    margin: 10% auto;
    width: 90%;
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    animation: modalSlideIn 0.3s ease;
}

.badges-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 15px 15px 0 0;
}

.badges-modal-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.badges-modal-header h2 i {
    color: #ffd700;
}

.badges-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0 4px;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.badges-modal-close:hover {
    color: #ff69b4;
    transform: scale(1.1);
}

.badges-modal-body {
    padding: 30px 20px;
    background: white;
    border-radius: 0 0 15px 15px;
    text-align: center;
}

.badges-placeholder {
    padding: 20px;
}

.badges-placeholder i {
    font-size: 60px;
    color: #ffd700;
    margin-bottom: 15px;
}

.badges-placeholder h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.badges-placeholder p {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.badges-preview {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.preview-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 30px;
    font-size: 12px;
    color: #666;
    border: 1px solid #eaeaea;
}

.preview-badge i {
    font-size: 12px;
    margin: 0;
}

.preview-badge:first-child i {
    color: #ffd700;
}

.preview-badge:nth-child(2) i {
    color: #ff69b4;
}

.preview-badge:last-child i {
    color: #667eea;
}

/* Verifications Section */
.verifications-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.verification-item {
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 12px;
}

.verification-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.verification-header i {
    font-size: 14px;
    color: #667eea;
    width: 18px;
}

.verification-label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    flex: 1;
}

.verification-badge {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.verification-badge.verified {
    background: #e8f5e9;
    color: #4caf50;
}

.verification-badge.pending {
    background: #fff3e0;
    color: #ff9800;
}

.verification-badge.optional,
.verification-badge.optional-status {
    background: #eef2ff;
    color: #4f46e5;
}

.verification-badge.optional-status {
    font-weight: 500;
}

.verification-badge i {
    font-size: 10px;
    color: inherit;
}

.verification-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.w9-button-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.verification-btn {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: white;
    border: 1px solid #eaeaea;
    color: #666;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.verification-btn i {
    font-size: 11px;
}

.verification-btn:hover {
    background: #f0f0f0;
    border-color: #667eea;
    color: #667eea;
}

.verify-email-btn,
.add-zelle-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

.verify-email-btn:hover,
.add-zelle-btn:hover {
    opacity: 0.9;
    color: white;
}

.upload-btn {
    background: #4caf50;
    color: white;
    border: none;
}

.upload-btn:hover {
    background: #45a049;
    color: white;
}

.view-btn {
    background: #2196f3;
    color: white;
    border: none;
}

.view-btn:hover {
    background: #1e88e5;
    color: white;
}

.verification-file-input {
    font-size: 11px;
    padding: 4px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    max-width: 140px;
}

.file-upload-group {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}

.verification-code-section {
    margin-top: 10px;
    padding: 10px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.verification-input {
    padding: 6px 8px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 8px;
}

.verification-feedback {
    display: none;
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
}

.verification-feedback.success {
    display: block;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.w9-modal-note {
    margin: 0 0 12px;
    color: #666;
    font-size: 12px;
    line-height: 1.45;
}

.w9-pdf-modal {
    z-index: 10001;
}

.w9-pdf-content {
    width: min(920px, 94vw);
    max-width: 920px !important;
    height: min(82vh, 760px);
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    overflow: hidden;
}

.w9-pdf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
}

.w9-pdf-header h4 {
    margin: 0;
}

#w9-pdf-frame {
    width: 100%;
    flex: 1;
    border: 0;
    background: #f8f9fa;
}

#w9-reset-reason {
    min-height: 110px;
    resize: vertical;
}

.verification-feedback.error {
    display: block;
    background: #fff0f0;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.verification-btn-group {
    display: flex;
    gap: 6px;
}

.submit-code-btn {
    background: #4caf50;
    color: white;
    border: none;
}

.resend-code-btn {
    background: #ff9800;
    color: white;
    border: none;
}

.verification-email {
    font-size: 12px;
    color: #667eea;
    background: #e8f0fe;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Popup */
.verification-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10003;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 300px;
    width: 90%;
}

.popup-content h4 {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #333;
}

.popup-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.cancel-btn {
    background: #f5f5f5;
    color: #666;
}

/* Unsaved Changes Modal */
.profile-unsaved-modal {
    display: none;
    position: fixed;
    z-index: 10002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.profile-unsaved-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    padding: 20px;
    max-width: 300px;
    width: 90%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.profile-unsaved-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.profile-unsaved-header i {
    font-size: 20px;
    color: #ff9800;
}

.profile-unsaved-header h3 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.profile-unsaved-body {
    margin-bottom: 16px;
}

.profile-unsaved-body p {
    margin: 0;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.profile-unsaved-footer {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.profile-unsaved-btn {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    -webkit-tap-highlight-color: transparent;
}

.profile-unsaved-save {
    background: #4caf50;
    color: white;
}

.profile-unsaved-discard {
    background: #f44336;
    color: white;
}

.profile-unsaved-cancel {
    background: #f5f5f5;
    color: #666;
}

/* Save Progress Overlay */
.profile-save-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.profile-save-progress-content {
    background: #1e1e1e;
    border-radius: 8px;
    padding: 20px;
    max-width: 300px;
    width: 90%;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #333;
}

.profile-save-spinner {
    width: 30px;
    height: 30px;
    border: 2px solid #333;
    border-top-color: #ff69b4;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    flex-shrink: 0;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.profile-save-text {
    flex: 1;
}

.profile-save-message {
    display: block;
    color: white;
    font-size: 12px;
    margin-bottom: 6px;
}

.profile-save-progress-bar {
    height: 3px;
    background: #333;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 4px;
}

.profile-save-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff69b4 0%, #ff1493 100%);
    width: 0%;
    transition: width 0.3s ease;
}

.profile-save-percentage {
    color: #ff69b4;
    font-size: 10px;
    font-weight: 600;
}

/* Notification */
.profile-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 16px;
    border-radius: 6px;
    color: white;
    font-size: 12px;
    z-index: 999999;
    animation: slideInRight 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    max-width: 90%;
}

@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.profile-notification-success {
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
}

.profile-notification-warning {
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
}

.profile-notification-error {
    background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
}

/* Users by Tag Results */
.users-by-tag-results {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
}

.results-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 10px;
}

.results-header h1 {
    margin: 0;
    font-size: 20px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tag-name {
    color: #dd1982;
    background: #f9f9f9;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.back-button {
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
}

.results-count {
    background: linear-gradient(135deg, #dd1982 0%, #ff6b9d 100%);
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
}

.users-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
}

.user-card {
    background: white;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: flex;
    padding: 12px;
    gap: 10px;
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #dd1982;
    flex-shrink: 0;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info {
    flex: 1;
    min-width: 0;
}

.user-name {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.user-name a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.user-basic-tags-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 6px 0;
}

.basic-tag-item {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 3px 4px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 9px;
}

.basic-tag-item i {
    color: #dd1982;
    font-size: 9px;
    width: 12px;
}

.basic-tag-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 6px;
}

.mini-tag {
    background: #f5f5f5;
    color: #dd1982;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 9px;
    border: 1px solid #dd1982;
}

.view-profile-btn {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #dd1982;
    text-decoration: none;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 12px;
    border: 1px solid #dd1982;
}

/* FAQs Section Styles */
.faqs-section {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #eaeaea;
}

.faqs-header h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.optional-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #4caf50;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.faqs-counter {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 12px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 20px;
    font-size: 13px;
}

.faqs-counter .counter-value {
    font-weight: 700;
    color: #667eea;
}

.faqs-counter.valid .counter-value {
    color: #4caf50;
}

.faqs-counter .counter-requirement {
    color: #666;
    font-size: 11px;
    margin-left: 5px;
}

.faqs-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 15px 0;
}

.faq-item {
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.2s ease;
}

.faq-item:hover {
    border-color: #667eea;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.1);
}

.faq-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.faq-number {
    font-weight: 600;
    font-size: 13px;
    color: #667eea;
    background: #f0f4ff;
    padding: 2px 10px;
    border-radius: 20px;
}

.faq-remove-btn {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.faq-remove-btn:hover:not(:disabled) {
    background: #fee2e2;
    color: #f44336;
}

.faq-remove-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.faq-field {
    margin-bottom: 12px;
}

.faq-field:last-child {
    margin-bottom: 0;
}

.faq-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.faq-field input,
.faq-field textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    font-size: 13px;
    background: #fff;
    transition: all 0.2s ease;
}

.faq-field input:focus,
.faq-field textarea:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
    outline: none;
}

.faq-field textarea {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

.faq-add-container {
    text-align: center;
    margin-top: 15px;
}

.faq-add-btn {
    padding: 10px 20px;
    background: white;
    border: 1px dashed #667eea;
    color: #667eea;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.faq-add-btn:hover {
    background: #f0f4ff;
    border-style: solid;
    transform: translateY(-1px);
}

.faq-add-btn i {
    font-size: 12px;
}

/* Customer Preferences */
.customer-preferences-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.preference-item {
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.2s ease;
}

.preference-item:hover {
    border-color: #667eea;
}

.settings-item {
    border-color: #667eea;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.preference-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.preference-header i {
    font-size: 16px;
    color: #667eea;
    width: 20px;
}

.preference-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.preference-content {
    margin-left: 28px;
}

.preference-textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    font-size: 13px;
    background: white;
    resize: vertical;
    min-height: 80px;
    transition: all 0.2s ease;
}

.preference-textarea:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.setting-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
}

.setting-checkbox:hover {
    background: #f5f5f5;
    border-color: #667eea;
}

.setting-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #667eea;
    margin: 0;
}

.checkbox-text {
    color: #333;
    font-weight: 500;
}

.setting-checkbox input:checked + .checkbox-text {
    color: #667eea;
}

/* Call Requirements */
.call-requirements-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.requirement-item {
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
}

.requirement-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.requirement-header i {
    font-size: 16px;
    color: #667eea;
    width: 20px;
}

.requirement-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.requirement-description {
    font-size: 11px;
    color: #666;
    margin-left: auto;
}

.requirement-content {
    margin-left: 28px;
}

.call-requirement-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    font-size: 13px;
    background: white;
}

.call-requirement-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dbeafe;
    border-radius: 6px;
    background: #eff6ff;
    color: #1e3a8a;
}

.fixed-call-time-value {
    font-size: 14px;
    font-weight: 700;
}

.fixed-call-time-note {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #2563eb;
}

.checkboxes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
}

.requirement-checkbox,
.requirement-radio {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.2s ease;
}

.requirement-checkbox:hover,
.requirement-radio:hover {
    background: #f5f5f5;
    border-color: #667eea;
}

.requirement-checkbox input[type="checkbox"],
.requirement-radio input[type="radio"] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    accent-color: #667eea;
    margin: 0;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 300px;
}

/* Call Time */
.call-time-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.call-time-info {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 8px;
    padding: 15px;
}

.info-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.info-header i {
    color: #1976d2;
    font-size: 16px;
}

.info-title {
    font-weight: 600;
    color: #1976d2;
}

.criteria-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.criteria-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    font-size: 12px;
    color: #555;
}

.criteria-list li i {
    color: #4caf50;
    font-size: 12px;
}

.criteria-status {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.criteria-status.met {
    background: #e8f5e9;
    border-color: #4caf50;
}

.criteria-status.not-met {
    background: #fff3e0;
    border-color: #ff9800;
}

.status-icon i {
    font-size: 24px;
}

.criteria-status.met .status-icon i {
    color: #4caf50;
}

.criteria-status.not-met .status-icon i {
    color: #ff9800;
}

.status-text {
    font-size: 13px;
}

.criteria-met {
    color: #4caf50;
    font-weight: 600;
}

.criteria-not-met {
    color: #ff9800;
    font-weight: 600;
}

.calls-table-container {
    overflow-x: auto;
}

.calls-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.calls-table th {
    background: #f8f9fa;
    padding: 10px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #eaeaea;
}

.calls-table td {
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
}

.criteria-met-row {
    background: #e8f5e9;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    background: #f5f5f5;
    color: #666;
}

.badge.success {
    background: #4caf50;
    color: white;
}

.no-calls-message {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #999;
}

.no-calls-message i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #ccc;
}

.no-calls-message p {
    margin: 5px 0;
    font-size: 14px;
}

.no-calls-message .small {
    font-size: 12px;
    color: #aaa;
}

/* Goodie Products */
.goodie-products-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.goodie-overall-status {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
}

.goodie-overall-status h4 {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #333;
}

.status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.status-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.status-item.met {
    background: #e8f5e9;
    border-color: #4caf50;
}

.status-item i {
    font-size: 20px;
    color: #667eea;
    margin-bottom: 5px;
}

.status-item.met i {
    color: #4caf50;
}

.status-label {
    font-size: 10px;
    color: #666;
    margin-bottom: 3px;
}

.status-badge {
    font-size: 11px;
    font-weight: 600;
    color: #333;
}

.goodie-section {
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    background: white;
    border-bottom: 1px solid #eaeaea;
}

.section-header i {
    color: #667eea;
    font-size: 16px;
}

.section-header h4 {
    margin: 0;
    font-size: 14px;
    color: #333;
    flex: 1;
}

.section-status {
    font-size: 11px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 12px;
}

.section-status.met {
    background: #e8f5e9;
    color: #4caf50;
}

.section-status.not-met {
    background: #fff3e0;
    color: #ff9800;
}

.section-content {
    padding: 15px;
}

.criteria-text {
    font-size: 12px;
    color: #666;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.albums-list,
.stories-list,
.audio-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.album-item,
.story-item,
.audio-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    font-size: 12px;
}

.album-name,
.story-title {
    font-weight: 500;
    color: #333;
}

.album-count,
.story-wordcount {
    font-size: 11px;
}

.album-count.valid,
.story-wordcount.valid {
    color: #4caf50;
}

.album-count.invalid,
.story-wordcount.invalid {
    color: #f44336;
}

.missing {
    font-size: 10px;
    color: #999;
    margin-left: 4px;
}

.total-info {
    margin-top: 10px;
    font-size: 11px;
    color: #666;
}

.success-message {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #e8f5e9;
    border-radius: 4px;
    color: #4caf50;
    font-size: 12px;
    margin-bottom: 10px;
}

.success-message i {
    font-size: 14px;
}

.video-preview {
    margin-top: 10px;
}

.video-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: #e3f2fd;
    color: #1976d2;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
    transition: all 0.2s ease;
}

.video-link:hover {
    background: #bbdefb;
}

.no-items {
    text-align: center;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 4px;
    color: #999;
    font-size: 12px;
    margin: 0;
}

/* Profile Quality Section */
.profile-quality-section {
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #eaeaea;
}

.quality-header-with-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    flex-wrap: wrap;
    gap: 10px;
}

.quality-header-with-badge h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.quality-items-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.quality-item {
    background: white;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.2s ease;
    display: flex;
    gap: 12px;
}

.quality-item.met {
    background: #e8f5e9;
    border-color: #4caf50;
}

.quality-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quality-item.met .quality-icon {
    background: #4caf50;
}

.quality-icon i {
    color: white;
    font-size: 18px;
}

.quality-content {
    flex: 1;
}

.quality-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap;
    gap: 8px;
}

.quality-label {
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.quality-status {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 12px;
    background: #f5f5f5;
    color: #666;
}

.quality-item.met .quality-status {
    background: #4caf50;
    color: white;
}

.quality-description {
    font-size: 11px;
    color: #666;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.quality-details {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 8px;
    font-size: 11px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.detail-item:last-child {
    margin-bottom: 0;
}

.detail-label {
    color: #666;
}

.detail-value {
    font-weight: 600;
}

.detail-value.valid {
    color: #4caf50;
}

/* AI Generation Styles */
.ai-field {
    position: relative;
    background: linear-gradient(to right, #f8f9fa, #fff) !important;
    border-left: 3px solid #667eea !important;
    transition: all 0.3s ease;
}

.ai-field:hover {
    border-left-color: #ff69b4 !important;
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.2);
}

.field-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ai-generate-trigger {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 5px rgba(102, 126, 234, 0.3);
    -webkit-tap-highlight-color: transparent;
}

.ai-generate-trigger i {
    font-size: 10px;
}

.ai-generate-trigger:hover {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 105, 180, 0.4);
}

.ai-generate-trigger:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.ai-loading-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 6px;
    font-size: 11px;
    margin-top: 8px;
    animation: pulse 1.5s infinite;
}

.ai-loading-indicator i {
    font-size: 12px;
    animation: spin 1s linear infinite;
}

.ai-enhanced-field {
    background: #ffffff !important;
    border-color: #667eea !important;
    transition: all 0.3s ease;
}

.ai-enhanced-field:focus {
    border-color: #ff69b4 !important;
    box-shadow: 0 0 0 3px rgba(255, 105, 180, 0.2) !important;
}

.field-character-count {
    text-align: right;
    margin-bottom: 4px;
}

.char-count-display {
    font-size: 9px;
    color: #999;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 12px;
}

.ai-usage-warning {
    display: none;
    margin: 6px 0 8px;
    font-size: 11px;
    color: #9a6300;
    background: #fff8e6;
    border: 1px solid #ffe1a6;
    border-radius: 8px;
    padding: 6px 8px;
}

.ai-usage-warning i {
    margin-right: 5px;
}

.ai-usage-warning--limit {
    color: #9c1f1f;
    background: #fff1f1;
    border-color: #ffc6c6;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .quality-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .checkboxes-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

@media (max-width: 768px) {
    .profile-modal-content-minimal {
        margin: 0;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
    
    .profile-modal-body-minimal {
        height: calc(100vh - 120px);
    }
    
    .profile-modal-sidebar-minimal {
        width: 100px;
    }
    
    .profile-tab-minimal {
        padding: 8px 10px;
        font-size: 12px;
        white-space: normal;
        line-height: 1.3;
    }
    
    .profile-modal-header-minimal {
        padding: 12px 15px;
    }
    
    .profile-modal-header-minimal h2 {
        font-size: 14px;
        flex-wrap: wrap;
    }
    
    .current-section-title {
        font-size: 14px;
    }
    
    .profile-earning-badge-minimal {
        font-size: 11px;
        padding: 4px 8px;
    }
    
    .profile-modal-footer-minimal {
        padding: 12px 15px;
    }
    
    .interests-grid.compact {
        grid-template-columns: 1fr;
        max-height: 250px;
    }
    
    .file-upload-group {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .verification-file-input {
        max-width: 100%;
        width: 100%;
    }
    
    .badges-modal-content {
        margin: 20% auto;
        width: 95%;
    }
    
    .badges-modal-header h2 {
        font-size: 16px;
    }
    
    .badges-placeholder {
        padding: 15px;
    }
    
    .badges-placeholder i {
        font-size: 50px;
    }
    
    .badges-placeholder h3 {
        font-size: 18px;
    }
    
    .badges-preview {
        flex-direction: column;
        align-items: center;
    }
    
    .preview-badge {
        width: 100%;
        justify-content: center;
    }
    
    .settings-grid {
        grid-template-columns: 1fr;
    }
    
    .preference-content {
        margin-left: 0;
    }
    
    .calls-table {
        font-size: 11px;
    }
    
    .calls-table th,
    .calls-table td {
        padding: 8px 5px;
    }
    
    .profile-loading-details {
        max-height: 180px;
    }
    
    .profile-loading-content {
        width: 95%;
        padding: 15px;
    }
    
    .profile-loading-detail-item {
        font-size: 10px;
        padding: 4px 6px;
    }
}

@media (max-width: 480px) {
    .profile-widget-minimal {
        padding: 8px;
    }
    
    .profile-btn-minimal {
        font-size: 11px;
        padding: 6px 8px;
    }
    
    .profile-btn-minimal i {
        font-size: 10px;
    }
    
    .profile-modal-sidebar-minimal {
        width: 80px;
    }
    
    .profile-tab-minimal {
        font-size: 10px;
        padding: 8px 6px;
        white-space: normal;
    }
    
    .profile-modal-header-minimal h2 {
        font-size: 12px;
    }
    
    .current-section-title {
        font-size: 12px;
    }
    
    .header-percentage {
        font-size: 10px;
        padding: 2px 6px;
    }
    
    .profile-earning-badge-minimal {
        display: none;
    }
    
    .profile-save-continue-minimal,
    .profile-modal-close-btn-minimal {
        padding: 6px 16px;
        font-size: 12px;
    }
    
    .verification-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .verification-badge {
        align-self: flex-start;
    }
    
    .verification-actions {
        width: 100%;
    }
    
    .verification-btn {
        width: 100%;
        justify-content: center;
    }
    
    .verification-btn-group {
        flex-direction: column;
    }
    
    .users-grid {
        grid-template-columns: 1fr;
    }
    
    .results-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .back-button {
        align-self: flex-start;
    }
    
    .quality-items-grid {
        grid-template-columns: 1fr;
    }
    
    .quality-item {
        flex-direction: column;
    }
    
    .quality-icon {
        width: 35px;
        height: 35px;
    }
    
    .quality-icon i {
        font-size: 16px;
    }
    
    .status-grid {
        grid-template-columns: 1fr;
    }
    
    .section-header {
        flex-wrap: wrap;
    }
    
    .section-status {
        margin-left: 0;
    }
    
    .album-item,
    .story-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .profile-loading-content {
        padding: 12px;
    }
    
    .profile-loading-header h2 {
        font-size: 16px;
    }
    
    .sim-plumbob {
        width: 20px;
        height: 20px;
    }
    
    .profile-loading-details {
        max-height: 150px;
    }
    
    .profile-loading-detail-item {
        font-size: 9px;
        padding: 3px 5px;
    }
}

@media (max-width: 360px) {
    .profile-modal-sidebar-minimal {
        width: 70px;
    }
    
    .profile-tab-minimal {
        font-size: 9px;
        padding: 6px 4px;
    }
    
    .badges-modal-header h2 {
        font-size: 14px;
    }
    
    .badges-placeholder i {
        font-size: 40px;
    }
    
    .badges-placeholder h3 {
        font-size: 16px;
    }
    
    .badges-placeholder p {
        font-size: 12px;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.text-pink {
    color: #ff69b4;
}

.text-success {
    color: #4caf50;
}

.text-warning {
    color: #ff9800;
}

.text-error {
    color: #f44336;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Loading States */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0,0,0,0.1);
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.section-loader,
.quality-loader,
.call-time-loader,
.w9-loader {
    text-align: center;
    padding: 20px;
    color: #999;
    font-size: 13px;
}

.section-loader i,
.quality-loader i,
.call-time-loader i,
.w9-loader i {
    font-size: 20px;
    margin-right: 8px;
    color: #667eea;
}

/* Animation Keyframes */
@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Profile Completeness - Compact Vibrant Design v3.15.0 */

/* ... existing styles remain the same ... */

/* NEW: Menu Item Status Indicators */
.menu-item-status {
    margin-left: auto;
    font-size: 12px;
}

.menu-item-status.has-value i {
    color: #4caf50;
}

.menu-item-status.coming-soon i {
    color: #ff9800;
}

.menu-item-status.has-value {
    background: #e8f5e9;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 10px;
}

.menu-item-status.coming-soon {
    background: #fff3e0;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 10px;
}

/* NEW: Mini Modals for Additional Features */
.profile-mini-modal {
    display: none;
    position: fixed;
    z-index: 10002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.profile-mini-modal-content {
    position: relative;
    background: #ffffff;
    margin: 10% auto;
    width: 90%;
    max-width: 450px;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    max-height: 80vh;
    overflow: hidden;
    animation: modalSlideIn 0.3s ease;
}

.profile-mini-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.profile-mini-modal-header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-mini-modal-header h2 i {
    color: #667eea;
}

.profile-mini-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 0 8px;
    transition: all 0.2s ease;
}

.profile-mini-modal-close:hover {
    color: #f44336;
}

.profile-mini-modal-body {
    padding: 20px;
    max-height: calc(60vh - 100px);
    overflow-y: auto;
}

.profile-mini-modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 15px 20px;
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    gap: 10px;
}

/* NEW: Contact Number Styles */
.contact-number-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-description {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 10px 0;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.contact-number-input {
    padding: 10px 12px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
    transition: all 0.2s ease;
}

.contact-number-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.input-hint {
    font-size: 11px;
    color: #999;
}

.contact-save-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: none !important;
}

.contact-save-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(102, 126, 234, 0.3) !important;
}

/* NEW: Advisor Intro Recording Styles (from recorder plugin) */
.advisor-intro-modal .profile-mini-modal-content {
    max-width: 500px;
}

.advisor-intro-recorder-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advisorIntroRecordingText {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 10px 0;
    padding: 10px;
    background: #fff3e0;
    border-radius: 6px;
    border-left: 3px solid #ff9800;
}

.current-intro-display {
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
}

.current-intro-display h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
}

#currentIntroAudio {
    width: 100%;
    margin-bottom: 10px;
}

.advisorIntroDeleteBtn {
    background: #f44336;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.advisorIntroDeleteBtn:hover {
    background: #d32f2f;
}

.recording-interface {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.advisorIntroRecordingBtn {
    background-color: #ff69b4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.advisorIntroRecordingBtn:hover {
    background-color: #ff1493;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 105, 180, 0.3);
}

#advisorIntroAudioPlayer {
    width: 100%;
    margin-top: 10px;
}

.advisorIntroRecordingTimer {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 10px;
    background: white;
    border-radius: 6px;
}

.recording-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.advisorIntroFinalizeBtn,
.advisorIntroTryAgainBtn {
    background-color: gray;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    flex: 1;
    min-width: 120px;
    transition: all 0.2s ease;
}

.advisorIntroFinalizeBtn:hover,
.advisorIntroTryAgainBtn:hover {
    background-color: #555;
}

.advisorIntroCancelBtn {
    background-color: #f44336;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    flex: 1;
    min-width: 120px;
    transition: all 0.2s ease;
}

.advisorIntroCancelBtn:hover {
    background-color: #e53935;
}

/* NEW: Coming Soon Styles for Affiliate Links */
.coming-soon-container {
    text-align: center;
    padding: 20px;
}

.coming-soon-icon {
    font-size: 60px;
    color: #ff9800;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}

.coming-soon-container h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #333;
}

.coming-soon-container p {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.coming-soon-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.coming-soon-features span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 30px;
    font-size: 12px;
    color: #666;
}

.coming-soon-features i {
    color: #4caf50;
    font-size: 12px;
}

/* NEW: Save Status Messages */
.save-status-message {
    margin-top: 15px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    display: none;
    align-items: center;
    gap: 8px;
}

.save-status-message.success {
    display: flex;
    background: #e8f5e9;
    color: #4caf50;
    border: 1px solid #4caf50;
}

.save-status-message.error {
    display: flex;
    background: #ffebee;
    color: #f44336;
    border: 1px solid #f44336;
}

.save-status-message i {
    font-size: 16px;
}

/* Mobile Responsive Updates */
@media (max-width: 768px) {
    .profile-mini-modal-content {
        margin: 5% auto;
        width: 95%;
    }
    
    .recording-controls {
        flex-direction: column;
    }
    
    .advisorIntroFinalizeBtn,
    .advisorIntroTryAgainBtn,
    .advisorIntroCancelBtn {
        width: 100%;
    }
    
    .coming-soon-features {
        flex-direction: column;
        align-items: center;
    }
    
    .coming-soon-features span {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .profile-mini-modal-header h2 {
        font-size: 14px;
    }
    
    .modal-description {
        font-size: 12px;
    }
    
    .contact-number-input {
        font-size: 13px;
        padding: 8px 10px;
    }
    
    .advisorIntroRecordingTimer {
        font-size: 20px;
    }
}

/* Animation Keyframes */
@keyframes modalSlideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ---- Availability toggle button states (profile widget) ---- */
.profile-btn-minimal.pc-avail-on {
    border-color: #38a169;
    color: #276749;
}
.profile-btn-minimal.pc-avail-on i,
.profile-btn-minimal.pc-avail-on:hover i {
    color: #38a169;
}
.profile-btn-minimal.pc-avail-on:hover {
    background: #f0fff4;
    border-color: #38a169;
}

.profile-btn-minimal.pc-avail-off {
    border-color: #a0aec0;
    color: #718096;
}
.profile-btn-minimal.pc-avail-off i,
.profile-btn-minimal.pc-avail-off:hover i {
    color: #a0aec0;
}
.profile-btn-minimal.pc-avail-off:hover {
    background: #f7fafc;
    border-color: #a0aec0;
}

.profile-btn-minimal:disabled {
    opacity: 0.6;
    cursor: wait;
}

/* ---- Profile load failure modal (AJAX bootstrap) ---- */
.pc-load-error-overlay {
    position: fixed;
    inset: 0;
    z-index: 100050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(2px);
}

.pc-load-error-dialog {
    background: #fff;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    padding: 24px 22px 20px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.pc-load-error-dialog .pc-load-error-icon {
    font-size: 42px;
    color: #ed8936;
    margin-bottom: 12px;
    line-height: 1;
}

.pc-load-error-dialog h2 {
    margin: 0 0 8px;
    font-size: 1.15rem;
    color: #1a202c;
}

.pc-load-error-dialog .pc-load-error-msg {
    margin: 0 0 8px;
    color: #2d3748;
    font-size: 0.95rem;
    line-height: 1.45;
}

.pc-load-error-dialog .pc-load-error-detail {
    margin: 0 0 18px;
    color: #718096;
    font-size: 0.82rem;
    line-height: 1.5;
}

.pc-load-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.pc-load-error-actions button {
    min-width: 120px;
    padding: 10px 16px !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
}

.pc-load-error-actions .pc-load-error-retry {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

.pc-load-error-actions .pc-load-error-retry:hover {
    background: #1a1a1a !important;
}

.pc-load-error-actions .pc-load-error-dismiss {
    background: #f7fafc !important;
    color: #2d3748 !important;
    border: 1px solid #e2e8f0 !important;
}