        @media (max-width: 640px) {
            .expert-bar { gap: 8px; }
            .btn-expert-nav {
                border-radius: 1.35rem;
                font-size: 10px;
                min-height: 84px;
            }
            .btn-send-massive {
                border-radius: 2rem;
                font-size: 1.125rem;
                height: 96px;
            }
        }

        .expert-window { background: #0f172a; color: white; border-radius: 4.5rem; box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.8); position: relative; }
        .range-container { position: relative; height: 10px; background: #1e293b; border-radius: 10px; }
        .range-fill { position: absolute; height: 100%; background: linear-gradient(90deg, #2563eb, #7c3aed); border-radius: 10px; }
        input[type=range] { position: absolute; width: 100%; pointer-events: none; appearance: none; background: none; top: -8px; z-index: 10; }
        input[type=range]::-webkit-slider-thumb { height: 28px; width: 28px; border-radius: 50%; background: #fff; pointer-events: auto; appearance: none; border: 5px solid #2563eb; cursor: pointer; }
        input[type=range]::-moz-range-thumb { height: 28px; width: 28px; border-radius: 50%; background: #fff; pointer-events: auto; border: 5px solid #2563eb; cursor: pointer; }
        .range-container input[type=range] { cursor: pointer; }
        .custom-scrollbar::-webkit-scrollbar { width: 6px; }
        .custom-scrollbar::-webkit-scrollbar-thumb { background: #475569; border-radius: 10px; }
        .legal-scroll-box {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            padding: 1.5rem;
            height: 200px;
            overflow-y: scroll;
            font-size: 0.75rem;
            line-height: 1.4;
            color: #475569;
            border-radius: 1rem;
            margin-bottom: 1.5rem;
        }
        .upload-zone {
            background: #f7fafc;
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            cursor: pointer;
            padding: 40px;
            text-align: center;
            transition: all 0.3s ease;
        }
        .upload-zone:hover,
        .upload-zone.highlight {
            background: #edf2f7;
            border-color: #2c3e50;
        }
        .upload-icon {
            color: #2563eb;
            font-size: 2.4rem;
            line-height: 1;
            margin-bottom: 0.75rem;
        }
        .upload-zone h3 {
            color: #0f172a;
            font-size: 1rem;
            font-weight: 900;
            letter-spacing: 0.08em;
            margin-bottom: 0.35rem;
            text-transform: uppercase;
        }
        .upload-zone p {
            color: #64748b;
            font-size: 0.78rem;
            font-weight: 700;
            line-height: 1.45;
            margin: 0 auto 1rem;
            max-width: 280px;
        }
        .btn-upload {
            background: #2563eb;
            border-radius: 1rem;
            color: #ffffff;
            font-size: 0.72rem;
            font-weight: 900;
            padding: 0.8rem 1.2rem;
            text-transform: uppercase;
            transition: all 180ms ease;
        }
        .btn-upload:hover {
            background: #0f172a;
        }
        .file-list {
            display: grid;
            gap: 10px;
            margin-top: 20px;
            text-align: left;
        }
        .file-item {
            align-items: center;
            background: white;
            border-radius: 6px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            display: flex;
            justify-content: space-between;
            padding: 10px;
        }
        .success-stat {
            background: rgba(15, 23, 42, 0.52);
            border: 1px solid rgba(34, 197, 94, 0.24);
            border-radius: 1.5rem;
            padding: 1.25rem;
            margin-bottom: 1.5rem;
        }
        .success-stat-track {
            background: rgba(255, 255, 255, 0.08);
            border-radius: 999px;
            height: 12px;
            overflow: hidden;
        }
        .success-stat-fill {
            animation: successStatGrow 1.2s ease-out forwards;
            background: linear-gradient(90deg, #22c55e, #3b82f6);
            border-radius: 999px;
            height: 100%;
            width: 0;
        }
        @keyframes successStatGrow {
            from { width: 0; }
            to { width: var(--stat-width, 92%); }
        }

        #mailModal {
            display: none; position: fixed; inset: 0;
            background: rgba(15, 23, 42, 0.96); backdrop-filter: blur(20px);
            z-index: 9999; align-items: center; justify-content: center;
        }
        .markt-analyse-container {
            background: transparent;
            border-radius: 2rem;
            padding: 0;
            width: 100% !important;
            max-width: 1220px;
            margin: 0 auto;
            box-sizing: border-box;
        }
        .job-item-button {
            align-items: flex-start;
            background: rgba(239, 246, 255, 0.20);
            border: 1px solid #d1d8e0;
            border-left: 6px solid #2c3e50;
            border-radius: 1.25rem;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            cursor: pointer;
            display: flex;
            flex-direction: column;
            gap: 8px;
            height: 92px;
            justify-content: center;
            margin-bottom: 18px;
            padding: 28px 48px 12px 18px;
            position: relative;
            transition: all 0.2s ease-in-out;
            width: 100%;
        }
        .job-item-button:hover {
            background: rgba(219, 234, 254, 0.32);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transform: translateX(5px);
        }
        .match-badge {
            background-color: #2c3e50 !important;
            border: none !important;
            border-radius: 0.55rem !important;
            color: #000000 !important;
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            font-family: 'Arial Black', sans-serif;
            font-size: 1.16rem;
            font-weight: bold;
            line-height: 1;
            min-width: 0;
            max-width: max-content;
            padding: 4px 8px !important;
            position: absolute !important;
            left: 8px;
            top: 8px;
            text-align: left;
            text-transform: uppercase;
            white-space: nowrap;
            width: fit-content;
            z-index: 3;
        }
        .match-badge.match-high {
            background: #16a34a !important;
            color: #000000 !important;
        }
        .match-badge.match-mid {
            background: #f59e0b !important;
            color: #000000 !important;
        }
        .match-badge.match-low {
            background: #c2410c !important;
            color: #000000 !important;
        }
        .match-badge.match-poor {
            background: #fecaca !important;
            color: #000000 !important;
        }
        .job-title {
            color: #2c3e50;
            font-size: 1.2rem;
            font-weight: 700;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-right: 15px;
            padding-right: 0;
            flex-grow: 1;
            text-align: left;
            width: 100%;
        }
        .job-title h4 {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .job-distance-badge {
            background: #2c3e50;
            border: 1px solid rgba(255, 255, 255, 0.18);
            color: #ffffff;
            font-size: 0.78rem;
            font-weight: 900;
            letter-spacing: 0.03em;
            line-height: 1;
            padding: 6px 9px;
            position: absolute;
            border-radius: 0.65rem;
            right: 8px;
            text-transform: uppercase;
            top: 7px;
        }
        .application-check {
            align-items: center;
            border: 2px solid #cbd5e1;
            background: #ffffff;
            color: transparent;
            display: flex;
            flex: 0 0 auto;
            height: 21px;
            justify-content: center;
            margin-left: auto;
            position: absolute;
            right: 10px;
            bottom: 10px;
            width: 21px;
            z-index: 2;
        }
        .application-check input {
            cursor: pointer;
            height: 100%;
            inset: 0;
            opacity: 0;
            position: absolute;
            width: 100%;
        }
        .application-check i {
            font-size: 0.68rem;
            opacity: 0;
            pointer-events: none;
            transition: opacity 160ms ease;
        }
        .application-check.is-selected {
            background: #16a34a;
            border-color: #16a34a;
            color: #ffffff;
        }
        .application-check.is-selected i {
            opacity: 1;
        }
        .job-item-button.application-selected {
            border-left-color: #16a34a;
            box-shadow: 0 8px 20px rgba(22, 163, 74, 0.18);
        }
        .job-info-tag {
            background: #007bff;
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85em;
            white-space: nowrap;
        }
        #jobListContainer {
            max-height: none !important;
            overflow: visible !important;
            padding-top: 18px;
            padding-right: 0 !important;
        }
        .coaching-action {
            margin-top: -24px;
            padding-top: 6px;
            margin-bottom: 30px;
        }
        .expert-detail-card {
            background: rgba(255, 255, 255, 0.055);
            border: 1px solid rgba(255, 255, 255, 0.08);
            padding: 1.25rem;
        }
        .expert-detail-label {
            color: #64748b;
            display: block;
            font-size: 0.62rem;
            font-weight: 900;
            letter-spacing: 0.12em;
            margin-bottom: 0.35rem;
            text-transform: uppercase;
        }
        .expert-detail-value {
            color: #ffffff;
            display: block;
            font-size: 1rem;
            font-weight: 800;
            line-height: 1.25;
            max-width: 100%;
            overflow-wrap: anywhere;
            word-break: break-word;
        }
        .expert-detail-value.accent {
            color: #60a5fa;
            font-size: 1.25rem;
            font-weight: 900;
        }
        .expert-mini-note {
            background: rgba(37, 99, 235, 0.08);
            border: 1px solid rgba(96, 165, 250, 0.14);
            color: #94a3b8;
            font-size: 0.68rem;
            line-height: 1.45;
            padding: 0.85rem 1rem;
        }
        #detailContent,
        #detailContent * {
            max-width: 100%;
            overflow-wrap: anywhere;
            word-break: break-word;
        }
        .expert-meta-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            padding: 20px;
            border-radius: 0;
            border-left: 5px solid #2c3e50;
            color: #1a202c;
        }
        .meta-label {
            font-weight: bold;
            color: #2c3e50;
            text-transform: uppercase;
            font-size: 0.75rem;
            display: block;
            margin-bottom: 0.35rem;
        }
        .meta-value {
            font-size: 1rem;
            color: #1a202c;
            line-height: 1.45;
        }
        .expert-dashboard {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
            margin: 20px 0;
        }
        .expert-tile {
            background: #ffffff;
            border-left: 4px solid #2c3e50;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            min-width: 0;
            overflow-wrap: anywhere;
            padding: 15px;
        }
        .tile-label {
            color: #718096;
            display: block;
            font-size: 0.7rem;
            font-weight: bold;
            line-height: 1.2;
            margin-bottom: 0.45rem;
            text-transform: uppercase;
        }
        .tile-value {
            color: #2d3748;
            display: block;
            font-size: 0.95rem;
            font-weight: 600;
            line-height: 1.35;
        }
        @media (max-width: 640px) {
            .expert-meta-grid {
                grid-template-columns: 1fr;
            }
            .expert-dashboard {
                grid-template-columns: 1fr;
            }
        }
        .intro-popup {
            position: fixed;
            background: white;
            border: 2px solid #2c3e50;
            padding: 30px;
            border-radius: 18px;
            box-shadow: 0 18px 45px rgba(0,0,0,0.25);
            z-index: 10000;
            max-width: 500px;
            display: none;
            color: #0f172a;
            width: min(500px, calc(100vw - 40px));
        }
        .intro-popup::before {
            border-bottom: 16px solid transparent;
            border-right: 18px solid #2c3e50;
            border-top: 16px solid transparent;
            content: "";
            left: -18px;
            position: absolute;
            top: 44px;
        }
        .intro-popup::after {
            border-bottom: 13px solid transparent;
            border-right: 15px solid #ffffff;
            border-top: 13px solid transparent;
            content: "";
            left: -14px;
            position: absolute;
            top: 47px;
        }
        .intro-popup.arrow-right::before {
            border-left: 18px solid #2c3e50;
            border-right: 0;
            left: auto;
            right: -18px;
        }
        .intro-popup.arrow-right::after {
            border-left: 15px solid #ffffff;
            border-right: 0;
            left: auto;
            right: -14px;
        }
        .robot-head-small {
            align-items: center;
            background: #2563eb;
            border-radius: 1.35rem;
            box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
            color: #ffffff;
            display: flex;
            flex-shrink: 0;
            float: left;
            justify-content: center;
            margin-right: 18px;
            width: 100px;
            height: 100px;
        }
        .robot-head-small i {
            color: #ffffff;
            font-size: 3rem;
        }
        .intro-popup .text-sm {
            font-size: 1.05rem;
            line-height: 1.65;
        }
        .intro-highlight {
            outline: 4px solid rgba(52, 152, 219, 0.55);
            outline-offset: 6px;
            position: relative;
            scroll-margin-top: 150px;
            z-index: 45;
        }
        .intro-actions {
            align-items: center;
            display: flex;
            gap: 8px;
            justify-content: flex-end;
            margin-top: 12px;
        }
        .intro-actions button {
            background: #2c3e50;
            border: none;
            border-radius: 12px;
            color: #ffffff;
            cursor: pointer;
            font-size: 12px;
            font-weight: 900;
            padding: 12px 18px;
            text-transform: uppercase;
        }
        .intro-actions button:hover {
            background: #3498db;
        }
        .cv-alert-popup {
            position: fixed;
            background: #ffffff;
            border: 3px solid #ef4444;
            border-radius: 18px;
            box-shadow: 0 18px 45px rgba(127, 29, 29, 0.28);
            color: #0f172a;
            display: none;
            max-width: 500px;
            padding: 26px;
            width: min(500px, calc(100vw - 40px));
            z-index: 12000;
        }
        .cv-alert-popup::before {
            border-bottom: 16px solid transparent;
            border-right: 18px solid #ef4444;
            border-top: 16px solid transparent;
            content: "";
            left: -18px;
            position: absolute;
            top: 44px;
        }
        .cv-alert-popup::after {
            border-bottom: 13px solid transparent;
            border-right: 15px solid #ffffff;
            border-top: 13px solid transparent;
            content: "";
            left: -14px;
            position: absolute;
            top: 47px;
        }
        .cv-alert-popup .robot-head-small {
            background: #ef4444;
            box-shadow: 0 12px 28px rgba(239, 68, 68, 0.28);
        }
        .cv-variant-card {
            border: 3px solid #e2e8f0;
            border-radius: 2rem;
            cursor: pointer;
            padding: 1.25rem;
            transition: all 180ms ease;
        }
        .cv-variant-card:hover,
        .cv-variant-card.active {
            border-color: #2563eb;
            box-shadow: 0 18px 35px rgba(37, 99, 235, 0.18);
            transform: translateY(-2px);
        }
        .btn-premium {
            align-items: center;
            background: #1a202c;
            border: 2px solid #f1c40f;
            border-radius: 1.5rem;
            box-shadow: 0 18px 38px rgba(26, 32, 44, 0.28), inset 0 1px 0 rgba(255,255,255,0.08);
            color: #f1c40f;
            cursor: pointer;
            display: flex;
            flex: 2;
            font-size: 0.82rem;
            font-weight: 900;
            gap: 12px;
            justify-content: center;
            min-height: 76px;
            overflow: hidden;
            padding: 16px 32px;
            position: relative;
            text-transform: uppercase;
            transition: all 0.4s ease;
        }
        .btn-premium:hover:not(:disabled) {
            background: #f1c40f;
            box-shadow: 0 0 20px rgba(241, 196, 15, 0.4);
            color: #1a202c;
            transform: translateY(-2px);
        }
        .btn-premium:disabled {
            cursor: not-allowed;
            opacity: 0.35;
        }
        .btn-premium.ready {
            opacity: 1;
            box-shadow: 0 0 26px rgba(241, 196, 15, 0.65), 0 18px 38px rgba(26, 32, 44, 0.28);
        }
        .btn-premium.ready-to-sparkle {
            animation: gold-glow 2s infinite;
            background: linear-gradient(135deg, #f1c40f 0%, #d4af37 100%) !important;
            border: none !important;
            color: #1a202c !important;
        }
        @keyframes gold-glow {
            0% { box-shadow: 0 0 5px #f1c40f; }
            50% { box-shadow: 0 0 20px #f1c40f; }
            100% { box-shadow: 0 0 5px #f1c40f; }
        }
        .robot-diamond-action {
            flex: none;
            margin-top: 18px;
            min-height: 68px;
            width: 100%;
        }
        .diamond-icon {
            display: inline-flex;
            height: 24px;
            width: 24px;
        }
        .diamond-icon svg {
            filter: drop-shadow(0 0 5px rgba(241, 196, 15, 0.5));
            height: 24px;
            width: 24px;
        }
        .loader-container {
            display: none;
            gap: 8px;
            position: absolute;
        }
        .btn-premium.is-loading .loader-container {
            display: flex;
        }
        #cvConfirmButton,
        #cvConfirmButtonPanel {
            display: none !important;
        }
        #session-status {
            display: none !important;
        }
        .btn-premium.is-loading .btn-text,
        .btn-premium.is-loading .diamond-icon {
            visibility: hidden;
        }
        .sparkle-dot {
            animation: pulse-diamond 1.2s infinite ease-in-out;
            background: #f1c40f;
            border-radius: 50%;
            height: 8px;
            width: 8px;
        }
        .sparkle-dot:nth-child(2) { animation-delay: 0.2s; }
        .sparkle-dot:nth-child(3) { animation-delay: 0.4s; }
        @keyframes pulse-diamond {
            0%, 80%, 100% { opacity: 0; transform: scale(0); }
            40% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px #f1c40f; }
        }
        .cv-preview-box {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 1.5rem;
            color: #334155;
            font-size: 0.82rem;
            line-height: 1.55;
            max-height: 260px;
            overflow-y: auto;
            padding: 1.25rem;
            -webkit-user-select: none;
            user-select: none;
            white-space: pre-wrap;
        }
        .cv-preview-box * {
            -webkit-user-select: none;
            user-select: none;
        }
        .premium-preview-container {
            background: #ffffff;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            color: #1a202c;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        .cv-frame-container {
            background: #ffffff;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
            color: #1a202c;
            position: relative;
            -webkit-user-select: none;
            user-select: none;
        }
        #cvVariantModal {
            padding: clamp(10px, 1.8vw, 24px);
        }
        #cvVariantModal > div {
            border-radius: clamp(1.5rem, 3vw, 3.5rem);
            display: flex;
            flex-direction: column;
            max-height: 96vh;
            max-width: min(96vw, 1680px) !important;
            overflow-y: auto;
            width: min(96vw, 1680px);
        }
        #cvVariantModal .expert-suite-main {
            order: 20;
        }
        #cvVariantModal .cv-purchase-row:not(.hidden) {
            order: 30;
        }
        #cvVariantModal > div > .mb-6.flex.justify-center:not(.hidden) {
            order: 31;
        }
        #cvVariantModal > div > .flex.gap-4 {
            order: 40;
        }
        #cvVariantModal .cv-shipping-fields {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 24px;
            margin-top: 18px;
            order: 39;
            padding: 18px;
        }
        #cvVariantModal .cv-shipping-fields-title {
            color: #0f172a;
            font-size: 0.78rem;
            font-weight: 950;
            letter-spacing: 0.06em;
            margin-bottom: 12px;
            text-transform: uppercase;
        }
        #cvVariantModal .expert-suite-main {
            align-items: start;
            grid-template-columns: minmax(720px, 1fr) minmax(320px, 360px);
            padding-left: 0;
            padding-right: 0;
        }
        #cvVariantModal .preview-column {
            min-height: 0;
            overflow: visible;
        }
        #preview-container {
            align-items: flex-start;
            background: #eaf1fb;
            border: 1px solid #dbe7f5;
            display: flex;
            justify-content: center;
            max-height: min(72vh, 980px);
            overflow-x: auto;
            overflow-y: auto;
            padding: clamp(12px, 2vw, 28px);
            width: 100%;
        }
        #preview-container > .frame-standard,
        #preview-container > .frame-premium,
        #preview-container > .cv-pages-stack {
            flex: 0 0 auto;
            max-width: none;
            width: min(100%, 920px);
        }
        #preview-container > .frame-premium {
            min-height: auto;
        }
        .cv-pages-stack {
            display: grid;
            gap: 28px;
            justify-items: center;
        }
        .cv-page-shell {
            position: relative;
            width: 100%;
        }
        .cv-page-shell > .frame-standard,
        .cv-page-shell > .frame-premium {
            margin: 0 auto;
            width: min(100%, 920px);
        }
        .cv-page-number {
            background: #0f172a;
            border-radius: 999px;
            color: #ffffff;
            display: inline-flex;
            font-size: 0.72rem;
            font-weight: 950;
            left: 12px;
            letter-spacing: 0.04em;
            padding: 6px 12px;
            position: absolute;
            text-transform: uppercase;
            top: -12px;
            z-index: 3;
        }
        #cvVariantModal .cv-preview-box {
            max-height: clamp(420px, 58vh, 760px);
            overflow: auto;
            padding: clamp(10px, 1.2vw, 18px);
        }
        #cvVariantModal .resume-canvas {
            display: block;
            height: auto;
            max-width: 100%;
            width: 100%;
        }
        .cv-analysis-loader {
            align-items: center;
            background: rgba(15, 23, 42, 0.92);
            border-radius: inherit;
            color: #ffffff;
            display: none;
            inset: 0;
            justify-content: center;
            position: absolute;
            text-align: center;
            z-index: 40;
        }
        .cv-analysis-loader.active {
            display: flex;
        }
        .cv-analysis-loader-card {
            align-items: center;
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: min(420px, 82vw);
            padding: 28px;
        }
        .cv-analysis-robot {
            align-items: center;
            animation: cvRobotPulse 1.35s infinite ease-in-out;
            background: radial-gradient(circle at 50% 42%, rgba(59, 130, 246, 0.5), rgba(37, 99, 235, 0.2) 48%, rgba(2, 6, 23, 0.95) 72%);
            border: 2px solid #60a5fa;
            border-radius: 28px;
            color: #f1c40f;
            display: flex;
            height: 86px;
            justify-content: center;
            padding: 12px;
            width: 86px;
        }
        .cv-analysis-robot .robot-head-small {
            background: #2563eb;
            box-shadow: 0 0 22px rgba(96, 165, 250, 0.9);
            float: none;
            height: 58px;
            margin: 0;
            width: 58px;
        }
        .cv-analysis-loader-card h4 {
            font-size: 1.25rem;
            font-weight: 950;
            letter-spacing: 0.05em;
            margin: 0;
            text-transform: uppercase;
        }
        .cv-analysis-loader-card p {
            color: #cbd5e1;
            font-size: 0.86rem;
            font-weight: 800;
            line-height: 1.55;
            margin: 0;
        }
        .cv-analysis-bar {
            background: rgba(255,255,255,0.12);
            border-radius: 999px;
            height: 8px;
            overflow: hidden;
            width: 100%;
        }
        .cv-analysis-bar::before {
            animation: cvAnalysisMove 1.6s infinite ease-in-out;
            background: linear-gradient(90deg, transparent, #3b82f6, #93c5fd, transparent);
            content: "";
            display: block;
            height: 100%;
            width: 42%;
        }
        .cv-header .cv-contact .mt-2 {
            display: none !important;
        }
        @keyframes cvRobotPulse {
            0%, 100% { box-shadow: 0 0 0 rgba(59, 130, 246, 0.18), 0 0 24px rgba(37, 99, 235, 0.22); transform: scale(1); }
            50% { box-shadow: 0 0 38px rgba(59, 130, 246, 0.72), 0 0 80px rgba(29, 78, 216, 0.35); transform: scale(1.05); }
        }
        @keyframes cvAnalysisMove {
            0% { transform: translateX(-110%); }
            100% { transform: translateX(260%); }
        }
        .cv-purchase-row {
            display: grid;
            gap: 18px;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            margin: 22px 0;
        }
        .cv-zoom-preview-btn {
            align-items: center;
            background: #0f172a;
            border: none;
            border-radius: 18px;
            color: #ffffff;
            cursor: pointer;
            display: inline-flex;
            font-size: 0.78rem;
            font-weight: 950;
            gap: 10px;
            justify-content: center;
            letter-spacing: 0.04em;
            padding: 15px 22px;
            text-transform: uppercase;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .cv-zoom-preview-btn:hover {
            box-shadow: 0 18px 36px rgba(15, 23, 42, 0.22);
            transform: translateY(-1px);
        }
        #cvZoomPreviewModal {
            background: rgba(2, 6, 23, 0.94);
            z-index: 180;
        }
        #cvZoomPreviewModal .cv-zoom-shell {
            background: #eaf1fb;
            border-radius: 28px;
            height: min(92vh, 1180px);
            max-width: min(96vw, 1320px);
            overflow: auto;
            padding: clamp(18px, 2vw, 34px);
            width: min(96vw, 1320px);
        }
        #cvZoomPreviewContent {
            align-items: flex-start;
            display: flex;
            justify-content: center;
            min-width: max-content;
        }
        #cvZoomPreviewContent > .cv-pages-stack,
        #cvZoomPreviewContent > .frame-standard,
        #cvZoomPreviewContent > .frame-premium {
            width: min(100vw, 1040px);
        }
        .missing-data-point {
            animation: gap-pulse 2s infinite;
            background-color: #fff5f5;
            border: 1px dashed #e53e3e;
            border-radius: 3px;
            color: #c53030;
            cursor: text;
            display: inline-block;
            font-size: 1.05em;
            font-weight: 900;
            line-height: 1.35;
            padding: 4px 8px;
        }
        .inline-gap-editor {
            background: #fffdf0;
            border: 2px solid #f1c40f;
            border-radius: 2px;
            box-shadow: 0 0 5px rgba(241, 196, 15, 0.3);
            color: #2c3e50;
            display: inline-block;
            font-family: inherit;
            font: inherit;
            font-size: inherit;
            min-width: 150px;
            outline: none;
            padding: 2px 4px;
            user-select: text;
            width: auto;
            -webkit-user-select: text;
        }
        .editable-cv-field {
            border-radius: 5px;
            cursor: text;
            display: inline;
            min-width: 2ch;
            outline: none;
            padding: 1px 3px;
            user-select: text;
            -webkit-user-select: text;
        }
        .editable-cv-field:hover,
        .editable-cv-field:focus {
            background: #fffdf0;
            box-shadow: inset 0 -2px 0 #f1c40f;
        }
        .editable-cv-field:empty::before {
            color: #94a3b8;
            content: attr(data-placeholder);
            font-weight: 800;
        }
        .cv-entry-tools {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-top: 8px;
        }
        .cv-entry-add-detail {
            align-items: center;
            background: #eff6ff;
            border: 1px solid #bfdbfe;
            border-radius: 999px;
            color: #1d4ed8;
            cursor: pointer;
            display: inline-flex;
            font-size: 0.7rem;
            font-weight: 900;
            gap: 5px;
            padding: 5px 10px;
            text-transform: uppercase;
        }
        .cv-entry-edit-note {
            color: #64748b;
            font-size: 0.68rem;
            font-weight: 800;
        }
        .filled-data-point {
            border-bottom: 1px dashed #cbd5e0;
            color: #2c3e50;
            font-weight: inherit;
        }
        .missing-data-point.has-context {
            background: #eff6ff;
            border-color: #3b82f6;
            color: #1d4ed8;
        }
        .gap-context-hint {
            color: #2563eb;
            display: block;
            font-size: 0.68rem;
            font-weight: 900;
            margin-top: 4px;
            text-transform: none;
        }
        .gap-context-pill {
            background: #dbeafe;
            border: 1px solid #93c5fd;
            border-radius: 999px;
            color: #1e40af;
            display: inline-block;
            font-size: 0.64rem;
            font-weight: 900;
            margin-top: 6px;
            padding: 3px 8px;
        }
        @keyframes gap-pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.02); background-color: #feb2b2; }
            100% { transform: scale(1); }
        }
        .expert-suite-main {
            display: grid;
            gap: 20px;
            grid-template-columns: minmax(0, 1fr) 350px;
            padding: 20px;
        }
        .preview-column {
            min-width: 0;
        }
        .tab-system {
            display: flex;
            gap: 5px;
            margin-bottom: 10px;
        }
        .tab-btn {
            background: #e2e8f0;
            align-items: center;
            border: 1px solid #e2e8f0;
            border-bottom: none;
            border-radius: 4px 4px 0 0;
            color: #64748b;
            cursor: pointer;
            display: flex;
            font-size: 0.9rem;
            font-weight: 900;
            gap: 8px;
            padding: 12px 25px;
            text-transform: uppercase;
            transition: 0.3s;
        }
        .tab-btn.active {
            background: #ffffff;
            border-top: 3px solid #2c3e50;
            box-shadow: 0 -4px 10px rgba(0,0,0,0.05);
            color: #2c3e50;
            position: relative;
            z-index: 10;
        }
        .tab-btn:hover {
            background: #ffffff;
            color: #2c3e50;
        }
        .tab-btn-premium.active {
            border-top: 3px solid #f1c40f;
        }
        .robot-panel {
            background: #f8fafc;
            border-left: 4px solid #2c3e50;
            height: fit-content;
            padding: 20px;
            position: sticky;
            top: 20px;
        }
        .robot-agent-logo {
            align-items: center;
            display: flex;
            height: 92px;
            justify-content: center;
            margin: 0 auto;
            max-width: 220px;
            width: 100%;
        }
        .robot-agent-logo img {
            display: block;
            height: auto;
            max-height: 92px;
            max-width: 100%;
            object-fit: contain;
            width: auto;
        }
        .robot-panel-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            color: #475569;
            font-size: 0.76rem;
            font-weight: 800;
            line-height: 1.45;
            margin-bottom: 10px;
            padding: 12px;
        }
        .robot-panel-card.warning {
            background: #fff7ed;
            border-color: #f97316;
            color: #9a3412;
        }
        .feedback-item {
            align-items: center;
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 4px;
            display: flex;
            font-size: 0.85rem;
            gap: 10px;
            margin-bottom: 10px;
            padding: 12px;
            transition: all 0.3s ease;
        }
        .feedback-item.urgent {
            border-left: 4px solid #e53e3e;
        }
        .feedback-item.resolved {
            border-left: 4px solid #38a169;
            opacity: 0.5;
            text-decoration: line-through;
        }
        .gap-action-head {
            align-items: center;
            display: flex;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 12px;
        }
        .gap-panel-shell {
            display: grid;
            gap: 12px;
        }
        .gap-panel-header,
        .gap-panel-section {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 12px;
        }
        .gap-panel-header {
            background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
            border-left: 4px solid #2c3e50;
        }
        .gap-panel-title {
            color: #0f172a;
            font-size: 0.82rem;
            font-weight: 950;
            text-transform: uppercase;
        }
        .gap-panel-subtitle {
            color: #64748b;
            font-size: 0.68rem;
            font-weight: 800;
            line-height: 1.35;
            margin-top: 4px;
        }
        .gap-section-title {
            align-items: center;
            color: #334155;
            display: flex;
            font-size: 0.68rem;
            font-weight: 950;
            justify-content: space-between;
            letter-spacing: 0.05em;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        .gap-section-count {
            background: #f1f5f9;
            border-radius: 999px;
            color: #475569;
            font-size: 0.62rem;
            padding: 3px 8px;
        }
        .gap-panel-section.required {
            border-left: 4px solid #e53e3e;
        }
        .gap-panel-section.contact {
            border-left: 4px solid #2563eb;
        }
        .gap-panel-section.optional {
            border-left: 4px solid #f1c40f;
        }
        .gap-panel-section.done {
            border-left: 4px solid #38a169;
        }
        .gap-count-badge {
            background: #e53e3e;
            border-radius: 999px;
            color: #fff;
            font-size: 0.72rem;
            font-weight: 950;
            padding: 5px 10px;
            text-transform: uppercase;
        }
        .gap-action-card {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-left: 4px solid #e53e3e;
            border-radius: 10px;
            margin-bottom: 10px;
            padding: 12px;
        }
        .gap-action-card:last-child {
            margin-bottom: 0;
        }
        .gap-action-card.contact {
            border-left-color: #2563eb;
        }
        .gap-action-card.optional {
            border-left-color: #f1c40f;
        }
        .gap-action-title {
            color: #0f172a;
            font-size: 0.78rem;
            font-weight: 950;
            text-transform: uppercase;
        }
        .gap-action-context {
            color: #64748b;
            display: block;
            font-size: 0.68rem;
            font-weight: 800;
            line-height: 1.35;
            margin-top: 4px;
        }
        .gap-action-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-top: 10px;
        }
        .gap-action-buttons button {
            border: 0;
            border-radius: 999px;
            cursor: pointer;
            font-size: 0.62rem;
            font-weight: 950;
            padding: 7px 10px;
            text-transform: uppercase;
        }
        .gap-fill-btn {
            background: #eff6ff;
            color: #1d4ed8;
        }
        .gap-close-btn {
            background: #f1f5f9;
            color: #334155;
        }
        .gap-action-empty {
            background: #f0fff4;
            border: 1px solid #bbf7d0;
            border-radius: 12px;
            color: #166534;
            font-size: 0.78rem;
            font-weight: 900;
            padding: 14px;
            text-align: center;
        }
        .status-dot {
            background: #e53e3e;
            border-radius: 50%;
            flex: 0 0 auto;
            height: 10px;
            width: 10px;
        }
        .feedback-item.resolved .status-dot {
            background: #38a169;
        }
        .feedback-item.conflict {
            background: #fff1f2;
            border-left: 4px solid #dc2626;
            color: #7f1d1d;
        }
        .feedback-item.manual-change {
            background: #f8fafc;
            border-left: 4px solid #64748b;
            color: #334155;
        }
        .status-badge {
            border-radius: 999px;
            display: inline-flex;
            font-size: 0.58rem;
            font-weight: 900;
            letter-spacing: 0.08em;
            margin-bottom: 6px;
            padding: 4px 8px;
            text-transform: uppercase;
        }
        .status-badge.gold {
            background: #fefcbf;
            border: 1px solid #faf089;
            border-radius: 4px;
            color: #b7791f;
            font-size: 0.65rem;
            font-weight: 800;
            padding: 1px 6px;
        }
        .status-badge.red {
            background: #fee2e2;
            color: #991b1b;
        }
        .status-badge.grey {
            background: #e2e8f0;
            color: #334155;
        }
        .source-tag,
        .verified-badge {
            margin-top: 5px;
        }
        .verified-badge {
            align-items: center;
            background: #ebf8ff;
            border: 1px solid #bee3f8;
            border-radius: 12px;
            color: #2b6cb0;
            display: inline-flex;
            font-size: 0.7rem;
            font-weight: 700;
            gap: 4px;
            padding: 2px 8px;
            text-transform: uppercase;
        }
        .source-tag {
            color: #718096;
            display: block;
            font-size: 0.65rem;
            font-style: italic;
            margin-top: 4px;
