.page-recruiter-talent-pool {

*{box-sizing:border-box;margin:0;padding:0;}
body{min-height:100vh;background:#fff;font-family:'Inter',sans-serif;color:#1a1a1a;}
button{cursor:pointer;border:none;background:none;font-family:inherit;}

.header{background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06);padding:10px 28px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;}
.header-left{display:flex;align-items:center;gap:16px;}
.header-sep{height:22px;width:1px;background:rgba(0,0,0,.08);}
.badge-portal{font-size:10px;font-weight:700;color:#8C6D34;padding:5px 12px;background:linear-gradient(180deg,#F5EDD8,#EDE4CC,#E4D9BF);border-radius:7px;border:1px solid #D5C9A8;letter-spacing:1px;text-transform:uppercase;}
.nav-links{display:flex;gap:3px;}
.nav-link{padding:7px 16px;border-radius:8px;font-size:13px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:.15s;}
.nav-link:hover{color:#C4A559;background:rgba(184,145,42,.04);}
.nav-link.active{color:#fff;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);box-shadow:0 3px 10px rgba(150,120,62,.2);}
.header-right{display:flex;align-items:center;gap:10px;}
.notif-btn{width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,.07);display:flex;align-items:center;justify-content:center;font-size:15px;background:#fff;cursor:pointer;position:relative;}
.notif-dot{position:absolute;top:-3px;right:-3px;width:8px;height:8px;border-radius:50%;background:#E05252;border:2px solid #fff;}
.profile-btn{display:flex;align-items:center;gap:8px;padding:5px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.07);background:#fff;cursor:pointer;}
.profile-av{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#C4A559,#E5D4A0);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#000;}
.profile-name{font-size:12px;font-weight:700;}

.page{max-width:980px;margin:0 auto;padding:32px 24px 60px;}

.section-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:20px;}
.eyebrow-num{width:26px;height:26px;border-radius:7px;background:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;}
.eyebrow-label{font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#aaa;}

.panel{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.04);}
.panel-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 16px;}
.panel-title{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;}
.panel-count{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:rgba(184,145,42,.1);color:#C4A559;font-size:12px;font-weight:800;margin-left:10px;}
.btn-search{padding:9px 18px;border-radius:9px;font-size:12px;font-weight:700;color:#C4A559;background:rgba(184,145,42,.07);border:1px solid rgba(184,145,42,.2);transition:all .2s;}
.btn-search:hover{background:rgba(184,145,42,.12);}

/* Filters */
.filters{display:flex;gap:6px;padding:0 22px 14px;flex-wrap:wrap;}
.f-pill{padding:5px 13px;border-radius:100px;font-size:10px;font-weight:700;cursor:pointer;border:1px solid rgba(0,0,0,.07);color:#777;background:#fff;transition:.15s;}
.f-pill:hover,.f-pill.active{border-color:#C4A559;color:#8C6D34;background:rgba(184,145,42,.06);}

/* Talent row */
.talent-row{display:flex;align-items:center;gap:14px;padding:14px 22px;border-top:1px solid rgba(0,0,0,.05);cursor:pointer;transition:background .12s;}
.talent-row:hover{background:rgba(0,0,0,.012);}

.t-av{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;position:relative;overflow:visible;}
.t-check{position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;border-radius:50%;background:#C4A559;border:2.5px solid #fff;display:flex;align-items:center;justify-content:center;font-size:7px;color:#000;font-weight:800;z-index:2;box-shadow:0 1px 3px rgba(0,0,0,.15);}

.t-info{flex:1;}
.t-name{font-size:13px;font-weight:700;margin-bottom:2px;}
.t-role{font-size:11px;color:#888;margin-bottom:4px;}
.t-tags{display:flex;flex-wrap:wrap;gap:4px;}
.t-tag{font-size:9px;font-weight:600;padding:2px 8px;border-radius:4px;background:#F5F3EF;color:#666;border:1px solid rgba(0,0,0,.05);}
.t-tag.green{background:rgba(27,122,78,.06);color:#1B7A4E;border-color:rgba(27,122,78,.12);}

.t-score{text-align:right;flex-shrink:0;}
.t-match{font-family:'Playfair Display',serif;font-size:18px;font-weight:800;color:#1B7A4E;line-height:1;}
.t-match-label{font-size:8px;color:#aaa;margin-top:1px;}

.t-actions{display:flex;gap:6px;flex-shrink:0;}
.t-btn{padding:6px 12px;border-radius:7px;font-size:9px;font-weight:700;cursor:pointer;transition:.15s;border:1px solid rgba(0,0,0,.07);color:#555;background:#fff;}
.t-btn:hover{border-color:#C4A559;color:#C4A559;transform:translateY(-1px);}
.t-btn.gold{background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);color:#fff;border:none;}

.hub-link:hover{background:rgba(201,165,74,.25);border-color:rgba(201,165,74,.4);color:#E5D4A0;}
.hub-link-dot{width:6px;height:6px;border-radius:50%;background:#D4BC7A;}
/* ══ RECRUITER HEADER UNIFIED ══ */
.ts-header{background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.05);padding:0 32px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;height:56px;}
.ts-header-left{display:flex;align-items:center;gap:18px;}
.ts-h-sep{height:22px;width:1px;background:rgba(0,0,0,.07);}
.ts-badge-portal{font-size:9px;font-weight:800;color:#9A7A28;padding:4px 10px;background:linear-gradient(180deg,#FFFBF0,#F5EDCF);border-radius:6px;border:1px solid rgba(184,145,42,.2);letter-spacing:1.5px;text-transform:uppercase;flex-shrink:0;}
.ts-nav-links{display:flex;align-items:center;gap:2px;}
.ts-nav-link{position:relative;padding:6px 14px;border-radius:7px;font-size:12.5px;font-weight:600;color:#666;transition:all .15s;cursor:pointer;background:none;border:none;font-family:inherit;}
.ts-nav-link:hover{color:#1a1a1a;background:rgba(0,0,0,.04);}
.ts-nav-link.active{font-weight:700;color:#fff;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);box-shadow:0 1px 0 rgba(255,255,255,.25) inset,0 2px 8px rgba(150,120,62,.25);}
.ts-header-right{display:flex;align-items:center;gap:8px;}
.ts-h-icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,.07);display:flex;align-items:center;justify-content:center;background:#fff;position:relative;transition:all .15s;color:#888;cursor:pointer;}
.ts-h-icon-btn:hover{border-color:#D4BC7A;color:#C4A559;transform:translateY(-1px);}
.ts-h-icon-btn svg{width:15px;height:15px;}
.ts-notif-dot{position:absolute;top:6px;right:6px;width:6px;height:6px;border-radius:50%;background:#dc2626;border:1.5px solid #fff;}
.ts-profile-btn{display:flex;align-items:center;gap:7px;padding:4px 12px 4px 5px;border-radius:8px;border:1px solid rgba(0,0,0,.07);background:#fff;transition:all .15s;cursor:pointer;}
.ts-profile-btn:hover{border-color:rgba(0,0,0,.12);}
.ts-profile-av{width:26px;height:26px;border-radius:50%;background:linear-gradient(145deg,#D4BC7A,#9A7A28);display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:800;}

}
