/* Recruiting layouts built on the shared Grow theme in grow.css. */
.skip { position:fixed; top:-60px; left:16px; z-index:200; padding:10px 16px; background:var(--grow-card); border-radius:8px; }
.skip:focus { top:8px; }
.grow-topnav #account { margin-left:auto; }
.grow-primary-nav:empty { display:none; }
.grow-topnav:has(.grow-primary-nav:empty) { padding-bottom:10px; padding-top:10px; }
.grow-nav-button { min-height:70px; }
.grow-nav-button:hover { background:transparent; }
.pagehead { display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:16px; margin-bottom:24px; }
.pagehead p { margin:0; color:var(--grow-text-secondary); }
.sync { display:flex; align-items:center; gap:8px; color:var(--grow-text-secondary); font-size:13px; }
.dot { display:inline-block; width:8px; height:8px; flex:0 0 8px; margin-right:2px; background:var(--grow-success); border-radius:50%; }
.dot.warn { background:var(--grow-warning); }
.quiet { min-height:32px; padding:4px 16px; font-size:13px; }
.notice { margin-bottom:20px; padding:12px 16px; border:1px solid rgba(255,184,0,.35); border-radius:8px; background:rgba(255,184,0,.1); color:#946400; }
.metrics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-bottom:24px; }
.metric { display:flex; flex-direction:column; align-items:flex-start; min-height:128px; padding:20px 24px; border:1px solid var(--grow-border-light); border-radius:14px; background:var(--grow-card); box-shadow:var(--grow-shadow-sm); }
.metric .label { color:var(--grow-text-secondary); font-size:13px; font-weight:500; }
.metric .value { color:var(--grow-darkblue); font-size:30px; font-weight:600; line-height:1.3; margin:4px 0; font-variant-numeric:tabular-nums; }
.metric small { color:var(--grow-text-secondary); font-size:12px; }
.toolbar { display:flex; flex-wrap:wrap; align-items:flex-end; gap:16px; margin:0 0 20px; }
.toolbar label { margin:0; min-width:160px; }
.toolbar .stretch { flex:1 1 240px; max-width:440px; }
.toolbar > .small { padding-bottom:12px; }
.check { display:flex; align-items:center; gap:8px; min-height:42px; }
.check input { margin:0; width:16px; height:16px; }
.small,small { font-size:13px; }
.muted,.meta,.note,.legend { color:var(--grow-text-secondary); }
.meta { margin-top:5px; font-size:12px; }
.note { font-size:12px; margin:20px 0 0; line-height:1.7; }
.note .quiet { border:0; padding:0; min-height:24px; color:var(--grow-primary-dark); background:transparent; font-weight:500; font-size:12px; }
.roles { overflow:hidden; border:1px solid var(--grow-border-light); border-radius:var(--grow-radius); background:var(--grow-card); box-shadow:var(--grow-shadow-sm); }
.role { display:grid; grid-template-columns:minmax(200px,1.25fr) minmax(230px,1fr) 120px 65px; align-items:center; gap:28px; padding:20px 24px; }
.role + .role { border-top:1px solid var(--grow-border-light); }
.role:hover { background:rgba(93,161,216,.025); }
.role-title { display:inline; min-height:0; padding:0; border:0; border-radius:0; background:transparent; color:var(--grow-darkblue); text-align:left; font-size:16px; font-weight:600; line-height:1.5; }
.role-title:hover { background:transparent; color:var(--grow-primary-dark); }
.stage-caption { display:flex; justify-content:space-between; gap:8px; color:var(--grow-text-secondary); font-size:12px; }
.stages { display:flex; gap:3px; height:12px; margin-top:8px; border-radius:6px; background:var(--grow-border-light); }
.stages button { flex:1 1 0; min-width:5px; min-height:12px; height:12px; border:0; border-radius:0; padding:0; background:var(--grow-primary); }
.stages button:first-child { border-radius:6px 0 0 6px; }
.stages button:last-child { border-radius:0 6px 6px 0; }
.stages button:only-child { border-radius:6px; }
.stages button:nth-child(4n+2) { background:var(--grow-darkblue); }
.stages button:nth-child(4n+3) { background:var(--grow-coral); }
.stages button:nth-child(4n) { background:#a9cee9; }
.stages button:hover { opacity:.75; }
.right { text-align:right; }
.count { font-size:24px; font-weight:600; font-variant-numeric:tabular-nums; }
.section-line { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; margin:0 0 20px; }
.section-line h2 { margin:0; }
.section-line h2 .small { display:inline-block; margin-left:8px; font-weight:400; }
.section-line p { margin:6px 0 0; }
.legend { font-size:12px; }
.badge { display:inline-flex; align-items:center; min-height:22px; gap:6px; padding:4px 10px; border-radius:var(--grow-pill); background:var(--grow-border-light); color:var(--grow-text-secondary); font-size:12px; font-weight:600; line-height:1; white-space:nowrap; }
.badge.blue { background:rgba(93,161,216,.13); color:var(--grow-primary-dark); }
.badge.green { background:rgba(74,214,138,.15); color:#1f8c4e; }
.badge.amber { background:rgba(255,184,0,.18); color:#946400; }
.grow-nav-button .badge { min-height:18px; padding:2px 6px; background:rgba(93,161,216,.13); font-size:10px; }
.board { display:flex; align-items:flex-start; gap:16px; max-width:100%; overflow-x:auto; padding:0 0 16px; scrollbar-color:var(--grow-border) transparent; }
.column { flex:0 0 284px; min-width:0; padding:16px; border:1px solid var(--grow-border-light); border-radius:var(--grow-radius); background:#f1f4f8; }
.column-head { display:flex; align-items:center; justify-content:space-between; gap:8px; min-height:32px; margin-bottom:12px; }
.column-head h3 { font-size:14px; margin:0; }
.column-head .badge { background:var(--grow-card); }
.candidate { display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; gap:8px; width:100%; padding:16px; margin-bottom:12px; border:1px solid var(--grow-border-light); border-radius:var(--grow-radius); background:var(--grow-card); box-shadow:var(--grow-shadow-sm); text-align:left; font-weight:400; }
.candidate:hover { background:var(--grow-card); border-color:var(--grow-primary); }
.candidate strong { font-size:14px; font-weight:600; }
.candidate small { color:var(--grow-text-secondary); font-size:12px; }
.candidate:last-child { margin-bottom:0; }
.column > button:not(.candidate) { width:100%; min-height:32px; padding:8px; font-size:12px; }
.service,.task { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:20px 24px; margin-bottom:16px; border:1px solid var(--grow-border-light); border-radius:var(--grow-radius); background:var(--grow-card); box-shadow:var(--grow-shadow-sm); }
.service { margin-bottom:24px; }
.service h3 { display:flex; align-items:center; gap:8px; }
.service p { margin:0; color:var(--grow-text-secondary); font-size:13px; }
.task p { margin:10px 0; font-size:13px; }
.task h3 { margin-bottom:10px; }
.task > div:first-child { min-width:0; overflow-wrap:anywhere; }
.task-actions { display:flex; flex:0 0 auto; flex-wrap:wrap; gap:8px; }
.task-actions button { min-height:32px; padding:6px 16px; font-size:13px; }
.empty,.loading { padding:48px 24px; text-align:center; color:var(--grow-text-secondary); }
.empty { border:1px solid var(--grow-border-light); border-radius:var(--grow-radius); background:var(--grow-card); }
.empty p { margin:0; }
dialog { position:fixed; width:min(640px,calc(100% - 32px)); max-height:90dvh; margin:auto; padding:28px; border:1px solid var(--grow-border-light); border-radius:var(--grow-radius); background:var(--grow-card); color:var(--grow-text); box-shadow:var(--grow-shadow-lg); }
dialog::backdrop { background:rgba(38,63,110,.35); }
dialog h2 { padding-right:24px; }
.close { position:absolute; right:12px; top:12px; width:32px; min-height:32px; padding:0; border:0; background:transparent; color:var(--grow-text-secondary); font-size:24px; font-weight:400; }
dialog label { margin:16px 0 0; }
.topspace { margin-top:16px; }
dl { display:grid; grid-template-columns:160px minmax(0,1fr); gap:12px 16px; padding:20px 0; margin:0; border-top:1px solid var(--grow-border-light); border-bottom:1px solid var(--grow-border-light); font-size:13px; }
dt { color:var(--grow-text-secondary); }
dd { margin:0; overflow-wrap:anywhere; }
.actions { display:flex; justify-content:flex-end; flex-wrap:wrap; gap:10px; margin-top:24px; }
.evidence { white-space:pre-wrap; overflow-wrap:anywhere; padding:16px; border-radius:8px; background:var(--grow-bg); font-size:13px; }
.error { color:#b71f33; margin-top:12px; }
#toast { display:none; position:fixed; z-index:150; bottom:24px; left:50%; transform:translateX(-50%); width:max-content; max-width:calc(100% - 28px); padding:12px 20px; border-radius:var(--grow-radius); background:var(--grow-darkblue); color:#fff; box-shadow:var(--grow-shadow-md); }
.login { display:flex; justify-content:center; align-items:center; min-height:calc(100dvh - 160px); }
.login-card { width:min(440px,100%); padding:48px 40px; text-align:center; border:1px solid var(--grow-border-light); border-radius:var(--grow-radius-lg); background:var(--grow-card); box-shadow:var(--grow-shadow-md); }
.login-card img { display:block; width:auto; height:64px; margin:0 auto 24px; }
.login-card h1 { font-size:24px; margin-bottom:12px; }
.login-card p { color:var(--grow-text-secondary); margin-bottom:24px; }
.login-card .primary { width:100%; }
.login-card .note { margin:20px 0 0; }
@media (max-width:1100px) {
  .role { grid-template-columns:minmax(200px,1.2fr) minmax(200px,1fr) 60px; gap:20px; }
  .recruiter { display:none; }
  .metric { padding:18px; }
}
@media (max-width:820px) {
  .grow-nav-button { min-height:43px; }
  .metrics { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pagehead { align-items:flex-start; gap:12px; }
  .role { grid-template-columns:minmax(0,1fr) 60px; gap:16px; padding:18px; }
  .role .pipeline { grid-column:1/-1; grid-row:2; }
  .role .right { grid-column:2; grid-row:1; }
  .service,.task { align-items:flex-start; flex-direction:column; gap:16px; padding:18px; }
  .section-line h2 .small { display:block; margin:6px 0 0; }
  .legend { display:none; }
}
@media (max-width:540px) {
  h1 { font-size:24px; }
  .metrics { gap:12px; }
  .metric { padding:16px; }
  .metric .value { font-size:28px; }
  .toolbar { gap:12px; }
  .toolbar label,.toolbar .stretch { width:100%; flex-basis:100%; max-width:none; }
  .toolbar > .small { padding:0; }
  .sync { flex-wrap:wrap; font-size:12px; }
  dialog { padding:24px 20px; }
  dl { grid-template-columns:1fr; gap:4px; }
  dd { margin-bottom:8px; }
  .actions > * { flex:1 1 auto; }
  .login-card { padding:32px 24px; }
}
