.drv2-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.drv2-enabled > [data-deal-room-workspace] > .deal-room-tool-rail {
  display: none !important;
}

.drv2-rail {
  position: fixed;
  z-index: 1190;
  top: 50%;
  right: max(14px, env(safe-area-inset-right));
  display: grid;
  gap: 8px;
  padding: 9px;
  transform: translateY(-50%);
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 18px;
  background: rgba(2, 5, 5, 0.94);
  box-shadow: 0 22px 52px rgba(2, 14, 12, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
}

.drv2-rail[hidden] {
  display: none !important;
}

body.drv2-drawer-is-open .drv2-rail {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(18px, -50%, 0);
}

.drv2-rail__button,
.drv2-icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: visible;
  color: #99f6e4;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  cursor: pointer;
  transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.drv2-rail__button:hover,
.drv2-rail__button[aria-pressed="true"] {
  color: #fff;
  border-color: rgba(45, 212, 191, 0.34);
  background: linear-gradient(145deg, rgba(11, 79, 73, 0.8), rgba(20, 184, 166, 0.25));
  transform: translateX(-2px);
}

.drv2-rail__button:focus-visible,
.drv2-icon-button:focus-visible,
.drv2-drawer :is(button, a, input, textarea, select, summary):focus-visible {
  outline: 3px solid #2dd4bf;
  outline-offset: 3px;
}

.drv2-rail__icon,
.drv2-rail__icon svg {
  display: block;
  width: 25px;
  height: 25px;
}

.drv2-rail__icon svg,
.drv2-icon-button svg,
.drv2-create summary svg,
.drv2-document-icon svg {
  fill: currentColor;
}

.drv2-rail__count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  color: #04100e;
  font-size: 9px;
  font-weight: 800;
  line-height: 16px;
  border-radius: 999px;
  background: #2dd4bf;
}

.drv2-portal {
  position: fixed;
  z-index: 2200;
  inset: 0;
  pointer-events: none;
}

.drv2-portal[hidden] {
  display: none !important;
}

.drv2-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(1, 7, 6, 0.62);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: auto;
  transition: opacity 180ms ease;
}

.drv2-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(640px, 96vw);
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  margin: 0;
  max-width: 100%;
  color: #101817;
  border-left: 1px solid rgba(20, 184, 166, 0.22);
  background: linear-gradient(180deg, #f8fbfa 0%, #f2f8f6 100%);
  box-shadow: -36px 0 88px rgba(1, 20, 17, 0.36);
  transform: translate3d(102%, 0, 0);
  pointer-events: auto;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  contain: layout paint;
}

.drv2-portal.is-open .drv2-backdrop { opacity: 1; }
.drv2-portal.is-open .drv2-drawer { transform: translate3d(0, 0, 0); }

.drv2-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 104px;
  padding: calc(22px + env(safe-area-inset-top)) 28px 22px;
  color: #fff;
  border-bottom: 1px solid rgba(45, 212, 191, 0.2);
  background: linear-gradient(125deg, #020505 0%, #081310 56%, #0b4f49 100%);
}

.drv2-drawer__header p {
  margin: 0 0 5px;
  color: #99f6e4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.drv2-drawer__header h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 27px);
  line-height: 1.15;
}

.drv2-icon-button {
  flex: 0 0 auto;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.drv2-icon-button:hover { background: rgba(45, 212, 191, 0.18); }
.drv2-icon-button svg { width: 23px; height: 23px; }

.drv2-drawer__body {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 24px 28px calc(32px + env(safe-area-inset-bottom));
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

/* The candidate workspace is a two-pane inspection surface, not a compact form drawer. */
.drv2-drawer[data-drv2-active="candidates"] {
  width: min(1400px, calc(100vw - 24px));
}
.drv2-drawer[data-drv2-active="candidates"] .drv2-drawer__body {
  padding: 0;
  overflow: hidden;
  scrollbar-gutter: auto;
}
.drv2-drawer[data-drv2-active="candidates"] .drv2-candidate-module-root,
.drv2-drawer[data-drv2-active="candidates"] .drv2cand {
  height: 100%;
  min-height: 0;
}

.drv2-loading,
.drv2-error,
.drv2-empty {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 250px;
  padding: 32px;
  text-align: center;
  border: 1px dashed rgba(20, 184, 166, 0.25);
  border-radius: 20px;
  background: #fff;
}

.drv2-loading { gap: 12px; color: #64706d; }
.drv2-loading > span {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(20, 184, 166, 0.16);
  border-top-color: #14b8a6;
  border-radius: 50%;
  animation: drv2-spin 700ms linear infinite;
}

.drv2-empty > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  color: #0b4f49;
  font-size: 20px;
  font-weight: 800;
  border-radius: 15px;
  background: rgba(20, 184, 166, 0.12);
}

.drv2-empty h4,
.drv2-error strong { margin: 0; font-size: 18px; }
.drv2-empty p,
.drv2-error p { max-width: 34ch; margin: 8px 0 0; color: #64706d; line-height: 1.55; }

.drv2-list,
.drv2-documents,
.drv2-jobs { display: grid; gap: 12px; }

.drv2-person-card,
.drv2-documents > article,
.drv2-jobs > article,
.drv2-company-fields > div,
.drv2-hiring-status,
.drv2-boundary,
.drv2-create,
.drv2-filters,
.drv2-message {
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(4, 31, 26, 0.06);
}

.drv2-person-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 17px;
}

.drv2-avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  border-radius: 15px;
  background: linear-gradient(145deg, #020505, #0b4f49);
}

.drv2-person-card h4,
.drv2-documents h4,
.drv2-jobs h5 { margin: 0; color: #101817; font-size: 16px; line-height: 1.3; overflow-wrap: anywhere; }
.drv2-person-card p,
.drv2-documents p,
.drv2-jobs p { margin: 4px 0; color: #64706d; line-height: 1.45; overflow-wrap: anywhere; }
.drv2-person-card small { display: block; margin-top: 10px; color: #64706d; }

.drv2-eyebrow {
  display: block;
  margin: 0 0 6px;
  color: #0f766e;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.drv2-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.drv2-meta span,
.drv2-tags li,
.drv2-status {
  padding: 5px 8px;
  color: #0b4f49;
  font-size: 11px;
  font-weight: 750;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.08);
}

.drv2-person-card dl,
.drv2-documents dl { display: grid; gap: 6px; margin: 12px 0 0; }
.drv2-person-card dl > div,
.drv2-documents dl > div { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 8px; font-size: 12px; }
.drv2-person-card dt,
.drv2-documents dt { color: #64706d; }
.drv2-person-card dd,
.drv2-documents dd { margin: 0; overflow-wrap: anywhere; }

.drv2-tags { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 10px 0 0; list-style: none; }

.drv2-create { margin-bottom: 18px; overflow: hidden; }
.drv2-create summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  color: #0b4f49;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}
.drv2-create summary::-webkit-details-marker { display: none; }
.drv2-create summary svg { width: 22px; height: 22px; }
.drv2-create form { display: grid; gap: 14px; padding: 0 18px 18px; }

.drv2-drawer label { display: grid; gap: 6px; color: #34413e; font-size: 12px; font-weight: 750; }
.drv2-drawer :is(input, textarea, select) {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: #101817;
  font: inherit;
  border: 1px solid rgba(14, 70, 63, 0.2);
  border-radius: 11px;
  background: #fff;
}
.drv2-drawer textarea { min-height: 96px; resize: vertical; line-height: 1.5; }

.drv2-form-actions,
.drv2-chat-form { display: flex; align-items: center; gap: 12px; }
.drv2-primary,
.drv2-error button {
  min-height: 44px;
  padding: 10px 16px;
  color: #fff;
  font-weight: 800;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #081310, #0b4f49);
  cursor: pointer;
}
.drv2-primary:disabled { opacity: 0.58; cursor: wait; }

.drv2-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px;
}

.drv2-timeline { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.drv2-timeline > li { position: relative; display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 10px; padding-bottom: 15px; }
.drv2-timeline > li::before { position: absolute; top: 19px; bottom: -2px; left: 7px; width: 2px; content: ""; background: rgba(20, 184, 166, 0.16); }
.drv2-timeline > li:last-child::before { display: none; }
.drv2-timeline__dot { position: relative; z-index: 1; width: 14px; height: 14px; margin-top: 17px; border: 4px solid #d8f8f2; border-radius: 50%; background: #14b8a6; }
.drv2-timeline article { min-width: 0; padding: 15px 16px; border: 1px solid rgba(20, 184, 166, 0.14); border-radius: 15px; background: #fff; }
.drv2-timeline article > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.drv2-timeline article > header > div { display: grid; gap: 3px; }
.drv2-timeline article > header span { color: #64706d; font-size: 11px; }
.drv2-timeline article > p { margin: 12px 0; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.drv2-timeline article > footer { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #64706d; font-size: 11px; }
.drv2-timeline article .drv2-tags { margin: 0; }
.drv2-link-button { padding: 3px; color: #64706d; font-size: 11px; border: 0; background: transparent; cursor: pointer; }
.drv2-link-button:hover { color: #a33; text-decoration: underline; }

.drv2-copilot { display: grid; gap: 16px; min-height: 100%; }
.drv2-boundary { padding: 15px 17px; color: #0b4f49; background: linear-gradient(145deg, rgba(20, 184, 166, 0.09), #fff); }
.drv2-boundary p { margin: 5px 0 0; color: #64706d; font-size: 12px; line-height: 1.45; }
.drv2-chat { display: grid; align-content: start; gap: 10px; min-height: 250px; }
.drv2-message { max-width: 90%; padding: 14px; }
.drv2-message--user { justify-self: end; color: #fff; border-color: transparent; background: #0b4f49; }
.drv2-message--pending { opacity: 0.72; }
.drv2-message--pending > p::after { content: ""; display: inline-block; width: 0.9em; height: 0.9em; margin-left: 8px; border: 2px solid rgba(11, 79, 73, 0.22); border-top-color: #0b4f49; border-radius: 50%; vertical-align: -0.12em; animation: drv2-spin 0.8s linear infinite; }
.drv2-message--error { color: #8f1d2c; border-color: rgba(190, 24, 52, 0.28); background: #fff6f7; }
.drv2-message > span { font-size: 10px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.75; }
.drv2-message > p { margin: 7px 0 0; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.drv2-message > footer { margin-top: 9px; font-size: 10px; opacity: 0.72; overflow-wrap: anywhere; }
.drv2-chat-form { position: sticky; bottom: 0; display: grid; padding-top: 12px; background: linear-gradient(to bottom, transparent, #f6faf9 12px); }
.drv2-chat-form label { width: 100%; }
.drv2-chat-form > small { color: #71807c; font-size: 11px; }

.drv2-document-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-bottom: 14px; padding: 16px; border: 1px solid rgba(20, 184, 166, 0.16); border-radius: 16px; background: linear-gradient(145deg, rgba(20, 184, 166, 0.08), #fff); }
.drv2-document-toolbar strong { color: #0b4f49; }
.drv2-document-toolbar p { margin: 4px 0 0; color: #64706d; font-size: 12px; line-height: 1.45; }
.drv2-document-toolbar > [role="status"] { grid-column: 1 / -1; color: #0b4f49; font-size: 12px; }
.drv2-document-upload-modal { position: fixed; z-index: 3; top: 0; right: 0; bottom: 0; display: grid; place-items: center; width: min(640px, 96vw); padding: 18px; background: rgba(1, 12, 10, 0.58); }
.drv2-document-upload-modal[hidden] { display: none; }
.drv2-document-upload-modal__panel { width: min(100%, 480px); max-height: calc(100% - 24px); overflow: auto; padding: 20px; border: 1px solid rgba(45, 212, 191, 0.26); border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(1, 17, 14, 0.28); }
.drv2-document-upload-modal__panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.drv2-document-upload-modal__panel > header h4 { margin: 3px 0 0; font-size: 19px; }
.drv2-document-upload-modal__panel > header button { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid #dbe8e4; border-radius: 10px; background: #fff; cursor: pointer; }
.drv2-document-upload-modal__panel form { display: grid; gap: 12px; }
.drv2-document-upload-modal__panel label { display: grid; gap: 6px; color: #33433f; font-size: 12px; font-weight: 700; }
.drv2-document-upload-modal__panel :is(input, select, textarea) { width: 100%; }
.drv2-document-upload-modal__panel footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 9px; padding-top: 4px; }
.drv2-document-upload-modal__panel footer [role="status"] { flex-basis: 100%; color: #0b4f49; font-size: 12px; line-height: 1.45; }
.drv2-documents > article { padding: 17px; }
.drv2-documents article > header { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
.drv2-document-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #0b4f49; border-radius: 12px; background: rgba(20, 184, 166, 0.12); }
.drv2-document-icon svg { width: 22px; height: 22px; }
.drv2-documents article > footer { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.drv2-documents article > footer :is(a, button, span) { min-height: 36px; padding: 8px 11px; color: #0b4f49; font-size: 11px; font-weight: 750; text-decoration: none; border: 1px solid rgba(20, 184, 166, 0.18); border-radius: 9px; background: #fff; }
.drv2-documents article > footer button:disabled { color: #87928f; opacity: 0.7; }

.drv2-company-companion { display: grid; gap: 18px; }
.drv2-company-card,
.drv2-company-conversation {
  overflow: hidden;
  border: 1px solid rgba(20, 184, 166, .17);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(4, 31, 26, .08);
}
.drv2-company-card > header,
.drv2-company-conversation > header { padding: 22px 22px 18px; }
.drv2-company-card > header { color: #effffb; background: linear-gradient(135deg, #020505 0%, #071712 58%, #0b4f49 100%); }
.drv2-company-card > header .drv2-eyebrow { color: #5eead4; }
.drv2-company-card :is(h4, p),
.drv2-company-conversation :is(h4, p) { margin: 0; }
.drv2-company-card > header h4,
.drv2-company-conversation > header h4 { font-size: 20px; line-height: 1.25; }
.drv2-company-card > header p { margin-top: 8px; color: #bfeae2; font-size: 12px; line-height: 1.55; }
.drv2-company-section { padding: 19px 22px; border-top: 1px solid #e5efec; }
.drv2-company-section h5 { margin: 0 0 12px; color: #0b4f49; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.drv2-company-section dl { display: grid; gap: 0; margin: 0; }
.drv2-company-fact { display: grid; grid-template-columns: minmax(120px, .42fr) minmax(0, 1fr); gap: 16px; padding: 10px 0; border-top: 1px solid #edf3f1; }
.drv2-company-fact:first-child { border-top: 0; }
.drv2-company-fact :is(dt, dd) { margin: 0; overflow-wrap: break-word; }
.drv2-company-fact dt { color: #66736f; font-size: 11px; font-weight: 750; }
.drv2-company-fact dd { color: #172521; font-size: 13px; line-height: 1.5; }
.drv2-company-card > footer { padding: 14px 22px 18px; color: #71807c; font-size: 10px; line-height: 1.5; border-top: 1px solid #e5efec; }
.drv2-company-conversation { color: #effffb; border-color: rgba(45, 212, 191, .24); background: linear-gradient(145deg, #030706 0%, #081713 62%, #0a3934 100%); }
.drv2-company-conversation > header p { margin-top: 7px; color: #bfeae2; font-size: 12px; }
.drv2-company-conversation > header .drv2-eyebrow { color: #5eead4; }
.drv2-company-conversation__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(153, 246, 228, .12); }
.drv2-company-conversation__item { min-width: 0; padding: 17px 18px; background: rgba(3, 12, 10, .82); }
.drv2-company-conversation__item span { display: block; color: #8debdc; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.drv2-company-conversation__item p { margin-top: 7px; color: #f6fffd; font-size: 12px; line-height: 1.5; overflow-wrap: break-word; }
.drv2-company-conversation__item--risk { box-shadow: inset 3px 0 #f59e0b; }
.drv2-company-conversation__item--opportunity { box-shadow: inset 3px 0 #2dd4bf; }
.drv2-company-conversation__item--question { box-shadow: inset 3px 0 #60a5fa; }
.drv2-company-conversation__item--action { box-shadow: inset 3px 0 #a3e635; }
.drv2-status { display: inline-flex !important; width: fit-content; }

.drv2-hiring { display: grid; gap: 18px; }
.drv2-hiring-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; padding: 22px; color: #ecfffb; border: 1px solid rgba(45, 212, 191, .25); border-radius: 22px; background: linear-gradient(135deg, #020505, #071713 60%, #0b4f49); box-shadow: 0 18px 46px rgba(2, 22, 18, .18); }
.drv2-hiring-hero .drv2-eyebrow { color: #5eead4; }
.drv2-hiring-hero strong { display: block; font-size: 30px; line-height: 1.05; }
.drv2-hiring-hero p { max-width: 46ch; margin: 9px 0 0; color: #bfeae2; font-size: 12px; line-height: 1.55; }
.drv2-hiring-hero dl { display: grid; grid-template-columns: repeat(3, minmax(64px, 1fr)); align-self: center; gap: 8px; margin: 0; }
.drv2-hiring-hero dl div { min-width: 0; padding: 11px 10px; text-align: center; border: 1px solid rgba(153, 246, 228, .15); border-radius: 12px; background: rgba(255, 255, 255, .06); }
.drv2-hiring-hero :is(dt, dd) { margin: 0; }
.drv2-hiring-hero dt { color: #99dacf; font-size: 9px; text-transform: uppercase; }
.drv2-hiring-hero dd { margin-top: 4px; color: #fff; font-size: 17px; font-weight: 850; }
.drv2-hiring-hero--critical { box-shadow: inset 4px 0 #ef4444, 0 18px 46px rgba(2, 22, 18, .18); }
.drv2-hiring-hero--high { box-shadow: inset 4px 0 #f59e0b, 0 18px 46px rgba(2, 22, 18, .18); }
.drv2-hiring-hero--medium { box-shadow: inset 4px 0 #2dd4bf, 0 18px 46px rgba(2, 22, 18, .18); }
.drv2-hiring-hero--low { box-shadow: inset 4px 0 #84cc16, 0 18px 46px rgba(2, 22, 18, .18); }
.drv2-pressure-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.drv2-pressure-block { min-width: 0; padding: 16px; border: 1px solid rgba(20, 184, 166, .15); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(4, 31, 26, .05); }
.drv2-pressure-block header { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.drv2-pressure-block header span { color: #0b4f49; font-size: 11px; font-weight: 850; }
.drv2-pressure-block header em { flex: 0 0 auto; padding: 4px 7px; color: #64706d; font-size: 8px; font-style: normal; font-weight: 800; border-radius: 999px; background: #eef6f4; }
.drv2-pressure-block p { margin: 9px 0 0; color: #34413e; font-size: 12px; line-height: 1.55; overflow-wrap: break-word; }
.drv2-hiring-jobs { padding: 18px; border: 1px solid rgba(20, 184, 166, .16); border-radius: 20px; background: #eef7f4; }
.drv2-hiring-jobs > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.drv2-hiring-jobs > header h4 { margin: 0; font-size: 17px; }
.drv2-hiring-jobs > header > span { padding: 6px 9px; color: #0b4f49; font-size: 10px; font-weight: 800; border-radius: 999px; background: #d5f3ed; }
.drv2-job-card { padding: 16px; border: 1px solid rgba(20, 184, 166, .16); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(4, 31, 26, .05); }
.drv2-job-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.drv2-job-card > header span { color: #0f766e; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.drv2-job-card h5 { margin-top: 4px; }
.drv2-job-card time { flex: 0 0 auto; color: #71807c; font-size: 9px; }
.drv2-job-card > footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; padding-top: 11px; color: #71807c; font-size: 10px; border-top: 1px solid #e9f0ee; }
.drv2-job-card > footer button { min-height: 34px; padding: 7px 10px; color: #fff; font-size: 10px; font-weight: 800; border: 0; border-radius: 9px; background: #0b4f49; cursor: pointer; }
.drv2-job-detail { position: absolute; z-index: 4; inset: 0; min-width: 0; overflow: auto; color: #172521; background: #f6faf9; }
.drv2-job-detail[hidden] { display: none; }
.drv2-job-detail__header { position: sticky; z-index: 2; top: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: calc(22px + env(safe-area-inset-top)) 24px 20px; color: #effffb; border-bottom: 1px solid rgba(45, 212, 191, .2); background: linear-gradient(130deg, #020505, #0b4f49); }
.drv2-job-detail__header .drv2-eyebrow { color: #5eead4; }
.drv2-job-detail__header :is(h4, p) { margin: 0; }
.drv2-job-detail__header h4 { font-size: 22px; }
.drv2-job-detail__header p { margin-top: 6px; color: #bfeae2; font-size: 11px; }
.drv2-job-detail__header button { display: grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; color: #fff; border: 1px solid rgba(255, 255, 255, .18); border-radius: 12px; background: rgba(255, 255, 255, .08); cursor: pointer; }
.drv2-job-detail__header svg { width: 22px; height: 22px; fill: currentColor; }
.drv2-job-detail__content { display: grid; gap: 12px; padding: 22px 24px calc(30px + env(safe-area-inset-bottom)); }
.drv2-job-detail__content section { padding: 16px 17px; border: 1px solid rgba(20, 184, 166, .15); border-radius: 15px; background: #fff; }
.drv2-job-detail__content h5 { margin: 0 0 8px; color: #0b4f49; font-size: 12px; }
.drv2-job-detail__content p { margin: 0; font-size: 12px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: break-word; }
.drv2-job-detail__content ul { display: grid; gap: 7px; padding-left: 18px; margin: 0; font-size: 12px; line-height: 1.5; }
.drv2-job-source { display: inline-flex; justify-content: center; min-height: 42px; padding: 11px 14px; color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; border-radius: 11px; background: #0b4f49; }
.drv2-job-source-note { color: #71807c; font-size: 10px !important; text-align: center; }

.drv2-contact-discovery-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 12px; border: 1px solid rgba(20, 184, 166, 0.2); border-radius: 18px; background: linear-gradient(145deg, #020505, #0b4f49); }
.drv2-contact-discovery-summary article { display: grid; gap: 3px; min-width: 0; text-align: center; color: #fff; }
.drv2-contact-discovery-summary strong { font-size: 20px; }
.drv2-contact-discovery-summary article span { color: #99f6e4; font-size: 10px; }
.drv2-contact-discovery-summary footer { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 6px 12px; padding-top: 9px; color: #c9f7ef; font-size: 10px; border-top: 1px solid rgba(153, 246, 228, 0.16); }
.drv2-contact-discovery-actions { display: grid; gap: 10px; margin-top: 12px; padding: 17px 18px; border: 1px solid rgba(20, 184, 166, 0.18); border-radius: 16px; background: #fff; }
.drv2-contact-discovery-actions strong { display: block; color: #132521; font-size: 16px; }
.drv2-contact-discovery-actions p { margin: 4px 0 0; color: #64706d; font-size: 11px; line-height: 1.45; }
.drv2-confirm-box { grid-column: 1 / -1; padding: 13px; color: #20302d; border: 1px solid rgba(20, 184, 166, 0.25); border-radius: 12px; background: #f2fbf9; }
.drv2-confirm-box[hidden] { display: none; }
.drv2-confirm-box > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-top: 10px; }
.drv2-inline-status { grid-column: 1 / -1; min-height: 17px; }
.drv2-contact-filters { display: grid; grid-template-columns: minmax(0, 1fr); gap: 9px; margin: 13px 0 8px; padding: 12px; border: 1px solid rgba(20, 184, 166, 0.16); border-radius: 14px; background: #f8fbfa; }
.drv2-contact-filter-search { display: grid; gap: 6px; }
.drv2-contact-filter-panel { min-width: 0; border: 1px solid rgba(20, 184, 166, .16); border-radius: 11px; background: #fff; }
.drv2-contact-filter-panel > summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 40px; padding: 8px 11px; color: #193a34; font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; }
.drv2-contact-filter-panel > summary::-webkit-details-marker { display: none; }
.drv2-contact-filter-panel > summary strong { display: inline-grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; color: #fff; font-size: 10px; border-radius: 999px; background: #0f766e; }
.drv2-contact-filter-panel[open] > summary { border-bottom: 1px solid rgba(20, 184, 166, .13); }
.drv2-contact-filter-grid { display: grid; gap: 9px; padding: 11px; }
.drv2-contact-filter-reset { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 36px; padding: 7px 11px; color: #173d38; font: inherit; font-size: 11px; font-weight: 800; border: 1px solid rgba(15, 118, 110, .24); border-radius: 9px; background: rgba(255, 255, 255, .82); cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.drv2-contact-filter-reset svg { width: 15px; height: 15px; fill: currentColor; }
.drv2-contact-filter-reset:not(:disabled):hover { border-color: rgba(15, 118, 110, .48); background: #edf9f6; transform: translateY(-1px); }
.drv2-contact-filter-reset:disabled { color: #91a09c; border-color: rgba(100, 116, 139, .14); background: #f4f7f6; cursor: default; opacity: .72; }
.drv2-contact-filter-reset:focus-visible { outline: 3px solid rgba(20, 184, 166, .24); outline-offset: 2px; }
.drv2-contact-filter-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.drv2-contact-filter-chips button { display: inline-flex; align-items: center; gap: 5px; min-height: 30px; padding: 5px 8px; color: #0b4f49; font-size: 10px; font-weight: 750; border: 1px solid rgba(20, 184, 166, .22); border-radius: 999px; background: #edfaf7; cursor: pointer; }
.drv2-contact-filter-chips button span { color: #60746f; font-weight: 650; }
.drv2-contact-filter-chips button b { font-size: 14px; line-height: 1; }
.drv2-contact-filter-panel > summary:focus-visible,
.drv2-contact-filter-chips button:focus-visible { outline: 3px solid rgba(20, 184, 166, .24); outline-offset: 2px; }
.drv2-contact-result-count { margin: 7px 0 11px; color: #64706d; font-size: 11px; }
.drv2-contact-card[hidden] { display: none; }
.drv2-contact-card__content { min-width: 0; }
.drv2-contact-card__content > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.drv2-verification { display: inline-flex; flex: 0 0 auto; max-width: 52%; padding: 5px 8px; color: #0b4f49; font-size: 9px; font-weight: 800; line-height: 1.25; text-align: right; border-radius: 999px; background: #dff8f2; }
.drv2-verification--strong { color: #1d4f45; background: #eaf7d5; }
.drv2-verification--review { color: #7c4a08; background: #fff3d6; }
.drv2-contact-context { margin-top: 10px; padding: 11px 12px; border-left: 3px solid #14b8a6; border-radius: 0 10px 10px 0; background: #f0f8f6; }
.drv2-contact-context span { display: block; color: #0f766e; font-size: 9px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.drv2-contact-context p { margin: 5px 0 0; color: #34413e; font-size: 11px; line-height: 1.5; }
.drv2-contact-card-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.drv2-contact-card-actions :is(button, a) { min-height: 34px; padding: 7px 9px; color: #0b4f49; font-size: 10px; font-weight: 750; text-decoration: none; border: 1px solid rgba(20, 184, 166, 0.22); border-radius: 9px; background: #fff; cursor: pointer; }
.drv2-contact-card-actions :is(button, a):hover { border-color: #14b8a6; background: rgba(20, 184, 166, 0.07); }
.drv2-contact-card-actions .drv2-primary { color: #fff; border-color: transparent; background: linear-gradient(135deg, #081310, #0b4f49); }
.drv2-contact-card-actions .drv2-primary:hover { color: #fff; background: linear-gradient(135deg, #0b1e19, #0f766e); }
.drv2-contact-card-actions button:disabled { cursor: default; opacity: 0.55; }
.drv2-contact-review { margin-top: 14px; padding: 15px; border: 1px solid #efd9ac; border-radius: 15px; background: #fffbf2; }
.drv2-contact-review > summary { color: #7c4a08; font-size: 12px; font-weight: 800; cursor: pointer; }
.drv2-contact-review > p { color: #7c6750; font-size: 11px; line-height: 1.5; }
.drv2-contact-add { display: grid; gap: 16px; }
.drv2-contact-add header { padding: 16px; color: #ecfffb; border-radius: 16px; background: linear-gradient(145deg, #020505, #0b4f49); }
.drv2-contact-add header :is(p, h4, span) { margin: 0; }
.drv2-contact-add header p { color: #99f6e4; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.drv2-contact-add header h4 { margin-top: 4px; font-size: 20px; }
.drv2-contact-add header span { display: block; margin-top: 6px; color: #c9f7ef; font-size: 11px; }
.drv2-contact-add form { padding: 16px; border: 1px solid rgba(20, 184, 166, .18); border-radius: 16px; background: #fff; }
.drv2-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.drv2-form-grid label { display: grid; min-width: 0; gap: 6px; color: #344743; font-size: 11px; font-weight: 700; }
.drv2-form-grid .is-wide { grid-column: 1 / -1; }
.drv2-form-grid :is(input, textarea) { box-sizing: border-box; width: 100%; min-width: 0; padding: 10px 11px; color: #142522; border: 1px solid #d6e3df; border-radius: 10px; background: #fbfdfc; font: inherit; }
.drv2-contact-add form > footer { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 14px; }
.drv2-contact-detail { position: sticky; bottom: 0; z-index: 2; margin-top: 12px; padding: 15px; border: 1px solid rgba(20, 184, 166, .28); border-radius: 16px; box-shadow: 0 -12px 40px rgba(2, 20, 17, .13); background: #fff; }
.drv2-contact-detail[hidden] { display: none; }
.drv2-contact-detail > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.drv2-contact-detail :is(h4, p) { margin: 0; }
.drv2-contact-detail header p { color: #64706d; font-size: 10px; text-transform: uppercase; }
.drv2-contact-detail h4 { margin-top: 3px; font-size: 17px; }
.drv2-contact-detail header button { width: 34px; height: 34px; padding: 8px; color: #0b4f49; border: 1px solid #d7e5e1; border-radius: 10px; background: #f8fbfa; }
.drv2-contact-detail header svg { width: 100%; height: 100%; fill: currentColor; }
.drv2-contact-detail dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.drv2-contact-detail dl div { min-width: 0; padding: 9px; border-radius: 10px; background: #f4f9f7; }
.drv2-contact-detail :is(dt, dd) { margin: 0; overflow-wrap: anywhere; }
.drv2-contact-detail dt { color: #64706d; font-size: 9px; text-transform: uppercase; }
.drv2-contact-detail dd { margin-top: 3px; font-size: 11px; font-weight: 700; }

@keyframes drv2-spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .drv2-rail {
    top: auto;
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
    grid-auto-flow: column;
    grid-auto-columns: minmax(42px, 1fr);
    overflow-x: auto;
    gap: 3px;
    padding: 6px;
    transform: none;
    border-radius: 16px;
  }
  .drv2-rail__button { width: 100%; height: 44px; border-radius: 11px; }
  .drv2-rail__button:hover { transform: none; }
  .drv2-rail__icon,
  .drv2-rail__icon svg { width: 22px; height: 22px; }
  body.drv2-drawer-is-open .drv2-rail { transform: translate3d(0, 18px, 0); }
  body.drv2-drawer-is-open .drv2-drawer { top: 0; right: 0; bottom: 0; height: 100vh; height: 100dvh; }
}

@media (max-width: 768px) {
  .drv2-drawer { width: min(100vw, 640px); }
  .drv2-drawer__header { min-height: 78px; padding-right: 16px; padding-left: 18px; }
  .drv2-drawer__body { padding: 17px 16px calc(24px + env(safe-area-inset-bottom)); }
  .drv2-filters { grid-template-columns: 1fr; }
  .drv2-contact-filters { grid-template-columns: 1fr; }
  .drv2-form-grid { grid-template-columns: 1fr; }
  .drv2-form-grid .is-wide { grid-column: auto; }
  .drv2-document-toolbar { grid-template-columns: 1fr; align-items: stretch; }
  .drv2-document-toolbar > [role="status"] { grid-column: auto; }
  .drv2-document-upload-modal { width: min(100vw, 640px); }
  .drv2-hiring-hero { grid-template-columns: 1fr; }
  .drv2-pressure-grid,
  .drv2-company-conversation__grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .drv2-rail { grid-auto-columns: 44px; justify-content: start; }
  .drv2-drawer { top: 0; width: 100vw; border-left: 0; }
  .drv2-drawer[data-drv2-active="candidates"] { width: 100vw; }
  .drv2-company-fact { grid-template-columns: 1fr; gap: 5px; }
  .drv2-person-card { grid-template-columns: 44px minmax(0, 1fr); padding: 14px; }
  .drv2-avatar { width: 44px; height: 44px; }
  .drv2-form-actions { align-items: stretch; flex-direction: column; }
  .drv2-hiring-hero dl { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .drv2-contact-discovery-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .drv2-contact-card__content > header { display: grid; }
  .drv2-verification { max-width: 100%; width: fit-content; text-align: left; }
  .drv2-job-card > footer { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .drv2-drawer,
  .drv2-backdrop,
  .drv2-rail__button { transition: none !important; }
  .drv2-loading > span { animation-duration: 1.5s; }
}
