.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}.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-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{font-weight:400;padding:9px 10px;border:1px solid var(--rdx-border);border-radius:8px;background:var(--rdx-card);color:var(--rdx-text)}.resdex-field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.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{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-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-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}