
*{box-sizing:border-box;margin:0;padding:0;}
.page-talent-dashboard{min-height:100vh;background:#FFFFFF;font-family:'Inter',system-ui,sans-serif;color:#1a1a1a;}
.page-talent-dashboard ::-webkit-scrollbar{height:6px;width:6px;}
.page-talent-dashboard ::-webkit-scrollbar-thumb{background:#d4cfc4;border-radius:3px;}
.page-talent-dashboard button{cursor:pointer;border:none;background:none;font-family:inherit;}
.page-talent-dashboard a{text-decoration:none;color:inherit;}

/* === HEADER === */
.page-talent-dashboard .header{background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06);padding:10px 32px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;}
.page-talent-dashboard .header-left{display:flex;align-items:center;gap:20px;}
.page-talent-dashboard .logo-group{display:flex;flex-direction:column;gap:1px;}
.page-talent-dashboard .logo-text-top{font-size:7.5px;font-weight:600;letter-spacing:2.5px;color:#999;text-transform:uppercase;}
.page-talent-dashboard .logo-text-bottom{font-size:16px;font-weight:800;color:#1a1a1a;letter-spacing:2.5px;text-transform:uppercase;font-family:'Playfair Display',Georgia,serif;}
.page-talent-dashboard .header-sep{height:24px;width:1px;background:rgba(0,0,0,.08);}
.page-talent-dashboard .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;box-shadow:0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(0,0,0,.04) inset,0 2px 6px rgba(150,120,62,.12);}
.page-talent-dashboard .nav-links{display:flex;align-items:center;gap:4px;}
.page-talent-dashboard .nav-link{position:relative;padding:6px 16px;border-radius:8px;font-size:13px;font-weight:500;color:#777;transition:all .15s;cursor:pointer;}
.page-talent-dashboard .nav-link:hover{color:#B8975A;}
.page-talent-dashboard .nav-link.active{font-weight:800;color:#fff;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);box-shadow:0 1px 0 rgba(255,255,255,.6) inset,0 -1px 0 rgba(0,0,0,.1) inset,0 3px 10px rgba(150,120,62,.25);position:relative;overflow:hidden;}
.page-talent-dashboard .header-right{display:flex;align-items:center;gap:12px;}

/* === SEARCH BUTTON & OVERLAY === */
.page-talent-dashboard .search-btn{width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;background:#fff;transition:all .15s;}
.page-talent-dashboard .search-btn:hover{border-color:rgba(184,151,90,.3);box-shadow:0 2px 8px rgba(150,120,62,.1);}
.page-talent-dashboard .search-btn:hover svg{stroke:#B8975A;}
.page-talent-dashboard .notif-btn{position:relative;width:34px;height:34px;border-radius:8px;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;font-size:15px;background:#fff;transition:all .15s;}
.page-talent-dashboard .notif-btn:hover{border-color:rgba(184,151,90,.3);box-shadow:0 2px 8px rgba(150,120,62,.1);}
.page-talent-dashboard .notif-badge{position:absolute;top:-3px;right:-3px;width:16px;height:16px;border-radius:50%;background:#E74C3C;color:#fff;font-size:8px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff;}
.page-talent-dashboard .profile-btn{display:flex;align-items:center;gap:8px;padding:5px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:#fff;transition:all .15s;cursor:pointer;}
.page-talent-dashboard .profile-btn:hover{border-color:rgba(184,151,90,.3);}
.page-talent-dashboard .profile-avatar{width:26px;height:26px;border-radius:50%;background:url('https://images.unsplash.com/photo-1577219491135-ce391730fb2c?w=400&h=400&fit=crop&crop=face') center/cover;display:flex;align-items:center;justify-content:center;color:#D4BC7A;font-size:11px;font-weight:700;}
.page-talent-dashboard .profile-name{font-size:12px;font-weight:600;color:#1a1a1a;}
.page-talent-dashboard .profile-arrow{font-size:10px;color:#999;}

/* Search overlay */
.page-talent-dashboard .search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);backdrop-filter:blur(6px);z-index:100;display:none;align-items:flex-start;justify-content:center;padding-top:80px;}
.page-talent-dashboard .search-overlay.open{display:flex;}
.page-talent-dashboard .search-overlay-inner{width:640px;max-width:90vw;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15);overflow:hidden;animation:slideDown .25s ease;}
@keyframes slideDown{from{opacity:0;transform:translateY(-12px);}to{opacity:1;transform:none;}}
.search-input-wrap{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.06);}
.page-talent-dashboard .search-input{flex:1;border:none;outline:none;font-size:15px;font-weight:500;font-family:'Inter',sans-serif;color:#1a1a1a;background:transparent;}
.page-talent-dashboard .search-input::placeholder{color:#bbb;font-weight:400;}
.page-talent-dashboard .search-close{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#999;background:rgba(0,0,0,.04);transition:all .15s;cursor:pointer;}
.page-talent-dashboard .search-close:hover{background:rgba(0,0,0,.08);color:#1a1a1a;}
.page-talent-dashboard .search-suggestions{padding:16px 20px 20px;}
.page-talent-dashboard .search-sug-label{font-size:9px;font-weight:800;letter-spacing:2px;color:#B8975A;text-transform:uppercase;margin-bottom:10px;}
.page-talent-dashboard .search-tags{display:flex;flex-wrap:wrap;gap:6px;}
.page-talent-dashboard .search-tag{font-size:11px;font-weight:600;padding:6px 14px;border-radius:100px;background:#FAFAFA;border:1px solid rgba(0,0,0,.06);color:#555;cursor:pointer;transition:all .15s;}
.page-talent-dashboard .search-tag:hover{border-color:#B8975A;color:#B8975A;background:rgba(184,151,90,.04);}
.page-talent-dashboard .search-recent-list{display:flex;flex-direction:column;gap:4px;}
.page-talent-dashboard .search-recent-item{font-size:12px;color:#888;padding:8px 10px;border-radius:8px;cursor:pointer;transition:all .15s;}
.page-talent-dashboard .search-recent-item:hover{background:#FAFAFA;color:#1a1a1a;}

/* === MAIN === */
.page-talent-dashboard .main{max-width:1280px;margin:0 auto;padding:28px 32px 60px;}

/* === WELCOME HERO === */
.page-talent-dashboard .welcome-zone{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px;}
.page-talent-dashboard .welcome-left{display:flex;align-items:center;gap:20px;}
.page-talent-dashboard .w-avatar{width:72px;height:72px;border-radius:16px;background:url('https://images.unsplash.com/photo-1577219491135-ce391730fb2c?w=400&h=400&fit=crop&crop=face') center/cover;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.12);}
.page-talent-dashboard .w-avatar::after{content:'';position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.12),transparent);border-radius:16px 16px 0 0;}
.page-talent-dashboard .w-avatar span{font-family:'Playfair Display',Georgia,serif;font-size:24px;font-weight:700;color:#D4BC7A;z-index:1;}
.page-talent-dashboard .w-info h1{font-family:'Playfair Display',Georgia,serif;font-size:26px;font-weight:700;color:#1a1a1a;line-height:1.2;}
.page-talent-dashboard .w-info h1 i{font-style:italic;color:#B8975A;font-weight:400;}
.page-talent-dashboard .w-subtitle{font-size:13px;color:#888;margin-top:3px;}
.page-talent-dashboard .w-badges{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap;}
.page-talent-dashboard .w-badge{font-size:9px;font-weight:700;padding:4px 12px;border-radius:100px;display:flex;align-items:center;gap:5px;}
.page-talent-dashboard .w-badge.verified{background:linear-gradient(135deg,rgba(46,125,50,.08),rgba(46,125,50,.04));color:#2E7D32;border:1px solid rgba(46,125,50,.15);}
.page-talent-dashboard .w-badge.score{background:linear-gradient(135deg,rgba(184,151,90,.1),rgba(184,151,90,.04));color:#8C6D34;border:1px solid rgba(184,151,90,.2);}
.page-talent-dashboard .w-badge.role{background:#fff;border:1px solid rgba(0,0,0,.06);color:#555;}
.page-talent-dashboard .search-toggle-zone{display:flex;flex-direction:column;align-items:flex-end;gap:6px;}
.page-talent-dashboard .toggle-label{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#999;}
.page-talent-dashboard .toggle-wrap{display:flex;align-items:center;gap:10px;}
.page-talent-dashboard .toggle-status{font-size:12px;font-weight:700;}
.page-talent-dashboard .toggle-status.on{color:#2E7D32;}
.page-talent-dashboard .toggle-status.off{color:#C0392B;}
.page-talent-dashboard .toggle-track{width:48px;height:26px;border-radius:13px;cursor:pointer;position:relative;transition:all .3s;background:#E0E0E0;}
.page-talent-dashboard .toggle-track.active{background:linear-gradient(135deg,#4CAF50,#2E7D32);}
.page-talent-dashboard .toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:all .3s;}
.page-talent-dashboard .toggle-track.active .toggle-thumb{left:25px;}
.page-talent-dashboard .toggle-hint{font-size:10px;color:#aaa;text-align:right;max-width:200px;}

/* === COMPLETENESS BAR === */
.page-talent-dashboard .comp-bar-zone{flex:1;background:#FAFAFA;border-radius:14px;padding:18px 22px;border:1px solid rgba(0,0,0,.04);}
.page-talent-dashboard .comp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.page-talent-dashboard .comp-title{font-size:13px;font-weight:700;color:#1a1a1a;}
.page-talent-dashboard .comp-pct{font-size:20px;font-weight:800;color:#B8975A;}
.page-talent-dashboard .comp-track{width:100%;height:7px;background:rgba(0,0,0,.04);border-radius:4px;overflow:hidden;margin-bottom:10px;}
.page-talent-dashboard .comp-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#C4A559,#D4BC7A,#E5D4A0);transition:width .6s ease;}
.page-talent-dashboard .comp-items{display:flex;gap:6px;flex-wrap:wrap;}
.page-talent-dashboard .comp-item{font-size:9px;font-weight:600;padding:3px 10px;border-radius:100px;display:flex;align-items:center;gap:4px;}
.page-talent-dashboard .comp-item.done{color:#2E7D32;background:rgba(46,125,50,.06);border:1px solid rgba(46,125,50,.1);}
.page-talent-dashboard .comp-item.todo{color:#C0392B;background:rgba(192,57,43,.05);border:1px solid rgba(192,57,43,.1);}

/* (mini-profile styles merged into stats-profile-row above) */

/* === STATS COMPACT LINE === */
.page-talent-dashboard .stats-line{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px;}
.page-talent-dashboard .stat-card{background:#FAFAFA;border-radius:10px;padding:12px 14px;border:1px solid rgba(0,0,0,.04);display:flex;align-items:center;gap:10px;transition:all .2s;position:relative;overflow:hidden;}
.page-talent-dashboard .stat-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.04);transform:translateY(-1px);}
.page-talent-dashboard .stat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;border-radius:2px 2px 0 0;opacity:0;transition:opacity .2s;}
.page-talent-dashboard .stat-card:hover::before{opacity:1;}
.page-talent-dashboard .stat-card:nth-child(1)::before{background:linear-gradient(90deg,#B8975A,#DAA520);}
.page-talent-dashboard .stat-card:nth-child(2)::before{background:linear-gradient(90deg,#2196F3,#42A5F5);}
.page-talent-dashboard .stat-card:nth-child(3)::before{background:linear-gradient(90deg,#4CAF50,#66BB6A);}
.page-talent-dashboard .stat-card:nth-child(4)::before{background:linear-gradient(90deg,#FF9800,#FFB74D);}
.page-talent-dashboard .stat-icon{font-size:14px;flex-shrink:0;}
.page-talent-dashboard .stat-val{font-size:20px;font-weight:800;color:#1a1a1a;line-height:1;}
.page-talent-dashboard .stat-info{display:flex;flex-direction:column;gap:1px;min-width:0;}
.page-talent-dashboard .stat-label{font-size:9px;font-weight:600;color:#999;}
.page-talent-dashboard .stat-trend{font-size:8px;font-weight:700;display:inline-flex;align-items:center;gap:2px;padding:1px 6px;border-radius:100px;}
.page-talent-dashboard .stat-trend.up{color:#2E7D32;background:rgba(46,125,50,.08);}
.page-talent-dashboard .stat-trend.neutral{color:#999;background:rgba(0,0,0,.04);}

/* Mini profile + actions card */
.page-talent-dashboard .mini-profile-actions{width:260px;flex-shrink:0;background:#FAFAFA;border-radius:14px;padding:16px 18px;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;}
.page-talent-dashboard .mini-profile-actions::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);}
.page-talent-dashboard .mp-top{display:flex;align-items:center;gap:10px;}
.page-talent-dashboard .mp-avatar{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.page-talent-dashboard .mp-avatar span{font-family:'Playfair Display',Georgia,serif;font-size:15px;font-weight:700;color:#D4BC7A;}
.page-talent-dashboard .mp-name{font-size:12px;font-weight:700;color:#1a1a1a;}
.page-talent-dashboard .mp-role{font-size:10px;color:#888;margin-top:1px;}
.page-talent-dashboard .mp-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:7px 0;border-radius:8px;font-size:10px;font-weight:800;color:#fff;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);box-shadow:0 2px 10px rgba(184,145,42,.28);transition:all .2s;position:relative;overflow:hidden;cursor:pointer;}
.page-talent-dashboard .mp-btn::after{content:'';position:absolute;top:0;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);}
.page-talent-dashboard .mp-btn:hover{background:linear-gradient(180deg,#000,#1a1a1a);color:#D4BC7A;box-shadow:0 4px 14px rgba(0,0,0,.2);}
.page-talent-dashboard .mp-sep{height:1px;background:rgba(0,0,0,.06);margin:2px 0;}
.page-talent-dashboard .mp-actions-label{font-size:8px;font-weight:800;letter-spacing:1.5px;color:#B8975A;text-transform:uppercase;}
.page-talent-dashboard .mp-action{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:8px;cursor:pointer;transition:all .15s;}
.page-talent-dashboard .mp-action:hover{background:rgba(184,151,90,.04);}
.page-talent-dashboard .mp-action-icon{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;}
.page-talent-dashboard .mp-action-text{font-size:11px;font-weight:600;color:#1a1a1a;flex:1;}
.page-talent-dashboard .mp-action-arrow{font-size:11px;color:#ccc;}

/* === SECTION LABEL === */
.page-talent-dashboard .section-label{display:inline-flex;align-items:center;gap:8px;font-size:9px;font-weight:800;letter-spacing:2px;color:#B8975A;text-transform:uppercase;margin-bottom:14px;}
.page-talent-dashboard .section-label::after{content:'';display:inline-block;width:60px;height:1px;background:linear-gradient(90deg,#D5C9A8,transparent);}

/* === NOTIF + MESSAGES PRIORITY ZONE === */
.page-talent-dashboard .priority-zone{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-bottom:24px;}
.page-talent-dashboard .priority-zone > *{min-width:0;width:auto;max-width:none;flex:initial;}

/* === TWO-COL LAYOUT === */
.page-talent-dashboard .two-col{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start;}
.page-talent-dashboard .td-main-stack{display:flex;flex-direction:column;gap:28px;min-width:0;}
.page-talent-dashboard .td-main-stack > .priority-zone,
.page-talent-dashboard .td-main-stack > .applications-zone,
.page-talent-dashboard .td-main-stack > .td-oppo-zone{margin:0;}

/* === PIPELINE === */
.page-talent-dashboard .pipeline-zone,.page-talent-dashboard .applications-zone{margin-bottom:24px;}
.page-talent-dashboard .pipeline-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.page-talent-dashboard .pipeline-col{background:#FAFAFA;border-radius:14px;border:1px solid rgba(0,0,0,.05);overflow:hidden;padding:16px 14px;}
.page-talent-dashboard .pcol-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.page-talent-dashboard .pcol-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;}
.page-talent-dashboard .pcol-count{font-size:11px;font-weight:700;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;}
.page-talent-dashboard .pcol-body{display:flex;flex-direction:column;gap:10px;min-height:80px;}
.page-talent-dashboard .pcol-empty{font-size:11px;color:#9a9690;font-style:italic;text-align:center;padding:14px 6px;}
.page-talent-dashboard .col-envoyee .pcol-title{color:#64748B;}.page-talent-dashboard .col-envoyee .pcol-count{background:#64748B;}
.page-talent-dashboard .col-vue .pcol-title{color:#3B82C8;}.page-talent-dashboard .col-vue .pcol-count{background:#3B82C8;}
.page-talent-dashboard .col-entretien .pcol-title{color:#B8975A;}.page-talent-dashboard .col-entretien .pcol-count{background:linear-gradient(135deg,#D4BC7A,#C4A559);}
.page-talent-dashboard .col-offre .pcol-title{color:#4A8256;}.page-talent-dashboard .col-offre .pcol-count{background:#4A8256;}
.page-talent-dashboard .p-card{background:#fff;border-radius:10px;padding:12px;border:1px solid rgba(0,0,0,.06);transition:all .2s;cursor:pointer;}
.page-talent-dashboard .p-card:hover{border-color:#B8975A;box-shadow:0 2px 8px rgba(184,145,42,.08);transform:translateY(-1px);}
.page-talent-dashboard .p-card-estab{font-family:'DM Sans',sans-serif;font-size:13px;font-weight:700;color:#1a1a1a;line-height:1.25;margin-bottom:4px;}
.page-talent-dashboard .p-card-role{font-family:'DM Sans',sans-serif;font-size:12px;font-weight:500;color:#B8975A;margin-bottom:10px;}
.page-talent-dashboard .p-card-meta{display:flex;align-items:center;justify-content:space-between;}
.page-talent-dashboard .p-card-date{font-size:10.5px;color:#A09890;font-weight:500;}
.page-talent-dashboard .p-card-score{font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:10px;background:#F5ECCC;color:#8A6A1A;}
.page-talent-dashboard .p-card-score-green{background:rgba(74,130,86,.12);color:#4A8256;}

/* === MESSAGES CARD (horizontal, same style as oppo) === */
.page-talent-dashboard .messages-zone{margin-bottom:24px;}
.page-talent-dashboard .msg-card{background:#FAFAFA;border-radius:14px;padding:16px 20px;border:1px solid rgba(0,0,0,.04);display:flex;align-items:center;gap:16px;transition:all .2s;cursor:pointer;position:relative;overflow:hidden;}
.page-talent-dashboard .msg-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.05);transform:translateY(-1px);}
.page-talent-dashboard .msg-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#C4A559,#D4BC7A,#E5D4A0);opacity:0;transition:opacity .2s;}
.page-talent-dashboard .msg-card:hover::before{opacity:1;}
.page-talent-dashboard .msg-card.has-unread{border-left:3px solid #B8975A;}
.page-talent-dashboard .msg-avatar{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:'Playfair Display',Georgia,serif;font-size:14px;font-weight:700;color:rgba(255,255,255,.8);}
.page-talent-dashboard .msg-content{flex:1;min-width:0;}
.page-talent-dashboard .msg-from{font-size:12px;font-weight:700;color:#1a1a1a;}
.page-talent-dashboard .msg-subject{font-size:11px;color:#888;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.page-talent-dashboard .msg-time{font-size:9px;color:#bbb;font-weight:500;flex-shrink:0;}
.page-talent-dashboard .msg-unread-dot{width:8px;height:8px;border-radius:50%;background:#B8975A;flex-shrink:0;}
.page-talent-dashboard .msg-list{display:flex;flex-direction:column;gap:8px;}
.page-talent-dashboard .msg-see-all{display:flex;align-items:center;justify-content:center;padding:10px;font-size:11px;font-weight:700;color:#B8975A;cursor:pointer;transition:color .15s;}
.page-talent-dashboard .msg-see-all:hover{color:#8C6D34;}

/* === OPPORTUNITIES === */
.page-talent-dashboard .oppo-zone{margin-bottom:28px;}
.page-talent-dashboard .oppo-card{background:#FAFAFA;border-radius:14px;padding:16px 20px;border:1px solid rgba(0,0,0,.04);transition:all .2s;cursor:pointer;position:relative;overflow:hidden;margin-bottom:10px;}
.page-talent-dashboard .oppo-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.05);transform:translateY(-1px);}
.page-talent-dashboard .oppo-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#C4A559,#D4BC7A,#E5D4A0);opacity:0;transition:opacity .2s;}
.page-talent-dashboard .oppo-card:hover::before{opacity:1;}
.page-talent-dashboard .oppo-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;}
.page-talent-dashboard .oppo-estab{font-family:'Playfair Display',Georgia,serif;font-size:14px;font-weight:700;color:#1a1a1a;}
.page-talent-dashboard .oppo-match{font-size:10px;font-weight:800;padding:3px 10px;border-radius:100px;white-space:nowrap;}
.page-talent-dashboard .oppo-match.excellent{background:linear-gradient(135deg,rgba(46,125,50,.1),rgba(46,125,50,.04));color:#2E7D32;}
.page-talent-dashboard .oppo-match.strong{background:linear-gradient(135deg,rgba(184,151,90,.12),rgba(184,151,90,.04));color:#8C6D34;}
.page-talent-dashboard .oppo-role{font-size:11px;font-weight:600;color:#B8975A;margin-top:2px;}
.page-talent-dashboard .oppo-details{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap;}
.page-talent-dashboard .oppo-detail{font-size:10px;color:#888;font-weight:500;display:flex;align-items:center;gap:4px;}
.page-talent-dashboard .oppo-actions{display:flex;gap:8px;margin-top:12px;}
.page-talent-dashboard .btn-gold{padding:8px 18px;border-radius:8px;font-size:11px;font-weight:800;color:#fff;background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);box-shadow:0 2px 10px rgba(184,145,42,.28);transition:all .2s;position:relative;overflow:hidden;white-space:nowrap}
.page-talent-dashboard .btn-gold::after{content:'';position:absolute;top:0;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);}
.page-talent-dashboard .btn-gold:hover{background:linear-gradient(180deg,#000,#1a1a1a);color:#D4BC7A;box-shadow:0 4px 14px rgba(0,0,0,.2);}
.page-talent-dashboard .btn-outline{padding:8px 18px;border-radius:8px;font-size:11px;font-weight:700;color:#1a1a1a;background:#fff;border:1px solid rgba(0,0,0,.1);transition:all .2s;}
.page-talent-dashboard .btn-outline:hover{border-color:#B8975A;color:#B8975A;}

/* === RIGHT SIDEBAR === */
.page-talent-dashboard .sidebar{display:flex;flex-direction:column;gap:20px;min-width:0;position:sticky;top:24px;align-self:start;max-height:calc(100vh - 48px);overflow-y:auto;}
.page-talent-dashboard .sidebar > *{margin:0;width:100%;}
.page-talent-dashboard .side-card{background:#FAFAFA;border-radius:14px;padding:20px;border:1px solid rgba(0,0,0,.04);margin-bottom:16px;}
.page-talent-dashboard .side-title{font-size:13px;font-weight:800;color:#1a1a1a;margin-bottom:12px;display:flex;align-items:center;gap:6px;}
.page-talent-dashboard .quick-actions{display:flex;flex-direction:column;gap:8px;}
.page-talent-dashboard .qa-btn{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;background:#fff;border:1px solid rgba(0,0,0,.05);transition:all .2s;cursor:pointer;}
.page-talent-dashboard .qa-btn:hover{border-color:#B8975A;box-shadow:0 2px 10px rgba(150,120,62,.08);}
.page-talent-dashboard .qa-icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;}
.page-talent-dashboard .qa-text{font-size:12px;font-weight:700;color:#1a1a1a;}
.page-talent-dashboard .qa-sub{font-size:10px;color:#999;font-weight:500;}
.page-talent-dashboard .qa-arrow{margin-left:auto;font-size:12px;color:#ccc;}

/* Notifications */
.page-talent-dashboard .notif-list{display:flex;flex-direction:column;gap:8px;}
.page-talent-dashboard .notif-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.04);transition:all .2s;cursor:pointer;}
.page-talent-dashboard .notif-item:hover{box-shadow:0 2px 10px rgba(0,0,0,.04);}
.page-talent-dashboard .notif-item.unread{border-left:3px solid #B8975A;}
.page-talent-dashboard .notif-icon{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;}
.page-talent-dashboard .ni-view{background:rgba(33,150,243,.08);}
.page-talent-dashboard .ni-shortlist{background:rgba(184,151,90,.1);}
.page-talent-dashboard .ni-message{background:rgba(76,175,80,.08);}
.page-talent-dashboard .ni-match{background:rgba(156,39,176,.08);}
.page-talent-dashboard .ni-system{background:rgba(0,0,0,.04);}
.page-talent-dashboard .notif-content{flex:1;min-width:0;}
.page-talent-dashboard .notif-title{font-size:11px;font-weight:700;color:#1a1a1a;line-height:1.3;}
.page-talent-dashboard .notif-desc{font-size:10px;color:#888;margin-top:1px;line-height:1.3;}
.page-talent-dashboard .notif-time{font-size:9px;color:#bbb;font-weight:500;flex-shrink:0;margin-top:2px;}

/* Calendar */
.page-talent-dashboard .cal-events{display:flex;flex-direction:column;gap:8px;}
.page-talent-dashboard .cal-event{display:flex;gap:10px;align-items:flex-start;}
.page-talent-dashboard .cal-date{width:40px;text-align:center;flex-shrink:0;}
.page-talent-dashboard .cal-day{font-size:18px;font-weight:800;color:#1a1a1a;line-height:1;}
.page-talent-dashboard .cal-month{font-size:9px;font-weight:700;color:#B8975A;text-transform:uppercase;}
.page-talent-dashboard .cal-details{flex:1;}
.page-talent-dashboard .cal-event-title{font-size:11px;font-weight:700;color:#1a1a1a;}
.page-talent-dashboard .cal-event-sub{font-size:10px;color:#999;}
.page-talent-dashboard .cal-sep{width:100%;height:1px;background:rgba(0,0,0,.04);}

/* Footer */
.page-talent-dashboard .footer{text-align:center;padding:40px 32px 24px;font-size:10px;color:#ccc;letter-spacing:1px;}
.page-talent-dashboard .footer b{color:#B8975A;}

/* Animations */
@keyframes fadeUp{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:none;}}
.anim-1{animation:fadeUp .5s ease .05s both;}
.page-talent-dashboard .anim-2{animation:fadeUp .5s ease .12s both;}
.page-talent-dashboard .anim-3{animation:fadeUp .5s ease .2s both;}
.page-talent-dashboard .anim-4{animation:fadeUp .5s ease .28s both;}
.page-talent-dashboard .anim-5{animation:fadeUp .5s ease .36s both;}

/* Responsive */
@media(max-width:1024px){.page-talent-dashboard .two-col{grid-template-columns:1fr;}.page-talent-dashboard .pipeline-cols{grid-template-columns:repeat(2,1fr);}.page-talent-dashboard .stats-line{grid-template-columns:repeat(2,1fr);}.page-talent-dashboard .priority-zone{grid-template-columns:1fr;}.page-talent-dashboard .sidebar{display:flex;flex-direction:column;gap:20px;position:static;max-height:none;overflow-y:visible;top:auto;}}
@media(max-width:768px){.page-talent-dashboard .header{padding:10px 16px;}.page-talent-dashboard .main{padding:20px 16px 40px;}.page-talent-dashboard .stats-line{grid-template-columns:repeat(2,1fr);}.page-talent-dashboard .pipeline-cols{grid-template-columns:1fr;}.page-talent-dashboard .welcome-zone{flex-direction:column;}.page-talent-dashboard .search-toggle-zone{align-items:flex-start;}.page-talent-dashboard .comp-row{flex-direction:column;}.page-talent-dashboard .priority-zone{grid-template-columns:1fr;}}

.page-talent-dashboard .hub-link:hover{background:rgba(201,165,74,.25);border-color:rgba(201,165,74,.4);color:#E5D4A0;}
.page-talent-dashboard .hub-link-dot{width:6px;height:6px;border-radius:50%;background:#D4BC7A;}

/* ── SUB NAVBAR ── */
.page-talent-dashboard .sub-navbar{background:rgba(255,255,255,.6);border-top:1px solid rgba(0,0,0,.05);padding:0 32px;height:40px;display:flex;align-items:center;gap:4px;}
.page-talent-dashboard .sub-link{font-size:12px;font-weight:400;color:#A09890;padding:5px 12px;border-radius:6px;cursor:pointer;white-space:nowrap;border:none;background:none;font-family:inherit;transition:all .18s;}
.page-talent-dashboard .sub-link.active{color:#1a1a1a;font-weight:500;background:rgba(201,165,74,.08);}
.page-talent-dashboard .sub-link:hover:not(.active){color:#1a1a1a;}
.page-talent-dashboard .notif-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#C4A559;color:#fff;font-size:8px;font-weight:700;margin-left:3px;}

/* === Portal Switcher (pill + dropdown) === */
.page-talent-dashboard .portal-switcher{position:relative;flex-shrink:0;}
.page-talent-dashboard .ps-pill{
  display:inline-flex;align-items:center;gap:7px;
  padding:6px 12px;border-radius:99px;cursor:pointer;
  font-family:'Geist',sans-serif;font-size:11px;font-weight:600;
  letter-spacing:.2px;white-space:nowrap;
  background:linear-gradient(180deg,#EAF2EA,#D9E8D9);
  border:1px solid #B7D2B7;color:#3F6B45;
  transition:all .15s;
}
.page-talent-dashboard .ps-pill:hover{
  background:linear-gradient(180deg,#EFF5EF,#DFEBDF);
  border-color:#A8C7A8;box-shadow:0 2px 8px rgba(63,107,69,.15);
}
.page-talent-dashboard .ps-pill-dot{width:6px;height:6px;border-radius:50%;background:#5C9A60;box-shadow:0 0 0 1.5px rgba(255,255,255,.55);}
.page-talent-dashboard .ps-pill-arrow{font-size:8px;opacity:.7;margin-left:1px;}
.page-talent-dashboard .ps-dropdown{
  position:absolute;top:calc(100% + 8px);left:0;min-width:268px;
  background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;
  box-shadow:0 12px 32px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.04);
  padding:8px;z-index:250;
  animation:psIn .15s ease;
}
@keyframes psIn{from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:none;}}
.page-talent-dashboard .ps-dd-head{
  font-family:'Geist',sans-serif;font-size:9.5px;font-weight:700;color:#9A8E80;
  letter-spacing:1.6px;text-transform:uppercase;padding:8px 10px 6px;
}
.page-talent-dashboard .ps-dd-item{
  display:flex;align-items:center;gap:11px;width:100%;
  padding:10px 11px;border-radius:9px;border:none;background:none;
  cursor:pointer;font-family:'Geist',sans-serif;text-align:left;transition:background .12s;
}
.page-talent-dashboard .ps-dd-item:hover:not(:disabled){background:#FFFBF0;}
.page-talent-dashboard .ps-dd-item.is-active{background:linear-gradient(135deg,rgba(184,145,42,.08),rgba(212,168,50,.05));cursor:default;}
.page-talent-dashboard .ps-dd-item:disabled{cursor:default;}
.page-talent-dashboard .ps-dd-icon{
  width:32px;height:32px;border-radius:8px;
  display:inline-flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);
  color:#fff;font-size:14px;font-weight:800;flex-shrink:0;
}
.page-talent-dashboard .ps-dd-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;}
.page-talent-dashboard .ps-dd-label{font-size:13px;font-weight:600;color:#1a1a1a;}
.page-talent-dashboard .ps-dd-desc{font-size:11px;color:#6B6660;font-weight:400;}
.page-talent-dashboard .ps-dd-check{color:#9E7E3F;font-size:10px;flex-shrink:0;}

/* === Cormorant Garamond === */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

/* === TOP BANNER (4 cards) === */
:root{
  /* Aligned to canonical app gold (btn-gold / "Complete my profile") */
  --gold-btn: linear-gradient(135deg, #C4A559 0%, #D4BC7A 40%, #E5D4A0 70%, #EFE2B8 100%);
  --gold-base: #A8893C;
  --gold-primary: #C4A559;
  --gold-ultra-soft: #F7EDCC;
  --mid: #6B6B6B;
  --light-text: #9A9A9A;
  --line-soft: #F0EDE3;
  --line: #E8E8E4;
}
.page-talent-dashboard .td-top-banner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;align-items:stretch;margin-bottom:16px;}
.page-talent-dashboard .td-second-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;}
/* Aligned to existing dashboard card system: FAFAFA bg + diffuse border + 14px radius */
.page-talent-dashboard .tdb-card{background:#FAFAFA;border:1px solid rgba(0,0,0,.04);border-radius:14px;padding:20px;display:flex;flex-direction:column;transition:all .2s;}
.page-talent-dashboard .tdb-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.04);}
/* Card title — same look as .side-title (Notifications / My Messages) but in serif */
.page-talent-dashboard .tdb-card-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:14px;display:flex;align-items:center;gap:8px;line-height:1.2;}

/* Card 1: Hello */
.page-talent-dashboard .tdb-hello-row{display:flex;flex-direction:row;gap:16px;align-items:center;}
.page-talent-dashboard .tdb-avatar{width:64px;height:64px;border-radius:50%;background:var(--gold-btn);border:2px solid #fff;box-shadow:0 2px 8px rgba(168,137,60,.22);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;}
.page-talent-dashboard .tdb-avatar span{font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;font-weight:600;color:#fff;line-height:1;}
.page-talent-dashboard .tdb-avatar img{width:100%;height:100%;object-fit:cover;display:block;}
/* Photo edit overlay (real mode only — added via JS class .tdb-avatar-editable) */
.page-talent-dashboard .tdb-avatar-editable{position:relative;cursor:pointer;overflow:visible;}
.page-talent-dashboard .tdb-avatar-editable img{border-radius:50%;}
.page-talent-dashboard .tdb-avatar-editable span{border-radius:50%;}
.page-talent-dashboard .tdb-avatar-editable .tdb-avatar-overlay{position:absolute;inset:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;opacity:0;transition:opacity .15s ease;text-align:center;padding:4px;line-height:1.1;pointer-events:none;}
.page-talent-dashboard .tdb-avatar-editable:hover .tdb-avatar-overlay,
.page-talent-dashboard .tdb-avatar-editable:focus-within .tdb-avatar-overlay{opacity:1;}
.page-talent-dashboard .tdb-avatar-editable.is-uploading .tdb-avatar-overlay{opacity:1;background:rgba(0,0,0,.7);}
.page-talent-dashboard .tdb-avatar-edit-badge{position:absolute;bottom:-2px;right:-2px;width:24px;height:24px;border-radius:50%;background:var(--grad-primary,linear-gradient(99deg,#BD9733 0%,#E5D29F 25%,#E8CC6E 50%,#E5D29F 75%,#FFF4C2 100%));border:2px solid #fff;display:flex;align-items:center;justify-content:center;color:#000;font-size:12px;font-weight:700;box-shadow:0 1px 4px rgba(0,0,0,.18);cursor:pointer;padding:0;line-height:1;z-index:2;}
.page-talent-dashboard .tdb-avatar-edit-badge:hover{transform:scale(1.08);}
.page-talent-dashboard .tdb-hello-info{display:flex;flex-direction:column;gap:4px;min-width:0;}
.page-talent-dashboard .tdb-greet{font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;font-weight:600;color:#1a1a1a;line-height:1.15;letter-spacing:0;}
.page-talent-dashboard .tdb-greet em{font-style:italic;color:var(--gold-base);font-weight:500;}
.page-talent-dashboard .tdb-role{font-size:11px;color:#888;font-weight:500;}
.page-talent-dashboard .tdb-badges{display:flex;flex-direction:row;gap:5px;flex-wrap:wrap;margin:6px 0 2px;}
.page-talent-dashboard .tdb-badge{font-size:9px;font-weight:700;padding:3px 9px;border-radius:100px;letter-spacing:.02em;line-height:1.3;white-space:nowrap;}
.page-talent-dashboard .tdb-b-score{background:linear-gradient(135deg,rgba(184,151,90,.1),rgba(184,151,90,.04));color:#8C6D34;border:1px solid rgba(184,151,90,.2);}
.page-talent-dashboard .tdb-b-role{background:linear-gradient(135deg,rgba(46,125,50,.08),rgba(46,125,50,.04));color:#2E7D32;border:1px solid rgba(46,125,50,.15);}
.page-talent-dashboard .tdb-b-verif{background:linear-gradient(135deg,rgba(33,130,200,.08),rgba(33,130,200,.04));color:#3B82C8;border:1px solid rgba(33,130,200,.15);}
.page-talent-dashboard .tdb-cta-link{font-size:11px;font-weight:700;color:var(--gold-base);transition:color .15s;text-decoration:none;margin-top:4px;align-self:flex-start;}
.page-talent-dashboard .tdb-cta-link:hover{color:#1a1a1a;}

/* Card 2: Completion — title in serif like other cards */
.page-talent-dashboard .tdb-comp{gap:12px;}
.page-talent-dashboard .tdb-comp-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2px;}
.page-talent-dashboard .tdb-comp-label{font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;font-weight:600;color:#1a1a1a;line-height:1.2;}
.page-talent-dashboard .tdb-comp-pct{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;color:var(--gold-base);line-height:1;}
.page-talent-dashboard .tdb-comp-pct-num{font-size:32px;}
.page-talent-dashboard .tdb-comp-pct-sign{font-size:18px;margin-left:1px;}
.page-talent-dashboard .tdb-comp-track{height:6px;background:rgba(0,0,0,.04);border-radius:4px;overflow:hidden;}
.page-talent-dashboard .tdb-comp-fill{height:100%;background:var(--gold-btn);border-radius:4px;transition:width .4s ease;}
.page-talent-dashboard .tdb-comp-missing{margin-top:auto;display:flex;flex-direction:column;gap:8px;}
.page-talent-dashboard .tdb-comp-missing-label{font-size:11px;color:#888;font-weight:500;line-height:1.3;}
.page-talent-dashboard .tdb-comp-missing-badges{display:flex;flex-wrap:wrap;gap:6px;}
.page-talent-dashboard .tdb-miss-badge{font-size:11px;font-weight:600;padding:4px 10px;border-radius:100px;background:rgba(184,151,90,.1);color:var(--gold-base);border:1px solid rgba(184,151,90,.2);text-decoration:none;line-height:1.3;transition:all .15s;cursor:pointer;}
.page-talent-dashboard .tdb-miss-badge:hover{background:rgba(184,151,90,.18);color:#1a1a1a;}

/* Card 3: Visibility */
.page-talent-dashboard .tdb-vis-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 6px;}
.page-talent-dashboard .tdb-vis-status{display:flex;align-items:center;gap:10px;}
.page-talent-dashboard .tdb-vis-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;transition:all .2s;}
.page-talent-dashboard .tdb-vis-dot-on{background:#4ADE80;box-shadow:0 0 0 4px rgba(74,222,128,.2);}
.page-talent-dashboard .tdb-vis-dot-off{background:#9A9A9A;box-shadow:none;}
.page-talent-dashboard .tdb-vis-text{font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;font-weight:600;color:#1a1a1a;line-height:1;}
.page-talent-dashboard .tdb-vis-sub{font-size:12px;color:#9A9A9A;font-weight:500;line-height:1.3;}
.page-talent-dashboard .tdb-toggle{width:42px;height:24px;border-radius:13px;position:relative;cursor:pointer;background:rgba(0,0,0,.08);transition:background .2s;flex-shrink:0;}
.page-talent-dashboard .tdb-toggle.tdb-toggle-on{background:linear-gradient(135deg,#4CAF50,#2E7D32);}
.page-talent-dashboard .tdb-toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:left .2s;}
.page-talent-dashboard .tdb-toggle.tdb-toggle-on .tdb-toggle-thumb{left:21px;}
.page-talent-dashboard .tdb-vis-hint{font-size:11px;color:#888;line-height:1.4;margin-top:auto;}

/* Card 4: Quick Actions */
.page-talent-dashboard .tdb-actions-list{display:flex;flex-direction:column;gap:4px;}
.page-talent-dashboard .tdb-action{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:8px;font-size:12px;cursor:pointer;text-decoration:none;color:#1a1a1a;transition:background .15s;}
.page-talent-dashboard .tdb-action:hover{background:rgba(184,151,90,.06);}
.page-talent-dashboard .tdb-action-icon{width:26px;height:26px;border-radius:7px;background:rgba(184,151,90,.1);color:var(--gold-base);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.page-talent-dashboard .tdb-action-text{flex:1;font-size:12px;font-weight:600;color:#1a1a1a;}
.page-talent-dashboard .tdb-action-chev{margin-left:auto;color:#ccc;font-size:14px;}

/* === KPI ROW (Candidatures · Messages · Réseau · Ma shortlist) === */
.page-talent-dashboard .td-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;}
.page-talent-dashboard .td-kpi{background:#FAFAFA;border:1px solid rgba(0,0,0,.04);border-radius:14px;padding:16px 18px;display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit;transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;cursor:pointer;}
.page-talent-dashboard .td-kpi:hover{transform:translateY(-1px);border-color:var(--gold-primary);box-shadow:0 4px 14px rgba(0,0,0,.05);}
.page-talent-dashboard .td-kpi-icon{width:38px;height:38px;border-radius:50%;background:var(--gold-ultra-soft);color:var(--gold-base);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;flex-shrink:0;}
.page-talent-dashboard .td-kpi-body{display:flex;flex-direction:column;gap:2px;min-width:0;}
.page-talent-dashboard .td-kpi-num{font-family:'DM Sans','Inter',system-ui,sans-serif;font-size:26px;font-weight:600;color:#1a1a1a;line-height:1.05;letter-spacing:-0.01em;}
.page-talent-dashboard .td-kpi-label{font-size:12px;color:var(--mid);font-weight:500;line-height:1.2;}
.page-talent-dashboard .td-kpi-trend{display:inline-flex;align-self:flex-start;font-size:11px;font-weight:600;padding:2px 8px;border-radius:8px;margin-top:3px;line-height:1.3;}
.page-talent-dashboard .td-kpi-trend-pos{background:rgba(46,125,50,.08);color:#2E7D32;}
.page-talent-dashboard .td-kpi-trend-text{font-size:11px;color:var(--light-text);font-weight:500;margin-top:3px;line-height:1.3;}

@media (max-width:1024px){
  .page-talent-dashboard .td-top-banner{grid-template-columns:1fr 1fr;gap:14px;}
  .page-talent-dashboard .td-top-banner .tdb-hello{grid-column:1 / -1;}
  .page-talent-dashboard .td-second-row{grid-template-columns:1fr 1fr;}
  .page-talent-dashboard .td-kpi-row{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:640px){
  .page-talent-dashboard .td-top-banner{grid-template-columns:1fr;gap:12px;}
  .page-talent-dashboard .td-top-banner .tdb-hello{grid-column:auto;}
  .page-talent-dashboard .td-second-row{grid-template-columns:1fr;}
  .page-talent-dashboard .td-kpi-row{grid-template-columns:1fr;}
}

/* === COMPLÉTION CTA (bandeau card 2) === */
.page-talent-dashboard .tdb-comp-missing-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;}
.page-talent-dashboard .tdb-comp-missing-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.page-talent-dashboard .tdb-comp-cta{font-size:12px;font-weight:500;color:var(--gold-base);text-decoration:none;cursor:pointer;white-space:nowrap;transition:color .15s;}
.page-talent-dashboard .tdb-comp-cta:hover{color:#8C6D34;}

/* === AGENDA SIDEBAR CARD === */
.page-talent-dashboard .td-agenda{padding:18px 20px;}
.page-talent-dashboard .td-agenda-header{padding:18px 20px;}
.page-talent-dashboard .td-agenda-sep-line{height:1px;background:rgba(0,0,0,.05);margin-bottom:10px;}
.page-talent-dashboard .td-agenda-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;}
.page-talent-dashboard .td-agenda-title{display:flex;align-items:center;gap:8px;font-family:'Cormorant Garamond',Georgia,serif;font-size:19px;font-weight:500;color:#1a1a1a;line-height:1;}
.page-talent-dashboard .td-agenda-icon{color:var(--gold-base);}
.page-talent-dashboard .td-agenda-all{font-size:11px;font-weight:500;color:var(--gold-base);text-decoration:none;}
.page-talent-dashboard .td-agenda-all:hover{color:#8C6D34;}
.page-talent-dashboard .td-agenda-events{display:flex;flex-direction:column;gap:12px;}
.page-talent-dashboard .td-agenda-event{display:flex;align-items:center;gap:14px;}
.page-talent-dashboard .td-agenda-date{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 10px;background:#FAF5E4;border:1px solid #F7EDCC;border-radius:10px;min-width:46px;flex-shrink:0;}
.page-talent-dashboard .td-agenda-day{font-family:'Cormorant Garamond',Georgia,serif;font-size:22px;font-weight:600;color:#1a1a1a;line-height:1;}
.page-talent-dashboard .td-agenda-month{font-size:9px;font-weight:600;letter-spacing:.14em;color:var(--gold-base);text-transform:uppercase;margin-top:3px;}
.page-talent-dashboard .td-agenda-details{flex:1;min-width:0;}
.page-talent-dashboard .td-agenda-event-title{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.25;}
.page-talent-dashboard .td-agenda-event-sub{font-size:11px;color:var(--mid);margin-top:3px;line-height:1.3;}
.page-talent-dashboard .td-agenda-sync{display:flex;align-items:center;gap:6px;margin-top:14px;padding:9px 11px;background:#FAF5E4;border-radius:10px;font-size:11px;color:var(--mid);}
.page-talent-dashboard .td-agenda-sync-icon{color:var(--gold-base);font-weight:500;}

/* === OPPORTUNITÉS RECOMMANDÉES (full width) === */
.page-talent-dashboard .td-oppo-zone{margin-top:28px;margin-bottom:28px;}
.page-talent-dashboard .td-oppo-list{display:flex;flex-direction:column;gap:14px;}
.page-talent-dashboard .td-oppo-card{display:flex;flex-direction:column;gap:16px;background:#FAFAFA;border:1px solid rgba(0,0,0,.04);border-radius:14px;padding:20px 22px;transition:border-color .18s ease, box-shadow .18s ease;}
.page-talent-dashboard .td-oppo-card:hover{border-color:var(--gold-primary);box-shadow:0 2px 12px rgba(184,145,42,.08);}
.page-talent-dashboard .td-oppo-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;}
.page-talent-dashboard .td-oppo-content{flex:1;min-width:0;}
.page-talent-dashboard .td-oppo-estab{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.25;display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.page-talent-dashboard .td-oppo-estab-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 9px 4px 8px;border-radius:999px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0;}
.page-talent-dashboard .td-oppo-estab-badge svg{width:10px;height:10px;flex-shrink:0;}
.page-talent-dashboard .td-oppo-ub-palace{background:#1C1A17;color:#F5D480;}
.page-talent-dashboard .td-oppo-ub-michelin{background:#5B2A2E;color:#F3C9A8;}
.page-talent-dashboard .td-oppo-ub-hotel5{background:#B8912A;color:#FFFBEA;}
.page-talent-dashboard .td-oppo-ub-hotel4{background:#E8D8A8;color:#5C4418;}
.page-talent-dashboard .td-oppo-ub-yachting{background:#1E3A52;color:#C9E2F5;}
.page-talent-dashboard .td-oppo-ub-uhnwi{background:#2D2B45;color:#D4C8F5;}
.page-talent-dashboard .td-oppo-role{font-size:13px;font-weight:500;color:var(--gold-base);margin-top:3px;line-height:1.3;}
.page-talent-dashboard .td-oppo-match{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:4px 11px;border-radius:14px;background:transparent;white-space:nowrap;flex-shrink:0;}
.page-talent-dashboard .td-oppo-match-excellent{border:1px solid #4A8256;color:#4A8256;}
.page-talent-dashboard .td-oppo-match-strong{border:1px solid #4A8256;color:#4A8256;}
.page-talent-dashboard .td-oppo-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:12px 0 0;font-size:12px;color:var(--mid);}
.page-talent-dashboard .td-oppo-meta-item{display:inline-flex;align-items:center;gap:5px;color:var(--mid);}
.page-talent-dashboard .td-oppo-meta-item svg{color:var(--mid);flex-shrink:0;}
.page-talent-dashboard .td-oppo-buttons{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:flex-start;}
.page-talent-dashboard .td-oppo-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:24px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .18s ease;border:1px solid transparent;white-space:nowrap;box-sizing:border-box;}
.page-talent-dashboard .td-oppo-btn-apply{background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);color:#1a1208;box-shadow:0 2px 8px rgba(184,145,42,.18);border:1px solid rgba(196,165,89,.4);}
.page-talent-dashboard .td-oppo-btn-apply:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(184,145,42,.28);}
.page-talent-dashboard .td-oppo-btn-view{background:transparent;color:var(--gold-base);border:1px solid var(--gold-primary);}
.page-talent-dashboard .td-oppo-btn-view:hover{background:rgba(184,145,42,.06);}
.page-talent-dashboard .td-oppo-btn-shortlist{background:transparent;color:var(--gold-base);border:1px solid var(--gold-primary);}
.page-talent-dashboard .td-oppo-btn-shortlist:hover{background:rgba(184,145,42,.06);}
.page-talent-dashboard .td-oppo-btn-shortlisted{background:transparent;color:#999;border:1px solid #ddd;cursor:default;pointer-events:none;opacity:.7;}

@media (max-width:640px){
  .page-talent-dashboard .td-oppo-buttons{flex-wrap:wrap;}
  .page-talent-dashboard .td-oppo-btn{flex:1;min-width:0;}
}

/* ═══ V3 CONSOLIDATED HELLO CARD ═══ */
.page-talent-dashboard .tdb-hello-consolidated {
  display: flex;
  flex-direction: column;
}
.page-talent-dashboard .tdb-hello-consolidated .tdb-hello-row {
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

/* Top section: identity (left) + visibility (right) */
.page-talent-dashboard .tdb-hello-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

/* Compact visibility on the right */
.page-talent-dashboard .tdb-vis-compact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.page-talent-dashboard .tdb-vis-compact .tdb-vis-status {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-talent-dashboard .tdb-vis-compact .tdb-vis-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
}
.page-talent-dashboard .tdb-vis-compact .tdb-vis-sub {
  font-size: 11px;
  color: #9A9A9A;
  font-weight: 500;
}

/* Filleuls bandeau */
.page-talent-dashboard .tdb-filleuls-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  margin: 8px 0;
  background: linear-gradient(90deg, rgba(196,165,89,0.06) 0%, rgba(248,226,122,0.10) 100%);
  border: 1px solid rgba(196,165,89,0.22);
  border-radius: 10px;
  flex-wrap: wrap;
}
.page-talent-dashboard .tdb-filleuls-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(196,165,89,0.16);
  color: #A8893C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.page-talent-dashboard .tdb-filleuls-text {
  flex: 1;
  min-width: 140px;
  line-height: 1.3;
}
.page-talent-dashboard .tdb-filleuls-title {
  font-size: 12px;
  font-weight: 600;
  color: #1a1a1a;
}
.page-talent-dashboard .tdb-filleuls-sub {
  font-size: 11px;
  color: #6B6B6B;
}
.page-talent-dashboard .tdb-filleuls-progress {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.page-talent-dashboard .tdb-fp-seg {
  width: 18px;
  height: 6px;
  border-radius: 3px;
  background: rgba(196,165,89,0.18);
  display: inline-block;
}
.page-talent-dashboard .tdb-fp-seg.tdb-fp-on {
  background: linear-gradient(90deg, #C4A559, #D4BC7A);
}
.page-talent-dashboard .tdb-filleuls-cta {
  font-size: 12px;
  color: #A8893C;
  font-weight: 600;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
}
.page-talent-dashboard .tdb-filleuls-cta:hover {
  color: #1a1a1a;
}

/* Links row */
.page-talent-dashboard .tdb-hello-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.page-talent-dashboard .tdb-cta-link-muted {
  color: #6B6B6B !important;
}
.page-talent-dashboard .tdb-cta-link-muted:hover {
  color: #A8893C !important;
}

/* Divider between identity and completion */
.page-talent-dashboard .tdb-hello-divider {
  height: 1px;
  background: rgba(196,165,89,0.14);
  margin: 16px 0;
}

/* Completion section inside consolidated card */
.page-talent-dashboard .tdb-hello-comp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-talent-dashboard .tdb-hello-comp .tdb-comp-missing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.page-talent-dashboard .tdb-hello-comp .tdb-comp-missing-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* Mobile: stack everything */
@media (max-width: 640px) {
  .page-talent-dashboard .tdb-hello-top {
    flex-direction: column;
  }
  .page-talent-dashboard .tdb-vis-compact {
    align-items: flex-start;
    width: 100%;
  }
  .page-talent-dashboard .tdb-filleuls-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-talent-dashboard .tdb-filleuls-progress {
    align-self: stretch;
    justify-content: space-between;
  }
}

/* ──────────────────────────────────────────────────────────────────
   PREMIUM SILVER-WHITE CARDS — overrides #FAFAFA flat backgrounds
   Subtle pearlescent gradient + soft radial glow + crisp hairline.
   ──────────────────────────────────────────────────────────────── */
.page-talent-dashboard .tdb-card,
.page-talent-dashboard .td-kpi,
.page-talent-dashboard .td-oppo-card,
.page-talent-dashboard .side-card,
.page-talent-dashboard .pipeline-col,
.page-talent-dashboard .msg-card,
.page-talent-dashboard .oppo-card,
.page-talent-dashboard .stat-card,
.page-talent-dashboard .comp-bar-zone,
.page-talent-dashboard .mini-profile-actions {
  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%);
  border: 1px solid rgba(0,0,0,0.05);
  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);
}

.page-talent-dashboard .tdb-card:hover,
.page-talent-dashboard .td-kpi:hover,
.page-talent-dashboard .td-oppo-card:hover {
  box-shadow:
    0 1px 0 rgba(255,255,255,0.9) inset,
    0 0 0 1px rgba(255,255,255,0.6) inset,
    0 2px 4px rgba(20,16,8,0.04),
    0 14px 32px -14px rgba(120,98,40,0.14);
}

/* Inner sub-zones (completion bar wrapper, comp items) stay slightly
   recessed against the card with a faint warm tint. */
.page-talent-dashboard .tdb-hello-comp {
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(248,244,237,0.5));
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 12px;
  padding: 14px 16px;
}
