.resdex-root{--rdx-bg:#f4f6fb;--rdx-card:#fff;--rdx-border:#e3e7ef;--rdx-text:#1f2937;--rdx-muted:#6b7280;--rdx-primary:#457eff;--rdx-primary-dark:#2f63db;--rdx-ok:#0f9d58;--rdx-warn:#d97706;min-height:100vh;background:var(--rdx-bg);color:var(--rdx-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dark .resdex-root{--rdx-bg:#0f1419;--rdx-card:#1a2332;--rdx-border:#2d3748;--rdx-text:#f3f4f6;--rdx-muted:#9ca3af;--rdx-primary:#5b8fff;--rdx-primary-dark:#457eff}.resdex-top-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;background:#111827;color:#fff}.resdex-brand{font-weight:700;letter-spacing:.02em;font-size:15px}.resdex-view-tabs{display:flex;gap:4px;margin-left:auto;margin-right:16px}.resdex-view-tab{background:transparent;color:hsla(0,0%,100%,.75);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}.resdex-view-tab:hover{color:#fff}.resdex-view-tab.active{background:rgba(69,126,255,.35);color:#fff;border-color:rgba(69,126,255,.5)}.resdex-view-tab.disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.resdex-status{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.resdex-pill{font-size:12px;padding:4px 10px;border-radius:999px;background:hsla(0,0%,100%,.12);white-space:nowrap}.resdex-pill.user{background:rgba(69,126,255,.35)}.resdex-pill.online{background:rgba(15,157,88,.25)}.resdex-pill.offline{background:rgba(217,119,6,.35)}.resdex-search-view{padding:16px;min-height:calc(100vh - 52px)}.resdex-search-layout{display:grid;grid-template-columns:minmax(320px,1fr) minmax(280px,420px);grid-gap:16px;gap:16px;max-width:1200px;margin:0 auto}.resdex-panel{background:var(--rdx-card);border:1px solid var(--rdx-border);border-radius:10px}.resdex-search-form-panel{padding:20px}.resdex-search-form-panel h1{margin:0 0 8px;font-size:24px;font-weight:700}.resdex-hint{color:var(--rdx-muted);font-size:13px;margin:0 0 12px;line-height:1.45}.resdex-form{gap:14px;margin-top:16px}.resdex-form,.resdex-form label{display:flex;flex-direction:column}.resdex-form label{gap:6px;font-size:13px;font-weight:600}.resdex-form input,.resdex-form select{font-weight:400;padding:9px 10px;border:1px solid var(--rdx-border);border-radius:8px;background:var(--rdx-card);color:var(--rdx-text)}.resdex-form select{cursor:pointer}.resdex-field-hint{font-weight:400;font-size:12px;color:var(--rdx-muted)}.resdex-chip-input{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:42px;padding:6px 8px;border:1px solid var(--rdx-border);border-radius:8px;background:var(--rdx-card);cursor:text}.resdex-chip-input:focus-within{border-color:var(--rdx-primary);box-shadow:0 0 0 2px rgba(69,126,255,.15)}.resdex-chip-list{display:contents}.resdex-keyword-chip{display:inline-flex;align-items:center;gap:4px;background:#eef2ff;color:#3730a3;border-radius:999px;padding:3px 8px 3px 10px;font-size:13px;font-weight:500;max-width:100%}.dark .resdex-keyword-chip{background:rgba(99,102,241,.2);color:#c7d2fe}.resdex-keyword-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resdex-keyword-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:999px;background:transparent;color:#6366f1;font-size:14px;line-height:1;cursor:pointer}.resdex-keyword-chip-remove:hover{background:rgba(99,102,241,.15);color:#4338ca}.resdex-chip-input input[type=text]{flex:1 1 120px;min-width:120px;border:none;padding:4px 2px;outline:none;box-shadow:none;background:transparent}.resdex-keywords-field{display:flex;flex-direction:column;gap:6px}.resdex-keywords-field-header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;font-weight:600}.resdex-toggle-switch-wrap{display:inline-flex;align-items:center;gap:8px;font-weight:500}.resdex-toggle-switch-label{font-size:12px;color:var(--rdx-muted);font-weight:500}.resdex-ts-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer}.resdex-ts-switch input{position:absolute;opacity:0;width:0;height:0}.resdex-ts-track{display:inline-flex;width:36px;height:20px;border-radius:999px;background:#9ca3af;transition:background .2s ease;padding:2px;box-sizing:border-box}.resdex-ts-switch.on .resdex-ts-track{background:var(--rdx-primary)}.resdex-ts-slider{display:block;width:16px;height:16px;border-radius:999px;background:#fff;transition:transform .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.15)}.resdex-ts-switch.on .resdex-ts-slider{transform:translateX(16px)}.resdex-boolean-keywords-input{font-weight:400;width:100%;padding:9px 10px;border:1px solid var(--rdx-border);border-radius:8px;background:var(--rdx-card);color:var(--rdx-text);box-sizing:border-box}.resdex-boolean-keywords-wrap{position:relative}.resdex-boolean-suggestions{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;margin:0;padding:4px;list-style:none;border:1px solid var(--rdx-border);border-radius:8px;background:var(--rdx-card);box-shadow:0 8px 24px rgba(15,23,42,.12);max-height:220px;overflow-y:auto}.resdex-boolean-suggestion{display:block;width:100%;border:none;border-radius:6px;padding:8px 10px;background:transparent;color:var(--rdx-text);text-align:left;font-size:13px;line-height:1.35;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resdex-boolean-suggestion.active,.resdex-boolean-suggestion:hover{background:#eef2ff;color:#3730a3}.dark .resdex-boolean-suggestion.active,.dark .resdex-boolean-suggestion:hover{background:#1e293b;color:#93c5fd}.resdex-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.resdex-experience-field{display:flex;flex-direction:column;gap:6px}.resdex-experience-label{font-size:13px;font-weight:600}.resdex-experience-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.resdex-experience-sep{font-size:13px;color:var(--rdx-muted);flex-shrink:0}.resdex-experience-suggest{position:relative;flex:1 1 88px;min-width:88px;max-width:140px}.resdex-experience-input{font-weight:400;width:100%;padding:9px 10px;color:var(--rdx-text);box-sizing:border-box}.resdex-experience-input,.resdex-experience-suggestions{border:1px solid var(--rdx-border);border-radius:8px;background:var(--rdx-card)}.resdex-experience-suggestions{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;margin:0;padding:4px;list-style:none;box-shadow:0 8px 24px rgba(15,23,42,.12);max-height:220px;overflow-y:auto}.resdex-experience-suggestion{display:block;width:100%;border:none;border-radius:6px;padding:8px 10px;background:transparent;color:var(--rdx-text);text-align:left;font-size:13px;line-height:1.35;cursor:pointer}.resdex-experience-suggestion.active,.resdex-experience-suggestion:hover{background:#eef2ff;color:#3730a3}.dark .resdex-experience-suggestion.active,.dark .resdex-experience-suggestion:hover{background:#1e293b;color:#93c5fd}.resdex-form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.resdex-btn{border:none;border-radius:8px;padding:9px 12px;background:var(--rdx-primary);color:#fff;font-weight:600;cursor:pointer;font-size:14px}.resdex-btn:hover:not(:disabled){background:var(--rdx-primary-dark)}.resdex-btn.secondary{background:#eef2ff;color:#3730a3}.dark .resdex-btn.secondary{background:#1e293b;color:#93c5fd}.resdex-btn:disabled{opacity:.5;cursor:not-allowed}.resdex-search-sidebar{padding:16px;display:flex;flex-direction:column;gap:16px}.resdex-history-block h2{margin:0 0 12px;font-size:15px;display:flex;align-items:center;gap:8px}.resdex-history-list{display:flex;flex-direction:column;gap:12px}.resdex-history-item{border-top:1px solid var(--rdx-border);padding-top:12px}.resdex-history-item:first-child{border-top:none;padding-top:0}.resdex-history-item p{margin:6px 0 10px;font-size:13px;color:var(--rdx-muted);line-height:1.45}.resdex-history-actions{display:flex;gap:12px;flex-wrap:wrap}.resdex-link-btn{background:transparent;color:var(--rdx-primary);padding:0;font-size:13px;font-weight:600;border:none;cursor:pointer}.resdex-link-btn.primary{color:var(--rdx-primary-dark)}.resdex-results-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:16px;gap:16px;padding:16px;min-height:calc(100vh - 52px)}.resdex-results-layout.profile-open{grid-template-columns:280px minmax(320px,1fr) minmax(360px,440px)}.resdex-filters{padding:16px;height:-moz-fit-content;height:fit-content}.resdex-filters h3{margin:0 0 8px}.resdex-meta-block{font-size:13px;line-height:1.8}.resdex-results{min-width:0}.resdex-results-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px;flex-wrap:wrap}.resdex-pagination{display:flex;align-items:center;gap:10px}.resdex-candidate-list{display:flex;flex-direction:column;gap:12px}.resdex-tuple{position:relative;background:var(--rdx-card);border:1px solid var(--rdx-border);border-radius:10px;padding:14px 16px;transition:box-shadow .15s ease}.resdex-tuple.selected{border-color:#93c5fd;box-shadow:0 0 0 2px rgba(69,126,255,.15)}.resdex-viewed-badge{position:absolute;top:0;left:0;width:32px;height:32px;pointer-events:none;z-index:1}.resdex-viewed-badge-triangle{position:absolute;top:0;left:0;width:0;height:0;border-color:#16a34a transparent transparent;border-style:solid;border-width:32px 32px 0 0}.resdex-viewed-badge-check{position:absolute;top:3px;left:5px;color:#fff;font-size:11px;font-weight:700;line-height:1}.resdex-tuple-top{display:flex;gap:12px}.resdex-checkbox-wrap{padding-top:4px}.resdex-tuple-checkbox{width:18px;height:18px;accent-color:var(--rdx-primary)}.resdex-candidate-name{color:var(--rdx-primary);font-weight:700;font-size:18px;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;text-align:left}.resdex-candidate-name:hover{text-decoration:underline}.resdex-candidate-overview{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:10px;color:var(--rdx-muted);font-size:14px}.resdex-candidate-details{display:grid;grid-gap:6px;gap:6px;font-size:14px}.resdex-detail{display:grid;grid-template-columns:110px 1fr;grid-gap:8px;gap:8px}.resdex-detail .lbl{color:var(--rdx-muted)}.resdex-skills{display:flex;flex-wrap:wrap;gap:6px}.resdex-skill-tag{background:#f3f4f6;border-radius:999px;padding:2px 8px;font-size:12px}.dark .resdex-skill-tag{background:#374151}.resdex-tuple-footer{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;padding-top:10px;border-top:1px solid var(--rdx-border);font-size:12px;color:var(--rdx-muted)}.resdex-profile-panel{background:var(--rdx-card);border:1px solid var(--rdx-border);border-radius:10px;overflow:auto;max-height:calc(100vh - 80px);padding:16px}.resdex-profile-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;position:-webkit-sticky;position:sticky;top:0;background:var(--rdx-card);padding-bottom:8px;border-bottom:1px solid var(--rdx-border);z-index:1}.resdex-profile-loading{font-size:13px;color:var(--rdx-muted)}.resdex-profile-hero{display:flex;gap:14px;margin-bottom:16px}.resdex-profile-hero img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:1px solid var(--rdx-border)}.resdex-profile-hero h2{margin:0 0 8px;font-size:22px}.resdex-profile-meta-row{display:flex;flex-wrap:wrap;gap:12px;color:var(--rdx-muted);font-size:14px;margin-bottom:12px}.resdex-profile-section{margin-top:18px}.resdex-profile-section h3{margin:0 0 8px;font-size:15px}.resdex-profile-section li,.resdex-profile-section p{font-size:14px;line-height:1.5}.resdex-profile-card-block{border:1px solid var(--rdx-border);border-radius:8px;padding:10px 12px;margin-bottom:8px}.resdex-profile-card-block .title{font-weight:600}.resdex-profile-card-block .sub{color:var(--rdx-muted);font-size:13px}.resdex-profile-links a{color:var(--rdx-primary);font-size:13px;margin-right:12px}.resdex-profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.resdex-profile-sub{font-size:13px;color:var(--rdx-muted)}.resdex-profile-kv-grid{display:grid;grid-gap:8px;gap:8px;margin-top:10px;font-size:14px}.resdex-profile-kv-grid .lbl{display:block;color:var(--rdx-muted);font-size:12px;margin-bottom:2px}.resdex-profile-list{margin:0;padding-left:18px;font-size:14px;line-height:1.6}.resdex-detail-table{width:100%;border-collapse:collapse;font-size:13px}.resdex-detail-table td,.resdex-detail-table th{border:1px solid var(--rdx-border);padding:8px 10px;text-align:left;vertical-align:top}.resdex-detail-table th{background:#f9fafb;color:var(--rdx-muted);font-weight:600;width:38%}.dark .resdex-detail-table th{background:#111827}.resdex-it-skills-table th{width:auto}.resdex-cv-preview{width:100%;min-height:480px;border:1px solid var(--rdx-border);border-radius:8px;background:#fff}.resdex-export-actions{display:flex;gap:8px;flex-wrap:wrap}.resdex-sync-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(17,24,39,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:24px}.resdex-sync-overlay.error{background:rgba(127,29,29,.35)}.resdex-sync-card{display:flex;align-items:center;gap:16px;min-width:min(420px,100%);max-width:480px;padding:20px 24px;border-radius:12px;background:var(--rdx-card);border:1px solid var(--rdx-border);box-shadow:0 12px 40px rgba(0,0,0,.18)}.resdex-sync-text{display:flex;flex-direction:column;gap:4px;font-size:14px}.resdex-sync-text strong{font-size:16px;color:var(--rdx-text)}.resdex-sync-text span{color:var(--rdx-muted)}.resdex-sync-overlay.error .resdex-sync-text strong{color:#b91c1c}.resdex-profile-saved{margin:0 0 12px;font-size:12px;color:var(--rdx-muted)}.resdex-profile-saved code{font-size:12px;background:#f3f4f6;padding:1px 6px;border-radius:4px}.dark .resdex-profile-saved code{background:#374151}.resdex-profile-cv-error{margin:0 0 12px;font-size:13px;color:#b91c1c}.resdex-empty{color:var(--rdx-muted);font-size:13px;margin:0}.resdex-top-actions{display:flex;gap:8px;align-items:center}.resdex-icon-btn{background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#fff;border-radius:8px;padding:6px 10px;cursor:pointer;font-size:13px}@media (max-width:900px){.resdex-results-layout,.resdex-results-layout.profile-open,.resdex-search-layout{grid-template-columns:1fr}.resdex-profile-panel{position:fixed;inset:52px 0 0 0;z-index:20;border-radius:0;max-height:none}}:root{--rp-bg:#f8fafc;--rp-surface:#fff;--rp-border:#e2e8f0;--rp-text:#0f172a;--rp-muted:#64748b}.dark{--rp-bg:#0b1220;--rp-surface:#111827;--rp-border:#1f2937;--rp-text:#f8fafc;--rp-muted:#94a3b8}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--rp-bg);color:var(--rp-text)}a{color:inherit}