/* ── Chair overview dashboard (v2.6.0) ───────────────────────────────── */
.ihec-cd { max-width:960px; margin:0 auto; font-size:15px; color:#1d2129; }
.ihec-cd * { box-sizing:border-box; }
.ihec-cd-h { margin:0 0 4px; font-size:24px; line-height:1.2; color:#0b1524;
  font-family:'Libre Baskerville',Georgia,serif; }
.ihec-cd-h3 { margin:26px 0 10px; font-size:12px; font-weight:700; letter-spacing:.07em;
  text-transform:uppercase; color:#0b1524; padding-bottom:6px; border-bottom:2px solid #0b1524; }
.ihec-cd-sub { margin:0 0 14px; color:#5c6470; font-size:14px; }
.ihec-cd-note { background:#f4f6fb; padding:14px 16px; border-radius:8px; }
.ihec-cd-hint { font-size:12.5px; color:#5c6470; margin:8px 0 0; }

.ihec-cd-progress { height:8px; background:#e9ecf2; border-radius:99px; overflow:hidden; }
.ihec-cd-progress span { display:block; height:100%; background:#c9a227; transition:width .3s; }
.ihec-cd-progress-l { margin:6px 0 18px; font-size:12.5px; color:#5c6470; }

.ihec-cd-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr));
  gap:10px; }
.ihec-cd-stat { background:#fff; border:1px solid #e3e7ef; border-radius:8px;
  padding:14px; text-align:center; min-width:0; }
.ihec-cd-stat.is-warn { border-color:#e8d5a3; background:#fdf9ec; }
.ihec-cd-stat.is-good { border-color:#cbe5d5; background:#f2faf5; }
.ihec-cd-n { display:block; font-size:26px; font-weight:700; color:#0b1524;
  font-family:'Libre Baskerville',Georgia,serif; }
.ihec-cd-stat.is-warn .ihec-cd-n { color:#7a5a05; }
.ihec-cd-stat.is-good .ihec-cd-n { color:#14663a; }
.ihec-cd-l { display:block; margin-top:4px; font-size:11px; letter-spacing:.04em;
  text-transform:uppercase; color:#5c6470; }

.ihec-cd-cap { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr)); gap:12px; }
.ihec-cd-capbox { background:#fff; border:1px solid #e3e7ef; border-radius:8px; padding:16px 18px; min-width:0; }
.ihec-cd-caphead { display:flex; justify-content:space-between; align-items:baseline; gap:10px; }
.ihec-cd-capleft { font-size:11px; font-weight:700; text-transform:uppercase;
  padding:3px 9px; border-radius:99px; background:#e6f4ea; color:#14663a; }
.ihec-cd-capleft.is-low { background:#fdf3d8; color:#7a5a05; }
.ihec-cd-capleft.is-full { background:#fdeaea; color:#b01e2a; }
.ihec-cd-capline { margin:8px 0 6px; font-size:14px; }
.ihec-cd-capbar { height:6px; background:#e9ecf2; border-radius:99px; overflow:hidden; }
.ihec-cd-capbar span { display:block; height:100%; background:#0b1524; }
.ihec-cd-capreq { margin:8px 0 0; font-size:12.5px; color:#5c6470; }
.ihec-cd-over { margin:6px 0 0; font-size:12.5px; color:#b01e2a; font-weight:600; }

.ihec-cd-statuses { display:flex; flex-wrap:wrap; gap:6px; }
.ihec-cd-chip { padding:5px 11px; border:1px solid #d5d9e0; border-radius:99px;
  font-size:12.5px; background:#fff; }
.ihec-cd-chip b { color:#0b1524; }
.ihec-cd-chip.is-zero { opacity:.5; }

.ihec-cd-action { list-style:none; padding:0; margin:0; }
.ihec-cd-action li { display:flex; flex-wrap:wrap; gap:8px; justify-content:space-between;
  align-items:baseline; padding:10px 12px; border:1px solid #e3e7ef; border-left:3px solid #c9a227;
  border-radius:0 6px 6px 0; margin-bottom:6px; background:#fff; min-width:0; }
.ihec-cd-action a { color:#0b1524; text-decoration:none; flex:1 1 320px;
  overflow-wrap:break-word; min-width:0; }
.ihec-cd-action a:hover { text-decoration:underline; }
.ihec-cd-action code { font-size:12px; color:#5c6470; margin-right:6px; }
.ihec-cd-why { font-size:11.5px; font-weight:700; letter-spacing:.03em;
  text-transform:uppercase; color:#7a5a05; }

/* ── Clickable counters and the filtered list (v2.7.0) ───────────────── */
a.ihec-cd-stat { text-decoration:none; display:block; transition:.12s ease; }
a.ihec-cd-stat:hover { border-color:#c9a227; transform:translateY(-1px); }
.ihec-cd-stat.is-on { border-color:#0b1524; box-shadow:0 0 0 2px rgba(11,21,36,.12); }
.ihec-cd-stat.is-on .ihec-cd-l { color:#0b1524; font-weight:700; }

a.ihec-cd-chip { text-decoration:none; color:#3c434a; }
a.ihec-cd-chip:hover { border-color:#c9a227; color:#0b1524; }
.ihec-cd-chip.is-on { background:#0b1524; border-color:#0b1524; color:#fff; }
.ihec-cd-chip.is-on b { color:#c9a227; }

.ihec-cd-count { font-size:11px; font-weight:700; color:#5c6470;
  background:#e9ecf2; padding:2px 9px; border-radius:99px; margin-left:6px;
  letter-spacing:0; }
.ihec-cd-filternote { margin:0 0 10px; font-size:12.5px; color:#5c6470; }
.ihec-cd-filternote a { color:#082A8B; }

.ihec-cd-meta { display:flex; flex-wrap:wrap; gap:8px; align-items:center;
  flex:0 0 auto; justify-content:flex-end; }
.ihec-cd-st { font-size:10.5px; font-weight:700; letter-spacing:.03em;
  text-transform:uppercase; padding:3px 9px; border-radius:99px;
  background:#eef0f4; color:#3c434a; white-space:nowrap; }
.ihec-cd-st--accepted_oral, .ihec-cd-st--accepted_poster { background:#e6f4ea; color:#14663a; }
.ihec-cd-st--not_accepted { background:#fdeaea; color:#b01e2a; }
.ihec-cd-st--withdrawn { background:#ecebf2; color:#55506b; }
.ihec-cd-st--under_review { background:#fdf3d8; color:#7a5a05; }

.ihec-cd-pager { display:flex; flex-wrap:wrap; gap:5px; align-items:center; margin-top:12px; }
.ihec-cd-page { min-width:32px; text-align:center; padding:6px 9px;
  border:1px solid #d5d9e0; border-radius:5px; font-size:13px;
  text-decoration:none; color:#3c434a; background:#fff; }
.ihec-cd-page:hover { border-color:#0b1524; color:#0b1524; }
.ihec-cd-page.is-on { background:#0b1524; border-color:#0b1524; color:#fff; }
.ihec-cd-pagenote { margin-left:8px; font-size:12px; color:#5c6470; }

/* Possible duplicates (v2.12.0) */
.ihec-cd-dupes { list-style:none; padding:0; margin:0; }
.ihec-cd-dupes > li { border:1px solid #e8d5a3; border-left:3px solid #c9a227;
  border-radius:0 6px 6px 0; background:#fdfaf0; padding:14px 16px; margin-bottom:10px; }
.ihec-cd-dupe-t { font-weight:700; font-size:14.5px; color:#0b1524;
  margin-bottom:8px; overflow-wrap:break-word; }
.ihec-cd-dupe-flag { display:inline-block; font-size:10.5px; font-weight:700;
  letter-spacing:.04em; text-transform:uppercase; padding:3px 9px; border-radius:99px;
  background:#fdeaea; color:#b01e2a; margin-left:6px; white-space:nowrap; }
.ihec-cd-dupe-flag.is-soft { background:#eef0f4; color:#5c6470; }
.ihec-cd-dupe-rows { list-style:none; padding:0; margin:0; }
.ihec-cd-dupe-rows li { font-size:13px; color:#5c6470; padding:3px 0; }
.ihec-cd-dupe-rows a { color:#0b1524; text-decoration:none; }
.ihec-cd-dupe-rows a:hover { text-decoration:underline; }

/* Bulk mail tab counts (v2.16.0) */
.ihec-bm-count { display:inline-block; min-width:20px; padding:1px 7px; margin-left:4px;
  border-radius:999px; background:#0b1524; color:#fff; font-size:11px; font-weight:700; }
.nav-tab-active .ihec-bm-count { background:#c9a227; color:#0b1524; }
