.page-recruiter-dashboard {

*{box-sizing:border-box;margin:0;padding:0;}
.page-recruiter-dashboard{min-height:100vh;background:#FFFFFF;color:#1a1a1a;}
::-webkit-scrollbar{height:5px;width:5px;}
::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px;}
button{cursor:pointer;border:none;background:none;font-family:inherit;}
a{text-decoration:none;}

/* ══════════════════════════════
   PAGE WRAP
══════════════════════════════ */
.page{max-width:1380px;margin:0 auto;padding:24px 32px 56px;}

/* ══════════════════════════════
   SECTION 1 — HEADER BLOCK
══════════════════════════════ */
.rd-header-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;margin-bottom:20px;}

/* Hello card */
.rd-hello-card{border-radius:14px;padding:20px;display:flex;flex-direction:column;transition:all .2s;}
.rd-hello-top{display:flex;gap:14px;align-items:flex-start;}
.rd-hello-av{width:64px;height:64px;min-width:64px;min-height:64px;border-radius:50%;background:linear-gradient(135deg, #C4A559 0%, #D4BC7A 40%, #E5D4A0 70%, #EFE2B8 100%);border:2px solid #fff;box-shadow:0 2px 8px rgba(168,137,60,.22);display:flex;align-items:center;justify-content:center;font-family:inherit;font-size:30px;font-weight:600;color:#fff;flex-shrink:0;overflow:hidden;box-sizing:border-box;}
.rd-hello-av img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block;margin:auto;}
.rd-hello-av--logo{background:#fff;border:1px solid hsl(var(--brand-gold-200));padding:6px;box-sizing:border-box;}
.rd-hello-av--logo img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:50% 50%;display:block;padding:0;margin:auto;box-sizing:border-box;}
.rd-hello-info{flex:1;min-width:0;}
.rd-hello-title{font-family:'Geist',system-ui,sans-serif;font-size:24px;font-weight:600;color:#1a1a1a;line-height:1.15;}
.rd-hello-title i{font-style:italic;color:#A8893C;font-weight:500;}
.rd-hello-date{font-size:11px;color:#8A8A8A;font-family:inherit;font-weight:500;margin-top:4px;}
.rd-hello-badges{display:flex;gap:6px;margin-top:8px;}
.rd-badge-verified{font-size:10px;font-weight:700;padding:4px 10px;border-radius:6px;background:#E1EDF8;color:#3B82C8;}
.rd-badge-active{font-size:10px;font-weight:700;padding:4px 10px;border-radius:6px;background:#DEE9DF;color:#4A8256;}
.rd-hello-cta{font-size:11px;font-weight:700;color:hsl(var(--brand-gold-main));margin-top:12px;padding:0;text-align:left;transition:.15s;}
.rd-hello-cta:hover{opacity:.7;}

/* Quick actions card */
.rd-quick-card{border-radius:14px;padding:20px;display:flex;flex-direction:column;transition:all .2s;}
.rd-quick-title{font-family:inherit;font-size:16px;font-weight:700;color:#1C1A17;}
.rd-quick-sep{height:1px;background:rgba(0,0,0,.05);margin:10px 0;}
.rd-quick-item{display:flex;align-items:center;gap:10px;padding:12px 8px;border-radius:8px;font-size:12px;font-weight:600;color:#1a1a1a;transition:all .15s;}
.rd-quick-item:hover{background:rgba(201,165,74,.06);color:hsl(var(--brand-gold-main));}
.rd-quick-icon{width:28px;height:28px;border-radius:50%;background:rgba(184,145,42,.08);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:hsl(var(--brand-gold-main));flex-shrink:0;}
.rd-quick-label{flex:1;text-align:left;}
.rd-chevron{font-size:16px;color:#ccc;font-weight:300;}
.rd-quick-item:hover .rd-chevron{color:hsl(var(--brand-gold-main));}

/* ══════════════════════════════
   SECTION 2 — KPI ROW
══════════════════════════════ */
.rd-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;}
.rd-kpi{border-radius:14px;padding:16px 18px;cursor:pointer;transition:all .2s;position:relative;overflow:hidden;display:flex;align-items:center;gap:14px;}
.rd-kpi-icon{width:38px;height:38px;border-radius:50%;background:rgba(184,145,42,.08);color:hsl(var(--brand-gold-main));display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.rd-kpi-content{flex:1;min-width:0;}
.rd-kpi::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;opacity:0;transition:opacity .2s;background:linear-gradient(90deg,#D4BC7A,#E5D4A0);}
.rd-kpi:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.05);}
.rd-kpi:hover::before{opacity:1;}
.rd-kpi-label{font-size:12px;font-weight:500;color:#888;margin-bottom:6px;font-family:inherit;}
.rd-kpi-val{font-family:inherit;font-size:26px;font-weight:600;color:#1a1a1a;line-height:1.05;letter-spacing:-0.01em;}
.rd-kpi-sub{font-size:9.5px;font-weight:600;margin-top:4px;}
.rd-kpi-sub.green{color:#10b981;}
.rd-kpi-sub.muted{color:#8A8A8A;}

/* ══════════════════════════════
   SECTION 3 — ESTABLISHMENTS
══════════════════════════════ */
.rd-est-section{margin-bottom:26px;}
.rd-slab{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.rd-slab-text{font-size:9px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:hsl(var(--brand-gold-main));white-space:nowrap;}
.rd-slab-line{flex:1;height:1px;background:rgba(0,0,0,.06);}
.rd-est-scroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;}

/* Card Tous */
.rd-est-all{flex:0 0 auto;width:88px;height:130px;border-radius:11px;border:1.5px solid rgba(196,165,89,.4);background:#FFFFFF;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;gap:2px;cursor:pointer;transition:all .2s;}
.rd-est-all:hover{background:#FFFBF0;transform:translateY(-1px);}
.rd-est-all.rd-est-filtered{border-color:#D4A832;background:#FFFBF0;box-shadow:0 0 0 3px rgba(212,168,50,.1);}
.rd-est-all svg{color:hsl(var(--brand-gold-main));}
.rd-est-all-label{font-family:inherit;font-size:11px;font-weight:700;color:#1a1a1a;}
.rd-est-all-count{font-family:inherit;font-size:16px;font-weight:800;color:#0d0d0d;line-height:1;}
.rd-est-all-sub{font-size:8px;color:#B8912A;font-weight:500;}

/* Venue card with photo */
.rd-est-card{flex:0 0 auto;width:115px;height:130px;border-radius:10px;background:#FFFFFF;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;}
.rd-est-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.06);}
.rd-est-photo{height:90px;position:relative;background-size:cover;background-position:center;flex-shrink:0;}
.rd-est-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 0%,rgba(0,0,0,.25) 100%);}
.rd-est-badge-overlay{position:absolute;top:8px;left:8px;z-index:2;font-size:8px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;padding:4px 9px;border-radius:999px;}
.rd-toggle-overlay{position:absolute;top:8px;right:8px;z-index:2;width:34px;height:16px;border-radius:100px;cursor:pointer;transition:background .15s;flex-shrink:0;border:none;padding:0;background:rgba(255,255,255,.9);box-shadow:0 1px 3px rgba(0,0,0,.15);}
.rd-toggle-overlay.on{background:#4A8256;}
.rd-toggle-overlay.off{background:#D3D1C7;}
.rd-toggle-overlay .rd-toggle-thumb{position:absolute;top:2px;width:12px;height:12px;border-radius:50%;background:#fff;transition:left .15s;box-shadow:0 1px 3px rgba(0,0,0,.2);}
.rd-toggle-overlay.on .rd-toggle-thumb{left:20px;}
.rd-toggle-overlay.off .rd-toggle-thumb{left:2px;}
.rd-est-body{padding:6px 8px 8px;flex:1;}
.rd-est-name{font-size:11px;font-weight:700;color:#1C1A17;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rd-est-talents{font-size:8.5px;color:#B8912A;font-weight:500;margin-top:1px;}

/* Legacy toggle (keep for backward compat) */
.rd-toggle{width:34px;height:16px;border-radius:100px;position:relative;cursor:pointer;transition:background .15s;flex-shrink:0;border:none;padding:0;}
.rd-toggle.on{background:#4A8256;}
.rd-toggle.off{background:#D3D1C7;}
.rd-toggle-thumb{position:absolute;top:2px;width:12px;height:12px;border-radius:50%;background:#fff;transition:left .15s;box-shadow:0 1px 3px rgba(0,0,0,.2);}
.rd-toggle.on .rd-toggle-thumb{left:20px;}
.rd-toggle.off .rd-toggle-thumb{left:2px;}

/* ══════════════════════════════
   SECTION 4 — MAIN 2-COL LAYOUT
══════════════════════════════ */
.rd-main-grid{display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:start;}
.rd-main-col{display:flex;flex-direction:column;gap:24px;}
.rd-sidebar-col{position:sticky;top:24px;align-self:start;max-height:calc(100vh - 48px);overflow-y:auto;display:flex;flex-direction:column;gap:20px;}

/* ══════════════════════════════
   PANEL BASE (reused)
══════════════════════════════ */
.panel{border-radius:14px;overflow:hidden;transition:all .2s;}
.panel-hd{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid rgba(0,0,0,.04);}
.panel-title{font-family:inherit;font-size:15px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px;}
.p-cnt{font-size:8px;font-weight:900;padding:2px 8px;border-radius:8px;background:rgba(201,165,74,.1);color:hsl(var(--brand-gold-700));letter-spacing:.5px;}
.panel-act{font-size:11px;font-weight:700;color:hsl(var(--brand-gold-main));padding:5px 12px;border-radius:7px;border:1.5px solid rgba(184,145,42,.2);transition:all .15s;background:#FFFBF0;}
.panel-act:hover{background:rgba(184,145,42,.1);}
.panel-ghost{font-size:11px;font-weight:600;color:#bbb;padding:5px 8px;border-radius:7px;transition:.15s;}
.panel-ghost:hover{color:hsl(var(--brand-gold-main));transform:translateY(-1px);}

/* ══════════════════════════════
   JOBS LIST
══════════════════════════════ */
.jobs-list{padding:12px 16px 16px;}
.job-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;margin-bottom:4px;border:1px solid transparent;transition:all .2s;cursor:pointer;}
.job-row:hover{background:#fff !important;border-color:rgba(0,0,0,.06);box-shadow:0 2px 10px rgba(0,0,0,.04);}
.job-row:last-child{margin-bottom:0;}
.jr-info{flex:1;min-width:0;}
.jr-title{font-family:inherit;font-size:12.5px;font-weight:700;color:#0d0d0d;}
.jr-venue{font-size:9px;font-weight:700;color:hsl(var(--brand-gold-main));margin-top:1px;}
.jr-meta{display:flex;gap:8px;align-items:center;margin-top:4px;flex-wrap:wrap;}
.jr-stat{font-size:8.5px;font-weight:600;color:#999;}
.jr-stat b{color:#0d0d0d;font-weight:800;}
.jr-stat.nw b{color:#10b981;}
.jr-type{font-size:7.5px;font-weight:800;padding:2px 7px;border-radius:4px;background:#F0F0F0;color:#888;text-transform:uppercase;letter-spacing:.5px;}
.jr-arr{color:#ddd;font-size:16px;flex-shrink:0;}

/* ══════════════════════════════
   APPLICATIONS — TABS
══════════════════════════════ */
.app-tabs{display:flex;align-items:center;gap:0;border-bottom:1px solid rgba(0,0,0,.05);}
.app-tab{padding:11px 18px;font-size:11px;font-weight:700;color:#bbb;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s;display:flex;align-items:center;gap:6px;cursor:pointer;}
.app-tab.active{color:#0d0d0d;border-bottom-color:#D4BC7A;}
.app-tab-cnt{font-size:8px;font-weight:900;padding:1px 6px;border-radius:6px;background:#F0F0F0;color:#999;}
.app-tab.active .app-tab-cnt{background:rgba(201,165,74,.12);color:hsl(var(--brand-gold-700));}

/* ══════════════════════════════
   CANDIDATE CARD
══════════════════════════════ */
.cand-card{
  padding:14px 16px;
  margin:0 12px 12px;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  cursor:default;
}
.cand-card:first-of-type{margin-top:8px;}
.cand-card:last-child{margin-bottom:14px;}
.cand-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-1px);border-color:rgba(196,165,89,.25);}
.cc-top{display:flex;align-items:center;gap:10px;}
.cc-av{width:46px;height:46px;border-radius:50%;background:linear-gradient(145deg,#F0EDEA,#E4E0DB);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;font-family:inherit;color:hsl(var(--brand-gold-700));flex-shrink:0;border:2px solid rgba(255,255,255,.95);box-shadow:0 1px 5px rgba(0,0,0,.1);overflow:hidden;}
.cc-av img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%;}
.cc-main{flex:1;min-width:0;}
.cc-name-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;}
.cc-name{font-family:inherit;font-size:16px;font-weight:700;color:#0d0d0d;}
.cr-badge{font-size:9.5px;font-weight:800;padding:4px 10px;border-radius:6px;white-space:nowrap;letter-spacing:.3px;}
.cr-badge.new{background:rgba(16,185,129,.07);color:#059669;border:1px solid rgba(16,185,129,.12);}
.cr-badge.review{background:rgba(245,158,11,.07);color:#d97706;border:1px solid rgba(245,158,11,.12);}
.cr-badge.interview{background:rgba(99,102,241,.07);color:#4f46e5;border:1px solid rgba(99,102,241,.12);}
.cr-badge.outreach{background:rgba(236,72,153,.07);color:#be185d;border:1px solid rgba(236,72,153,.12);}
.cc-time-inline{font-size:10px;color:#bbb;font-weight:500;white-space:nowrap;}
.cc-role-row{display:flex;align-items:center;gap:6px;margin-top:3px;flex-wrap:wrap;}
.cc-role{font-size:11.5px;font-weight:600;color:#777;}
.cc-venue-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:5px;background:rgba(201,165,74,.08);font-size:9.5px;font-weight:700;color:hsl(var(--brand-gold-700));border:1px solid rgba(201,165,74,.12);}
.cc-for{font-size:10px;font-weight:500;color:#bbb;}

.cc-bottom{display:flex;align-items:stretch;gap:12px;margin-top:10px;min-width:0;}
.cc-xp-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:7px;flex-wrap:nowrap;overflow:hidden;}
.cc-xp{display:flex;gap:7px;min-width:0;flex-shrink:1;}
.xp-item{display:flex;align-items:center;gap:7px;padding:7px 11px;border-radius:9px;background:#F5F5F5;border:1px solid rgba(0,0,0,.04);width:150px;flex-shrink:0;}
.xp-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#D4BC7A,hsl(var(--brand-gold-700)));flex-shrink:0;}
.xp-dot.diploma{background:linear-gradient(135deg,#6366f1,#818cf8);}
.xp-txt{font-size:10px;font-weight:600;color:#555;line-height:1.35;min-width:0;overflow:hidden;}
.xp-txt b{color:#0d0d0d;font-weight:700;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10.5px;}
.xp-txt span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
.diploma-item{display:flex;align-items:center;gap:7px;padding:7px 11px;border-radius:9px;background:rgba(99,102,241,.05);border:1px solid rgba(99,102,241,.1);width:180px;flex-shrink:0;}
.diploma-label{font-size:8.5px;font-weight:900;text-transform:uppercase;letter-spacing:.8px;color:#6366f1;flex-shrink:0;}

.cc-divider{width:1px;background:rgba(0,0,0,.07);flex-shrink:0;align-self:stretch;}
.cc-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0;}
.cc-btn{padding:9px 14px;border-radius:9px;font-size:12px;font-weight:700;transition:all .15s;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;white-space:nowrap;width:140px;cursor:pointer;font-family:inherit;}
.cc-btn svg{width:14px;height:14px;flex-shrink:0;}
.cc-btn.preview{border:1.5px solid rgba(0,0,0,.1);color:#555;background:#fff;}
.cc-btn.preview:hover{border-color:hsl(var(--brand-gold-main));color:hsl(var(--brand-gold-main));transform:translateY(-1px);}
.cc-btn.shortlist{border:1.5px solid rgba(201,165,74,.3);color:hsl(var(--brand-gold-700));background:#FFFBF0;}
.cc-btn.shortlist:hover{background:rgba(201,165,74,.12);transform:translateY(-1px);}
.cc-btn.contact{border:1.5px solid rgba(99,102,241,.2);color:#4f46e5;background:rgba(99,102,241,.04);}
.cc-btn.contact:hover{background:rgba(99,102,241,.08);transform:translateY(-1px);}
.cc-btn.decline{border:1.5px solid rgba(220,38,38,.12);color:#dc2626;background:#fff;}
.cc-btn.decline:hover{background:rgba(220,38,38,.05);transform:translateY(-1px);}

/* ══════════════════════════════
   SIDEBAR
══════════════════════════════ */
.msg-box{background:#F8F4ED;border:1px solid rgba(0,0,0,.05);border-radius:13px;overflow:hidden;}
.msg-hd{padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.04);display:flex;align-items:center;justify-content:space-between;}
.msg-title{font-family:inherit;font-size:12.5px;font-weight:700;color:#0d0d0d;display:flex;align-items:center;gap:7px;}
.msg-unread{font-size:8px;font-weight:900;padding:2px 7px;border-radius:8px;background:linear-gradient(135deg,#D4BC7A,hsl(var(--brand-gold-700)));color:#fff;}
.msg-link{font-size:9px;font-weight:800;color:hsl(var(--brand-gold-main));cursor:pointer;}
.msg-list{max-height:220px;overflow-y:auto;}
.msg-item{display:flex;gap:9px;padding:10px 14px;border-bottom:1px solid rgba(0,0,0,.03);cursor:pointer;transition:background .1s;align-items:flex-start;}
.msg-item:hover{background:#F8F4ED;}
.msg-item:last-child{border-bottom:none;}
.msg-item.unread{background:rgba(201,165,74,.03);}
.msg-av{width:30px;height:30px;border-radius:50%;background:linear-gradient(145deg,#F0EDEA,#E4E0DB);display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;font-family:inherit;color:hsl(var(--brand-gold-700));flex-shrink:0;}
.msg-av.online::after{content:'';position:absolute;width:8px;height:8px;border-radius:50%;background:#10b981;border:1.5px solid #fff;bottom:0;right:0;}
.msg-av-wrap{position:relative;flex-shrink:0;}
.msg-body{flex:1;min-width:0;}
.msg-sender{font-size:11px;font-weight:700;color:#0d0d0d;display:flex;align-items:center;justify-content:space-between;}
.msg-time{font-size:8px;color:#ccc;font-weight:500;}
.msg-preview{font-size:9.5px;color:#999;font-weight:500;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35;}
.msg-item.unread .msg-preview{color:#666;font-weight:600;}
.msg-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#D4BC7A,hsl(var(--brand-gold-700)));flex-shrink:0;margin-top:5px;}
.msg-reply-row{padding:10px 14px;border-top:1px solid rgba(0,0,0,.04);display:flex;gap:7px;}
.msg-input{flex:1;padding:7px 10px;border-radius:7px;border:1.5px solid rgba(0,0,0,.08);font-size:10px;color:#1a1a1a;outline:none;transition:border .2s;background:#F8F4ED;}
.msg-input:focus{border-color:#D4BC7A;background:#fff;}
.msg-input::placeholder{color:#ccc;}
.msg-send{padding:7px 12px;border-radius:7px;background:linear-gradient(135deg,hsl(var(--brand-gold-main)) 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);color:#fff;font-size:10px;font-weight:800;flex-shrink:0;}

/* Agenda events */
.rd-event{display:flex;gap:12px;align-items:flex-start;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.03);}
.rd-event:last-child{border-bottom:none;}
.rd-event-date{display:flex;flex-direction:column;align-items:center;width:36px;flex-shrink:0;}
.rd-event-day{font-family:inherit;font-size:22px;font-weight:800;color:#0d0d0d;line-height:1;}
.rd-event-month{font-size:8px;font-weight:800;text-transform:uppercase;color:hsl(var(--brand-gold-main));letter-spacing:1px;}
.rd-event-info{flex:1;min-width:0;}
.rd-event-label{font-size:11px;font-weight:700;color:#0d0d0d;}
.rd-event-detail{font-size:9px;color:#aaa;margin-top:2px;}
.rd-cal-sync{margin-top:8px;padding:8px 10px;border-radius:8px;background:#FAF5E4;font-size:9px;color:hsl(var(--brand-gold-700));font-weight:600;text-align:center;}

/* Agenda card in header */
.rd-agenda-card{border-radius:14px;padding:20px;display:flex;flex-direction:column;transition:all .2s;}

/* === Talent-style gradient bg on all main cards (already nested inside .page-recruiter-dashboard) === */
.rd-hello-card,
.rd-kpi,
.panel,
.rd-quick-card,
.rd-agenda-card,
.rd-actions-card,
.msg-box{
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(255,244,194,0.06) 0%, rgba(255,255,255,0) 55%),
    radial-gradient(120% 80% at 100% 100%, rgba(189,151,51,0.04) 0%, rgba(255,255,255,0) 60%),
    linear-gradient(180deg, #FFFFFF 0%, #FBFAF7 60%, #F6F4EE 100%) !important;
  border: 1px solid rgba(0,0,0,0.05) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 0 0 1px rgba(255,255,255,0.5) inset, 0 1px 2px rgba(20,16,8,0.03), 0 6px 20px -10px rgba(120,98,40,0.08) !important;
}
.rd-agenda-hd{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;}
.rd-agenda-title{font-family:inherit;font-size:16px;font-weight:700;color:#1C1A17;}
.rd-agenda-link{font-size:9px;font-weight:800;color:hsl(var(--brand-gold-main));cursor:pointer;}
.rd-agenda-sep{height:1px;background:rgba(0,0,0,.05);margin-bottom:10px;}
.rd-agenda-events{display:flex;flex-direction:column;gap:4px;flex:1;}

/* ══════════════════════════════
   SHORTLIST SECTION
══════════════════════════════ */
.rd-shortlist-section{margin-top:28px;}
.sl-cmp{padding:7px 14px;border-radius:8px;background:linear-gradient(135deg,hsl(var(--brand-gold-main)) 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);color:#fff;font-size:10px;font-weight:800;box-shadow:0 2px 8px rgba(150,120,62,.2);transition:all .2s;display:flex;align-items:center;gap:5px;white-space:nowrap;}
.sl-cmp:hover{transform:translateY(-1px);}
.sl-cmp:disabled{cursor:not-allowed;}
.sl-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:10px;
  padding:12px 14px 14px;
}
.sl-grid-card{
  position:relative;
  background:#F8F4ED;
  border:1.5px solid transparent;
  border-radius:12px;
  padding:14px 12px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  cursor:pointer;
  transition:all .15s ease;
}
.sl-grid-card:hover{background:#fff;border-color:rgba(196,165,89,.25);transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.05);}
.sl-grid-card.best{background:linear-gradient(135deg,rgba(201,165,74,.08),rgba(201,165,74,.03));border-color:rgba(201,165,74,.22);}
.sl-grid-card.selected{border-color:hsl(var(--brand-gold-main));background:#FFFBF0;box-shadow:0 0 0 3px rgba(196,165,89,.12);}
.sl-grid-check{position:absolute;top:8px;left:8px;width:16px;height:16px;cursor:pointer;accent-color:hsl(var(--brand-gold-main));}
.sl-grid-top{position:absolute;top:8px;right:8px;font-size:8px;font-weight:900;color:hsl(var(--brand-gold-700));background:rgba(201,165,74,.15);padding:2px 6px;border-radius:4px;letter-spacing:.5px;}
.sl-grid-av{width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#F0EDEA,#E4E0DB);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;font-family:inherit;color:hsl(var(--brand-gold-700));margin-bottom:8px;}
.sl-grid-av.top{box-shadow:0 0 0 2px #D4BC7A;}
.sl-grid-name{font-size:12px;font-weight:700;color:#0d0d0d;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
.sl-grid-role{font-size:9.5px;color:#888;font-weight:500;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}

/* Filter banner */
.rd-filter-banner{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#FFF9E8;border:1px solid rgba(184,145,42,.15);border-radius:8px;margin-bottom:16px;font-size:12px;font-weight:600;color:#B8912A;}
.rd-filter-clear{font-size:11px;font-weight:700;color:#B8912A;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .15s;}
.rd-filter-clear:hover{background:rgba(184,145,42,.1);}

/* Context menu */
.rd-ctx-menu{position:fixed;z-index:1000;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:4px;min-width:180px;animation:fadeUp .15s ease;}
.rd-ctx-item{display:block;width:100%;text-align:left;padding:9px 14px;border-radius:7px;font-size:12px;font-weight:600;color:#1a1a1a;transition:all .1s;cursor:pointer;background:none;border:none;font-family:inherit;}
.rd-ctx-item:hover{background:rgba(201,165,74,.08);color:hsl(var(--brand-gold-700));}

/* Venue card filtered state */
.rd-est-card.rd-est-filtered{border:1.5px solid #D4A832;box-shadow:0 0 0 3px rgba(212,168,50,.1);}

/* Hover border animation */
.rd-est-card{border:1.5px solid transparent;transition:all .2s, border-color .6s ease;}
.rd-est-card:hover{border-color:rgba(212,168,50,.35);}

.vbadge{display:inline-flex;vertical-align:middle;}

@keyframes fadeUp{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:none;}}
.rd-est-card,.rd-est-all{animation:fadeUp .3s ease both;}
.cand-card,.job-row{animation:fadeUp .25s ease both;}

/* ══ RESPONSIVE ══ */
@media(max-width:1060px){
  .rd-main-grid{grid-template-columns:1fr;}
  .rd-sidebar-col{position:static;max-height:none;overflow:visible;}
  .rd-kpi-row{grid-template-columns:repeat(2,1fr);}
  .rd-header-grid{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .page{padding:16px 16px 40px;}
  .rd-header-grid{grid-template-columns:1fr;}
  .rd-kpi-row{grid-template-columns:1fr 1fr;}
  .rd-est-scroll{gap:8px;}
  .cc-bottom{flex-direction:column;}
  .cc-actions{flex-direction:row;flex-wrap:wrap;}
  .cc-btn{width:auto;flex:1;min-width:100px;}
}

/* ══ 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:hsl(var(--brand-gold-700));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,hsl(var(--brand-gold-main)) 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:hsl(var(--brand-gold-main));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,hsl(var(--brand-gold-700)));display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:800;}

}

/* ─── MON RÉSEAU widget ─── */
.rd-network-widget{background:#fff;border:1px solid #ECECEC;border-radius:14px;padding:16px;margin-bottom:12px;font-family:'Geist',sans-serif;display:flex;flex-direction:column;gap:10px;}
.rd-network-widget-hd{display:flex;align-items:center;gap:6px;color:#5B5B5B;}
.rd-network-widget-label{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5B5B5B;}
.rd-network-widget-body{display:flex;align-items:center;gap:14px;}
.rd-network-widget-stat{display:flex;flex-direction:column;gap:2px;}
.rd-network-widget-stat strong{font-size:24px;font-weight:700;color:#0A0A0A;line-height:1;}
.rd-network-widget-stat span{font-size:11px;color:#5B5B5B;}
.rd-network-widget-divider{width:1px;height:28px;background:#ECECEC;}
.rd-network-widget-link{font-size:11px;color:#5B5B5B;text-decoration:none;border-bottom:1px dotted #5B5B5B;align-self:flex-start;transition:color .15s,border-color .15s;}
.rd-network-widget-link:hover{color:#A38543;border-color:#A38543;}

/* ══════════════════════════════
   Compact application row
══════════════════════════════ */
.cand-row{
  width:100%;
  display:flex;align-items:center;gap:12px;
  padding:10px 14px;
  border-top:1px solid #F1EEE6;
  background:#fff;text-align:left;
  transition:background .12s;
}
.cand-row:hover{background:#FBFAF5;}
.cand-row .cr-av{
  width:34px;height:34px;border-radius:50%;
  background:linear-gradient(145deg,#E5D29F,#A38543);
  color:#fff;font-size:11px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;overflow:hidden;
}
.cand-row .cr-av img{width:100%;height:100%;object-fit:cover;display:block;}
.cand-row .cr-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;}
.cand-row .cr-line1{
  display:flex;align-items:center;gap:6px;
  font-size:12px;color:#1A1A1A;line-height:1.2;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.cand-row .cr-line1 b{font-weight:700;}
.cand-row .cr-line1 .cr-sep{color:#B8B8B8;}
.cand-row .cr-line1 .cr-role{font-weight:600;color:#1A1A1A;}
.cand-row .cr-line1 .cr-emdash{color:#B8B8B8;}
.cand-row .cr-line1 .cr-venue{color:#5A5A5A;}
.cand-row .cr-pitch{
  font-size:11px;color:#A38543;font-style:italic;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  max-width:560px;
}
.cand-row .cr-time{
  font-size:10.5px;color:#9A9A9A;font-weight:500;
  flex-shrink:0;white-space:nowrap;
}

/* ══════════════════════════════
   Establishment quick actions bar
══════════════════════════════ */
.rd-est-quickbar{
  margin-top:14px;
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
  padding:12px 16px;
  background:linear-gradient(99deg,rgba(189,151,51,.06) 0%,rgba(229,210,159,.10) 50%,rgba(255,244,194,.08) 100%);
  border:1px solid rgba(189,151,51,.22);
  border-radius:12px;
}
.rd-est-quickbar-label{
  display:flex;align-items:center;gap:8px;
  font-size:11px;font-weight:600;color:#5A4A1F;text-transform:uppercase;letter-spacing:.05em;
}
.rd-est-quickbar-label b{color:#1A1A1A;font-weight:700;text-transform:none;letter-spacing:0;font-size:12px;}
.rd-est-quickbar-dot{width:6px;height:6px;border-radius:50%;background:#A38543;}
.rd-est-quickbar-actions{display:flex;gap:8px;flex-wrap:wrap;}
.rd-est-quickbar-btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:9999px;
  background:#fff;border:1px solid rgba(0,0,0,.08);
  font-size:12px;font-weight:600;color:#1A1A1A;
  transition:.15s;
}
.rd-est-quickbar-btn:hover{border-color:#A38543;color:#A38543;background:#FFFDF6;}
.rd-est-quickbar-btn.primary{
  background:var(--grad-primary);color:#000;font-weight:700;border:none;
}
.rd-est-quickbar-btn.primary:hover{background:#000;color:hsl(var(--brand-gold-main));}
.rd-est-quickbar-icn{font-size:13px;line-height:1;}
.rd-est-quickbar-chev{font-size:14px;line-height:1;opacity:.6;}
