:root{--navy-900:#0a1628;--navy-800:#0f1c3f;--navy-700:#162549;--navy-600:#1e3258;--navy-100:#e8edf6;--navy-50:#f2f5fb;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-900:#0f172a;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-600:#2563eb;--blue-700:#1d4ed8;--green-50:#f0fdf4;--green-100:#dcfce7;--green-600:#16a34a;--green-700:#15803d;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-600:#d97706;--amber-700:#b45309;--red-50:#fff1f2;--red-100:#fee2e2;--red-600:#dc2626;--red-700:#b91c1c;--surface-page:#f0f4f8;--surface-card:#fff;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--shadow-xs:0 1px 2px #0f1c3f0f;--shadow-sm:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;--shadow-md:0 4px 12px #0f1c3f1a,0 2px 4px #0f1c3f0f;--shadow-lg:0 10px 28px #0f1c3f1f,0 4px 8px #0f1c3f12;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f8faff;color:#0f172a;color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-sans);line-height:1.6}.app{background:linear-gradient(180deg,#f8faff,#eef2ff);background-attachment:fixed;display:flex;flex-direction:column;min-height:100vh}.app-nav{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;position:sticky;top:0;width:100%;z-index:100}.app-nav-inner{box-sizing:border-box;justify-content:space-between;padding:16px;width:100%}.app-logo,.app-nav-inner{align-items:center;display:flex}.app-logo-text{color:#0f1c3f;font-size:1rem;font-weight:800;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;white-space:nowrap}.nav-left{align-items:center;display:flex;gap:1.75rem}.btn-nav-history{background:none;border:none;border-bottom:2px solid #0000;color:#64748b;color:var(--gray-500);cursor:pointer;font-size:.875rem;font-weight:500;padding:.2rem 0;transition:color .15s,border-color .15s;white-space:nowrap}.btn-nav-history--active,.btn-nav-history:hover{color:#0f1c3f;color:var(--navy-800)}.btn-nav-history--active{border-bottom-color:#0f1c3f;border-bottom-color:var(--navy-800);font-weight:600}.nav-actions{align-items:center;display:flex;gap:.6rem;min-width:0}.btn-download{align-items:center;background:#0f1c3f;background:var(--navy-800);border:1px solid #0f1c3f;border:1px solid var(--navy-800);border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.3rem;padding:.4rem 1rem;transition:background .15s,border-color .15s;white-space:nowrap}.btn-download,.btn-download:hover{color:#fff;color:var(--white);text-decoration:none}.btn-download:hover{background:#162549;background:var(--navy-700);border-color:#162549;border-color:var(--navy-700)}.btn-nav-action{background:#0000;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);color:#334155;color:var(--gray-700);cursor:pointer;font-size:.85rem;font-weight:500;padding:.4rem .9rem;transition:background .15s,border-color .15s}.btn-nav-action:hover{background:#f1f5f9;background:var(--gray-100);border-color:#94a3b8;border-color:var(--gray-400)}.app-main{flex:1 1;padding:2.5rem 1.5rem}.app-main--upload{align-items:flex-start;display:flex;justify-content:center;padding-top:3.5rem}.app-main--results{margin:0 auto;max-width:960px;width:100%}.upload-page{max-width:520px;width:100%}.upload-hero{margin-bottom:2rem;text-align:center}.upload-hero-title{color:#0f1c3f;color:var(--navy-800);font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.3rem}.upload-hero-tagline{color:#94a3b8;color:var(--gray-400);font-size:.85rem;font-style:italic;font-weight:400;margin-bottom:.65rem}.upload-hero-sub{color:#64748b;color:var(--gray-500);font-size:.95rem;line-height:1.55;margin:0 auto;max-width:380px}.upload-card{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 10px 28px #0f1c3f1f,0 4px 8px #0f1c3f12;box-shadow:var(--shadow-lg);gap:1.25rem;padding:2rem}.form-field,.upload-card{display:flex;flex-direction:column}.form-field{gap:.45rem}.field-label-row{align-items:center;display:flex;gap:.5rem}.field-label{color:#334155;color:var(--gray-700);font-size:.875rem;font-weight:600}.field-badge{border-radius:999px;font-size:.68rem;font-weight:600;letter-spacing:.04em;padding:.1rem .45rem;text-transform:uppercase}.field-badge--required{background:#dbeafe;background:var(--blue-100);color:#1d4ed8;color:var(--blue-700)}.field-badge--optional{background:#f1f5f9;background:var(--gray-100);color:#64748b;color:var(--gray-500)}.drop-zone{align-items:center;background:#f8fafc;background:var(--gray-50);border:1.5px dashed #cbd5e1;border:1.5px dashed var(--gray-300);border-radius:10px;border-radius:var(--radius-md);cursor:pointer;display:flex;gap:.85rem;min-height:64px;padding:.85rem 1rem;position:relative;transition:border-color .15s,background .15s}.drop-zone:hover:not(.drop-zone--disabled){background:#eff6ff;background:var(--blue-50);border-color:#2563eb;border-color:var(--blue-600)}.drop-zone--filled{background:#eff6ff;background:var(--blue-50);border-color:#2563eb;border-color:var(--blue-600);border-style:solid}.drop-zone--disabled{cursor:not-allowed;opacity:.55}.drop-zone-input{cursor:pointer;height:100%;inset:0;opacity:0;position:absolute;width:100%}.drop-zone-icon{flex-shrink:0;font-size:1.3rem;line-height:1}.drop-zone-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.dz-prompt{color:#334155;color:var(--gray-700);font-size:.875rem;font-weight:600}.dz-hint{color:#94a3b8;color:var(--gray-400);font-size:.78rem}.dz-filename{color:#0f1c3f;color:var(--navy-800);font-size:.875rem;font-weight:600;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dz-size{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.dz-clear{align-items:center;background:#e2e8f0;background:var(--gray-200);border:none;border-radius:50%;color:#475569;color:var(--gray-600);cursor:pointer;display:flex;font-size:.65rem;height:22px;justify-content:center;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:background .12s;width:22px;z-index:1}.dz-clear:hover{background:#cbd5e1;background:var(--gray-300)}.upload-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.btn-analyze{align-items:center;background:#0f1c3f;background:var(--navy-800);border:none;border-radius:10px;border-radius:var(--radius-md);box-shadow:0 2px 8px #0f1c3f40;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.01em;padding:.8rem 1.5rem;transition:background .15s,box-shadow .15s;width:100%}.btn-analyze:hover:not(:disabled){background:#162549;background:var(--navy-700);box-shadow:0 4px 14px #0f1c3f4d}.btn-analyze:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.btn-spinner{animation:spin .7s linear infinite;border:2px solid #ffffff59;border-radius:50%;border-top-color:#fff;flex-shrink:0;height:16px;width:16px}.upload-error{align-items:center;background:#fff1f2;background:var(--red-50);border:1px solid #fee2e2;border:1px solid var(--red-100);border-radius:6px;border-radius:var(--radius-sm);color:#dc2626;color:var(--red-600);display:flex;font-size:.875rem;gap:.4rem;padding:.55rem .85rem}.results-header{margin-bottom:1.75rem}.results-title{color:#0f1c3f;color:var(--navy-800);font-size:1.6rem;font-weight:700;letter-spacing:-.02em}.results-sub{color:#64748b;color:var(--gray-500);font-size:.875rem;margin-top:.25rem}.results-body{display:flex;flex-direction:column;gap:1.5rem}.candidate-card{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0f1c3f1a,0 2px 4px #0f1c3f0f;box-shadow:var(--shadow-md);overflow:hidden}.cc-identity{align-items:flex-start;background:linear-gradient(135deg,#0f1c3f,#1e3258);background:linear-gradient(135deg,var(--navy-800) 0,var(--navy-600) 100%);color:#fff;color:var(--white);display:flex;gap:1.25rem;padding:1.75rem 2rem}.cc-avatar{align-items:center;border:2px solid #ffffff4d;border-radius:50%;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:56px;justify-content:center;width:56px}.cc-identity-text{flex:1 1;min-width:0}.cc-name{color:#fff;color:var(--white);font-size:1.35rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.2rem}.cc-role{color:#fffc;font-size:.9rem;margin-bottom:.5rem}.cc-company{color:#fffffff2;font-weight:600}.cc-meta{flex-wrap:wrap;gap:.75rem}.cc-meta,.cc-meta-item{align-items:center;display:flex}.cc-meta-item{color:#ffffffb8;font-size:.8rem;gap:.3rem}.cc-meta-icon{font-size:.85rem}.cc-jd-badge{background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;color:#ffffffe6;font-size:.7rem;font-weight:600;letter-spacing:.06em;padding:.15rem .5rem;text-transform:uppercase}.cc-section{border-top:1px solid #f1f5f9;border-top:1px solid var(--gray-100);padding:1.25rem 2rem}.cc-section-title{color:#94a3b8;color:var(--gray-400);font-size:.72rem;font-weight:700;letter-spacing:.08em;margin-bottom:.85rem;text-transform:uppercase}.cc-history{display:flex;flex-direction:column;gap:0;list-style:none;position:relative}.cc-history:before{background:#e2e8f0;background:var(--gray-200);bottom:10px;content:"";left:7px;position:absolute;top:10px;width:1px}.cc-history-item{align-items:flex-start;display:flex;gap:.85rem;padding:.45rem 0;position:relative}.cc-history-dot{background:#cbd5e1;background:var(--gray-300);border:2px solid #fff;border:2px solid var(--white);border-radius:50%;box-shadow:0 0 0 1px #cbd5e1;box-shadow:0 0 0 1px var(--gray-300);flex-shrink:0;height:15px;margin-top:3px;width:15px;z-index:1}.cc-history-item--current .cc-history-dot{background:#162549;background:var(--navy-700);box-shadow:0 0 0 1px #162549;box-shadow:0 0 0 1px var(--navy-700)}.cc-history-body{display:flex;flex:1 1;flex-direction:column;gap:.05rem;min-width:0}.cc-history-title{color:#0f172a;color:var(--gray-900);font-size:.875rem;font-weight:600}.cc-history-company{color:#475569;color:var(--gray-600);font-size:.82rem}.cc-history-dates{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.cc-skills{display:flex;flex-wrap:wrap;gap:.4rem}.cc-skill-tag{background:#f2f5fb;background:var(--navy-50);border:1px solid #e8edf6;border:1px solid var(--navy-100);border-radius:999px;color:#162549;color:var(--navy-700);font-size:.78rem;font-weight:500;padding:.2rem .65rem}.cc-skill-tag--more{background:#f1f5f9;background:var(--gray-100);border-color:#e2e8f0;border-color:var(--gray-200);color:#64748b;color:var(--gray-500)}.cc-education{gap:.6rem;list-style:none}.cc-ed-item,.cc-education{display:flex;flex-direction:column}.cc-ed-item{gap:.1rem}.cc-ed-degree{color:var(--gray-800);font-size:.875rem;font-weight:600}.cc-ed-school{color:#64748b;color:var(--gray-500);font-size:.8rem}.comparison-output{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0f1c3f1a,0 2px 4px #0f1c3f0f;box-shadow:var(--shadow-md);display:flex;flex-direction:column;overflow:hidden}.comparison-header{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:1.5rem 2rem}.comparison-header h2{color:#0f1c3f;color:var(--navy-800);font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.credibility-badge{align-items:center;border:1.5px solid #0000;border-radius:10px;border-radius:var(--radius-md);display:flex;gap:.3rem;padding:.45rem 1rem .45rem .85rem}.credibility-badge.score-good{background:#f0fdf4;background:var(--green-50);border-color:#dcfce7;border-color:var(--green-100);color:#15803d;color:var(--green-700)}.credibility-badge.score-caution{background:#fffbeb;background:var(--amber-50);border-color:#fef3c7;border-color:var(--amber-100);color:#b45309;color:var(--amber-700)}.credibility-badge.score-concern{background:#fff1f2;background:var(--red-50);border-color:#fee2e2;border-color:var(--red-100);color:#b91c1c;color:var(--red-700)}.credibility-number{font-size:1.75rem;font-weight:800;letter-spacing:-.02em;line-height:1}.credibility-denom{align-self:flex-end;font-size:.85rem;font-weight:600;margin-bottom:2px;opacity:.55}.credibility-label{align-self:center;font-size:.72rem;font-weight:700;letter-spacing:.07em;margin-left:.4rem;opacity:.8;text-transform:uppercase}.comparison-summary{background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);padding:1rem 2rem}.comparison-summary p{color:#475569;color:var(--gray-600);font-size:.9rem;line-height:1.65}.cflag-count-row{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 2rem}.cflag-chip{border:1px solid #0000;border-radius:999px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.cflag-chip-high{background:#fff1f2;background:var(--red-50);border-color:#fee2e2;border-color:var(--red-100);color:#b91c1c;color:var(--red-700)}.cflag-chip-medium{background:#fffbeb;background:var(--amber-50);border-color:#fef3c7;border-color:var(--amber-100);color:#b45309;color:var(--amber-700)}.cflag-chip-low{background:#f1f5f9;background:var(--gray-100);border-color:#e2e8f0;border-color:var(--gray-200);color:#475569;color:var(--gray-600)}.cflag-chip-clean{background:#f0fdf4;background:var(--green-50);border-color:#dcfce7;border-color:var(--green-100);color:#15803d;color:var(--green-700)}.cflag-list{display:flex;flex-direction:column;gap:0;list-style:none;padding:1rem 1.5rem 1.5rem}.cflag-list>*+*{margin-top:.6rem}.cflag-item{background:#fff;background:var(--white);border:1px solid #e2e8f0;border-left:4px solid #cbd5e1;border:1px solid var(--gray-200);border-left:4px solid var(--gray-300);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 2px #0f1c3f0f;box-shadow:var(--shadow-xs);overflow:hidden}.cflag-high{border-left-color:#dc2626;border-left-color:var(--red-600)}.cflag-medium{border-left-color:#d97706;border-left-color:var(--amber-600)}.cflag-low{border-left-color:#94a3b8;border-left-color:var(--gray-400)}.cflag-header{align-items:center;cursor:pointer;display:flex;gap:.5rem;justify-content:space-between;padding:.8rem 1rem;transition:background .12s;-webkit-user-select:none;user-select:none}.cflag-header:hover{background:#f8fafc;background:var(--gray-50)}.cflag-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.cflag-dot{font-size:.85rem}.cflag-severity-badge{border-radius:6px;border-radius:var(--radius-sm);font-size:.66rem;font-weight:700;letter-spacing:.06em;padding:.15rem .5rem;text-transform:uppercase}.cflag-sev-high{background:#fee2e2;background:var(--red-100);color:#b91c1c;color:var(--red-700)}.cflag-sev-medium{background:#fef3c7;background:var(--amber-100);color:#b45309;color:var(--amber-700)}.cflag-sev-low{background:#f1f5f9;background:var(--gray-100);color:#475569;color:var(--gray-600)}.cflag-category{color:#0f172a;color:var(--gray-900);font-size:.875rem;font-weight:600}.cflag-chevron{color:#94a3b8;color:var(--gray-400);flex-shrink:0;font-size:.6rem}.cflag-body{background:#f8fafc;background:var(--gray-50);border-top:1px solid #f1f5f9;border-top:1px solid var(--gray-100);padding:0 1rem 1rem}.cflag-description{color:#334155;color:var(--gray-700);font-size:.875rem;line-height:1.65;padding-top:.75rem}.cflag-quotes{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:1fr 1fr;margin-top:.75rem}@media (max-width:600px){.cflag-quotes{grid-template-columns:1fr}}.cflag-quote{border-radius:6px;border-radius:var(--radius-sm);font-size:.8rem;padding:.65rem .85rem}.cflag-quote-resume{background:#eff6ff;background:var(--blue-50);border:1px solid #dbeafe;border:1px solid var(--blue-100)}.cflag-quote-linkedin{background:#f0fdf4;background:var(--green-50);border:1px solid #dcfce7;border:1px solid var(--green-100)}.cflag-quote-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.08em;margin-bottom:.3rem;text-transform:uppercase}.cflag-quote-resume .cflag-quote-label{color:#1d4ed8;color:var(--blue-700)}.cflag-quote-linkedin .cflag-quote-label{color:#15803d;color:var(--green-700)}.cflag-quote blockquote{color:#334155;color:var(--gray-700);font-style:italic;line-height:1.55;margin:0}.cflag-why{border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:6px;border-radius:var(--radius-sm);margin-top:.85rem;overflow:hidden}.cflag-why--high{border-color:#dc262640}.cflag-why--medium{border-color:#d9770640}.cflag-why--low{border-color:#e2e8f0;border-color:var(--gray-200)}.cflag-why-toggle{align-items:center;background:none;border:none;color:#475569;color:var(--gray-600);cursor:pointer;display:flex;font-size:.78rem;font-weight:600;gap:.4rem;padding:.5rem .75rem;text-align:left;transition:background .12s;width:100%}.cflag-why--high .cflag-why-toggle{background:#dc26260a;color:#b91c1c;color:var(--red-700)}.cflag-why--medium .cflag-why-toggle{background:#d977060a;color:#b45309;color:var(--amber-700)}.cflag-why--low .cflag-why-toggle{background:#f8fafc;background:var(--gray-50)}.cflag-why-toggle:hover{filter:brightness(.95)}.cflag-why-icon{font-size:.9rem}.cflag-why-chevron{color:#94a3b8;color:var(--gray-400);font-size:.55rem;margin-left:auto}.cflag-why-body{background:#fff;background:var(--white);border-top:1px solid #f1f5f9;border-top:1px solid var(--gray-100);padding:.75rem .9rem .85rem}.cflag-why-text{color:#475569;color:var(--gray-600);font-size:.82rem;line-height:1.65;margin-bottom:.7rem}.cflag-action-box{background:#f2f5fb;background:var(--navy-50);border-left:3px solid #1e3258;border-left:3px solid var(--navy-600);border-radius:0 6px 6px 0;border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:.5rem .75rem}.cflag-action-label{color:#1e3258;color:var(--navy-600);display:block;font-size:.65rem;font-weight:700;letter-spacing:.08em;margin-bottom:.25rem;text-transform:uppercase}.cflag-action-text{color:#0f1c3f;color:var(--navy-800);font-size:.82rem;line-height:1.6;margin:0}.capabilities-notice{align-items:flex-start;background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);color:#475569;color:var(--gray-600);display:flex;font-size:.82rem;gap:.75rem;line-height:1.6;padding:.85rem 1.25rem}.capabilities-notice--detected{background:#fffbeb;border-bottom-color:#fef3c7;border-bottom-color:var(--amber-100);color:#b45309;color:var(--amber-700)}.capabilities-notice-icon{flex-shrink:0;font-size:1rem;margin-top:.1rem}.capabilities-notice-body strong{font-weight:600}.capabilities-notice-body em{font-style:italic;font-weight:500}.timeline-output{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0f1c3f1a,0 2px 4px #0f1c3f0f;box-shadow:var(--shadow-md);overflow:hidden}.timeline-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;padding:1.5rem 2rem}.timeline-header-left h2{color:#0f1c3f;color:var(--navy-800);font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.timeline-sub{color:#94a3b8;color:var(--gray-400);font-size:.8rem;margin-top:.15rem}.timeline-header-chips{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.tl-chip{border:1px solid #0000;border-radius:999px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;white-space:nowrap}.tl-chip--flagged{background:#fff1f2;background:var(--red-50);border-color:#fee2e2;border-color:var(--red-100);color:#b91c1c;color:var(--red-700)}.tl-chip--clean{background:#f0fdf4;background:var(--green-50);border-color:#dcfce7;border-color:var(--green-100);color:#15803d;color:var(--green-700)}.tl-chip--count{background:#f1f5f9;background:var(--gray-100);border-color:#e2e8f0;border-color:var(--gray-200);color:#475569;color:var(--gray-600)}.tl-chip--warn{background:#fffbeb;background:var(--amber-50);border-color:#fef3c7;border-color:var(--amber-100);color:#b45309;color:var(--amber-700)}.timeline-empty,.timeline-error-notice{align-items:flex-start;background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);color:#64748b;color:var(--gray-500);display:flex;font-size:.875rem;gap:.5rem;padding:1.25rem 2rem}.tl-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.tl-table{border-collapse:collapse;font-size:.855rem;min-width:640px;width:100%}.tl-th{background:#f8fafc;background:var(--gray-50);border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--gray-200);color:#64748b;color:var(--gray-500);font-size:.7rem;font-weight:700;letter-spacing:.07em;padding:.7rem 1.25rem;text-align:left;text-transform:uppercase;white-space:nowrap}.tl-cell{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);color:#334155;color:var(--gray-700);line-height:1.4;padding:.75rem 1.25rem;vertical-align:middle}.tl-mono{font-family:ui-monospace,SF Mono,Cascadia Code,Consolas,monospace;font-size:.82rem;white-space:nowrap}.tl-cell-tech{color:#0f172a;color:var(--gray-900);font-weight:600}.tl-expand-hint{color:#94a3b8;color:var(--gray-400);font-size:.6rem;margin-left:.25rem}.tl-cell-job{color:#475569;color:var(--gray-600);max-width:240px}.tl-row--ok{background:#f0fdf4}.tl-row--ok .tl-cell{border-bottom-color:#dcfce7}.tl-row--ok:hover{background:#dcfce7}.tl-row--flagged{background:#fff1f2}.tl-row--flagged .tl-cell{border-bottom-color:#fee2e2}.tl-row--flagged:hover{background:#fee2e2}.tl-row--explanation{background:#fff1f2}.tl-explanation-cell{border-bottom:2px solid #fee2e2!important;border-bottom:2px solid var(--red-100)!important;padding:0!important}.tl-explanation{align-items:flex-start;background:#fff8f8;border-top:1px dashed #fee2e2;border-top:1px dashed var(--red-100);color:#b91c1c;color:var(--red-700);display:flex;font-size:.84rem;gap:.6rem;line-height:1.6;padding:.75rem 1.25rem .9rem}.tl-explanation-icon{flex-shrink:0;margin-top:.1rem}.tl-badge{align-items:flex-start;border-radius:6px;border-radius:var(--radius-sm);display:inline-flex;font-size:.72rem;font-weight:600;gap:.25rem;line-height:1.45;padding:.25rem .6rem}.tl-badge--flagged{background:#fee2e2;background:var(--red-100);color:#b91c1c;color:var(--red-700);font-weight:700;white-space:nowrap}.tl-badge--confirmed{background:#fff1f2;background:var(--red-50);border:1px solid var(--red-200);color:#dc2626;color:var(--red-600);font-weight:700;white-space:nowrap}.tl-badge--cleared,.tl-badge--ok{background:#dcfce7;background:var(--green-100);color:#15803d;color:var(--green-700);font-weight:700;white-space:nowrap}.tl-verify-row{border-top:1px solid #e2e8f0;border-top:1px solid var(--gray-200);margin-top:.75rem;padding-top:.75rem}.tl-badge--unknown{background:#fffbeb;background:var(--amber-50);border:1px solid #fef3c7;border:1px solid var(--amber-100);color:#b45309;color:var(--amber-700);max-width:260px;white-space:normal}.tl-cell-status{min-width:180px}.bg-search-output{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0f1c3f1a,0 2px 4px #0f1c3f0f;box-shadow:var(--shadow-md);overflow:hidden}.bg-common-name-notice{align-items:flex-start;background:#fffbeb;background:var(--amber-50);border:1px solid #fef3c7;border:1px solid var(--amber-100);border-radius:6px;border-radius:var(--radius-sm);display:flex;font-size:.83rem;gap:.6rem;line-height:1.5;margin:0 1.5rem;padding:.7rem 1rem}.bg-common-name-notice,.bg-common-name-notice strong{color:#b45309;color:var(--amber-700)}.bg-common-name-icon{flex-shrink:0;font-size:1rem;margin-top:.05rem}.bg-search-chips{display:flex;flex-wrap:wrap;gap:.4rem}.bg-search-chip{align-items:center;background:#f2f5fb;background:var(--navy-50);border:1px solid #e8edf6;border:1px solid var(--navy-100);border-radius:999px;color:#162549;color:var(--navy-700);display:inline-flex;font-weight:500;gap:.3rem;padding:.2rem .65rem}.bg-chip-icon,.bg-search-chip{font-size:.75rem}.bg-metrics-row{grid-gap:1px;background:#f1f5f9;background:var(--gray-100);border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:grid;gap:1px;grid-template-columns:1fr 1fr}@media (max-width:500px){.bg-metrics-row{grid-template-columns:1fr}}.bg-metric-card{align-items:center;background:#fff;background:var(--surface-card);display:flex;flex-direction:column;gap:.2rem;justify-content:center;padding:1.5rem 1rem;text-align:center}.bg-metric-card.score-good{border-top:4px solid #16a34a;border-top:4px solid var(--green-600)}.bg-metric-card.score-caution{border-top:4px solid #d97706;border-top:4px solid var(--amber-600)}.bg-metric-card.score-concern{border-top:4px solid #dc2626;border-top:4px solid var(--red-600)}.bg-metric-value-row{align-items:baseline;display:flex;gap:.2rem}.bg-metric-number{color:#0f172a;color:var(--gray-900);font-weight:800;letter-spacing:-.03em}.bg-conflict-icon,.bg-metric-number{font-size:2.5rem;line-height:1}.score-good .bg-conflict-icon{color:#16a34a;color:var(--green-600)}.score-concern .bg-conflict-icon{color:#dc2626;color:var(--red-600)}.bg-metric-denom{color:#94a3b8;color:var(--gray-400);font-size:1rem;font-weight:600;margin-bottom:3px}.bg-metric-label{color:#64748b;color:var(--gray-500);font-size:.72rem;font-weight:700;letter-spacing:.08em;margin-top:.25rem;text-transform:uppercase}.bg-metric-sublabel{color:#475569;color:var(--gray-600);font-size:.78rem;font-weight:500}.score-good .bg-metric-sublabel{color:#15803d;color:var(--green-700)}.score-caution .bg-metric-sublabel{color:#b45309;color:var(--amber-700)}.score-concern .bg-metric-sublabel{color:#b91c1c;color:var(--red-700)}.cflag-quote-evidence{background:#f2f5fb;background:var(--navy-50);border:1px solid #e8edf6;border:1px solid var(--navy-100);grid-column:1/-1}.cflag-quote-evidence .cflag-quote-label{color:#162549;color:var(--navy-700)}.es-card{background:#fff;background:var(--surface-card);border:2px solid #e2e8f0;border:2px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 10px 28px #0f1c3f1f,0 4px 8px #0f1c3f12;box-shadow:var(--shadow-lg);overflow:hidden}.es-card--risk-low{border-color:#16a34a;border-color:var(--green-600)}.es-card--risk-moderate{border-color:#d97706;border-color:var(--amber-600)}.es-card--risk-high{border-color:#dc2626;border-color:var(--red-600)}.es-card--risk-critical{border-color:#7f1d1d}.es-header{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);gap:1rem;padding:1.25rem 1.5rem}.es-avatar,.es-header{align-items:center;display:flex}.es-avatar{border-radius:50%;color:#fff;flex-shrink:0;font-size:1.1rem;font-weight:700;height:52px;justify-content:center;letter-spacing:.02em;width:52px}.es-identity{display:flex;flex-direction:column;gap:.2rem;min-width:0}.es-name{color:#0f1c3f;color:var(--navy-800);font-size:1.15rem;font-weight:700;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.es-title{color:#475569;color:var(--gray-600);font-size:.85rem;font-weight:500}.es-location{align-items:center;color:#94a3b8;color:var(--gray-400);display:flex;font-size:.8rem;gap:.25rem}.es-meta-pill{gap:.25rem}.es-meta-pill,.es-score-breakdown{align-items:center;color:#64748b;color:var(--gray-500);display:flex;font-size:.8rem}.es-score-breakdown{background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);flex-wrap:wrap;gap:.5rem .75rem;justify-content:center;padding:.55rem 1.5rem}.es-breakdown-item{white-space:nowrap}.es-breakdown-item strong{color:var(--gray-800);font-weight:600}.es-breakdown-penalty strong{color:#dc2626;color:var(--red-600)}.es-breakdown-sep{color:#cbd5e1;color:var(--gray-300);-webkit-user-select:none;user-select:none}.es-gauges{align-items:stretch;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:flex}.es-gauge-divider{background:#f1f5f9;background:var(--gray-100);flex-shrink:0;width:1px}.es-gauge{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.15rem;justify-content:center;padding:1.25rem 1rem;text-align:center}.es-gauge-number{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;line-height:1}.es-gauge-denom{color:#94a3b8;color:var(--gray-400);font-size:.8rem;font-weight:500;margin-top:.05rem}.es-gauge-label{color:#64748b;color:var(--gray-500);font-size:.7rem;font-weight:600;letter-spacing:.06em;margin-top:.3rem;text-transform:uppercase}.es-gauge-sub{color:#94a3b8;color:var(--gray-400);font-size:.72rem;font-style:italic;margin-top:.1rem}.es-gauge--green .es-gauge-number{color:#16a34a;color:var(--green-600)}.es-gauge--yellow .es-gauge-number{color:#d97706;color:var(--amber-600)}.es-gauge--red .es-gauge-number{color:#dc2626;color:var(--red-600)}.es-gauge--inactive .es-gauge-number{color:#cbd5e1;color:var(--gray-300);font-size:1.8rem}.es-no-linkedin-notice{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:.84rem;line-height:1.5;margin:.75rem 1.5rem;padding:.7rem 1rem}.es-risk-banner{align-items:center;display:flex;flex-wrap:wrap;font-weight:700;gap:.6rem;justify-content:center;padding:1rem 1.5rem}.es-risk--low{background:#16a34a;background:var(--green-600);color:#fff}.es-risk--moderate{background:#d97706;background:var(--amber-600);color:#fff}.es-risk--high{background:#dc2626;background:var(--red-600);color:#fff}.es-risk--critical{background:#7f1d1d;color:#fff}.es-risk-icon{font-size:1.1rem}.es-risk-label{font-size:1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.es-risk-sep{font-weight:400;opacity:.6}.es-risk-sub{font-size:.88rem;font-weight:500;opacity:.92}@media (max-width:600px){.es-gauges{flex-direction:column}.es-gauge-divider{height:1px;width:auto}.es-risk-banner{flex-direction:column;gap:.25rem;text-align:center}}.jdm-output{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #0f1c3f1a,0 2px 4px #0f1c3f0f;box-shadow:var(--shadow-md);overflow:hidden}.jdm-top-row{align-items:flex-start;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:flex;gap:2rem;padding:1.5rem}.jdm-score-badge{align-items:center;border:2px solid #0000;border-radius:10px;border-radius:var(--radius-md);display:flex;flex-direction:column;flex-shrink:0;justify-content:center;min-width:110px;padding:1rem 1.25rem;text-align:center}.jdm-score-badge.jdm-score--green{background:#f0fdf4;background:var(--green-50);border-color:#16a34a;border-color:var(--green-600)}.jdm-score-badge.jdm-score--yellow{background:#fffbeb;background:var(--amber-50);border-color:#d97706;border-color:var(--amber-600)}.jdm-score-badge.jdm-score--red{background:#fff1f2;background:var(--red-50);border-color:#dc2626;border-color:var(--red-600)}.jdm-score-number{font-size:3rem;font-weight:800;letter-spacing:-.03em;line-height:1}.jdm-score--green .jdm-score-number{color:#16a34a;color:var(--green-600)}.jdm-score--yellow .jdm-score-number{color:#d97706;color:var(--amber-600)}.jdm-score--red .jdm-score-number{color:#dc2626;color:var(--red-600)}.jdm-score-denom{color:#94a3b8;color:var(--gray-400);font-size:.85rem;font-weight:500;margin-top:.1rem}.jdm-score-label{font-size:.72rem;font-weight:600;letter-spacing:.05em;margin-top:.35rem;text-transform:uppercase}.jdm-score--green .jdm-score-label{color:#15803d;color:var(--green-700)}.jdm-score--yellow .jdm-score-label{color:#b45309;color:var(--amber-700)}.jdm-score--red .jdm-score-label{color:#b91c1c;color:var(--red-700)}.jdm-breakdown{display:flex;flex:1 1;flex-direction:column;gap:.7rem;justify-content:center}.jdm-breakdown-row{grid-gap:.6rem;align-items:center;display:grid;gap:.6rem;grid-template-columns:1fr auto auto}.jdm-breakdown-meta{align-items:baseline;display:flex;gap:.4rem;min-width:0}.jdm-breakdown-label{color:#334155;color:var(--gray-700);font-size:.82rem;font-weight:500;white-space:nowrap}.jdm-breakdown-weight{color:#94a3b8;color:var(--gray-400);font-size:.7rem;font-weight:400}.jdm-bar-track{background:#f1f5f9;background:var(--gray-100);border-radius:999px;flex-shrink:0;height:8px;overflow:hidden;width:180px}.jdm-bar-fill{border-radius:999px;height:100%;transition:width .4s ease}.jdm-bar--green{background:#16a34a;background:var(--green-600)}.jdm-bar--yellow{background:#d97706;background:var(--amber-600)}.jdm-bar--red{background:#dc2626;background:var(--red-600)}.jdm-breakdown-score{color:#475569;color:var(--gray-600);font-size:.82rem;font-weight:600;min-width:2ch;text-align:right}.jdm-columns{border-top:1px solid #f1f5f9;border-top:1px solid var(--gray-100);display:grid;grid-template-columns:1fr 1fr}.jdm-col{padding:1.25rem 1.5rem}.jdm-col--strengths{border-right:1px solid #f1f5f9;border-right:1px solid var(--gray-100)}.jdm-col-heading{align-items:center;display:flex;font-size:.78rem;font-weight:700;gap:.35rem;letter-spacing:.06em;margin-bottom:.75rem;text-transform:uppercase}.jdm-col-heading--strengths{color:#15803d;color:var(--green-700)}.jdm-col-heading--gaps{color:#b91c1c;color:var(--red-700)}.jdm-col-list{display:flex;flex-direction:column;gap:.45rem;list-style:none}.jdm-col-item{align-items:flex-start;color:#334155;color:var(--gray-700);display:flex;font-size:.85rem;gap:.45rem;line-height:1.45}.jdm-item-icon{flex-shrink:0;font-size:.8rem;font-weight:700;margin-top:.1rem}.jdm-col-item--strength .jdm-item-icon{color:#16a34a;color:var(--green-600)}.jdm-col-item--gap .jdm-item-icon{color:#dc2626;color:var(--red-600)}.jdm-col-empty{color:#94a3b8;color:var(--gray-400);font-size:.82rem;font-style:italic}.jdm-recommendation{background:#f8fafc;background:var(--gray-50);border-top:1px solid #f1f5f9;border-top:1px solid var(--gray-100);padding:1.25rem 1.5rem}.jdm-rec-heading{color:#64748b;color:var(--gray-500);font-size:.78rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem;text-transform:uppercase}.jdm-rec-text{color:#334155;color:var(--gray-700);font-size:.9rem;line-height:1.65}@media (max-width:700px){.jdm-top-row{flex-direction:column;gap:1.25rem}.jdm-score-badge{flex-direction:row;gap:.75rem;justify-content:flex-start;min-width:0;min-width:auto;padding:.75rem 1rem;width:100%}.jdm-bar-track{width:120px}.jdm-columns{grid-template-columns:1fr}.jdm-col--strengths{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);border-right:none}}@media (max-width:600px){.app-main{padding:1.5rem 1rem}.upload-card{padding:1.5rem}.cc-identity{padding:1.25rem}.cc-section{padding:1rem 1.25rem}.comparison-header{padding:1.25rem}.cflag-list{padding:.75rem}}.app-main--history{margin:0 auto;max-width:1400px;padding:2rem 2.5rem;width:100%}.history-screen{width:100%}.history-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:1.75rem}.history-title-row{flex:1 1}.history-title{color:#0f1c3f;color:var(--navy-800);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.history-sub{color:#64748b;color:var(--gray-500);font-size:.875rem}.history-search-wrap{flex-shrink:0;position:relative;width:320px}.history-search-icon{font-size:.85rem;left:.65rem;opacity:.5;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.history-search{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:6px;border-radius:var(--radius-sm);color:#334155;color:var(--gray-700);font-size:.875rem;padding:.5rem .75rem .5rem 2.1rem;transition:border-color .15s,box-shadow .15s;width:100%}.history-search:focus{border-color:#1e3258;border-color:var(--navy-600);box-shadow:0 0 0 3px #0f1c3f14;outline:none}.history-empty,.history-error,.history-loading{align-items:center;color:#64748b;color:var(--gray-500);display:flex;flex-direction:column;gap:.75rem;justify-content:center;padding:5rem 2rem;text-align:center}.history-spinner{animation:spin .7s linear infinite;border:3px solid #e2e8f0;border-top-color:#1e3258;border:3px solid var(--gray-200);border-radius:50%;border-top-color:var(--navy-600);height:36px;width:36px}.history-error-icon{font-size:2rem}.history-error{color:#dc2626;color:var(--red-600)}.history-error p{font-size:.9rem}.history-empty-icon{font-size:2.5rem}.history-empty-title{color:#334155;color:var(--gray-700);font-size:1.1rem;font-weight:600}.history-empty-sub{font-size:.875rem;max-width:320px}.history-table-wrap{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);overflow:hidden;overflow-x:auto}.history-table{border-collapse:collapse;font-size:.875rem;width:100%}.history-table thead{background:#0f1c3f;background:var(--navy-800)}.history-table th{color:#ffffffd9;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.8rem 1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.history-table td{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);padding:.9rem 1rem;vertical-align:middle}.history-table tbody tr:last-child td{border-bottom:none}.history-table tbody tr:hover{background:#f8fafc;background:var(--gray-50)}.hdt-candidate{min-width:220px}.hdt-date{min-width:130px;white-space:nowrap}.hdt-score{min-width:80px;text-align:center}.hdt-risk{min-width:150px}.hdt-actions{min-width:170px;white-space:nowrap}.hd-row--confirming{background:#fff1f2!important;background:var(--red-50)!important}.hd-candidate-cell{gap:.75rem}.hd-avatar,.hd-candidate-cell{align-items:center;display:flex}.hd-avatar{border-radius:50%;color:#fff;flex-shrink:0;font-size:.8rem;font-weight:700;height:36px;justify-content:center;width:36px}.hd-name{color:#0f172a;color:var(--gray-900);font-weight:600;line-height:1.3}.hd-title{color:#64748b;color:var(--gray-500);font-size:.8rem;line-height:1.2;margin-top:1px}.hd-location{color:#94a3b8;color:var(--gray-400);font-size:.75rem;margin-top:2px}.hd-date{color:#475569;color:var(--gray-600);font-size:.85rem}.hd-score-badge{align-items:center;border-radius:13px;display:inline-flex;font-size:.78rem;font-weight:700;height:26px;justify-content:center;letter-spacing:-.01em;min-width:40px;padding:0 .5rem}.hd-score-badge--green{background:#dcfce7;background:var(--green-100);color:#15803d;color:var(--green-700)}.hd-score-badge--amber{background:#fef3c7;background:var(--amber-100);color:#b45309;color:var(--amber-700)}.hd-score-badge--red{background:#fee2e2;background:var(--red-100);color:#b91c1c;color:var(--red-700)}.hd-score-badge--none{background:#f1f5f9;background:var(--gray-100);color:#94a3b8;color:var(--gray-400);font-weight:500}.hd-risk-badge{border-radius:4px;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:.25rem .6rem;text-transform:uppercase;white-space:nowrap}.hd-risk-badge--low{background:#dcfce7;background:var(--green-100);color:#15803d;color:var(--green-700)}.hd-risk-badge--moderate{background:#fef3c7;background:var(--amber-100);color:#b45309;color:var(--amber-700)}.hd-risk-badge--high{background:#fee2e2;background:var(--red-100);color:#b91c1c;color:var(--red-700)}.hd-risk-badge--critical{background:#fce7e7;color:#7f1d1d;font-weight:800}.hd-action-row{align-items:center;display:flex;gap:.5rem}.btn-hd-view{background:#0f1c3f;background:var(--navy-800);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.35rem .8rem;transition:background .15s;white-space:nowrap}.btn-hd-view:hover{background:#162549;background:var(--navy-700)}.btn-hd-delete{background:#0000;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:6px;border-radius:var(--radius-sm);color:#94a3b8;color:var(--gray-400);cursor:pointer;font-size:.9rem;line-height:1;padding:.35rem .5rem;transition:border-color .15s,color .15s,background .15s}.btn-hd-delete:hover{background:#fff1f2;background:var(--red-50);border-color:#dc2626;border-color:var(--red-600);color:#dc2626;color:var(--red-600)}.hd-confirm-row{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem}.hd-confirm-text{display:flex;flex-direction:column;gap:1px;margin-right:4px}.hd-confirm-label{color:#b91c1c;color:var(--red-700);font-size:.8rem;font-weight:600;white-space:nowrap}.hd-confirm-sub{color:#64748b;color:var(--gray-500);font-size:.7rem;white-space:nowrap}.btn-hd-confirm-yes{background:#dc2626;background:var(--red-600);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.78rem;font-weight:600;padding:.3rem .65rem;transition:background .15s}.btn-hd-confirm-yes:hover:not(:disabled){background:#b91c1c;background:var(--red-700)}.btn-hd-confirm-yes:disabled{cursor:not-allowed;opacity:.6}.btn-hd-confirm-no{background:#0000;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);color:#475569;color:var(--gray-600);cursor:pointer;font-size:.78rem;font-weight:500;padding:.3rem .65rem;transition:background .15s}.btn-hd-confirm-no:hover:not(:disabled){background:#f1f5f9;background:var(--gray-100)}.btn-hd-confirm-no:disabled{cursor:not-allowed;opacity:.6}@media (max-width:900px){.app-main--history{padding:1.5rem 1rem}.history-search-wrap{width:100%}.history-header{flex-direction:column;gap:1rem}}@media (max-width:600px){.hdt-date,.hdt-score{display:none}}.batch-screen{display:flex;flex-direction:column;gap:1.5rem;width:100%}.batch-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.batch-page-title{color:#0f1c3f;color:var(--navy-800);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.batch-page-sub{color:#64748b;color:var(--gray-500);font-size:.875rem}.btn-batch-template{background:#0000;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);color:#475569;color:var(--gray-600);cursor:pointer;flex-shrink:0;font-size:.83rem;font-weight:500;padding:.45rem 1rem;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.btn-batch-template:hover{background:#f2f5fb;background:var(--navy-50);border-color:#1e3258;border-color:var(--navy-600);color:#0f1c3f;color:var(--navy-800)}.batch-format-card{background:#f2f5fb;background:var(--navy-50);border:1px solid #e8edf6;border:1px solid var(--navy-100);border-radius:10px;border-radius:var(--radius-md);padding:1.1rem 1.4rem}.batch-format-title{color:#162549;color:var(--navy-700);font-size:.78rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.batch-format-cols{display:flex;flex-direction:column;gap:.45rem}.batch-format-col{align-items:baseline;display:flex;font-size:.83rem;gap:.6rem}.batch-col-name{background:#fff;background:var(--white);border:1px solid #e8edf6;border:1px solid var(--navy-100);border-radius:3px;color:#0f1c3f;color:var(--navy-800);flex-shrink:0;font-family:Courier New,Courier,monospace;font-size:.82rem;padding:1px 5px}.batch-col-req{background:#fff1f2;background:var(--red-50);border:1px solid #fee2e2;border:1px solid var(--red-100);border-radius:3px;color:#dc2626;color:var(--red-600);flex-shrink:0;font-size:.7rem;font-weight:700;letter-spacing:.03em;padding:1px 5px;text-transform:uppercase}.batch-col-desc{color:#475569;color:var(--gray-600)}.batch-error{align-items:flex-start;background:#fff1f2;background:var(--red-50);border:1px solid #fee2e2;border:1px solid var(--red-100);border-radius:6px;border-radius:var(--radius-sm);color:#b91c1c;color:var(--red-700);display:flex;font-size:.875rem;gap:.5rem;padding:.65rem .9rem}.batch-error-dismiss{background:none;border:none;color:var(--red-400);cursor:pointer;font-size:1.1rem;line-height:1;margin-left:auto;padding:0 .2rem}.batch-dropzone{align-items:center;background:#fff;background:var(--white);border:2px dashed #cbd5e1;border:2px dashed var(--gray-300);border-radius:10px;border-radius:var(--radius-md);cursor:pointer;display:flex;flex-direction:column;gap:.6rem;justify-content:center;outline:none;padding:3.5rem 2rem;text-align:center;transition:border-color .15s,background .15s}.batch-dropzone--over,.batch-dropzone:focus,.batch-dropzone:hover{background:#f2f5fb;background:var(--navy-50);border-color:#1e3258;border-color:var(--navy-600)}.batch-dropzone-icon{font-size:2.2rem}.batch-dropzone-main{color:#334155;color:var(--gray-700);font-size:.975rem;font-weight:500;margin:0}.batch-dropzone-sub{color:#94a3b8;color:var(--gray-400);font-size:.8rem;margin:0}.batch-link{color:#1e3258;color:var(--navy-600);cursor:pointer;text-decoration:underline}.batch-url{display:inline-block;font-size:.78rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.batch-jd-badge{background:#dcfce7;background:var(--green-100);border-radius:4px;color:#15803d;color:var(--green-700);display:inline-block;font-size:.75rem;font-weight:600;padding:1px 6px}.batch-preview-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.batch-section-title{color:#0f1c3f;color:var(--navy-800);font-size:1.05rem;font-weight:700;margin-bottom:.2rem}.batch-section-sub{color:#64748b;color:var(--gray-500);font-size:.83rem}.batch-preview-actions{align-items:center;display:flex;flex-shrink:0;gap:.6rem}.btn-batch-primary{background:#0f1c3f;background:var(--navy-800);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;color:var(--white);cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1.2rem;transition:background .15s;white-space:nowrap}.btn-batch-primary:hover{background:#162549;background:var(--navy-700)}.btn-batch-secondary{background:#0000;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);color:#475569;color:var(--gray-600);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background .15s,border-color .15s;white-space:nowrap}.btn-batch-secondary:hover{background:#f1f5f9;background:var(--gray-100);border-color:#94a3b8;border-color:var(--gray-400)}.batch-progress-wrap{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem;padding:1.75rem 2rem}.batch-progress-status{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.batch-progress-label{color:#0f1c3f;color:var(--navy-800);font-size:1rem;font-weight:600}.batch-progress-name{color:#64748b;color:var(--gray-500);font-size:.9rem}.batch-progress-bar-track{background:#f1f5f9;background:var(--gray-100);border-radius:4px;height:8px;overflow:hidden}.batch-progress-bar-fill{background:linear-gradient(90deg,#1e3258,#2563eb);background:linear-gradient(90deg,var(--navy-600),var(--blue-600));border-radius:4px;height:100%;transition:width .4s ease}.batch-progress-counts{color:#94a3b8;color:var(--gray-400);display:flex;font-size:.78rem;justify-content:space-between}.batch-live-results{border-top:1px solid #f1f5f9;border-top:1px solid var(--gray-100);display:flex;flex-direction:column;gap:.35rem;max-height:260px;overflow-y:auto;padding-top:.75rem}.batch-live-row{align-items:center;display:flex;font-size:.83rem;gap:.6rem;padding:.2rem 0}.batch-live-icon{flex-shrink:0;font-size:.75rem;text-align:center;width:16px}.batch-live-row--success .batch-live-icon{color:#16a34a;color:var(--green-600)}.batch-live-row--error .batch-live-icon{color:#dc2626;color:var(--red-600)}.batch-live-row--pending .batch-live-icon{animation:spin 1s linear infinite;color:#94a3b8;color:var(--gray-400)}.batch-live-name{color:#334155;color:var(--gray-700);flex:1 1;font-weight:500}.batch-live-error{color:#dc2626;color:var(--red-600);font-size:.75rem}.audit-screen{margin:0 auto;max-width:1060px;width:100%}.audit-page-header{align-items:flex-start;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.5rem}.audit-page-title{color:#0f1c3f;color:var(--navy-800);font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.audit-page-sub{color:#64748b;color:var(--gray-500);font-size:.875rem}.btn-audit-export{align-items:center;background:#0f1c3f;background:var(--navy-800);border:none;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.85rem;font-weight:600;gap:.3rem;padding:.45rem 1rem;transition:background .15s;white-space:nowrap}.btn-audit-export,.btn-audit-export:hover{color:#fff;color:var(--white);text-decoration:none}.btn-audit-export:hover{background:#162549;background:var(--navy-700)}.audit-controls{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.audit-search{background:#fff;background:var(--white);border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);color:#334155;color:var(--gray-700);font-size:.875rem;max-width:420px;outline:none;padding:.5rem .875rem;transition:border-color .15s,box-shadow .15s;width:100%}.audit-search:focus{border-color:#1e3258;border-color:var(--navy-600);box-shadow:0 0 0 3px #1e32581a}.audit-type-filters{display:flex;flex-wrap:wrap;gap:.4rem}.audit-filter-btn{background:#fff;background:var(--white);border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:999px;color:#475569;color:var(--gray-600);cursor:pointer;font-size:.8rem;font-weight:500;padding:.25rem .75rem;transition:background .12s,color .12s,border-color .12s;white-space:nowrap}.audit-filter-btn:hover{background:#f1f5f9;background:var(--gray-100);border-color:#94a3b8;border-color:var(--gray-400)}.audit-filter-btn--active{background:#0f1c3f;background:var(--navy-800);border-color:#0f1c3f;border-color:var(--navy-800);color:#fff;color:var(--white)}.audit-meta{color:#94a3b8;color:var(--gray-400);font-size:.8rem;margin-bottom:.6rem}.audit-table-wrap{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);overflow-x:auto}.audit-table{border-collapse:collapse;font-size:.85rem;width:100%}.audit-th{background:#0f1c3f;background:var(--navy-800);color:#fff;color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:.6rem 1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.audit-table thead tr th:first-child{border-radius:10px 0 0 0;border-radius:var(--radius-md) 0 0 0}.audit-table thead tr th:last-child{border-radius:0 10px 0 0;border-radius:0 var(--radius-md) 0 0}.audit-row{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);transition:background .1s}.audit-row:last-child{border-bottom:none}.audit-row:hover{background:#f2f5fb;background:var(--navy-50)}.audit-td{padding:.65rem 1rem;vertical-align:middle}.audit-col-time{white-space:nowrap;width:170px}.audit-col-type{width:160px}.audit-col-candidate{width:180px}.audit-col-status{white-space:nowrap;width:90px}.audit-timestamp{color:#64748b;color:var(--gray-500);font-size:.8rem;white-space:nowrap}.audit-candidate{color:#334155;color:var(--gray-700);font-weight:600}.audit-details{color:#475569;color:var(--gray-600);font-size:.83rem;line-height:1.45}.audit-na{color:#cbd5e1;color:var(--gray-300)}.audit-no-results{color:#94a3b8;color:var(--gray-400);font-style:italic;padding:2rem;text-align:center}.audit-badge{border:1px solid #0000;border-radius:999px;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.03em;padding:.2rem .6rem;white-space:nowrap}.audit-badge--analysis{background:#dbeafe;border-color:#bfdbfe;color:#1d4ed8}.audit-badge--batch{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.audit-badge--download{background:#f3e8ff;border-color:#e9d5ff;color:#6b21a8}.audit-badge--deleted{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.audit-badge--uploaded{background:#fef3c7;border-color:#fde68a;color:#b45309}.audit-badge--default{background:#f1f5f9;background:var(--gray-100);color:#475569;color:var(--gray-600)}.audit-status{align-items:center;display:inline-flex;font-size:.78rem;font-weight:600;gap:.3rem}.audit-status:before{border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:7px;width:7px}.audit-status--success{color:#15803d;color:var(--green-700)}.audit-status--success:before{background:#16a34a;background:var(--green-600)}.audit-status--failure{color:#b91c1c;color:var(--red-700)}.audit-status--failure:before{background:#dc2626;background:var(--red-600)}.audit-state-msg{color:#94a3b8;color:var(--gray-400);font-size:.875rem;padding:3rem 0;text-align:center}.audit-state-msg--error{color:#dc2626;color:var(--red-600)}.audit-empty{padding:4rem 1rem;text-align:center}.audit-empty-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.4}.audit-empty-title{color:#475569;color:var(--gray-600);font-size:1.05rem;font-weight:600;margin-bottom:.4rem}.audit-empty-sub{color:#94a3b8;color:var(--gray-400);font-size:.875rem;line-height:1.55;margin:0 auto;max-width:400px}.notes-panel{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);margin-top:1.5rem;overflow:hidden}.notes-panel-header{align-items:center;background:#f2f5fb;background:var(--navy-50);border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:flex;padding:.9rem 1.25rem .75rem}.notes-panel-title{color:#0f1c3f;color:var(--navy-800);display:flex;font-size:.95rem;gap:.5rem}.notes-count,.notes-panel-title{align-items:center;font-weight:700}.notes-count{background:#0f1c3f;background:var(--navy-800);border-radius:999px;color:#fff;color:var(--white);display:inline-flex;font-size:.7rem;height:1.2rem;justify-content:center;min-width:1.2rem;padding:0 .3rem}.notes-empty{color:#94a3b8;color:var(--gray-400);font-size:.85rem;font-style:italic;padding:1rem 1.25rem}.notes-list{list-style:none;margin:0;padding:0}.note-item{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);padding:.85rem 1.25rem}.note-item:last-child{border-bottom:none}.note-text{color:#334155;color:var(--gray-700);font-size:.875rem;line-height:1.65;margin-bottom:.4rem;white-space:pre-wrap}.note-meta{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.note-timestamp{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.note-actions{align-items:center;display:flex;gap:.4rem}.btn-note-cancel,.btn-note-delete,.btn-note-delete-yes,.btn-note-edit{border:1px solid #0000;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;font-size:.75rem;font-weight:500;padding:.15rem .55rem;transition:background .12s}.btn-note-edit{background:#f1f5f9;background:var(--gray-100);border-color:#e2e8f0;border-color:var(--gray-200);color:#475569;color:var(--gray-600)}.btn-note-edit:hover{background:#e2e8f0;background:var(--gray-200)}.btn-note-delete{background:none;border-color:#0000;color:#dc2626;color:var(--red-600)}.btn-note-delete:hover{background:#fff1f2;background:var(--red-50)}.btn-note-cancel{background:none;border-color:#e2e8f0;border-color:var(--gray-200);color:#64748b;color:var(--gray-500)}.btn-note-delete-yes{background:#dc2626;background:var(--red-600);color:#fff;color:var(--white)}.btn-note-delete-yes:hover{background:#b91c1c;background:var(--red-700)}.note-delete-confirm{color:#b91c1c;color:var(--red-700);font-size:.75rem;font-weight:600}.note-edit-form{display:flex;flex-direction:column;gap:.5rem}.note-edit-actions{display:flex;gap:.4rem}.btn-note-save{background:#0f1c3f;background:var(--navy-800);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;color:var(--white);cursor:pointer;font-size:.8rem;font-weight:600;padding:.3rem .9rem}.btn-note-save:disabled{cursor:not-allowed;opacity:.5}.btn-note-save:hover:not(:disabled){background:#162549;background:var(--navy-700)}.notes-add-form{background:#f8fafc;background:var(--gray-50);border-top:1px solid #f1f5f9;border-top:1px solid var(--gray-100);padding:.85rem 1.25rem}.notes-textarea{background:#fff;background:var(--white);border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);box-sizing:border-box;color:#334155;color:var(--gray-700);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-sans);font-size:.875rem;outline:none;padding:.6rem .75rem;resize:vertical;transition:border-color .15s;width:100%}.notes-textarea:focus{border-color:#1e3258;border-color:var(--navy-600);box-shadow:0 0 0 3px #1e32581a}.notes-add-footer{align-items:center;display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.notes-hint{color:#94a3b8;color:var(--gray-400);font-size:.72rem;margin-right:auto}.notes-error{color:#dc2626;color:var(--red-600);font-size:.8rem}.btn-note-add{background:#0f1c3f;background:var(--navy-800);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;color:var(--white);cursor:pointer;font-size:.83rem;font-weight:600;padding:.35rem 1rem;transition:background .12s}.btn-note-add:disabled{cursor:not-allowed;opacity:.45}.btn-note-add:hover:not(:disabled){background:#162549;background:var(--navy-700)}.notes-no-record{color:#94a3b8;color:var(--gray-400);font-size:.8rem;font-style:italic;padding:.75rem 1.25rem}.hd-dash-screen{margin:0 auto;max-width:1060px;width:100%}.hd-dash-header{align-items:flex-start;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:1.5rem}.hd-dash-title{color:#0f1c3f;color:var(--navy-800);font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.hd-dash-sub{color:#64748b;color:var(--gray-500);font-size:.875rem}.btn-hd-dash-new{align-items:center;background:#0f1c3f;background:var(--navy-800);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;color:var(--white);cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.9rem;font-weight:600;gap:.3rem;padding:.5rem 1.25rem;transition:background .15s;white-space:nowrap}.btn-hd-dash-new:hover{background:#162549;background:var(--navy-700)}.hd-dash-state{color:#94a3b8;color:var(--gray-400);padding:3rem;text-align:center}.hd-dash-state--error{color:#dc2626;color:var(--red-600)}.hd-kpi-row{grid-gap:.9rem;display:grid;gap:.9rem;grid-template-columns:repeat(4,1fr);margin-bottom:1.25rem}@media (max-width:700px){.hd-kpi-row{grid-template-columns:1fr 1fr}}.hd-kpi-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.3rem;padding:1.1rem 1.25rem}.hd-kpi-number{color:#0f1c3f;color:var(--navy-800);font-size:2rem;font-weight:800;line-height:1}.hd-kpi-label{color:#64748b;color:var(--gray-500);font-size:.78rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.hd-charts-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:auto 1fr;margin-bottom:1.25rem}@media (max-width:700px){.hd-charts-row{grid-template-columns:1fr}}.hd-chart-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);padding:1.1rem 1.25rem}.hd-chart-card--full,.hd-chart-title{margin-bottom:1rem}.hd-chart-title{color:#0f1c3f;color:var(--navy-800);font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.hd-donut-wrap{align-items:center;display:flex;gap:1.5rem}.hd-donut-empty{color:#94a3b8;color:var(--gray-400);font-size:.85rem;font-style:italic}.hd-donut-legend{display:flex;flex-direction:column;gap:.45rem}.hd-legend-row{align-items:center;display:flex;font-size:.8rem;gap:.5rem}.hd-legend-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.hd-legend-label{color:#475569;color:var(--gray-600);flex:1 1}.hd-legend-count{font-weight:700;min-width:1.5rem;text-align:right}.hd-gauges-row{gap:1rem;justify-content:space-around;padding:.5rem 0}.hd-gauge,.hd-gauges-row{align-items:center;display:flex}.hd-gauge{flex-direction:column;gap:.4rem}.hd-gauge-label{color:#64748b;color:var(--gray-500);font-size:.75rem;font-weight:600;text-align:center}.hd-dash-risk{border-radius:999px;display:inline-block;font-size:.72rem;font-weight:700;padding:.2rem .6rem;white-space:nowrap}.hd-dash-no-data{color:#94a3b8;color:var(--gray-400);font-size:.875rem;font-style:italic;padding:.5rem 0}.hd-inline-link{background:none;border:none;color:#1e3258;color:var(--navy-600);cursor:pointer;font-size:inherit;font-style:normal;padding:0;text-decoration:underline}.vp-root{display:contents}.vp-progress-bar-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;padding:12px 16px}.vp-progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.vp-progress-label{color:#334155;font-size:.8rem;font-weight:600}.vp-progress-complete{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;color:#16a34a;font-size:.78rem;font-weight:700;padding:2px 8px}.vp-progress-track{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.vp-progress-fill{background:linear-gradient(90deg,#0f1c3f,#2563eb);border-radius:3px;height:100%;transition:width .4s ease}.vp-readonly-notice{color:#64748b;font-size:.8rem;margin-bottom:12px;padding:8px 14px}.vp-badge-row,.vp-readonly-notice{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.vp-badge-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:10px;padding:9px 12px}.vp-badge-label{color:#64748b;flex:1 1;font-size:.78rem;font-style:italic;min-width:120px}.vp-badge-btns{display:flex;flex-shrink:0;gap:8px}.vp-btn{border:1.5px solid #0000;border-radius:5px;cursor:pointer;font-size:.78rem;font-weight:600;padding:5px 14px;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.vp-btn:disabled{cursor:not-allowed;opacity:.45}.vp-btn-verified{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.vp-btn-verified:hover:not(:disabled){background:#dcfce7;border-color:#86efac}.vp-btn-verified.vp-btn--active{background:#16a34a;border-color:#16a34a;color:#fff}.vp-btn-cleared{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.vp-btn-cleared:hover:not(:disabled){background:#e2e8f0;border-color:#94a3b8}.vp-btn-cleared.vp-btn--active{background:#475569;border-color:#475569;color:#fff}.login-page{align-items:center;background:linear-gradient(135deg,#0f1c3f,#1e3258 60%,#0f4c75);display:flex;justify-content:center;min-height:100vh;padding:24px}.login-card{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0000004d;max-width:420px;padding:44px 40px 36px;width:100%}.login-brand{margin-bottom:28px;text-align:center}.login-logo-text{color:#0f1c3f;display:block;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:8px;text-align:center}.login-tagline{color:#64748b;font-size:.8rem;letter-spacing:.3px;margin:0}.login-title{color:#0f1c3f;font-size:1.25rem;font-weight:800;margin:0 0 24px;text-align:center}.login-form{gap:16px}.login-field,.login-form{display:flex;flex-direction:column}.login-field{gap:5px}.login-label{color:#334155;font-size:.8rem;font-weight:600;letter-spacing:.2px}.login-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;color:#0f1c3f;font-size:.9rem;outline:none;padding:10px 13px;transition:border-color .15s,box-shadow .15s}.login-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.login-error{background:#fff1f2;border:1px solid #fecaca;border-radius:6px;color:#b91c1c;font-size:.82rem;padding:8px 12px}.login-submit{background:#0f1c3f;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:700;margin-top:4px;padding:11px;transition:background .15s}.login-submit:hover:not(:disabled){background:#1e3258}.login-submit:disabled{cursor:not-allowed;opacity:.5}.login-hint{color:#94a3b8;font-size:.75rem;line-height:1.6;margin:20px 0 0;text-align:center}.nav-user{align-items:center;border-left:1px solid #ffffff26;display:flex;gap:10px;margin-left:12px;padding-left:12px}.nav-user-name{color:#ffffffbf;font-size:.8rem;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-nav-signout{background:#0000;border:1px solid #fff3;border-radius:5px;color:#ffffffa6;cursor:pointer;font-size:.75rem;font-weight:600;padding:4px 10px;transition:background .15s,color .15s;white-space:nowrap}.btn-nav-signout:hover{background:#ffffff1a;color:#fff}.hgp-user-pill-wrap{margin-left:8px;position:relative}.hgp-user-pill{align-items:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;cursor:pointer;display:flex;gap:7px;padding:5px 12px 5px 6px;transition:background .15s;white-space:nowrap}.hgp-user-pill:hover{background:#ffffff26}.hgp-user-avatar{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:24px;justify-content:center;width:24px}.hgp-user-name{color:#ffffffe6;font-size:.8rem;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis}.hgp-user-role{font-size:.68rem;font-weight:700;letter-spacing:.04em;opacity:.85;text-transform:uppercase}.hgp-user-menu{background:#1e293b;border:1px solid #ffffff1f;border-radius:10px;box-shadow:0 8px 30px #0006;min-width:200px;padding:12px 0 8px;position:absolute;right:0;top:calc(100% + 6px);z-index:1000}.hgp-user-menu-info{padding:4px 16px 10px}.hgp-user-menu-email{color:#ffffffd9;font-size:.8rem;font-weight:500;word-break:break-all}.hgp-user-menu-tenant{color:#ffffff80;font-size:.72rem;margin-top:3px}.hgp-user-menu-badge{font-size:.68rem;font-weight:700;letter-spacing:.05em;margin-top:4px;text-transform:uppercase}.hgp-user-menu-divider{border:none;border-top:1px solid #ffffff1a;margin:0 0 6px}.hgp-user-menu-logout{background:#0000;border:none;color:#ffffffa6;cursor:pointer;display:block;font-size:.82rem;padding:8px 16px;text-align:left;transition:background .12s,color .12s;width:100%}.hgp-user-menu-logout:hover{background:#ef444426;color:#f87171}.upload-url-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:7px;box-sizing:border-box;color:#0f1c3f;font-size:.875rem;outline:none;padding:10px 13px;transition:border-color .15s,box-shadow .15s;width:100%}.upload-url-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.upload-url-input:disabled{cursor:not-allowed;opacity:.5}.upload-no-linkedin-note{align-items:flex-start;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#92400e;display:flex;font-size:.84rem;gap:.5rem;line-height:1.5;margin-top:-.25rem;padding:.75rem 1rem}.upload-no-linkedin-icon{flex-shrink:0;font-size:1rem;margin-top:.05rem}.field-hint{color:#94a3b8;display:block;font-size:.75rem;margin-top:4px}.cc-linkedin-link{align-items:center;color:#0a66c2;display:inline-flex;font-size:.82rem;font-weight:600;gap:5px;margin-top:8px;text-decoration:none;transition:color .15s}.cc-linkedin-link:hover{color:#004182;text-decoration:underline}.cc-linkedin-icon{background:#0a66c2;border-radius:3px;color:#fff;flex-shrink:0;font-size:.6rem;font-weight:800;height:18px;justify-content:center;width:18px}.cc-linkedin-icon,.hd-linkedin-link{align-items:center;display:inline-flex}.hd-linkedin-link{color:#0a66c2;font-size:.72rem;font-weight:600;gap:4px;margin-top:3px;text-decoration:none;transition:color .15s}.hd-linkedin-link:hover{color:#004182;text-decoration:underline}.hd-linkedin-icon{align-items:center;background:#0a66c2;border-radius:2px;color:#fff;display:inline-flex;flex-shrink:0;font-size:.55rem;font-weight:800;height:14px;justify-content:center;width:14px}.upload-role-input{font-size:.9rem;font-weight:500}.hd-role-tag{background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;color:#2563eb;display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.01em;margin-bottom:1px;margin-top:2px;padding:1px 7px}.history-filters-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.history-filters-row .history-search-wrap{flex:1 1;min-width:200px}.history-role-filter-wrap{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;display:flex;flex-shrink:0;gap:6px;height:40px;padding:0 10px}.history-role-filter-icon{font-size:.85rem;-webkit-user-select:none;user-select:none}.history-role-filter{appearance:none;background:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m0 0 5 6 5-6z' fill='%2364748b'/%3E%3C/svg%3E");background-position:right 2px center;background-repeat:no-repeat;border:none;color:#0f1c3f;cursor:pointer;font-size:.85rem;font-weight:500;outline:none;padding-right:18px}.rs-screen{margin:0 auto;max-width:1200px;padding:0 24px 48px}.rs-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:8px}.rs-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:20px;transition:box-shadow .15s,border-color .15s}.rs-card:hover{box-shadow:0 4px 16px #0f1c3f14}.rs-card--flagged{background:#fff8f8;border-color:#fca5a5}.rs-card-header{align-items:flex-start;display:flex;gap:12px}.rs-role-icon{flex-shrink:0;font-size:1.4rem;line-height:1;margin-top:2px}.rs-card-title-wrap{flex:1 1;min-width:0}.rs-role-name{color:#0f1c3f;font-size:1rem;font-weight:700;line-height:1.3;margin:0 0 3px;word-break:break-word}.rs-candidate-count{color:#64748b;font-size:.8rem;font-weight:500}.rs-flag-badge{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;flex-shrink:0;font-size:.72rem;font-weight:700;padding:3px 8px;white-space:nowrap}.rs-section-label{color:#94a3b8;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.rs-bar{background:#f1f5f9;border-radius:6px;display:flex;gap:2px;height:10px;overflow:hidden}.rs-bar-segment{border-radius:4px;min-width:4px;transition:opacity .15s}.rs-bar-segment:hover{opacity:.8}.rs-bar-empty{align-items:center;background:#f1f5f9;border-radius:6px;color:#94a3b8;display:flex;font-size:.7rem;height:10px;padding:0 8px}.rs-risk-counts{display:flex;flex-wrap:wrap;gap:5px}.rs-risk-pill{border-radius:20px;font-size:.7rem;font-weight:600;padding:2px 8px}.rs-avg-cred{align-items:center;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding-top:6px}.rs-avg-label{color:#64748b;font-size:.78rem;font-weight:500}.rs-avg-value{font-size:1.3rem;font-weight:800;line-height:1}.rs-avg-denom{color:#94a3b8;font-size:.65rem;font-weight:500;margin-left:1px}.rs-alert-banner{align-items:center;background:#fff7ed;border:1.5px solid #fed7aa;border-radius:8px;color:#92400e;display:flex;font-size:.85rem;gap:10px;margin-bottom:16px;padding:10px 16px}.rs-alert-icon{flex-shrink:0;font-size:1rem}.rce-panel{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;margin-bottom:2px;overflow:hidden}.rce-header{align-items:center;background:#f1f5f9;border-bottom:1.5px solid #e2e8f0;cursor:pointer;display:flex;gap:8px;justify-content:space-between;padding:11px 14px;transition:background .12s;-webkit-user-select:none;user-select:none}.rce-header:hover{background:#e9eef5}.rce-header-left{align-items:center;display:flex;flex-wrap:wrap;gap:7px}.rce-header-right{align-items:center;display:flex;flex-shrink:0;gap:8px}.rce-icon{flex-shrink:0;font-size:1rem}.rce-title{color:#0f1c3f;font-size:.85rem;font-weight:700}.rce-role-chip{background:#dbeafe;border:1px solid #bfdbfe;border-radius:20px;color:#1d4ed8;font-size:.72rem;font-weight:600;max-width:180px;overflow:hidden;padding:1px 9px;text-overflow:ellipsis;white-space:nowrap}.rce-count{color:#64748b;font-size:.72rem;font-weight:500}.rce-hint{color:#94a3b8;font-size:.72rem;white-space:nowrap}.rce-chevron{color:#94a3b8;font-size:.65rem}.rce-body{display:flex;flex-direction:column;gap:10px;padding:14px 14px 12px}.rce-error{background:#fff1f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.78rem;margin:0;padding:6px 10px}.rce-empty,.rce-loading{color:#94a3b8;font-size:.8rem;margin:0;padding:2px 0}.rce-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.rce-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;overflow:hidden}.rce-item-row{align-items:center;display:flex;gap:8px;padding:7px 10px}.rce-item-num{color:#94a3b8;flex-shrink:0;font-size:.7rem;font-weight:700;text-align:right;width:16px}.rce-item-name{color:#0f1c3f;flex:1 1;font-size:.83rem;font-weight:500}.rce-item-actions{display:flex;gap:4px;opacity:0;transition:opacity .12s}.rce-item:hover .rce-item-actions{opacity:1}.rce-item-confirm,.rce-item-edit{align-items:center;display:flex;gap:6px;padding:6px 10px}.rce-edit-input{background:#fff;border:1.5px solid #2563eb;border-radius:5px;color:#0f1c3f;flex:1 1;font-size:.83rem;outline:none;padding:4px 8px}.rce-confirm-text{color:#dc2626;flex:1 1;font-size:.78rem}.rce-btn{border:none;border-radius:5px;cursor:pointer;font-size:.75rem;font-weight:600;padding:4px 9px;transition:background .12s,opacity .12s;white-space:nowrap}.rce-btn:disabled{cursor:not-allowed;opacity:.45}.rce-btn-edit{background:#0000;color:#64748b;padding:3px 6px}.rce-btn-edit:hover{background:#f1f5f9;color:#2563eb}.rce-btn-del{background:#0000;color:#94a3b8;padding:3px 6px}.rce-btn-del:hover{background:#fff1f2;color:#dc2626}.rce-btn-save{background:#2563eb;color:#fff}.rce-btn-save:hover{background:#1d4ed8}.rce-btn-cancel{background:#f1f5f9;color:#64748b}.rce-btn-cancel:hover{background:#e2e8f0}.rce-btn-del-confirm{background:#dc2626;color:#fff}.rce-btn-del-confirm:hover{background:#b91c1c}.rce-btn-add{background:#0f1c3f;border-radius:7px;color:#fff;flex-shrink:0;font-size:.82rem;padding:8px 16px}.rce-btn-add:hover:not(:disabled){background:#1e3a6e}.rce-add-row{display:flex;gap:8px;margin-top:2px}.rce-add-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;color:#0f1c3f;flex:1 1;font-size:.83rem;outline:none;padding:8px 12px;transition:border-color .15s,box-shadow .15s}.rce-add-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.rce-add-input::placeholder{color:#cbd5e1}.ret-section{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;margin-bottom:24px;overflow:hidden}.ret-header{border-bottom:1.5px solid #f1f5f9;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:20px 24px 16px}.ret-header,.ret-header-title{align-items:flex-start;display:flex}.ret-header-title{gap:12px}.ret-header-icon{flex-shrink:0;font-size:1.5rem;margin-top:2px}.ret-title{color:#0f1c3f;font-size:1.05rem;font-weight:800;margin:0 0 3px}.ret-subtitle{color:#64748b;font-size:.8rem;margin:0}.ret-summary{display:flex;flex-wrap:wrap;gap:20px}.ret-summary-item{align-items:center;display:flex;flex-direction:column;min-width:44px}.ret-summary-num{font-size:1.4rem;font-weight:800;line-height:1}.ret-summary-label{color:#94a3b8;font-size:.65rem;font-weight:600;letter-spacing:.07em;margin-top:2px;text-transform:uppercase}.ret-summary-item--avg{border-left:1px solid #e2e8f0;padding-left:20px}.ret-table-wrap{overflow-x:auto}.ret-table{border-collapse:collapse;font-size:.85rem;width:100%}.ret-th{background:#f8fafc;border-bottom:1.5px solid #e2e8f0;color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.07em;padding:10px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.ret-th-dim{width:30%}.ret-th-verdict{width:100px}.ret-th-score{width:140px}.ret-th-finding{width:auto}.ret-row{border-bottom:1px solid #f1f5f9;transition:background .1s}.ret-row:last-child{border-bottom:none}.ret-row:hover{background:#fafbff}.ret-td{padding:12px 16px;vertical-align:middle}.ret-td-dim{align-items:center;display:flex;gap:10px}.ret-dim-num{color:#94a3b8;flex-shrink:0;font-size:.68rem;font-weight:700;text-align:right;width:18px}.ret-dim-name{color:#0f1c3f;font-weight:600;line-height:1.3}.ret-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:700;gap:5px;padding:3px 10px;white-space:nowrap}.ret-badge-icon{font-size:.8rem;font-weight:800}.ret-score-wrap{align-items:center;display:flex;gap:8px}.ret-score-num{flex-shrink:0;font-size:.85rem;font-weight:700;text-align:right;width:28px}.ret-score-track{background:#f1f5f9;border-radius:4px;flex:1 1;height:6px;overflow:hidden}.ret-score-fill{border-radius:4px;height:100%;transition:width .5s ease}.ret-finding{color:#374151;font-size:.83rem;line-height:1.45}.btn-nav-delete-record{background:#0000;border:1.5px solid #fca5a5;border-radius:7px;color:#dc2626;cursor:pointer;font-size:.82rem;font-weight:600;padding:.4rem .9rem;transition:background .15s,border-color .15s;white-space:nowrap}.btn-nav-delete-record:hover{background:#fff1f2;border-color:#dc2626}.del-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f1c3f73;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.del-modal,.del-modal-backdrop{align-items:center;display:flex}.del-modal{animation:del-modal-in .18s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0f1c3f38;flex-direction:column;gap:12px;max-width:420px;padding:36px 32px 28px;text-align:center;width:100%}@keyframes del-modal-in{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.del-modal-icon{align-items:center;background:#fff1f2;border-radius:50%;display:flex;font-size:2.2rem;height:56px;justify-content:center;margin-bottom:4px;width:56px}.del-modal-title{color:#0f1c3f;font-size:1.15rem;font-weight:800;margin:0}.del-modal-body{color:#475569;font-size:.9rem;line-height:1.55;margin:0}.del-modal-actions{display:flex;gap:10px;margin-top:8px;width:100%}.del-modal-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:700;padding:10px 20px;transition:background .15s,opacity .15s}.del-modal-btn:disabled{cursor:not-allowed;opacity:.55}.del-modal-btn--confirm{background:#dc2626;color:#fff}.del-modal-btn--confirm:hover:not(:disabled){background:#b91c1c}.del-modal-btn--cancel{background:#f1f5f9;border:1.5px solid #e2e8f0;color:#374151}.del-modal-btn--cancel:hover:not(:disabled){background:#e2e8f0}.rm-screen{margin:0 auto;max-width:860px}.rm-add-role-row{display:flex;gap:.5rem;margin-top:1rem}.rm-add-role-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#0f1c3f;flex:1 1;font-size:.9rem;outline:none;padding:.55rem .9rem;transition:border-color .15s}.rm-add-role-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.rm-btn-add-role{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.55rem 1.1rem;transition:background .15s;white-space:nowrap}.rm-btn-add-role:hover:not(:disabled){background:#1d4ed8}.rm-btn-add-role:disabled{cursor:not-allowed;opacity:.5}.rm-error{color:#dc2626;font-size:.82rem;margin:.35rem 0 0}.rm-error--header{margin-top:.5rem}.rm-role-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.rm-role-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:border-color .15s,box-shadow .15s}.rm-role-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f1c3f0f}.rm-role-card--confirming{background:#fff5f5;border-color:#fca5a5}.rm-role-header{align-items:center;display:flex;gap:.75rem;padding:.85rem 1rem}.rm-role-icon{flex-shrink:0;font-size:1.2rem}.rm-role-title-wrap{flex:1 1;min-width:0}.rm-role-name{color:#0f1c3f;font-size:.95rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rm-criteria-count{color:#94a3b8;display:block;font-size:.775rem;margin-top:.1rem}.rm-role-actions{display:flex;flex-shrink:0;gap:.35rem}.rm-role-name-edit{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:.4rem}.rm-role-name-input{border:1.5px solid #2563eb;border-radius:6px;box-shadow:0 0 0 3px #2563eb14;color:#0f1c3f;flex:1 1;font-size:.9rem;min-width:160px;outline:none;padding:.4rem .65rem}.rm-inline-error{color:#dc2626;font-size:.78rem;width:100%}.rm-role-confirm{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:.6rem}.rm-confirm-label{color:#dc2626;font-size:.875rem;font-weight:600}.rm-confirm-sub{color:#64748b;font-size:.78rem}.rm-btn{border:1.5px solid #0000;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;padding:.3rem .65rem;transition:background .12s,border-color .12s;white-space:nowrap}.rm-btn-edit{background:#f8fafc;border-color:#e2e8f0;color:#475569}.rm-btn-edit:hover{background:#e2e8f0}.rm-btn-del{background:#fff1f2;border-color:#fecaca;color:#dc2626}.rm-btn-del:hover{background:#fecaca}.rm-btn-del-confirm{background:#dc2626;border-color:#dc2626;color:#fff}.rm-btn-del-confirm:hover{background:#b91c1c}.rm-btn-save{background:#2563eb;border-color:#2563eb;color:#fff}.rm-btn-save:hover{background:#1d4ed8}.rm-btn-save:disabled{cursor:not-allowed;opacity:.55}.rm-btn-cancel{background:#f1f5f9;border-color:#e2e8f0;color:#374151}.rm-btn-cancel:hover{background:#e2e8f0}.rm-btn-toggle{background:#f8fafc;border-color:#e2e8f0;color:#64748b;min-width:2rem;text-align:center}.rm-btn-toggle:hover{background:#e2e8f0}.rm-btn-add{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a;font-weight:600}.rm-btn-add:hover:not(:disabled){background:#dcfce7}.rm-btn-add:disabled{cursor:not-allowed;opacity:.45}.rm-criteria-wrap{background:#fafbfc;border-top:1.5px solid #f1f5f9;padding:.85rem 1rem}.rm-criteria-empty{color:#94a3b8;font-size:.82rem;margin:0 0 .75rem}.rm-criteria-list{display:flex;flex-direction:column;gap:.35rem;list-style:none;margin:0 0 .75rem;padding:0}.rm-criterion-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;overflow:hidden}.rm-criterion-confirm,.rm-criterion-edit,.rm-criterion-row{align-items:center;display:flex;gap:.5rem;padding:.45rem .65rem}.rm-criterion-num{color:#94a3b8;font-size:.72rem;font-weight:600;min-width:1.2rem;text-align:center}.rm-criterion-name{color:#1e293b;flex:1 1;font-size:.875rem}.rm-criterion-actions{display:flex;gap:.3rem}.rm-criterion-input{border:1.5px solid #2563eb;border-radius:5px;color:#0f1c3f;flex:1 1;font-size:.85rem;outline:none;padding:.3rem .55rem}.rm-confirm-text{color:#dc2626;flex:1 1;font-size:.82rem;font-weight:500}.rm-add-row{display:flex;gap:.4rem}.rm-add-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:7px;color:#0f1c3f;flex:1 1;font-size:.85rem;outline:none;padding:.45rem .7rem;transition:border-color .15s}.rm-add-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb12}.role-checkbox-list{display:flex;flex-direction:column;gap:.4rem;margin-top:.4rem}.role-checkbox-item{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:.6rem;padding:.55rem .8rem;transition:background .12s,border-color .12s;-webkit-user-select:none;user-select:none}.role-checkbox-item:hover:not(.role-checkbox-item--disabled){background:#eff6ff;border-color:#bfdbfe}.role-checkbox-item--checked{background:#eff6ff;border-color:#2563eb}.role-checkbox-item--disabled{cursor:not-allowed;opacity:.55}.role-checkbox-input{accent-color:#2563eb;cursor:pointer;flex-shrink:0;height:16px;width:16px}.role-checkbox-input:disabled{cursor:not-allowed}.role-checkbox-name{color:#0f1c3f;flex:1 1;font-size:.9rem;font-weight:500}.role-checkbox-dims{color:#94a3b8;font-size:.75rem;white-space:nowrap}.role-list-error,.role-list-loading{color:#64748b;font-size:.85rem;margin:.5rem 0}.role-list-error{color:#dc2626}.role-list-empty{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 0}.role-list-goto-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;font-weight:600;padding:0;text-decoration:underline}.role-list-goto-btn:hover{color:#1d4ed8}.cmp-screen{width:100%}.cmp-controls-bar{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.25rem}.cmp-role-wrap{display:flex;flex-direction:column;gap:.35rem;min-width:240px}.cmp-field-label{color:#64748b;color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.cmp-role-select{background:#fff;background:var(--white);border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;color:#0f1c3f;color:var(--navy-800);cursor:pointer;font-size:.9rem;outline:none;padding:.5rem .75rem;transition:border-color .15s}.cmp-role-select:focus{border-color:#2563eb;border-color:var(--blue-600)}.cmp-no-roles{color:#64748b;color:var(--gray-500);font-size:.875rem;margin:0}.cmp-generate-btn{align-items:center;background:#2563eb;background:var(--blue-600);border:none;border-radius:7px;color:#fff;color:var(--white);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.55rem 1.2rem;transition:background .15s,opacity .15s;white-space:nowrap}.cmp-generate-btn:hover:not(:disabled){background:#1d4ed8;background:var(--blue-700)}.cmp-generate-btn:disabled{cursor:not-allowed;opacity:.55}.cmp-generate-error{color:#dc2626;color:var(--red-600);font-size:.875rem;margin-top:.6rem}.cmp-candidate-panel{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;margin-top:1.5rem;overflow:hidden}.cmp-candidates-header{align-items:center;background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;padding:.75rem 1rem}.cmp-header-actions{align-items:center;display:flex;gap:.75rem}.cmp-select-all-btn{background:none;border:none;color:#2563eb;color:var(--blue-600);cursor:pointer;font-size:.8rem;font-weight:600;padding:0;text-decoration:underline}.cmp-select-all-btn:hover{color:#1d4ed8;color:var(--blue-700)}.cmp-selection-count{color:#64748b;color:var(--gray-500);font-size:.8rem;font-weight:500}.cmp-selection-count--warn{color:#d97706;color:var(--amber-600);font-weight:600}.cmp-no-candidates{color:#64748b;color:var(--gray-500);font-size:.875rem;margin:0;padding:1rem}.cmp-candidate-list{display:flex;flex-direction:column}.cmp-candidate-item{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);cursor:pointer;display:flex;gap:.75rem;padding:.65rem 1rem;transition:background .1s}.cmp-candidate-item:last-child{border-bottom:none}.cmp-candidate-item:hover{background:#f8fafc;background:var(--gray-50)}.cmp-candidate-item--checked{background:#eff6ff;background:var(--blue-50)}.cmp-candidate-item--checked:hover{background:#dbeafe}.cmp-candidate-checkbox{accent-color:#2563eb;accent-color:var(--blue-600);cursor:pointer;flex-shrink:0;height:1rem;width:1rem}.cmp-candidate-info{display:flex;flex:1 1;flex-direction:column;min-width:0}.cmp-candidate-name{color:#0f1c3f;color:var(--navy-800);font-size:.9rem;font-weight:600}.cmp-candidate-name,.cmp-candidate-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmp-candidate-title{color:#64748b;color:var(--gray-500);font-size:.78rem}.cmp-candidate-scores{align-items:center;display:flex;flex-shrink:0;gap:.4rem}.cmp-score-chip{background:#f1f5f9;background:var(--gray-100);border-radius:4px;color:#475569;color:var(--gray-600);font-size:.75rem;padding:.15rem .45rem}.cmp-score-chip strong{color:#0f1c3f;color:var(--navy-800)}.cmp-mini-risk{border-radius:4px;font-size:.7rem;font-weight:700;padding:.15rem .45rem;white-space:nowrap}.cmp-candidate-date{color:#94a3b8;color:var(--gray-400);flex-shrink:0;font-size:.75rem}.cmp-report{margin-top:2rem}.cmp-report-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}.cmp-report-title{color:#0f1c3f;color:var(--navy-800);font-size:1.35rem;font-weight:700;margin:0 0 .2rem}.cmp-report-meta{color:#64748b;color:var(--gray-500);font-size:.85rem;margin:0}.cmp-pdf-btn{align-items:center;background:#0f1c3f;background:var(--navy-800);border-radius:7px;color:#fff;color:var(--white);display:inline-flex;font-size:.85rem;font-weight:600;gap:.4rem;padding:.5rem 1rem;text-decoration:none;transition:background .15s;white-space:nowrap}.cmp-pdf-btn:hover{background:#162549;background:var(--navy-700)}.cmp-pool-summary{background:#f2f5fb;background:var(--navy-50);border-left:4px solid #2563eb;border-left:4px solid var(--blue-600);border-radius:8px;display:flex;gap:.85rem;margin-bottom:1.75rem;padding:1rem 1.25rem}.cmp-pool-summary-icon{flex-shrink:0;font-size:1.2rem;margin-top:.1rem}.cmp-pool-summary-text{color:#0f1c3f;color:var(--navy-800);font-size:.9rem;line-height:1.6;margin:0}.cmp-section{margin-bottom:2rem}.cmp-section-title{align-items:center;border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--gray-200);color:#0f1c3f;color:var(--navy-800);display:flex;font-size:1rem;font-weight:700;gap:.65rem;margin:0 0 1rem;padding-bottom:.6rem}.cmp-section-num{align-items:center;background:#0f1c3f;background:var(--navy-800);border-radius:50%;color:#fff;color:var(--white);display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:800;height:1.6rem;justify-content:center;width:1.6rem}.cmp-matrix-scroll{border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:8px;overflow-x:auto}.cmp-matrix-table{border-collapse:collapse;font-size:.82rem;min-width:700px;width:100%}.cmp-matrix-table thead{background:#0f1c3f;background:var(--navy-800);color:#fff;color:var(--white)}.cmp-matrix-dim-hdr,.cmp-matrix-name-hdr{border-right:1px solid #ffffff1a;font-size:.75rem;font-weight:700;padding:.6rem .75rem;white-space:nowrap}.cmp-matrix-dim-hdr{text-align:center}.cmp-matrix-row{transition:background .1s}.cmp-matrix-row--alt{background:#f8fafc;background:var(--gray-50)}.cmp-matrix-name-cell{border-right:1px solid #e2e8f0;border-right:1px solid var(--gray-200);padding:.5rem .75rem;white-space:nowrap}.cmp-matrix-candidate-name{color:#0f1c3f;color:var(--navy-800);font-weight:600}.cmp-matrix-dim-cell{border-right:1px solid #e2e8f0;border-right:1px solid var(--gray-200);padding:.35rem .4rem;text-align:center;vertical-align:middle}.cmp-matrix-cell-inner{align-items:center;border-radius:6px;display:inline-flex;flex-direction:column;gap:.15rem;min-width:72px;padding:.3rem .5rem}.cmp-matrix-status-icon{font-size:1rem;line-height:1}.cmp-matrix-cell-note{font-size:.7rem;font-weight:500;line-height:1.2;text-align:center}.cmp-matrix-legend{display:flex;gap:1.25rem;margin-top:.65rem;padding-left:.25rem}.cmp-legend-item{align-items:center;color:#64748b;color:var(--gray-500);display:flex;font-size:.78rem;gap:.3rem}.cmp-synth-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.cmp-synth-card{background:#fff;background:var(--white);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;padding:1rem 1.1rem}.cmp-synth-name{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);color:#0f1c3f;color:var(--navy-800);font-size:.95rem;font-weight:700;margin-bottom:.75rem;padding-bottom:.5rem}.cmp-synth-row{align-items:flex-start;display:flex;gap:.5rem;margin-bottom:.45rem}.cmp-synth-label{color:#64748b;color:var(--gray-500);flex-shrink:0;font-size:.75rem;font-weight:600;min-width:110px;padding-top:.1rem}.cmp-synth-value{color:#334155;color:var(--gray-700);font-size:.83rem;line-height:1.45}.cmp-synth-evidence{margin-top:.6rem}.cmp-evidence-list{margin:.35rem 0 0;padding-left:1.25rem}.cmp-evidence-item{color:#334155;color:var(--gray-700);font-size:.8rem;line-height:1.45;margin-bottom:.25rem}.cmp-rank-table-wrap{border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;overflow-x:auto}.cmp-rank-table{border-collapse:collapse;font-size:.85rem;min-width:680px;width:100%}.cmp-rank-table thead{background:#0f1c3f;background:var(--navy-800);color:#fff;color:var(--white)}.cmp-rank-table thead th{font-size:.75rem;font-weight:700;padding:.6rem .9rem;text-align:left;white-space:nowrap}.cmp-rt-rank{width:70px}.cmp-rt-fit{width:140px}.cmp-rt-diff,.cmp-rt-gap{width:30%}.cmp-rt-row{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);transition:background .1s}.cmp-rt-row:last-child{border-bottom:none}.cmp-rt-row:nth-child(2n){background:#f8fafc;background:var(--gray-50)}.cmp-rank-table tbody td{padding:.7rem .9rem;vertical-align:top}.cmp-medal{align-items:center;border-radius:6px;color:#fff;color:var(--white);display:inline-flex;font-size:.78rem;font-weight:800;justify-content:center;min-width:2.2rem;padding:.25rem .5rem;white-space:nowrap}.cmp-rt-name-wrap{display:flex;flex-direction:column;gap:.3rem}.cmp-rt-candidate-name{color:#0f1c3f;color:var(--navy-800);font-weight:600}.cmp-fit-cell{align-items:center;border-radius:6px;display:inline-flex;gap:.5rem;padding:.35rem .6rem}.cmp-fit-dot{border-radius:50%;flex-shrink:0;height:10px;width:10px}.cmp-fit-label{font-size:.82rem;font-weight:700;line-height:1.1}.cmp-fit-score{color:#64748b;color:var(--gray-500);font-size:.75rem;margin-top:1px}.cmp-rt-insight{align-items:flex-start;color:#334155;color:var(--gray-700);display:flex;font-size:.82rem;gap:.35rem;line-height:1.45}.cmp-rt-insight-icon{flex-shrink:0;font-size:.9rem;font-weight:800;margin-top:.05rem}.cmp-rt-insight--pos .cmp-rt-insight-icon{color:#16a34a;color:var(--green-600)}.cmp-rt-insight--neg .cmp-rt-insight-icon{color:#dc2626;color:var(--red-600)}.hgp-nav{background:#0a1628;background:var(--navy-900);border-bottom:1px solid #162549;border-bottom:1px solid var(--navy-700);box-shadow:0 2px 8px #0a162840;position:sticky;top:0;width:100%;z-index:200}.hgp-nav-inner{align-items:center;display:flex;gap:.5rem;height:56px;margin:0 auto;max-width:1400px;padding:0 1.5rem}.hgp-logo{background:none;border:none;cursor:pointer;gap:.6rem;margin-right:1rem;padding:.25rem .5rem .25rem 0;text-decoration:none}.hgp-logo,.hgp-logo-mark{align-items:center;display:flex;flex-shrink:0}.hgp-logo-mark{background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:8px;color:#fff;font-size:.9rem;font-weight:900;height:30px;justify-content:center;width:30px}.hgp-logo-text{color:#fff;font-size:1rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.hgp-logo-pro{color:#818cf8;font-size:.75rem;font-weight:600;letter-spacing:.02em;vertical-align:super}.hgp-nav-links{flex:1 1;gap:.25rem}.hgp-nav-links,.hgp-nav-right{align-items:center;display:flex}.hgp-nav-right{margin-left:auto}.hgp-nav-btn{align-items:center;background:none;border:none;border-radius:6px;border-radius:var(--radius-sm);color:#ffffffbf;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.35rem;padding:.45rem .85rem;transition:background .15s,color .15s;white-space:nowrap}.hgp-nav-btn:hover{background:#ffffff1a;color:#fff}.hgp-nav-btn--active{background:#6366f140;color:#a5b4fc;font-weight:600}.hgp-nav-btn-icon{font-size:1rem}.hgp-nav-chevron{font-size:.6rem;margin-left:.15rem;opacity:.7}.hgp-nav-dropdown{position:relative}.hgp-nav-menu{animation:menu-fade-in .12s ease;background:#0f1c3f;background:var(--navy-800);border:1px solid #1e3258;border:1px solid var(--navy-600);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 8px 24px #0000004d;left:0;min-width:240px;overflow:hidden;position:absolute;top:calc(100% + 8px);z-index:300}@keyframes menu-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hgp-nav-menu-item{align-items:flex-start;background:none;border:none;color:#ffffffd9;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background .12s;width:100%}.hgp-nav-menu-item:hover{background:#ffffff14;color:#fff}.hgp-nav-menu-item--active{background:#6366f133;color:#a5b4fc}.hgp-nav-menu-icon{flex-shrink:0;font-size:1rem;margin-top:1px}.hgp-nav-menu-label{display:block;font-weight:500}.hgp-nav-menu-desc{color:#ffffff73;display:block;font-size:.775rem;margin-top:1px}.results-action-bar{align-items:center;background:#ffffffd9;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);display:flex;gap:.75rem;justify-content:flex-end;padding:.75rem 1.5rem}.tp-container{margin:0 auto;max-width:1400px;padding:1.5rem}.tp-kpi-strip{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.tp-kpi{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);display:flex;flex:1 1;flex-direction:column;gap:.2rem;min-width:130px;padding:1rem 1.25rem}.tp-kpi-value{color:#0f1c3f;color:var(--navy-800);font-size:2rem;font-weight:700;line-height:1}.tp-kpi-value--blue{color:#2563eb;color:var(--blue-600)}.tp-kpi-value--green{color:#16a34a;color:var(--green-600)}.tp-kpi-value--red{color:#dc2626;color:var(--red-600)}.tp-kpi-label{color:#64748b;color:var(--gray-500);font-size:.8rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.tp-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}.tp-search{background:#fff;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);color:#0f172a;color:var(--gray-900);flex:1 1;font-size:.875rem;min-width:180px;outline:none;padding:.55rem .875rem;transition:border-color .15s}.tp-search:focus{border-color:#2563eb;border-color:var(--blue-600)}.tp-filter-select{background:#fff;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);color:#334155;color:var(--gray-700);cursor:pointer;font-size:.8rem;outline:none;padding:.5rem .75rem}.tp-count{color:#64748b;color:var(--gray-500);font-size:.8rem;margin-left:auto;white-space:nowrap}.tp-table-wrap{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);overflow:auto}.tp-table{border-collapse:collapse;font-size:.85rem;width:100%}.tp-th{background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);color:#64748b;color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.tp-row{cursor:pointer;transition:background .12s}.tp-row:hover{background:#f2f5fb;background:var(--navy-50)}.tp-row:not(:last-child) .tp-td{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100)}.tp-td{color:#334155;color:var(--gray-700);padding:.75rem 1rem;vertical-align:middle}.tp-td--candidate{min-width:200px}.tp-td--date{color:#94a3b8;color:var(--gray-400);font-size:.8rem;white-space:nowrap}.tp-candidate-cell{gap:.75rem}.tp-avatar,.tp-candidate-cell{align-items:center;display:flex}.tp-avatar{border-radius:50%;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:700;height:36px;justify-content:center;width:36px}.tp-candidate-info{display:flex;flex-direction:column;gap:.1rem}.tp-candidate-name{color:#0f172a;color:var(--gray-900);font-size:.875rem;font-weight:600}.tp-candidate-title{color:#64748b;color:var(--gray-500);font-size:.78rem}.tp-candidate-loc{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.tp-role-tags{display:flex;flex-wrap:wrap;gap:.3rem}.tp-role-tag{background:#eff6ff;background:var(--blue-50);color:#1d4ed8;color:var(--blue-700);font-size:.72rem;font-weight:500;padding:.18rem .55rem}.tp-role-tag,.tp-status-pill{border-radius:99px;white-space:nowrap}.tp-status-pill{border:1px solid #0000;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .65rem}.tp-risk-badge{border-radius:6px;border-radius:var(--radius-sm);display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:.25rem .6rem;text-transform:uppercase;white-space:nowrap}.tp-risk-badge--low{background:#f0fdf4;background:var(--green-50);color:#15803d;color:var(--green-700)}.tp-risk-badge--moderate{background:#fffbeb;background:var(--amber-50);color:#b45309;color:var(--amber-700)}.tp-risk-badge--high{background:#fff1f2;background:var(--red-50);color:#b91c1c;color:var(--red-700)}.tp-risk-badge--critical{background:#2d0000;color:#ff4d4d}.tp-score-bar{background:#f1f5f9;background:var(--gray-100);border-radius:99px;height:20px;min-width:70px;overflow:hidden;position:relative}.tp-score-bar-fill{border-radius:99px;inset:0 auto 0 0;opacity:.25;position:absolute;transition:width .4s ease}.tp-score-label{align-items:center;display:flex;font-size:.75rem;font-weight:700;inset:0;justify-content:center;position:absolute}.tp-muted{color:#94a3b8;color:var(--gray-400);font-size:.8rem}.tp-empty{align-items:center;color:#64748b;color:var(--gray-500);display:flex;font-size:.95rem;gap:.75rem;justify-content:center;padding:3rem 1.5rem;text-align:center}.tp-empty--error{color:#dc2626;color:var(--red-600)}.tp-spinner{animation:spin .7s linear infinite;border:2px solid #cbd5e1;border-top-color:#2563eb;border:2px solid var(--gray-300);border-radius:50%;border-top-color:var(--blue-600);display:inline-block;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.cp-container{margin:0 auto;max-width:1100px;padding:0 1.5rem 3rem}.cp-back-btn{align-items:center;background:none;border:none;color:#2563eb;color:var(--blue-600);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.35rem;padding:1rem 0 .75rem;transition:color .12s}.cp-back-btn:hover{color:#1d4ed8;color:var(--blue-700)}.cp-header{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);margin-bottom:1.25rem;padding:1.5rem}.cp-header-body{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem}.cp-header-left{flex:1 1;min-width:220px}.cp-header-right{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.cp-name{color:#0a1628;color:var(--navy-900);font-size:1.6rem;font-weight:700;margin-bottom:.5rem}.cp-header-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.cp-meta-item{color:#64748b;color:var(--gray-500);font-size:.875rem}.cp-linkedin-link{align-items:center;color:#0a66c2;display:inline-flex;font-size:.875rem;font-weight:500;gap:.3rem;text-decoration:none;transition:opacity .12s}.cp-linkedin-link:hover{opacity:.8}.cp-meta-edit-group{display:flex;flex-direction:column;gap:.35rem;margin-top:.6rem}.cp-meta-edit-row{align-items:center;display:flex;gap:.5rem;min-height:1.75rem}.cp-meta-edit-label{color:#94a3b8;color:var(--gray-400);flex-shrink:0;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;width:6rem}.cp-meta-edit-value{color:#334155;color:var(--gray-700);font-size:.85rem}.cp-meta-edit-empty{color:#94a3b8;color:var(--gray-400);font-size:.82rem;font-style:italic}.cp-meta-edit-input{border:1.5px solid var(--blue-400);border-radius:6px;flex:1 1;font-size:.84rem;min-width:0;outline:none;padding:.3rem .6rem}.cp-meta-edit-btn{background:none;border:none;border-radius:4px;color:#94a3b8;color:var(--gray-400);cursor:pointer;font-size:.85rem;padding:.1rem .3rem;transition:color .12s,background .12s}.cp-meta-edit-btn:hover{background:#f1f5f9;background:var(--gray-100);color:#162549;color:var(--navy-700)}.cp-meta-edit-save{background:#16a34a;background:var(--green-600);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;padding:.25rem .5rem}.cp-meta-edit-save:disabled{cursor:not-allowed;opacity:.5}.cp-meta-edit-cancel{background:none;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:5px;color:#64748b;color:var(--gray-500);cursor:pointer;font-size:.8rem;padding:.25rem .5rem}.cp-status-wrap{display:flex;flex-direction:column;gap:.2rem}.cp-status-label{color:#94a3b8;color:var(--gray-400);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.cp-status-select{border:1.5px solid;border-radius:99px;cursor:pointer;font-size:.8rem;font-weight:600;outline:none;padding:.4rem .75rem;transition:opacity .12s}.cp-status-select:disabled{opacity:.6}.cp-saving{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.cp-reassign-btn{background:#f2f5fb;background:var(--navy-50);border:1px solid #e8edf6;border:1px solid var(--navy-100);border-radius:6px;border-radius:var(--radius-sm);color:#0f1c3f;color:var(--navy-800);cursor:pointer;font-size:.8rem;font-weight:500;padding:.45rem .9rem;transition:background .12s;white-space:nowrap}.cp-reassign-btn:hover{background:#e8edf6;background:var(--navy-100)}.cp-interview-score-pill{background:#f8fafc;background:var(--gray-50);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.1rem;padding:.5rem .85rem}.cp-interview-score-label{color:#94a3b8;color:var(--gray-400);font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.cp-interview-score-val{color:var(--gray-800);font-size:.875rem;font-weight:700}.cp-interview-count{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.cp-tab-bar{border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--gray-200);display:flex;gap:0;margin-bottom:1.5rem}.cp-tab-btn{background:none;border:none;border-bottom:2px solid #0000;color:#64748b;color:var(--gray-500);cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:-2px;padding:.75rem 1.25rem;transition:color .15s,border-color .15s;white-space:nowrap}.cp-tab-btn:hover{color:var(--gray-800)}.cp-tab-btn--active{border-bottom-color:#2563eb;border-bottom-color:var(--blue-600);color:#2563eb;color:var(--blue-600);font-weight:600}.cp-tab-body{display:flex;flex-direction:column;gap:1.5rem}.cp-section{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 4px #0f1c3f14,0 1px 2px #0f1c3f0d;box-shadow:var(--shadow-sm);padding:1.5rem}.cp-section-title{color:#0f1c3f;color:var(--navy-800);font-size:1rem;font-weight:600;margin-bottom:1rem}.cp-empty-state{color:#94a3b8;color:var(--gray-400);font-size:.875rem;padding:1.5rem 0;text-align:center}.cp-interview-list{display:flex;flex-direction:column;gap:.75rem}.cp-interview-card{background:#f8fafc;background:var(--gray-50);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);padding:.9rem 1rem}.cp-interview-card-header{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.4rem}.cp-interview-score-badge{color:var(--gray-800);font-size:.875rem;font-weight:700}.cp-interview-ts{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.cp-interview-notes{color:#475569;color:var(--gray-600);font-size:.875rem;line-height:1.55;margin:0}.cp-interview-form{display:flex;flex-direction:column;gap:1rem}.cp-score-options{display:flex;flex-wrap:wrap;gap:.75rem}.cp-score-opt{align-items:center;border:2px solid #e2e8f0;border:2px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.45rem;padding:.55rem 1rem;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.cp-score-opt input[type=radio]{display:none}.cp-score-opt:hover{background:#f8fafc;background:var(--gray-50);border-color:#cbd5e1;border-color:var(--gray-300)}.cp-score-opt--selected{background:#eff6ff;background:var(--blue-50);border-color:#2563eb;border-color:var(--blue-600);color:#1d4ed8;color:var(--blue-700)}.cp-score-opt-emoji{font-size:1.1rem}.cp-score-opt-label{font-size:.85rem}.cp-notes-input{border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:10px;border-radius:var(--radius-md);color:var(--gray-800);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-sans);font-size:.875rem;outline:none;padding:.75rem 1rem;resize:vertical;transition:border-color .15s;width:100%}.cp-notes-input:focus{border-color:#2563eb;border-color:var(--blue-600)}.cp-submit-btn{align-self:flex-start;background:#2563eb;background:var(--blue-600);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.6rem 1.5rem;transition:background .15s}.cp-submit-btn:hover:not(:disabled){background:#1d4ed8;background:var(--blue-700)}.cp-submit-btn:disabled{cursor:not-allowed;opacity:.55}.cp-drop-zone{background:#f8fafc;background:var(--gray-50);border:2px dashed #cbd5e1;border:2px dashed var(--gray-300);border-radius:14px;border-radius:var(--radius-lg);cursor:pointer;outline:none;padding:2.5rem 1.5rem;text-align:center;transition:border-color .15s,background .15s}.cp-drop-zone:focus-visible,.cp-drop-zone:hover{background:#eff6ff;background:var(--blue-50);border-color:#2563eb;border-color:var(--blue-600)}.cp-drop-zone--over{background:#eff6ff;background:var(--blue-50);border-color:#2563eb;border-color:var(--blue-600)}.cp-drop-icon{font-size:2.5rem;margin-bottom:.75rem}.cp-drop-text{color:#334155;color:var(--gray-700);font-size:.9rem;margin-bottom:.3rem}.cp-drop-hint{color:#94a3b8;color:var(--gray-400);font-size:.78rem}.cp-screenshot-wrap{align-items:center;display:flex;flex-direction:column;gap:.75rem}.cp-screenshot{border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 4px 12px #0f1c3f1a,0 2px 4px #0f1c3f0f;box-shadow:var(--shadow-md);max-height:400px;max-width:100%;object-fit:contain}.cp-activity-list{display:flex;flex-direction:column;gap:0}.cp-activity-item{align-items:flex-start;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:flex;gap:1rem;padding:.85rem 0}.cp-activity-item:last-child{border-bottom:none}.cp-activity-dot{background:#2563eb;background:var(--blue-600);border-radius:50%;flex-shrink:0;height:10px;margin-top:4px;width:10px}.cp-activity-content{display:flex;flex-direction:column;font-size:.875rem;gap:.2rem}.cp-activity-action{color:var(--gray-800);font-weight:600}.cp-activity-change{color:#475569;color:var(--gray-600)}.cp-activity-old{color:#94a3b8;color:var(--gray-400);text-decoration:line-through}.cp-activity-new{color:#16a34a;color:var(--green-600);font-weight:600}.cp-activity-ts{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.cp-modal-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:500}.cp-modal{background:#fff;border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 10px 28px #0f1c3f1f,0 4px 8px #0f1c3f12;box-shadow:var(--shadow-lg);min-width:340px;padding:2rem}.cp-modal-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.cp-modal-current{color:#475569;color:var(--gray-600);font-size:.875rem;margin-bottom:1rem}.cp-modal-select{border:1.5px solid #cbd5e1;border:1.5px solid var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);font-size:.875rem;margin-bottom:1.25rem;outline:none;padding:.6rem .875rem;width:100%}.cp-modal-select:focus{border-color:#2563eb;border-color:var(--blue-600)}.cp-modal-actions{display:flex;gap:.75rem}.cp-modal-save{background:#2563eb;background:var(--blue-600);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.6rem;transition:background .12s}.cp-modal-save:hover:not(:disabled){background:#1d4ed8;background:var(--blue-700)}.cp-modal-save:disabled{cursor:not-allowed;opacity:.5}.cp-modal-cancel{background:#f1f5f9;background:var(--gray-100);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#334155;color:var(--gray-700);cursor:pointer;flex:1 1;font-weight:500;padding:.6rem;transition:background .12s}.cp-modal-cancel:hover{background:#e2e8f0;background:var(--gray-200)}.hgp-brand-text{background:none;border:none;color:#ffffffe6;cursor:pointer;flex-shrink:0;font-size:.95rem;font-weight:700;letter-spacing:-.01em;margin-right:1.25rem;padding:.25rem .5rem .25rem 0;transition:color .12s;white-space:nowrap}.hgp-brand-text:hover{color:#fff}.cp-header-topbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.cp-delete-btn{background:#fff1f2;background:var(--red-50);border:1px solid #fca5a5;border-radius:6px;border-radius:var(--radius-sm);color:#b91c1c;color:var(--red-700);cursor:pointer;font-size:.8rem;font-weight:600;padding:.4rem .85rem;transition:background .12s,border-color .12s;white-space:nowrap}.cp-delete-btn:hover{background:#fee2e2;background:var(--red-100);border-color:#dc2626;border-color:var(--red-600)}.cp-modal--danger{text-align:center}.cp-modal-danger-icon{font-size:2.5rem;margin-bottom:.75rem}.cp-modal-body{color:#475569;color:var(--gray-600);font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.cp-modal-delete-confirm{background:#dc2626;background:var(--red-600);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;flex:1 1;font-weight:600;padding:.6rem;transition:background .12s}.cp-modal-delete-confirm:hover:not(:disabled){background:#b91c1c;background:var(--red-700)}.cp-modal-delete-confirm:disabled{cursor:not-allowed;opacity:.5}.cp-role-wrap{display:flex;flex-direction:column;gap:.2rem}.cp-role-label{color:#94a3b8;color:var(--gray-400);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.cp-role-row{align-items:center;display:flex;gap:.5rem}.cp-role-value{color:#0f1c3f;color:var(--navy-800);font-size:.875rem;font-weight:600}.cp-role-none{color:#94a3b8;color:var(--gray-400);font-style:italic;font-weight:400}.cp-change-role-btn{background:#f2f5fb;background:var(--navy-50);border:1px solid #e8edf6;border:1px solid var(--navy-100);border-radius:6px;border-radius:var(--radius-sm);color:#162549;color:var(--navy-700);cursor:pointer;font-size:.75rem;font-weight:500;padding:.3rem .65rem;transition:background .12s;white-space:nowrap}.cp-change-role-btn:hover{background:#e8edf6;background:var(--navy-100)}.cp-interview-score-none{color:#94a3b8;color:var(--gray-400);font-size:.8rem;font-style:italic}.rm-jd-section{background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);padding:.875rem 1rem}.rm-jd-label{color:#64748b;color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.rm-jd-dropzone{align-items:center;background:#fff;background:var(--white);border:1.5px dashed #cbd5e1;border:1.5px dashed var(--gray-300);border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:.6rem;outline:none;padding:.65rem .875rem;transition:border-color .15s,background .15s}.rm-jd-dropzone:focus,.rm-jd-dropzone:hover{background:#f2f5fb;background:var(--navy-50);border-color:var(--navy-400)}.rm-jd-dropzone--over{background:#f2f5fb;background:var(--navy-50);border-color:#1e3258;border-color:var(--navy-600)}.rm-jd-dropzone--uploading{cursor:wait;opacity:.65}.rm-jd-icon{flex-shrink:0;font-size:1rem}.rm-jd-hint{color:#64748b;color:var(--gray-500);font-size:.8rem}.rm-jd-attached{align-items:center;display:flex;gap:.75rem;padding:.45rem .5rem}.rm-jd-filename{color:#15803d;color:var(--green-700,#166534);flex:1 1;font-size:.825rem;font-weight:500;word-break:break-all}.audit-header-actions{align-items:center;display:flex;flex-shrink:0;gap:.6rem}.btn-audit-clear{align-items:center;background:#fff;background:var(--white);border:1.5px solid #fca5a5;border:1.5px solid var(--red-300,#fca5a5);border-radius:6px;border-radius:var(--radius-sm);color:#b91c1c;color:var(--red-700,#b91c1c);cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:.3rem;padding:.45rem 1rem;transition:background .15s,border-color .15s;white-space:nowrap}.btn-audit-clear:hover{background:#fff1f2;background:var(--red-50,#fef2f2);border-color:#ef4444;border-color:var(--red-500,#ef4444)}.audit-col-del{text-align:center;width:2.5rem}.audit-del-btn{background:none;border:none;border-radius:6px;border-radius:var(--radius-sm);color:#94a3b8;color:var(--gray-400);cursor:pointer;font-size:.85rem;line-height:1;padding:.2rem .4rem;transition:color .12s,background .12s}.audit-del-btn:hover:not(:disabled){background:#fff1f2;background:var(--red-50,#fef2f2);color:#dc2626;color:var(--red-600,#dc2626)}.audit-del-btn:disabled{cursor:wait;opacity:.5}.audit-modal-backdrop{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.audit-modal{background:#fff;background:var(--white);border-radius:10px;border-radius:var(--radius-md,10px);box-shadow:0 20px 60px #00000040;max-width:400px;padding:2rem 2.25rem;text-align:center;width:90vw}.audit-modal-icon{font-size:2.5rem;margin-bottom:.75rem}.audit-modal-title{color:#0f1c3f;color:var(--navy-800);font-size:1.15rem;font-weight:700;margin-bottom:.6rem}.audit-modal-body{color:#475569;color:var(--gray-600);font-size:.9rem;line-height:1.55;margin-bottom:1.5rem}.audit-modal-actions{display:flex;gap:.75rem;justify-content:center}.audit-modal-btn{border:none;border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;font-size:.875rem;font-weight:600;padding:.55rem 1.25rem;transition:background .15s}.audit-modal-btn--confirm{background:#dc2626;background:var(--red-600,#dc2626);color:#fff;color:var(--white)}.audit-modal-btn--confirm:hover:not(:disabled){background:#b91c1c;background:var(--red-700,#b91c1c)}.audit-modal-btn--cancel{background:#f1f5f9;background:var(--gray-100);border:1px solid #cbd5e1;border:1px solid var(--gray-300);color:#334155;color:var(--gray-700)}.audit-modal-btn--cancel:hover:not(:disabled){background:#e2e8f0;background:var(--gray-200)}.audit-modal-btn:disabled{cursor:not-allowed;opacity:.6}.li-card{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:14px;border-radius:var(--radius-lg);margin-top:1rem;padding:1.25rem 1.5rem}.li-card--conflicted{border-color:#d97706;border-color:var(--amber-600)}.li-card--unverified{border-color:#cbd5e1;border-color:var(--gray-300,#cbd5e1);opacity:.9}.li-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.li-title{color:var(--gray-800);font-size:1rem;font-weight:600;margin:0}.li-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.78rem;font-weight:600;gap:.35rem;letter-spacing:.02em;padding:.25rem .75rem}.li-badge-icon{font-weight:700}.li-badge--confirmed{background:#dcfce7;color:#16a34a;color:var(--green-600)}.li-badge--conflicted{background:#fee2e2;color:#dc2626;color:var(--red-600)}.li-badge--medium{background:#fef3c7;color:#d97706;color:var(--amber-600)}.li-badge--unverified{background:#f1f5f9;background:var(--gray-100,#f1f5f9);color:#64748b;color:var(--gray-500,#64748b)}.li-locations{display:flex;gap:1rem;margin-bottom:.75rem}.li-locations--split .li-loc-box{flex:1 1}.li-loc-box{display:flex;flex-direction:column;gap:.15rem}.li-loc-label{color:#64748b;color:var(--gray-500,#64748b);font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.li-loc-value{color:var(--gray-800);font-size:.92rem;font-weight:500}.li-confidence{align-items:center;display:flex;gap:.6rem;margin-bottom:.75rem}.li-confidence-label{color:#64748b;color:var(--gray-500,#64748b);font-size:.78rem;font-weight:600;white-space:nowrap}.li-confidence-bar-wrap{background:#e2e8f0;background:var(--gray-200);border-radius:3px;flex:1 1;height:6px;overflow:hidden}.li-confidence-bar{background:#16a34a;background:var(--green-600);border-radius:3px;height:100%;transition:width .3s ease}.li-confidence-bar.li-badge--conflicted{background:#dc2626;background:var(--red-600)}.li-confidence-bar.li-badge--medium{background:#d97706;background:var(--amber-600)}.li-confidence-value{color:#334155;color:var(--gray-700);font-size:.82rem;font-weight:600;min-width:2.5rem;text-align:right}.li-signals{display:flex;flex-direction:column;gap:.35rem;list-style:none;margin:0 0 .75rem;padding:0}.li-signal-item{color:#334155;color:var(--gray-700);font-size:.85rem;padding-left:1rem;position:relative}.li-signal-item:before{color:#94a3b8;color:var(--gray-400);content:"\2022";left:0;position:absolute}.li-explanation{color:#475569;color:var(--gray-600);font-size:.85rem;line-height:1.55;margin:0 0 .5rem}.li-disclaimer{background:#fffbeb;border:1px solid #fde68a;border-radius:6px;color:#d97706;color:var(--amber-600);font-size:.78rem;font-weight:500;margin-top:.5rem;padding:.5rem .75rem}.hd-loc-badge{border-radius:12px;display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.02em;padding:3px 10px;white-space:nowrap}.hd-loc-badge--confirmed{background:#dcfce7;color:#16a34a}.hd-loc-badge--conflicted{background:#fee2e2;color:#dc2626}.hd-loc-badge--medium{background:#fef3c7;color:#d97706}.hd-loc-badge--unverified{background:#f1f5f9;color:#64748b}.tp-loc-badge{border-radius:12px;display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.02em;padding:3px 10px;white-space:nowrap}.tp-loc-badge--confirmed{background:#dcfce7;color:#16a34a}.tp-loc-badge--conflicted{background:#fee2e2;color:#dc2626}.tp-loc-badge--medium{background:#fef3c7;color:#d97706}.tp-loc-badge--unverified{background:#f1f5f9;color:#64748b}.cmp-loc-chip--confirmed{background:#dcfce7!important;color:#16a34a!important}.cmp-loc-chip--conflicted{background:#fee2e2!important;color:#dc2626!important}.cmp-loc-chip--unverified{background:#f1f5f9!important;color:#64748b!important}.adm-root{margin:0 auto;max-width:1200px;padding:2rem 2.5rem}.adm-page-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.adm-page-title{color:#0f1c3f;color:var(--navy-800);font-size:1.6rem;font-weight:700;margin:0 0 .25rem}.adm-page-sub{color:#64748b;color:var(--gray-500);font-size:.875rem;margin:0}.adm-tabs{border-bottom:2px solid #e2e8f0;border-bottom:2px solid var(--gray-200);display:flex;gap:.25rem;margin-bottom:1.5rem}.adm-tab-btn{background:none;border:none;border-bottom:2px solid #0000;border-radius:4px 4px 0 0;color:#64748b;color:var(--gray-500);cursor:pointer;font-size:.875rem;font-weight:500;margin-bottom:-2px;padding:.6rem 1.2rem;transition:color .15s,border-color .15s}.adm-tab-btn:hover{color:#162549;color:var(--navy-700)}.adm-tab-btn--active{border-bottom-color:#162549;border-bottom-color:var(--navy-700);color:#0f1c3f;color:var(--navy-800);font-weight:600}.adm-tab-content{display:flex;flex-direction:column;gap:1.25rem}.adm-section-card{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;padding:1.25rem 1.5rem}.adm-section-hdr{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.adm-section-title{align-items:center;color:#0f1c3f;color:var(--navy-800);display:flex;font-size:.95rem;font-weight:600;gap:.6rem;margin:0}.adm-kpi-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.adm-kpi-card{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;display:flex;flex-direction:column;gap:.25rem;padding:1.1rem 1.25rem}.adm-kpi-value{color:#0f1c3f;color:var(--navy-800);font-size:2rem;font-weight:700;line-height:1}.adm-kpi-label{color:#64748b;color:var(--gray-500);font-size:.78rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.adm-kpi-sub{color:#94a3b8;color:var(--gray-400);font-size:.75rem}.adm-btn{align-items:center;border:1px solid #0000;border-radius:6px;cursor:pointer;display:inline-flex;font-size:.84rem;font-weight:500;gap:.35rem;padding:.45rem .9rem;transition:background .15s,color .15s;white-space:nowrap}.adm-btn--primary{background:#162549;background:var(--navy-700);border-color:#162549;border-color:var(--navy-700);color:#fff}.adm-btn--primary:hover{background:#0f1c3f;background:var(--navy-800)}.adm-btn--ghost{background:#0000;border-color:#cbd5e1;border-color:var(--gray-300);color:#475569;color:var(--gray-600)}.adm-btn--ghost:hover{background:#f1f5f9;background:var(--gray-100)}.adm-btn--danger{background:#fff1f2;background:var(--red-50);border-color:var(--red-200);color:#b91c1c;color:var(--red-700)}.adm-btn--danger:hover{background:#fee2e2;background:var(--red-100)}.adm-btn--success{background:#f0fdf4;background:var(--green-50);border-color:#bbf7d0;color:#15803d;color:var(--green-700)}.adm-btn--success:hover{background:#dcfce7;background:var(--green-100)}.adm-btn--sm{font-size:.78rem;padding:.3rem .65rem}.adm-btn:disabled{cursor:not-allowed;opacity:.5}.adm-input{background:#fff;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;color:#0f172a;color:var(--gray-900);font-size:.875rem;outline:none;padding:.45rem .75rem;transition:border-color .15s;width:100%}.adm-input:focus{border-color:#1e3258;border-color:var(--navy-600)}.adm-input--sm{font-size:.8rem;padding:.3rem .6rem;width:auto}.adm-input--search{max-width:260px}.adm-select{background:#fff;border:1px solid #cbd5e1;border:1px solid var(--gray-300);border-radius:6px;color:#0f172a;color:var(--gray-900);cursor:pointer;font-size:.84rem;padding:.42rem .7rem}.adm-select--sm{font-size:.78rem;padding:.28rem .5rem}.adm-invite-form{display:flex;flex-direction:column;gap:1rem;padding-top:.5rem}.adm-form-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.adm-form-field{display:flex;flex-direction:column;gap:.3rem}.adm-label{color:#475569;color:var(--gray-600);font-size:.78rem;font-weight:500}.adm-invite-note{color:#94a3b8;color:var(--gray-400);font-size:.78rem;margin:0}.adm-table-wrap{border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;overflow-x:auto}.adm-table{background:#fff;background:var(--surface-card);border-collapse:collapse;font-size:.875rem;width:100%}.adm-table th{background:#f8fafc;background:var(--gray-50);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray-200);color:#64748b;color:var(--gray-500);font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.adm-table td{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);color:#334155;color:var(--gray-700);padding:.75rem 1rem;vertical-align:middle}.adm-table tr:last-child td{border-bottom:none}.adm-table--audit .adm-cell-detail{max-width:220px}.adm-table--audit .adm-cell-detail,.adm-table--audit .adm-cell-email{color:#64748b;color:var(--gray-500);font-size:.8rem}.adm-row--inactive td{opacity:.55}.adm-user-name{color:var(--gray-800);font-weight:500}.adm-user-email{margin-top:2px}.adm-cell-date,.adm-user-email{color:#94a3b8;color:var(--gray-400);font-size:.8rem}.adm-cell-date{white-space:nowrap}.adm-actions{flex-wrap:wrap}.adm-actions,.adm-reset-pw-row{align-items:center;display:flex;gap:.4rem}.adm-reset-pw-row{margin-top:.5rem}.adm-you-tag{font-size:.72rem;margin-left:.5rem}.adm-empty,.adm-you-tag{color:#94a3b8;color:var(--gray-400)}.adm-empty{padding:2rem!important;text-align:center}.adm-role-badge{border-radius:4px;color:#fff;text-transform:lowercase}.adm-role-badge,.adm-status-pill{display:inline-block;font-size:.72rem;font-weight:600;padding:.2rem .55rem}.adm-status-pill{border-radius:20px}.adm-status-pill--active{background:#dcfce7;background:var(--green-100);color:#15803d;color:var(--green-700)}.adm-status-pill--inactive{background:#fee2e2;background:var(--red-100);color:#b91c1c;color:var(--red-700)}.adm-count-badge{background:#f1f5f9;background:var(--gray-100);border-radius:20px;color:#475569;color:var(--gray-600);display:inline-block;font-size:.72rem;font-weight:600;padding:.1rem .5rem}.adm-count-badge--dim{background:#fff1f2;background:var(--red-50);color:#dc2626;color:var(--red-600)}.adm-plan-badge{border-radius:20px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.adm-plan-badge--lg{font-size:.85rem;padding:.35rem 1rem}.adm-tenant-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.adm-tenant-name-row{align-items:center;display:flex;gap:.5rem}.adm-tenant-name{color:#0f1c3f;color:var(--navy-800);font-size:1.15rem;font-weight:700}.adm-tenant-since,.adm-tenant-slug{color:#94a3b8;color:var(--gray-400);font-size:.78rem}.adm-inline-edit{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.adm-role-breakdown{display:flex;gap:2rem}.adm-role-stat{align-items:center;display:flex;flex-direction:column;gap:.25rem}.adm-role-stat-count{font-size:2rem;font-weight:700;line-height:1}.adm-role-stat-label{color:#64748b;color:var(--gray-500);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.adm-seat-bar-wrap{display:flex;flex-direction:column;gap:.4rem}.adm-seat-bar-track{background:#f1f5f9;background:var(--gray-100);border-radius:99px;height:10px;overflow:hidden}.adm-seat-bar-fill{border-radius:99px;height:100%;transition:width .4s}.adm-seat-bar-label{color:#64748b;color:var(--gray-500);font-size:.8rem}.adm-audit-controls{align-items:center;display:flex;gap:.5rem}.adm-audit-filters{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.adm-audit-badge{border-radius:4px;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.03em;padding:.18rem .5rem;text-transform:uppercase}.adm-audit-badge--analysis{background:#dbeafe;color:#1d4ed8}.adm-audit-badge--batch{background:#fef3c7;color:#b45309}.adm-audit-badge--report{background:#f0fdf4;color:#15803d}.adm-audit-badge--candidate{background:#fee2e2;color:#b91c1c}.adm-audit-breakdown{display:flex;flex-direction:column;gap:.4rem}.adm-audit-type-row{align-items:center;border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--gray-100);display:flex;font-size:.84rem;justify-content:space-between;padding:.35rem 0}.adm-audit-type-name{color:#334155;color:var(--gray-700)}.adm-audit-type-count{color:#162549;color:var(--navy-700);font-weight:600}.adm-confirm-banner{align-items:center;background:#fff1f2;background:var(--red-50);border:1px solid var(--red-200);border-radius:8px;color:#b91c1c;color:var(--red-700);display:flex;flex-wrap:wrap;font-size:.84rem;gap:.75rem;margin-bottom:.75rem;padding:.75rem 1rem}.adm-billing-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.adm-billing-card{background:#fff;background:var(--surface-card);border:1px solid #e2e8f0;border:1px solid var(--gray-200);border-radius:10px;display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem}.adm-billing-card--plan{background:#f2f5fb;background:var(--navy-50);border-color:#e8edf6;border-color:var(--navy-100)}.adm-billing-card--stripe{border-style:dashed}.adm-billing-plan-header{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.adm-billing-plan-name{color:#0f1c3f;color:var(--navy-800);font-size:1.1rem;font-weight:700;margin:0}.adm-billing-card-title{color:#0f1c3f;color:var(--navy-800);font-size:.875rem;font-weight:600;margin:0}.adm-billing-seats{align-items:baseline;display:flex;gap:.2rem}.adm-billing-seats-used{color:#0f1c3f;color:var(--navy-800);font-size:2rem;font-weight:700;line-height:1}.adm-billing-seats-of{color:#64748b;color:var(--gray-500);font-size:1rem}.adm-billing-seats-label{color:#94a3b8;color:var(--gray-400);font-size:.875rem}.adm-billing-seats-avail{color:#64748b;color:var(--gray-500);font-size:.8rem;margin:0}.adm-billing-stripe-note{color:#64748b;color:var(--gray-500);font-size:.84rem;margin:0}.adm-billing-stripe-meta{display:flex;flex-direction:column;gap:.4rem}.adm-billing-meta-row{display:flex;font-size:.8rem;gap:.5rem;justify-content:space-between}.adm-billing-meta-label{color:#64748b;color:var(--gray-500)}.adm-billing-meta-value{color:#334155;color:var(--gray-700);font-family:monospace}.adm-billing-not-set{color:#94a3b8;color:var(--gray-400);font-family:inherit;font-style:italic}.adm-billing-connected{color:#16a34a;color:var(--green-600);font-family:inherit;font-style:normal}.adm-billing-stripe-badge{align-self:flex-start;background:#f1f5f9;background:var(--gray-100);border-radius:4px;color:#64748b;color:var(--gray-500);display:inline-block;font-size:.72rem;padding:.2rem .6rem}.adm-billing-plan-price{color:#475569;color:var(--gray-600);font-size:.95rem;font-weight:600}.adm-billing-upgrade-row{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.adm-billing-enterprise-note{color:#64748b;color:var(--gray-500);font-size:.8rem;margin:.75rem 0 0}.adm-billing-err{margin-bottom:1rem}.adm-link{color:#1e3258;color:var(--navy-600);cursor:pointer;text-decoration:underline}.adm-link:hover{color:#0f1c3f;color:var(--navy-800)}.adm-feature-list{display:flex;flex-direction:column;gap:.35rem;list-style:none;margin:0;padding:0}.adm-feature-item{align-items:center;color:#334155;color:var(--gray-700);display:flex;font-size:.84rem;gap:.4rem}.adm-feature-check{color:#16a34a;color:var(--green-600);font-weight:700}.adm-err{color:#dc2626;color:var(--red-600);font-size:.8rem}.adm-err--sm{font-size:.75rem;margin-top:.25rem}.adm-ok{color:#16a34a;color:var(--green-600);font-size:.8rem}.adm-loading{color:#94a3b8;color:var(--gray-400);font-size:.9rem;padding:2rem;text-align:center}.adm-error{background:#fff1f2;background:var(--red-50);border-radius:8px;color:#dc2626;color:var(--red-600);font-size:.9rem;padding:1.5rem}.adm-access-denied{align-items:center;color:#64748b;color:var(--gray-500);display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem;text-align:center}.adm-access-denied-icon{font-size:3rem;margin-bottom:1rem}.adm-access-denied h2{color:#334155;color:var(--gray-700);font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.adm-access-denied p{font-size:.875rem;margin:0}
/*# sourceMappingURL=main.2109bf09.css.map*/