:root {
  --text: #202124;
  --muted: #777;
  --line: #dedede;
  --panel: #f8f8f8;
  --purple: #7b00d4;
  --soft-purple: #f0e4f7;
  --blue: #5d9cec;
  --drawer-width: clamp(360px, 28vw, 560px);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
a {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 316px;
  padding: 28px 16px 14px;
  border-right: 1px solid var(--line);
  background: #fbfbfb;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.topbar,
.gs-header,
.user-card,
.with-chevron,
.project-picker,
.trial-banner {
  display: flex;
  align-items: center;
}

.main-nav,
.project-tree,
.sidebar-footer {
  display: grid;
  gap: 16px;
}

.main-nav a,
.project-tree a,
.sidebar-footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}

.main-nav a span,
.sidebar-footer a span,
.project-tree a span {
  width: 28px;
  text-align: center;
}

.with-chevron b {
  margin-left: auto;
  color: #8a8a8a;
  font-weight: 400;
}

.project-section {
  margin-top: 14px;
}

.section-label {
  margin: 0 0 12px 6px;
  color: #707070;
  font-size: 14px;
}

.project-picker {
  width: 100%;
  height: 36px;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid #e0e0e0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 7%);
  font-size: 14px;
}

.project-picker strong {
  margin-right: auto;
  font-weight: 650;
}

.project-icon {
  color: #175cff;
}

.project-tree {
  position: relative;
  margin: 14px 0 0 17px;
  padding-left: 10px;
  gap: 0;
}

.project-tree::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e4e4e4;
}

.project-tree a {
  min-height: 32px;
  padding: 0 10px 0 7px;
  border-radius: 8px;
}

.project-tree a.active {
  background: var(--soft-purple);
}

.project-tree a.muted {
  color: #7c7c7c;
}

.project-tree .shortlist b {
  margin-left: auto;
  min-width: 21px;
  height: 21px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f1ddff;
  color: var(--purple);
  font-size: 13px;
}

.getting-started {
  margin-top: auto;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 76px;
  padding: 7px 10px 8px 9px;
}

.gs-content {
  min-width: 0;
  flex: 1;
}

.gs-header {
  height: 23px;
  gap: 18px;
  font-size: 13px;
}

.gs-header strong {
  color: #271833;
}

.gs-header span {
  font-weight: 650;
  color: #271833;
}

.gs-header button {
  margin-left: auto;
  color: #aaa;
  font-size: 20px;
}

.progress-track {
  height: 4px;
  margin: 0;
  border-radius: 999px;
  background: #e9eef2;
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.next-step {
  margin: 5px 0 10px;
  color: #4f4f4f;
  font-size: 12px;
  font-weight: 400;
}

.tasks {
  display: none;
  padding: 0 12px 12px;
  color: #4d4d4d;
  font-size: 13px;
}

.tasks label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.juice-sprite {
  width: 48px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 42px;
}

.sidebar-footer {
  gap: 18px;
}

.user-card {
  gap: 10px;
  font-size: 14px;
}

.user-card > span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #006a5f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.user-card p {
  margin: 3px 0 0;
  color: #777;
  font-size: 12px;
}

.app-shell {
  min-height: 100vh;
  margin-left: 316px;
  padding-bottom: 92px;
  position: relative;
  background: #fff;
}

.topbar {
  height: 71px;
  padding-left: 24px;
  padding-right: 22px;
  gap: 9px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.topbar button {
  height: 29px;
  padding: 0 10px;
  border-radius: 7px;
  background: #f5f5f5;
  font-weight: 650;
}

.topbar p {
  margin: 0;
  font-weight: 500;
}

.topbar span {
  color: #9b9b9b;
}

.results-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.results-actions button {
  height: 36px;
  padding: 0 16px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
  font-weight: 650;
}

.results-actions button:last-child {
  padding: 0 12px;
}

.search-hero {
  padding-top: 150px;
  text-align: center;
}

.search-hero h1 {
  margin: 0 0 34px;
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 520;
  letter-spacing: 0;
}

.search-modes {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 30px;
}

.search-modes button {
  height: 35px;
  padding: 0 11px;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}

.search-modes span {
  margin-right: 7px;
}

.purple {
  color: #8a00e6;
}

.red {
  color: #ff473b;
}

.green {
  color: #21a53a;
  font-weight: 800;
}

.search-box {
  width: min(746px, calc(100vw - 430px));
  min-height: 88px;
  margin: 0 auto;
  padding: 0 25px;
  border: 1px solid #dfdfdf;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0 / 5%);
  color: #9a9a9a;
  font-size: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0;
}

.search-box-focused {
  border-color: #a226f7;
  box-shadow: 0 4px 18px rgb(162 38 247 / 20%);
}

.search-caret {
  width: 1px;
  height: 26px;
  margin-right: 1px;
  background: #111;
}

.search-text {
  min-width: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.run-search-button {
  width: 48px;
  height: 48px;
  margin-left: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
  color: #b45ce5;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
}

.trial-banner {
  position: fixed;
  left: calc(316px + (100vw - 316px) / 2);
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 5;
  height: 50px;
  width: fit-content;
  padding: 6px;
  border: 1px solid #a226f7;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgb(123 0 212 / 16%);
  background: #fff;
  justify-content: flex-start;
  gap: 14px;
  font-size: 14px;
}

.trial-banner button {
  height: 38px;
  min-width: 146px;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--purple);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.results-view {
  min-height: calc(100vh - 71px);
  background: #fff;
  font-size: 14px;
}

.results-query-row {
  height: 140px;
  padding: 34px 0 0 86px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}

.query-pill {
  width: min(850px, calc(100vw - 735px));
  min-width: 560px;
  height: 62px;
  padding: 0 20px 0 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 8%);
  font-size: 14px;
}

.query-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  background: #006a5f;
  color: #fff;
  font-weight: 800;
}

.filter-pill {
  height: 62px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  font-weight: 650;
}

.filter-pill span {
  font-size: 20px;
}

.filter-pill b {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f1ddff;
  color: var(--purple);
}

.results-tabs {
  height: 56px;
  padding-left: 86px;
  display: flex;
  align-items: flex-end;
  gap: 44px;
  border-bottom: 1px solid var(--line);
}

.results-tabs button {
  height: 42px;
  color: #777;
  font-size: 14px;
  font-weight: 650;
}

.results-tabs button.active {
  color: var(--purple);
  border-bottom: 3px solid var(--purple);
}

.results-content {
  width: min(1212px, calc(100vw - 454px));
  margin-left: 86px;
}

.matches-toolbar {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.matches-left,
.matches-right,
.profile-actions,
.profile-main h2,
.evidence {
  display: flex;
  align-items: center;
}

.matches-left {
  gap: 14px;
}

.matches-left strong {
  font-size: 14px;
}

.checkbox {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid #8f8f8f;
  border-radius: 3px;
}

.view-toggle,
.review-button,
.agent-button,
.next-page {
  height: 42px;
  border: 1px solid #dedede;
  background: #fff;
  font-weight: 650;
  font-size: 14px;
}

.view-toggle {
  width: 42px;
  border-radius: 10px;
  color: var(--purple);
}

.view-toggle.active {
  box-shadow: 0 0 0 2px rgb(123 0 212 / 25%);
  background: #f0e4f7;
}

.review-button,
.agent-button {
  padding: 0 18px;
  border-radius: 10px;
}

.matches-right {
  gap: 18px;
  font-size: 14px;
}

.next-page {
  width: 36px;
  border: 0;
  font-size: 30px;
}

.profile-row {
  min-height: 212px;
  padding: 36px 6px 28px 8px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.profile-row-clickable {
  cursor: pointer;
}

.profile-row-clickable:hover {
  background: #fbfbfb;
  border-radius: 8px;
}

.profile-main h2 {
  margin: 0 0 14px;
  gap: 8px;
  font-size: 14px;
  line-height: 1;
}

.profile-main h2:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.profile-main h2 span {
  width: 20px;
  height: 20px;
  border: 2px solid #8a00e6;
  border-radius: 3px;
  color: #8a00e6;
  display: inline-grid;
  place-items: center;
  font-size: 14px;
}

.profile-main h2 i {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-grid;
  place-items: center;
  background: #087eb7;
  color: #fff;
  font-style: normal;
  font-size: 12px;
}

.profile-main h2 em {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-grid;
  place-items: center;
  background: #050505;
  color: #fff;
  font-style: normal;
  font-size: 11px;
}

.profile-main p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.25;
}

.profile-main small {
  color: #777;
  font-size: 14px;
}

.company-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 8px;
  display: inline-grid;
  place-items: center;
  vertical-align: middle;
  font-size: 12px;
}

.flame {
  background: #eef8ff;
  color: #ff7a00;
}

.red-dot {
  background: #e91746;
  border-radius: 999px;
}

.muted-icon {
  color: #999;
}

.gray-icon {
  background: #eee;
  color: #aaa;
}

.green-icon {
  background: #35c759;
  color: #fff;
  font-size: 11px;
}

.black-icon {
  background: #050505;
  color: #ff3344;
}

.evidence {
  gap: 24px;
  margin-top: 28px;
  font-size: 14px;
}

.evidence span {
  padding: 7px 12px;
  border-radius: 999px;
  background: #eaf6e8;
  color: #1d8d25;
  font-size: 13px;
}

.contacted {
  width: fit-content;
  margin-top: 28px;
  padding: 7px 12px;
  border-radius: 10px;
  background: #e8f4fb;
  color: #4b83aa;
  font-size: 13px;
}

.profile-actions {
  gap: 0;
  padding-top: 6px;
}

.profile-actions button {
  height: 40px;
  min-width: 38px;
  padding: 0 12px;
  border: 1px solid #dedede;
  background: #fff;
  font-size: 14px;
}

.profile-actions button:first-child {
  width: 42px;
  border-radius: 4px;
  margin-right: 14px;
  color: #9a9a9a;
  font-size: 20px;
}

.profile-actions .shortlisted {
  min-width: 118px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  color: #111;
  font-weight: 650;
  font-size: 14px;
}

.profile-actions .shortlisted::first-letter {
  color: #8a8a8a;
}

.profile-actions button:last-child {
  width: 42px;
  min-width: 42px;
  padding: 0;
  border-radius: 0 4px 4px 0;
  color: #111;
}

body.results-state .search-hero {
  display: none;
}

body.results-state .results-view,
body.results-state .results-actions {
  display: block;
}

body.results-state .results-actions {
  display: flex;
}

body.results-state .trial-banner {
  bottom: 28px;
}

.shortlist-view {
  min-height: calc(100vh - 71px);
  background: #fff;
  font-size: 14px;
}

.shortlist-topbar,
.shortlist-filters {
  display: flex;
  align-items: center;
}

.shortlist-topbar {
  height: 70px;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px 0 18px;
  border-bottom: 1px solid var(--line);
}

.shortlist-crumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
}

.shortlist-crumb button {
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: #f5f5f5;
  color: #666;
  font-weight: 650;
}

.shortlist-crumb span {
  color: #aaa;
}

.shortlist-actions {
  display: flex;
  gap: 12px;
}

.shortlist-actions button,
.shortlist-filters button {
  height: 40px;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  font-weight: 650;
}

.purple-action {
  color: var(--purple);
}

.shortlist-filters {
  height: 76px;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
}

.shortlist-search {
  width: 430px;
  height: 40px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.shortlist-search span {
  color: #777;
  font-size: 20px;
}

.shortlist-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #777;
  font: inherit;
}

.shortlist-search-button {
  margin-left: auto;
}

.shortlist-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
}

.shortlist-table th,
.shortlist-table td {
  height: 64px;
  padding: 0 16px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shortlist-table th {
  height: 54px;
  font-weight: 700;
}

.shortlist-table .select-col,
.shortlist-table td:first-child {
  width: 70px;
  padding: 0 18px;
}

.shortlist-table th:nth-child(2) {
  width: 280px;
}

.shortlist-table th:nth-child(3) {
  width: 170px;
}

.shortlist-table th:nth-child(4) {
  width: 220px;
}

.shortlist-table th:nth-child(5),
.shortlist-table th:nth-child(6) {
  width: 150px;
}

.shortlist-table th:nth-child(7),
.shortlist-table th:nth-child(8) {
  width: 260px;
}

.star-button {
  float: right;
  width: 32px;
  height: 32px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  color: #999;
  font-size: 20px;
}

.profile-badge {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  border-radius: 4px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.profile-badge.linkedin {
  background: #087eb7;
}

.profile-badge.mail {
  background: #aaa;
}

.profile-badge.phone {
  background: #eee;
  color: #111;
}

.profile-badge.x {
  background: #050505;
}

.status-pill {
  height: 40px;
  min-width: 180px;
  padding: 0 14px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
}

.status-pill i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

.status-pill.not-contacted i {
  background: #66b2ff;
}

.status-pill.email-sent i {
  background: #1397b5;
}

.owner-avatar {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: #006a5f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.shortlist-count {
  position: fixed;
  right: 18px;
  bottom: 16px;
  font-size: 18px;
  font-weight: 650;
}

body.shortlist-state .search-hero,
body.shortlist-state .results-view,
body.shortlist-state .results-actions {
  display: none;
}

body.shortlist-state .shortlist-view {
  display: block;
}

.home-view {
  min-height: 100vh;
  background: #fff;
}

.home-content {
  max-width: 1220px;
  margin: 0 auto;
  padding: 52px 48px;
}

.home-announcement,
.home-header,
.recent-grid,
.home-lower,
.home-section-header {
  display: flex;
  align-items: center;
}

.home-announcement {
  gap: 10px;
  margin-bottom: 44px;
  font-size: 14px;
}

.home-announcement span {
  padding: 3px 12px;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}

.home-announcement p {
  margin: 0;
}

.home-header {
  justify-content: space-between;
  margin-bottom: 44px;
}

.home-header h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1;
}

.home-header button {
  height: 44px;
  padding: 0 18px;
  border-radius: 9px;
  background: var(--purple);
  color: #fff;
  font-weight: 800;
}

.home-recents h2,
.home-section-header h2 {
  margin: 0;
  color: #777;
  font-size: 16px;
}

.recent-grid {
  gap: 14px;
  margin-top: 16px;
}

.recent-card {
  width: 158px;
  height: 128px;
  padding: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 5%);
}

.recent-card.dashed {
  border-style: dashed;
  box-shadow: none;
}

.recent-card p {
  margin: 0 0 16px;
  color: #999;
  font-size: 13px;
}

.recent-card h3 {
  margin: 0;
  font-size: 15px;
}

.recent-card small {
  display: block;
  margin-top: 28px;
  color: #777;
  line-height: 1.3;
}

.recent-card div {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.recent-card div span {
  padding: 5px 10px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #777;
}

.home-lower {
  align-items: flex-start;
  gap: 58px;
  margin-top: 70px;
}

.home-tasks {
  flex: 1;
}

.home-section-header {
  gap: 10px;
  margin-bottom: 16px;
}

.home-section-header label {
  width: 220px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-section-header input {
  width: 100%;
  border: 0;
  outline: 0;
  font: inherit;
}

.home-section-header button {
  height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f6f6f6;
}

.home-section-header .reminder-button {
  margin-left: auto;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.task-empty {
  height: 280px;
  border-radius: 8px;
  display: grid;
  place-content: center;
  background: #fbfbfb;
  color: #777;
}

.task-empty p {
  margin: 0 0 20px;
  text-align: center;
}

.task-empty label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  font-size: 13px;
}

.task-empty label span {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.home-checklist {
  width: 320px;
}

.home-checklist .home-section-header {
  justify-content: space-between;
}

.home-checklist ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.home-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 14px;
}

.home-checklist li span {
  width: 18px;
  height: 18px;
  border: 1px solid #9a9a9a;
  border-radius: 999px;
  flex: 0 0 18px;
}

body.home-state .topbar,
body.home-state .search-hero,
body.home-state .results-view,
body.home-state .shortlist-view,
body.home-state .results-actions {
  display: none;
}

body.home-state .home-view {
  display: block;
}

.profile-drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 10;
  width: min(var(--drawer-width), calc(100vw - 316px));
  padding: 26px 28px 44px;
  border-left: 1px solid var(--line);
  background: #fff;
  box-shadow: -8px 0 24px rgb(0 0 0 / 8%);
  transform: translateX(100%);
  transition: transform 180ms ease;
  overflow-y: auto;
  font-size: 14px;
}

body.profile-open .profile-drawer {
  transform: translateX(0);
}

body.profile-open .app-shell {
  margin-right: min(var(--drawer-width), calc(100vw - 316px));
}

body.profile-open .trial-banner {
  left: calc(316px + (100vw - 316px - min(var(--drawer-width), calc(100vw - 316px))) / 2);
}

.drawer-nav,
.drawer-header,
.drawer-socials,
.drawer-company-row,
.drawer-actions,
.drawer-tabs,
.detail-row,
.experience-item {
  display: flex;
  align-items: center;
}

.drawer-nav {
  justify-content: space-between;
  margin-bottom: 50px;
}

.drawer-nav div {
  display: flex;
  gap: 22px;
}

.drawer-nav button {
  color: #222;
  font-size: 24px;
  line-height: 1;
}

.drawer-header {
  justify-content: space-between;
  gap: 20px;
}

.drawer-header h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1;
}

.drawer-header p {
  margin: 0;
  color: #777;
  font-size: 14px;
}

.drawer-socials {
  gap: 8px;
}

.drawer-socials span {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: #087eb7;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.drawer-socials span:last-child {
  background: #050505;
}

.drawer-company-row {
  gap: 20px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 650;
}

.drawer-actions {
  gap: 0;
  margin-top: 28px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.drawer-actions button {
  height: 40px;
  padding: 0 18px;
  border: 1px solid #dedede;
  background: #fff;
  font-weight: 650;
}

.drawer-shortlist {
  min-width: 160px;
  border-radius: 10px 0 0 10px;
}

.drawer-shortlist span {
  color: var(--purple);
  margin-right: 32px;
}

.drawer-primary {
  min-width: 210px;
  margin-left: 12px;
  border-color: var(--purple) !important;
  border-radius: 10px !important;
  background: var(--purple) !important;
  color: #fff;
}

.drawer-primary span {
  margin-left: 18px;
}

.drawer-tabs {
  gap: 38px;
  margin-top: 30px;
  border-bottom: 1px solid var(--line);
}

.drawer-tabs button {
  height: 42px;
  color: #8a8a8a;
  font-size: 14px;
}

.drawer-tabs .active {
  color: #111;
  border-bottom: 3px solid var(--purple);
}

.drawer-overview {
  padding: 18px 0 22px;
  border-bottom: 1px solid #ececec;
}

.detail-row {
  align-items: flex-start;
  min-height: 54px;
  gap: 16px;
  color: #777;
}

.detail-row > span {
  width: 18px;
  color: #777;
  font-size: 16px;
}

.detail-row strong {
  width: 86px;
  color: #777;
  font-size: 14px;
  font-weight: 650;
}

.detail-row p {
  margin: 0;
  color: #29364b;
  line-height: 1.7;
}

.detail-row a,
.drawer-experience a {
  color: var(--purple);
  text-decoration: none;
}

.status-dot::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 999px;
  display: inline-block;
  background: #138bad;
}

.detail-row mark,
.detail-row em {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 8px;
  font-style: normal;
}

.detail-row mark {
  background: #eef6ff;
  color: #1b4d9b;
}

.detail-row em {
  margin-top: 6px;
  background: #f1e8ff;
  color: #5f1ab2;
}

.muted-text {
  color: #9aa0aa !important;
}

.drawer-experience {
  padding-top: 24px;
}

.drawer-experience h3 {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.25;
}

.drawer-experience h3 span {
  color: #777;
  font-weight: 500;
}

.experience-item {
  gap: 18px;
  margin-bottom: 22px;
}

.experience-item .company-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-size: 30px;
}

.experience-item h4,
.timeline-item h4 {
  margin: 0;
  font-size: 14px;
}

.experience-item p,
.timeline-item p {
  margin: 7px 0 0;
  color: #687083;
  font-size: 14px;
  line-height: 1.45;
}

.timeline-item {
  position: relative;
  margin-left: 40px;
  padding: 0 0 28px 32px;
  border-left: 1px solid #d7dce3;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 4px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #cbd3df;
}

.timeline-item h4 {
  line-height: 1.45;
}

.timeline-item h4 span {
  margin-left: 10px;
  padding: 4px 8px;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
  color: #009b87;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 900px) {
  .sidebar {
    width: 240px;
    padding-inline: 10px;
  }

  .app-shell {
    margin-left: 240px;
  }

  .trial-banner {
    left: calc(240px + (100vw - 240px) / 2);
    max-width: calc(100vw - 280px);
  }

  .main-nav a,
  .project-tree a,
  .sidebar-footer a,
  .project-picker {
    font-size: 17px;
  }

  .search-hero {
    padding-inline: 20px;
  }

  .search-modes {
    flex-wrap: wrap;
  }

  .search-box {
    width: 100%;
  }

}
