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

.case-ribbon {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid #dedede;
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.case-ribbon a {
  color: #6b6470;
  text-decoration: none;
  font-weight: 650;
}

.case-ribbon strong {
  color: #202124;
}

.case-ribbon nav {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.case-ribbon nav a {
  padding: 7px 10px;
  border-radius: 999px;
}

.case-ribbon nav a.active {
  background: var(--soft-purple);
  color: var(--purple);
}

.prototype-flow-control {
  height: 32px;
  padding: 3px;
  border: 1px solid #dedede;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

.prototype-flow-control button {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f5f5f5;
  color: #202124;
  font-size: 17px;
  line-height: 1;
}

.prototype-flow-control button:disabled {
  opacity: 0.35;
  cursor: default;
}

.prototype-flow-control select {
  height: 26px;
  min-width: 132px;
  border: 0;
  background: transparent;
  color: #202124;
  font: inherit;
  font-weight: 650;
  outline: 0;
}

.prototype-flow-control span {
  min-width: 34px;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.case-ribbon .prototype-flow-control + nav {
  margin-left: 8px;
}

#prototypeNote {
  font-size: 14px;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.path-a-real .sidebar,
.path-b-real .sidebar,
.path-a-real .profile-drawer,
.path-b-real .profile-drawer {
  top: 48px;
}

.path-a-real .app-shell,
.path-b-real .app-shell {
  min-height: calc(100vh - 48px);
  padding-top: 48px;
}

.signup-state .sidebar,
.signup-state .app-shell,
.signup-state .profile-drawer,
.role-state .sidebar,
.role-state .app-shell,
.role-state .profile-drawer {
  display: none !important;
}

.signup-state .case-ribbon,
.role-state .case-ribbon {
  display: flex !important;
}

.signup-splash,
.role-signup-step {
  min-height: calc(100vh - 48px);
  margin-top: 48px;
  padding: 18px 20px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.signup-state .signup-splash {
  display: flex;
}

.role-state .role-signup-step {
  display: flex;
}

/* ── Onboarding modal overlay ── */
.role-onboarding-overlay {
  position: fixed;
  inset: 48px 0 0;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(20, 10, 40, 0.18);
}

.role-modal-state .role-onboarding-overlay {
  display: flex;
}

.role-modal-state .sidebar,
.role-modal-state .app-shell {
  filter: blur(10px);
  pointer-events: none;
  user-select: none;
}

/* ── Two-panel modal card ── */
.ob-modal {
  display: grid;
  grid-template-columns: 280px 1fr;
  width: min(720px, calc(100vw - 64px));
  height: min(540px, calc(100vh - 140px));
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(16, 20, 34, 0.06);
  box-shadow:
    0 2px 4px rgba(42, 17, 64, 0.04),
    0 24px 50px -12px rgba(42, 17, 64, 0.22),
    0 60px 120px -40px rgba(42, 17, 64, 0.30);
  overflow: hidden;
}

/* ── Purple graphic panel ── */
.ob-graphic {
  position: relative;
  overflow: hidden;
  background: #2a1140 url(assets/hero-bg.png) center / cover no-repeat;
  display: flex;
  flex-direction: column;
}

.ob-graphic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20,7,40,.18) 0%, rgba(20,7,40,.55) 100%);
  pointer-events: none;
}

.ob-tagwrap {
  position: relative;
  z-index: 3;
  padding: 72px 24px 0;
  transition: opacity .35s, transform .35s;
}


.ob-tag {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 30px;
  line-height: 1.15;
  margin: 0;
}

.ob-accent { color: #c9acff; }

.ob-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  margin: 10px 0 0;
  line-height: 1.5;
}

.ob-stage {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  overflow: hidden;
}

.ob-mascot {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: auto;
  filter: drop-shadow(0 22px 26px rgba(20, 7, 34, 0.45));
}

/* ── White content panel ── */
.ob-content {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* Both steps sit absolutely on top of each other */
.ob-logo {
  position: absolute;
  top: 28px;
  right: 26px;
  width: 32px;
  height: 32px;
  z-index: 4;
}

.ob-step {
  position: absolute;
  inset: 0;
  display: flex !important;
  flex-direction: column;
  padding: 72px 28px 28px;
  transition: opacity .35s ease, transform .35s ease;
  opacity: 1;
  transform: translateX(0);
}

.ob-step[hidden] {
  opacity: 0;
  pointer-events: none;
}

#roleOnboardingForm[hidden] {
  transform: translateX(-20px);
}

#roleOnboardingIntro[hidden] {
  transform: translateX(20px);
}

/* ── Step content ── */
.ob-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  color: #101422;
}

.ob-field-label {
  font-weight: 700;
  font-size: 13px;
  color: #101422;
  margin: 16px 0 10px;
}

.ob-role-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ob-role-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #e6e4ee;
  border-radius: 12px;
  padding: 11px 14px;
  cursor: pointer;
  background: #fff;
  transition: border-color .15s, background .15s, box-shadow .15s;
  user-select: none;
}

.ob-role-item:hover { border-color: #cfc8e6; background: #faf9fe; }

.ob-role-item:has(input:checked) {
  border-color: #7438e8;
  background: #f6f1fe;
  box-shadow: 0 0 0 3px rgba(116, 56, 232, .12);
}

/* hide the native radio visually but keep it functional */
.ob-role-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ob-radio {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  border-radius: 99px;
  border: 2px solid #c7c2d8;
  display: grid;
  place-items: center;
  transition: border-color .15s;
}

.ob-role-item:has(input:checked) .ob-radio {
  border-color: #7438e8;
}

.ob-radio::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #7438e8;
  transform: scale(0);
  transition: transform .18s cubic-bezier(.5, 1.6, .5, 1);
}

.ob-role-item:has(input:checked) .ob-radio::after { transform: scale(1); }

.ob-role-text {
  font-size: 14px;
  font-weight: 600;
  color: #101422;
}

.ob-spacer { flex: 1 1 auto; min-height: 10px; max-height: 36px; }

.ob-btn {
  width: 100%;
  border: none;
  cursor: pointer;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: #7438e8;
  border-radius: 13px;
  padding: 15px 20px;
  box-shadow: 0 10px 22px -8px rgba(116, 56, 232, .55);
  transition: transform .12s, box-shadow .15s, opacity .2s;
}

.ob-btn:hover { transform: translateY(-1px); box-shadow: 0 16px 28px -8px rgba(116, 56, 232, .6); }
.ob-btn:active { transform: translateY(0); }
.ob-btn:disabled { background: #e7e4f1; color: #aaa6bd; box-shadow: none; cursor: not-allowed; transform: none; }

/* ── Step 2 ── */
.ob-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: #7c7a90;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 16px;
  font-family: inherit;
  transition: color .15s;
  align-self: flex-start;
}

.ob-back-link:hover { color: #7438e8; }

.ob-timeline {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0;
}

.ob-tl-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  position: relative;
  padding-bottom: 16px;
}

.ob-tl-item:last-child { padding-bottom: 0; }

.ob-tl-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 16.5px;
  top: 34px;
  bottom: 2px;
  width: 2px;
  background: #efeef5;
}

.ob-tl-num {
  width: 34px;
  height: 34px;
  border-radius: 99px;
  background: #ecebfb;
  color: #7438e8;
  font-weight: 800;
  font-size: 14px;
  display: grid;
  place-items: center;
  z-index: 1;
  position: relative;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.ob-tl-body { padding-top: 2px; }

.ob-tl-title {
  font-weight: 700;
  font-size: 15px;
  color: #101422;
  margin: 0 0 3px;
}

.ob-tl-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #4b4860;
  margin: 0;
}

.signup-screen-image {
  width: min(100%, 1500px);
  height: auto;
  max-height: calc(100vh - 84px);
  display: block;
  object-fit: contain;
  object-position: center center;
}

.role-screen-image {
  width: min(100%, 1540px);
}

.path-a-real .trial-banner,
.path-b-real .trial-banner {
  display: none;
}

.path-a-real .search-modes button:first-child {
  display: none;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .sidebar {
  width: 220px;
  padding: 68px 10px 14px;
  gap: 22px;
  background: #fbfbfb;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .app-shell {
  margin-left: 220px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .sidebar::before {
  content: "◧";
  position: absolute;
  top: 18px;
  left: 16px;
  color: #111;
  font-size: 19px;
  line-height: 1;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .sidebar::after {
  content: "↤";
  position: absolute;
  top: 17px;
  right: 17px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .main-nav,
body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .sidebar-footer {
  gap: 15px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .main-nav a,
body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .project-tree a,
body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .sidebar-footer a {
  gap: 7px;
  font-size: 13px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .main-nav a span,
body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .project-tree a span,
body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .sidebar-footer a span {
  width: 24px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .project-section {
  margin-top: 20px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .project-picker {
  height: 38px;
  border-radius: 9px;
  padding: 0 9px;
  font-size: 13px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .project-tree {
  margin-top: 12px;
  margin-left: 16px;
  padding-left: 9px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .project-tree a {
  min-height: 30px;
  padding-left: 5px;
  padding-right: 7px;
  font-size: 13px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .getting-started {
  display: none;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .sidebar-footer {
  margin-top: auto;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .topbar {
  height: 48px;
  padding-left: 18px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .search-hero {
  min-height: calc(100vh - 88px);
  padding-top: 154px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .search-hero h1 {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .search-modes {
  display: flex;
  margin-bottom: 26px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .search-modes button {
  height: 33px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 13px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .search-box {
  width: min(746px, calc(100vw - 560px));
  min-height: 118px;
  padding: 31px 78px 26px 26px;
  border-radius: 30px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .search-text {
  font-size: 14px;
  font-weight: 400;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .run-search-button {
  right: 18px;
  bottom: 18px;
  width: 40px;
  height: 40px;
  font-size: 25px;
}

body.path-b-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .search-signals-real {
  width: min(746px, calc(100vw - 560px));
  margin-top: -40px;
}

body.path-a-real:not(.results-state):not(.criteria-state):not(.shortlist-state):not(.activation-state):not(.home-state) .search-signals-real {
  margin-top: -40px;
}

.path-a-real .topbar,
.path-b-real .topbar {
  position: relative;
  overflow: visible;
  height: 48px;
  padding-left: 10px;
  padding-right: 10px;
  gap: 7px;
}

.path-a-real .topbar button,
.path-b-real .topbar button {
  height: 24px;
  padding: 0 8px;
  font-weight: 400;
}

.path-a-real .topbar p,
.path-b-real .topbar p {
  font-weight: 400;
}

.search-onboarding-tip {
  position: absolute;
  top: calc(100% + 4px);
  right: 14px;
  z-index: 25;
  width: min(380px, calc(100vw - 290px));
  border: 1px solid #dedff0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgb(33 36 60 / 6%);
  text-align: left;
}

.path-b-real .topbar .search-tip-header,
.path-b-real .shortlist-topbar .search-tip-header {
  width: 100%;
  height: 40px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 0;
  background: #f1f3ff;
  color: #242630;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.search-tip-step {
  width: 26px;
  height: 26px;
  border: 3px solid #deddf0;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  background: #ecebfb;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.path-b-real .topbar .search-tip-header .search-tip-step,
.path-b-real .shortlist-topbar .search-tip-header .search-tip-step {
  display: none;
}

.search-tip-title,
.search-tip-title-min {
  flex: 1;
  min-width: 0;
  color: #1f2129;
  font-weight: 700;
  text-align: left;
}

.path-b-real .topbar .search-tip-caret,
.path-b-real .shortlist-topbar .search-tip-caret {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  flex: 0 0 auto;
}

.path-b-real .topbar .search-tip-caret,
.path-b-real .shortlist-topbar .search-tip-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-tip-dismiss {
  display: none;
  flex: 0 0 auto;
  color: #9b96b0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

.search-onboarding-tip.is-dismissable .search-tip-caret {
  display: none;
}

.search-onboarding-tip.is-dismissable .search-tip-dismiss {
  display: inline-block;
}

.search-tip-title-min {
  display: none;
}

.search-tip-body {
  padding: 18px 22px 18px;
}

.search-tip-progress {
  display: flex;
  gap: 4px;
  height: 5px;
  margin-bottom: 16px;
}

/* segments */
.stp-seg {
  flex: 1;
  border-radius: 999px;
  background: #E2D9F3;
  transition: background 0.3s ease;
}

/* prior completed segments — flat left-color */
.search-tip-progress[data-step="2"] .stp-seg[data-seg="1"],
.search-tip-progress[data-step="3"] .stp-seg[data-seg="1"],
.search-tip-progress[data-step="3"] .stp-seg[data-seg="2"] {
  background: #7C3AED;
}

/* current step segment — gradient */
.search-tip-progress[data-step="1"] .stp-seg[data-seg="1"],
.search-tip-progress[data-step="2"] .stp-seg[data-seg="2"],
.search-tip-progress[data-step="3"] .stp-seg[data-seg="3"] {
  background: linear-gradient(to right, #7C3AED, #A855F7);
}

/* gold completion bar */
.stp-gold {
  display: none;
}

.search-tip-progress.is-complete .stp-seg {
  display: none;
}

.search-tip-progress.is-complete .stp-gold {
  display: block;
  flex: 1;
  border-radius: 999px;
  background: #F5C518;
  animation: gold-shimmer 1s ease-in-out forwards;
}

@keyframes gold-shimmer {
  0%   { background-position: -80% center; }
  100% { background-position: 180% center; }
}

@keyframes gold-shimmer-fade {
  0%   { opacity: 1; }
  70%  { opacity: 1; }
  100% { opacity: 0; }
}

.search-tip-progress.is-complete .stp-gold {
  background: #F5C518;
  position: relative;
  overflow: hidden;
}

.search-tip-progress.is-complete .stp-gold::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 60%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation:
    gold-shimmer 0.6s ease-in-out forwards,
    gold-shimmer-fade 0.6s ease-in-out forwards;
}

.search-tip-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.search-tip-dashboard-btn {
  background: none;
  border: 1px solid #e2dff0;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  color: #101422;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}

.search-tip-dashboard-btn:hover {
  background: #f3f0fd;
  border-color: #c4b5f4;
}

.search-tip-copy {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
}

.search-tip-copy img {
  width: 46px;
  height: auto;
  display: block;
}

.search-tip-copy img.is-celebrating {
  animation: mascot-celebrate 560ms cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: 50% 80%;
}

.search-tip-copy img.is-starbursting {
  animation: mascot-starburst-pop 780ms cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: 50% 80%;
}

.search-tip-copy img.is-big-celebrating {
  animation: mascot-big-celebrate 1200ms cubic-bezier(0.2, 1.35, 0.25, 1);
  transform-origin: 50% 80%;
}

.mascot-starburst {
  position: fixed;
  width: 14px;
  height: 14px;
  pointer-events: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
  animation: mascot-starburst-fly 760ms ease-out forwards;
}

.mascot-starburst::before {
  content: "★";
  display: block;
  font-size: 14px;
  line-height: 1;
}

.mascot-confetti {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: mascot-confetti-burst 1100ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.mascot-confetti::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2px;
  background: currentColor;
}

@keyframes mascot-celebrate {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  25% {
    transform: translateY(-8px) rotate(-8deg) scale(1.08);
  }

  52% {
    transform: translateY(2px) rotate(7deg) scale(1.1);
  }

  78% {
    transform: translateY(-3px) rotate(-3deg) scale(1.04);
  }

  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes mascot-starburst-pop {
  0% {
    filter: drop-shadow(0 0 0 rgb(123 0 212 / 0%));
    transform: translateY(0) rotate(0deg) scale(1);
  }

  28% {
    filter: drop-shadow(0 0 18px rgb(123 0 212 / 55%));
    transform: translateY(-10px) rotate(-9deg) scale(1.18);
  }

  58% {
    filter: drop-shadow(0 0 14px rgb(255 176 32 / 45%));
    transform: translateY(2px) rotate(8deg) scale(1.14);
  }

  100% {
    filter: drop-shadow(0 0 0 rgb(123 0 212 / 0%));
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes mascot-starburst-fly {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4) rotate(0deg);
  }

  16% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--star-x)), calc(-50% + var(--star-y))) scale(0.1) rotate(160deg);
  }
}

@keyframes mascot-big-celebrate {
  0% {
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 0 rgb(123 0 212 / 0%));
  }

  18% {
    transform: scale(1.32) rotate(-6deg);
    filter: drop-shadow(0 0 18px rgb(123 0 212 / 42%));
  }

  42% {
    transform: scale(1.48) rotate(8deg);
    filter: drop-shadow(0 0 24px rgb(255 176 32 / 48%));
  }

  70% {
    transform: scale(1.22) rotate(-3deg);
    filter: drop-shadow(0 0 16px rgb(123 0 212 / 24%));
  }

  100% {
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 0 rgb(123 0 212 / 0%));
  }
}

@keyframes mascot-confetti-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(0deg);
  }

  12% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--confetti-x)), calc(-50% + var(--confetti-y))) scale(0.2) rotate(var(--confetti-rot));
  }
}

@media (prefers-reduced-motion: reduce) {
  .search-tip-copy img.is-celebrating,
  .search-tip-copy img.is-starbursting {
    animation: mascot-celebrate-reduced 420ms ease-out;
  }

  .mascot-starburst {
    display: none;
  }

  .mascot-confetti {
    display: none;
  }
}

@keyframes mascot-celebrate-reduced {
  0% {
    filter: drop-shadow(0 0 0 rgb(123 0 212 / 0%));
    transform: scale(1);
  }

  45% {
    filter: drop-shadow(0 0 12px rgb(123 0 212 / 45%));
    transform: scale(1.12);
  }

  100% {
    filter: drop-shadow(0 0 0 rgb(123 0 212 / 0%));
    transform: scale(1);
  }
}

.search-tip-copy p {
  margin: 0;
  color: #474753;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0;
}

.search-tip-copy strong {
  font-weight: 800;
}

.search-tip-copy-criteria,
.search-tip-copy-results,
.search-tip-copy-shortlist,
.path-b-real.criteria-state .search-tip-copy-search,
.path-b-real.results-state .search-tip-copy-search,
.path-b-real.shortlist-state .search-tip-copy-search {
  display: none;
}

.path-b-real.criteria-state .search-tip-copy-criteria {
  display: block;
}

.path-b-real.results-state .search-tip-copy-results {
  display: block;
}

.path-b-real.shortlist-state .search-tip-copy-shortlist {
  display: block;
  font-weight: 400;
}

.search-tip-mini-mascot {
  display: none;
}

.search-onboarding-tip.is-minimized {
  top: 0;
  right: 0;
  width: 360px;
  height: 48px;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  overflow: visible;
  background: #f1f3ff;
  box-shadow: none;
}

.path-b-real .topbar .search-onboarding-tip.is-minimized .search-tip-header,
.path-b-real .shortlist-topbar .search-onboarding-tip.is-minimized .search-tip-header {
  height: 48px;
  padding: 0 14px;
  gap: 12px;
}

.search-onboarding-tip.is-minimized .search-tip-step {
  display: none;
}

.search-onboarding-tip.is-minimized .search-tip-title {
  display: none;
}

.search-onboarding-tip.is-minimized .search-tip-title-min {
  display: inline;
  white-space: nowrap;
}

.path-b-real .topbar .search-onboarding-tip.is-minimized .search-tip-caret,
.path-b-real .shortlist-topbar .search-onboarding-tip.is-minimized .search-tip-caret {
  transform: rotate(180deg);
}

.search-onboarding-tip.is-minimized .search-tip-body {
  display: none;
}

.search-onboarding-tip.is-minimized .search-tip-mini-mascot {
  width: 32px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.path-a-real .query-pill strong,
.path-b-real .query-pill strong,
.path-a-real .filter-pill,
.path-b-real .filter-pill {
  font-weight: 400;
}

.path-a-real .results-query-row,
.path-b-real .results-query-row {
  height: 104px;
  padding: 22px 0 0 70px;
  gap: 12px;
}

.path-a-real .query-pill,
.path-b-real .query-pill {
  width: min(700px, calc(100vw - 810px));
  min-width: 560px;
  height: 48px;
  padding: 0 14px 0 12px;
  gap: 10px;
  font-size: 14px;
}

.path-a-real .results-content,
.path-b-real .results-content {
  width: min(1040px, calc(100vw - 420px));
  margin-left: 70px;
}

.path-a-real .query-avatar,
.path-b-real .query-avatar {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  font-size: 11px;
}

.path-a-real .filter-pill,
.path-b-real .filter-pill {
  height: 48px;
  padding: 0 14px;
  gap: 9px;
  font-size: 12px;
}

.path-a-real .filter-pill span,
.path-b-real .filter-pill span {
  font-size: 16px;
}

.path-a-real .filter-pill b,
.path-b-real .filter-pill b {
  width: 22px;
  height: 22px;
  font-size: 12px;
}

.path-a-real .results-tabs,
.path-b-real .results-tabs {
  height: 46px;
  padding-left: 70px;
}

.path-b-real.results-state .results-query-row {
  height: 72px;
  padding-top: 14px;
  border-bottom: 0;
}

.path-b-real.results-state .results-tabs {
  height: 38px;
  align-items: flex-start;
}

.path-b-real.results-state .results-tabs button {
  height: 34px;
  font-weight: 400;
}

.path-a-real .results-actions,
.path-b-real .results-actions {
  gap: 0;
}

.path-a-real .results-actions button,
.path-b-real .results-actions button {
  height: 30px;
  padding: 0 13px;
  border-radius: 4px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
}

.path-a-real .results-actions button:first-child,
.path-b-real .results-actions button:first-child {
  margin-right: 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
}

.path-a-real .results-actions button:nth-child(2),
.path-b-real .results-actions button:nth-child(2) {
  border: 1px solid #d9b9ea;
  background: var(--soft-purple);
  color: var(--purple);
}

.path-b-real.results-state .results-actions button:nth-child(2) {
  display: none;
}

.path-b-real.results-state .results-actions button:first-child {
  margin-right: 0;
}

.path-b-real.results-state .topbar .search-onboarding-tip.is-minimized {
  position: static;
  flex: 0 0 auto;
  order: 2;
  margin-left: 0;
  width: 300px;
  border-left: 1px solid #dedff0;
}

.path-b-real.results-state .topbar:has(.search-onboarding-tip.is-minimized:not([hidden])) .results-actions {
  order: 1;
  margin-left: auto;
  margin-right: 12px;
}

.path-b-real.shortlist-state .shortlist-topbar .search-onboarding-tip.is-minimized {
  position: static;
  flex: 0 0 auto;
  order: 2;
  margin-left: 0;
  width: 300px;
  border-left: 1px solid #dedff0;
}

.path-b-real.shortlist-state .shortlist-topbar:has(.search-onboarding-tip.is-minimized:not([hidden])) .shortlist-actions {
  order: 1;
  margin-left: auto;
  margin-right: 12px;
}

.path-a-real .results-actions button:nth-child(3),
.path-b-real .results-actions button:nth-child(3) {
  display: none;
}

.criteria-preview-real {
  width: min(920px, calc(100vw - 430px));
  margin: 22px auto 0;
  padding: 20px 28px;
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
  text-align: left;
}

.criteria-preview-real p {
  margin: 0 0 12px;
  font-size: 18px;
}

.criteria-preview-real div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.criteria-preview-real span,
.criteria-preview-real button {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  background: var(--soft-purple);
  color: #2e1838;
  font-weight: 650;
}

.criteria-preview-real button {
  border: 0;
  color: var(--purple);
  cursor: pointer;
}

.criteria-view {
  min-height: calc(100vh - 90px);
  padding: 72px 6vw 96px;
  background: #fff;
}

.criteria-thread {
  width: min(920px, 100%);
  margin: 0 auto;
}

.criteria-message {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 26px;
}

.criteria-avatar {
  width: 34px;
  height: 34px;
  margin-top: 14px;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.muted-avatar {
  background: #d2d2d2;
}

.cube-avatar {
  background: #050505;
  color: #fff;
  font-size: 20px;
}

.spacer-avatar {
  opacity: 0;
}

.user-query > div {
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid #dedede;
  border-radius: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 6px rgb(0 0 0 / 7%);
  font-size: 16px;
}

.criteria-card-real {
  padding: 24px 28px;
  border: 1px solid #dedede;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
}

.criteria-card-real p {
  margin: 0 0 18px;
  font-size: 18px;
}

.criteria-card-real p button,
.criteria-card-real .criteria-line button,
.criteria-card-real .criteria-line span {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  background: var(--soft-purple);
  color: #2e1838;
  font-weight: 400;
}

.criteria-card-real p button,
.criteria-card-real .criteria-line button {
  color: var(--purple);
}

.criteria-line {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.criteria-line em {
  color: #333;
  font-style: normal;
}

.criteria-card-guided small {
  display: block;
  max-width: 720px;
  margin: -8px 0 16px;
  color: #666;
  font-size: 13px;
  line-height: 1.45;
}

.criteria-actions {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  align-items: center;
  padding-right: 8px;
}

.reset-search-button {
  color: #111;
  font-size: 16px;
}

.run-criteria-search-button {
  min-width: 150px;
  min-height: 48px;
  border-radius: 9px;
  background: var(--purple);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.path-guidance {
  margin: 18px 0 0;
  padding: 11px 14px;
  border: 1px solid #e7d8ef;
  border-radius: 9px;
  background: #fbf6ff;
  color: #4b315d;
  font-size: 13px;
}

.path-guidance-light {
  width: fit-content;
}

.results-nudge-banner {
  position: relative;
  width: min(860px, 100%);
  min-height: 112px;
  margin: 18px 0 12px;
  padding: 18px 150px 18px 22px;
  border: 1px solid #e5d3f0;
  border-radius: 26px;
  display: flex;
  align-items: center;
  background: #fbf4ff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
}

.results-nudge-banner h2 {
  margin: 0 0 6px;
  color: #271833;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.results-nudge-banner p {
  max-width: 620px;
  margin: 0;
  color: #5d5664;
  font-size: 13px;
  line-height: 1.4;
}

.results-nudge-banner img {
  position: absolute;
  right: 58px;
  bottom: 6px;
  width: 78px;
  height: 88px;
  object-fit: contain;
}

.results-bottom-prompt {
  position: fixed;
  left: calc(316px + 11vw);
  right: 11vw;
  bottom: 24px;
  z-index: 9;
  width: auto;
  min-height: 112px;
  margin: 0;
  padding: 22px 154px 22px 26px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgb(0 0 0 / 10%);
}

.results-bottom-prompt img {
  right: 54px;
  bottom: 8px;
  width: 78px;
  height: 88px;
}

.activation-action-panel {
  position: fixed;
  left: calc(316px + 24px);
  right: 24px;
  bottom: 24px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid #d9c7e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 9%);
}

.activation-action-panel img {
  width: 44px;
  height: 48px;
  object-fit: contain;
}

.activation-action-panel p {
  margin: 3px 0 0;
  color: #666;
  font-size: 13px;
}

.activation-action-panel button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 7px;
  background: var(--purple);
  color: #fff;
  font-weight: 700;
}

.activation-action-panel button:last-child {
  margin-left: -6px;
  border: 1px solid #d9c7e7;
  background: #fff;
  color: var(--purple);
}

.activation-view {
  min-height: calc(100vh - 90px);
  padding: 140px 32px;
  text-align: center;
  background: #fff;
}

.activation-view img {
  width: 86px;
  height: 94px;
  object-fit: contain;
}

.activation-view h2 {
  margin: 12px 0 8px;
  font-size: 28px;
  font-weight: 500;
}

.activation-view p {
  margin: 0 auto;
  max-width: 560px;
  color: #666;
  line-height: 1.5;
}

.activation-view div {
  width: fit-content;
  margin: 18px auto 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--soft-purple);
  color: var(--purple);
  font-size: 13px;
}

.criteria-view-compact {
  padding-top: 58px;
  padding-bottom: 150px;
}

.criteria-view-compact .criteria-thread {
  width: min(860px, 100%);
}

.criteria-nudge-banner {
  position: relative;
  min-height: 112px;
  margin-bottom: 46px;
  padding: 18px 150px 18px 22px;
  border: 1px solid #e5d3f0;
  border-radius: 26px;
  display: flex;
  align-items: center;
  background: #fbf4ff;
  box-shadow: 0 4px 12px rgb(0 0 0 / 5%);
}

.criteria-nudge-banner h2 {
  margin: 0 0 6px;
  color: #271833;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.criteria-nudge-banner p {
  max-width: 620px;
  margin: 0;
  color: #5d5664;
  font-size: 13px;
  line-height: 1.4;
}

.criteria-nudge-banner img {
  position: absolute;
  right: 58px;
  bottom: 6px;
  width: 78px;
  height: 88px;
  object-fit: contain;
}

.criteria-bottom-prompt {
  position: fixed;
  left: calc(316px + 11vw);
  right: 11vw;
  bottom: 24px;
  z-index: 9;
  width: auto;
  min-height: 112px;
  margin: 0;
  padding: 22px 154px 22px 26px;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgb(0 0 0 / 10%);
}

.criteria-bottom-prompt img {
  right: 54px;
  bottom: 8px;
  width: 78px;
  height: 88px;
}

.criteria-nudge-dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #9a9a9a;
  font-size: 20px;
  line-height: 1;
}

.criteria-view-compact .criteria-message {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.criteria-view-compact .criteria-avatar {
  width: 32px;
  height: 32px;
  margin-top: 12px;
  font-size: 14px;
}

.criteria-view-compact .user-avatar {
  background: #006a5f;
  color: #fff;
  font-weight: 500;
}

.criteria-view-compact .user-query > div {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 400;
}

body.criteria-state .getting-started,
.path-b-real.results-state .getting-started,
.path-b-real.shortlist-state .getting-started {
  display: none;
}

body.criteria-state .criteria-view-compact .user-query > div {
  min-height: 42px;
  padding: 0 18px;
}

.path-b-real.criteria-state .search-onboarding-tip:not(.is-minimized) {
  top: calc(100% + 4px);
  right: 14px;
}

.path-b-real.criteria-state .search-onboarding-tip.is-minimized {
  top: 0;
  right: 0;
  width: 300px;
  height: 48px;
}

.path-b-real.criteria-state .search-onboarding-tip.is-minimized .search-tip-header {
  padding: 0 14px;
  gap: 10px;
}

.path-b-real.criteria-state .search-onboarding-tip.is-minimized .search-tip-title-min {
  display: inline;
  white-space: nowrap;
}

.path-b-real.criteria-state .search-onboarding-tip.is-minimized .search-tip-title {
  display: none;
}

.path-b-real.criteria-state .search-onboarding-tip.is-minimized .search-tip-mini-mascot {
  width: 30px;
}

.criteria-view-compact .criteria-card-real {
  padding: 18px 22px;
  border-radius: 26px;
}

.criteria-view-compact .criteria-card-real p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 400;
}

.criteria-view-compact .criteria-card-real p strong {
  font-weight: 400;
}

.criteria-view-compact .criteria-card-real p button,
.criteria-view-compact .criteria-card-real .criteria-line button,
.criteria-view-compact .criteria-card-real .criteria-line span {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

.criteria-view-compact .criteria-card-real p .inline-product-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--purple);
}

.criteria-view-compact .criteria-card-real p .inline-product-link i {
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}

.criteria-view-compact .criteria-card-real .criteria-line .criteria-link-button {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--purple);
}

.criteria-view-compact .criteria-line {
  gap: 8px;
}

.criteria-view-compact .criteria-line em {
  font-size: 14px;
}

.criteria-view-compact .add-criteria-row {
  min-height: 62px;
  display: block;
}

.criteria-view-compact .add-criteria-row p {
  margin: 0;
}

.add-criteria-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ranked-criteria {
  margin-top: 18px;
}

.ranked-criteria h3 {
  margin: 0 0 10px;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ranked-criterion {
  min-height: 42px;
  margin-top: 8px;
  display: grid;
  grid-template-columns: 20px 18px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 14px;
}

body.criteria-state .ranked-criterion {
  min-height: 36px;
  margin-top: 4px;
}

body.criteria-state .ranked-criterion-text {
  min-height: 32px;
}

.drag-handle {
  color: #8f8f8f;
  font-size: 18px;
  line-height: 1;
}

.rank-number {
  color: #111;
  text-align: center;
}

.ranked-criterion-text {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #111;
}

.ranked-remove {
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 2px solid #d54545;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  font-size: 16px;
  line-height: 1;
}

.ranked-remove::before,
.ranked-remove::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #d54545;
  transform-origin: center;
}

.ranked-remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ranked-remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.least-important-label {
  margin-top: 18px !important;
}

.add-criteria-button {
  min-width: 118px;
  min-height: 34px;
  border: 1px solid #d8d8d8 !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #222 !important;
  font-size: 14px !important;
}

.criteria-view-compact .criteria-actions {
  gap: 22px;
}

.criteria-view-compact .reset-search-button {
  font-size: 14px;
}

.criteria-view-compact .run-criteria-search-button {
  min-width: 130px;
  min-height: 42px;
  font-size: 14px;
}

* {
  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;
}

[hidden] {
  display: none !important;
}

body:not(.profile-open) .profile-drawer {
  display: none;
}

.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,
.selection-action-bar {
  display: flex;
  align-items: center;
}

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

.upgrade-menu-link,
body.path-b-real.home-state .upgrade-menu-link,
body.path-b-real.reveal-contact-state .upgrade-menu-link {
  display: none !important;
}

.shortlist-nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--soft-purple);
  color: var(--purple);
  font-size: 11px;
  font-weight: 700;
  margin-left: auto;
}

body.path-b-real.search-state:not(.reveal-contact-state) .upgrade-menu-link,
body.path-b-real.results-state:not(.reveal-contact-state) .upgrade-menu-link,
body.path-b-real.criteria-state:not(.reveal-contact-state) .upgrade-menu-link,
body.path-b-real.shortlist-state:not(.reveal-contact-state) .upgrade-menu-link,
body.path-b-real.activation-state:not(.reveal-contact-state) .upgrade-menu-link {
  display: flex !important;
}

.trial-upgrade-item {
  display: none;
  flex-direction: column;
  gap: 8px;
  background: #fbfbfb;
  border: 1.5px solid #c9a8f0;
  border-radius: 12px;
  padding: 12px 14px;
}

body.path-b-real.home-state .trial-upgrade-item,
body.path-b-real.reveal-contact-state .trial-upgrade-item {
  display: flex;
}

.trial-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #6b21c8;
  margin: 0;
}

.trial-usage {
  font-size: 12px;
  color: #555;
  margin: 0;
}

.trial-usage-bar {
  height: 4px;
  background: #ddd;
  border-radius: 99px;
  overflow: hidden;
}

.trial-usage-fill {
  width: 30%;
  height: 100%;
  background: var(--purple);
  border-radius: 99px;
}

.trial-upgrade-item .upgrade-now-link {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: var(--purple);
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 2px;
  gap: 0;
}

.trial-upgrade-item .upgrade-now-link:hover {
  background: #6200b0;
}

.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;
}

body.path-b-real.criteria-state .sidebar,
body.path-b-real.results-state .sidebar,
body.path-b-real.shortlist-state .sidebar,
body.path-b-real.activation-state .sidebar,
body.path-b-real.home-state .sidebar,
body.path-b-real.profile-open .sidebar {
  width: 220px;
  padding: 68px 10px 14px;
  gap: 22px;
  background: #fbfbfb;
}

body.path-b-real.criteria-state .app-shell,
body.path-b-real.results-state .app-shell,
body.path-b-real.shortlist-state .app-shell,
body.path-b-real.activation-state .app-shell,
body.path-b-real.home-state .app-shell,
body.path-b-real.profile-open .app-shell {
  margin-left: 220px;
}

body.path-b-real.criteria-state .sidebar::before,
body.path-b-real.results-state .sidebar::before,
body.path-b-real.shortlist-state .sidebar::before,
body.path-b-real.activation-state .sidebar::before,
body.path-b-real.home-state .sidebar::before,
body.path-b-real.profile-open .sidebar::before {
  content: "◧";
  position: absolute;
  top: 18px;
  left: 16px;
  color: #111;
  font-size: 19px;
  line-height: 1;
}

body.path-b-real.criteria-state .sidebar::after,
body.path-b-real.results-state .sidebar::after,
body.path-b-real.shortlist-state .sidebar::after,
body.path-b-real.activation-state .sidebar::after,
body.path-b-real.home-state .sidebar::after,
body.path-b-real.profile-open .sidebar::after {
  content: "↤";
  position: absolute;
  top: 17px;
  right: 17px;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 1;
}

body.path-b-real.criteria-state .main-nav,
body.path-b-real.results-state .main-nav,
body.path-b-real.shortlist-state .main-nav,
body.path-b-real.activation-state .main-nav,
body.path-b-real.home-state .main-nav,
body.path-b-real.profile-open .main-nav,
body.path-b-real.criteria-state .sidebar-footer,
body.path-b-real.results-state .sidebar-footer,
body.path-b-real.shortlist-state .sidebar-footer,
body.path-b-real.activation-state .sidebar-footer,
body.path-b-real.home-state .sidebar-footer,
body.path-b-real.profile-open .sidebar-footer {
  gap: 15px;
}

body.path-b-real.criteria-state .main-nav a,
body.path-b-real.results-state .main-nav a,
body.path-b-real.shortlist-state .main-nav a,
body.path-b-real.activation-state .main-nav a,
body.path-b-real.home-state .main-nav a,
body.path-b-real.profile-open .main-nav a,
body.path-b-real.criteria-state .project-tree a,
body.path-b-real.results-state .project-tree a,
body.path-b-real.shortlist-state .project-tree a,
body.path-b-real.activation-state .project-tree a,
body.path-b-real.home-state .project-tree a,
body.path-b-real.profile-open .project-tree a,
body.path-b-real.criteria-state .sidebar-footer a,
body.path-b-real.results-state .sidebar-footer a,
body.path-b-real.shortlist-state .sidebar-footer a,
body.path-b-real.activation-state .sidebar-footer a,
body.path-b-real.home-state .sidebar-footer a,
body.path-b-real.profile-open .sidebar-footer a {
  gap: 7px;
  font-size: 13px;
}

body.path-b-real.criteria-state .main-nav a span,
body.path-b-real.results-state .main-nav a span,
body.path-b-real.shortlist-state .main-nav a span,
body.path-b-real.activation-state .main-nav a span,
body.path-b-real.home-state .main-nav a span,
body.path-b-real.profile-open .main-nav a span,
body.path-b-real.criteria-state .project-tree a span,
body.path-b-real.results-state .project-tree a span,
body.path-b-real.shortlist-state .project-tree a span,
body.path-b-real.activation-state .project-tree a span,
body.path-b-real.home-state .project-tree a span,
body.path-b-real.profile-open .project-tree a span,
body.path-b-real.criteria-state .sidebar-footer a span,
body.path-b-real.results-state .sidebar-footer a span,
body.path-b-real.shortlist-state .sidebar-footer a span,
body.path-b-real.activation-state .sidebar-footer a span,
body.path-b-real.home-state .sidebar-footer a span,
body.path-b-real.profile-open .sidebar-footer a span {
  width: 24px;
}

body.path-b-real.criteria-state .project-section,
body.path-b-real.results-state .project-section,
body.path-b-real.shortlist-state .project-section,
body.path-b-real.activation-state .project-section,
body.path-b-real.home-state .project-section,
body.path-b-real.profile-open .project-section {
  margin-top: 20px;
}

body.path-b-real.criteria-state .project-picker,
body.path-b-real.results-state .project-picker,
body.path-b-real.shortlist-state .project-picker,
body.path-b-real.activation-state .project-picker,
body.path-b-real.home-state .project-picker,
body.path-b-real.profile-open .project-picker {
  height: 38px;
  border-radius: 9px;
  padding: 0 9px;
  font-size: 13px;
}

body.path-b-real.criteria-state .project-tree,
body.path-b-real.results-state .project-tree,
body.path-b-real.shortlist-state .project-tree,
body.path-b-real.activation-state .project-tree,
body.path-b-real.home-state .project-tree,
body.path-b-real.profile-open .project-tree {
  margin-top: 12px;
  margin-left: 16px;
  padding-left: 9px;
}

body.path-b-real.criteria-state .project-tree a,
body.path-b-real.results-state .project-tree a,
body.path-b-real.shortlist-state .project-tree a,
body.path-b-real.activation-state .project-tree a,
body.path-b-real.home-state .project-tree a,
body.path-b-real.profile-open .project-tree a {
  min-height: 30px;
  padding-left: 5px;
  padding-right: 7px;
}

body.path-b-real.criteria-state .getting-started,
body.path-b-real.results-state .getting-started,
body.path-b-real.shortlist-state .getting-started,
body.path-b-real.activation-state .getting-started,
body.path-b-real.home-state .getting-started,
body.path-b-real.profile-open .getting-started {
  display: none;
}

body.path-b-real.criteria-state .sidebar-footer,
body.path-b-real.results-state .sidebar-footer,
body.path-b-real.shortlist-state .sidebar-footer,
body.path-b-real.activation-state .sidebar-footer,
body.path-b-real.home-state .sidebar-footer,
body.path-b-real.profile-open .sidebar-footer {
  margin-top: auto;
}

.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: 52px;
  padding-left: 16px;
  padding-right: 16px;
  gap: 9px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.topbar button {
  height: 28px;
  padding: 0 9px;
  border-radius: 7px;
  background: #f5f5f5;
  font-weight: 600;
}

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

.topbar span {
  color: #9b9b9b;
}

.path-b-real .topbar .search-tip-title,
.path-b-real .topbar .search-tip-title-min,
.path-b-real .shortlist-topbar .search-tip-title,
.path-b-real .shortlist-topbar .search-tip-title-min {
  color: #1f2129;
  font-weight: 700;
}

.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: 88px;
  text-align: center;
}

.search-hero h1 {
  margin: 0 0 34px;
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 400;
  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: 132px;
  margin: 0 auto;
  padding: 34px 86px 30px 34px;
  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;
  position: relative;
  display: flex;
  align-items: flex-start;
  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;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
}

.run-search-button {
  position: absolute;
  right: 28px;
  bottom: 26px;
  width: 48px;
  height: 48px;
  margin-left: 0;
  border: 0;
  border-radius: 999px;
  background: var(--purple);
  box-shadow: 0 2px 10px rgb(123 0 212 / 18%);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 1;
}

.search-signals-real {
  width: min(746px, calc(100vw - 430px));
  margin: -56px auto 0;
  padding: 0 120px 0 34px;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #35c759;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  pointer-events: none;
}

.search-signals-real span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.search-signals-real i {
  width: 16px;
  height: 16px;
  border: 1.5px solid #35c759;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 10px;
  font-style: normal;
  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;
}

.selection-action-bar {
  position: fixed;
  left: calc(316px + (100vw - 316px) / 2);
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 30;
  width: fit-content;
  padding: 8px;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
  gap: 8px;
}

.selection-action-bar[hidden] {
  display: none;
}

.selection-action-bar button {
  height: 34px;
  min-width: 38px;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 400;
}

.selection-action-bar .selection-primary {
  min-width: 166px;
  border-color: var(--purple);
  background: var(--purple);
  color: #fff;
}

.selection-action-bar .selection-muted {
  color: #777;
  filter: grayscale(1);
}

.selection-action-bar .selection-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 18px;
}

.selection-action-bar .selection-email {
  position: relative;
  font-size: 0;
}

.selection-action-bar .selection-email::before {
  content: "";
  width: 24px;
  height: 20px;
  display: block;
  background: #111;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 24% 58%, 72% 50%, 24% 42%);
}

.selection-action-bar .selection-dismiss {
  min-width: 28px;
  padding: 0 6px;
  border-color: transparent;
  background: transparent;
  font-size: 22px;
  line-height: 1;
}

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

.results-view {
  min-height: calc(100vh - 71px);
  padding-bottom: 150px;
  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: 56px;
  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;
}

.path-b-real .matches-left strong,
.path-b-real .matches-right strong,
.path-b-real .agent-button {
  font-weight: 400;
}

.checkbox {
  width: 18px;
  height: 18px;
  padding: 0;
  display: inline-block;
  border: 2px solid #8f8f8f;
  border-radius: 3px;
  background: #fff;
  position: relative;
  flex: 0 0 auto;
  vertical-align: middle;
}

button.checkbox {
  cursor: pointer;
}

.checkbox.is-selected {
  border-color: var(--purple);
  background: var(--purple);
}

.checkbox.is-selected::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.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;
}

.agent-button {
  height: 34px;
  padding: 0 12px;
  border-radius: 8px;
}

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

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

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

.path-b-real.results-state .profile-row {
  min-height: 150px;
  padding: 14px 24px 14px 0;
  column-gap: 14px;
  row-gap: 4px;
}

.profile-main {
  min-width: 0;
}

.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,
.profile-main > p {
  max-width: calc(100% - 178px);
}

.path-b-real.results-state .profile-main {
  display: contents;
}

.path-b-real.results-state .profile-main h2 {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  max-width: 100%;
}

.path-b-real.results-state .profile-main > p,
.path-b-real.results-state .profile-main .evidence {
  grid-column: 2 / 4;
}

.path-b-real.results-state .profile-main > p {
  max-width: 100%;
}

.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;
  max-width: 100%;
}

.path-b-real.results-state .profile-main p {
  margin-bottom: 5px;
  line-height: 1.18;
}

.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 {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  column-gap: 24px;
  margin-top: 16px;
  min-width: 0;
  max-width: 100%;
  color: #232323;
  font-size: 14px;
  line-height: 1.45;
  white-space: normal;
}

.path-b-real.results-state .evidence {
  grid-template-columns: 150px minmax(0, 1fr);
  column-gap: 12px;
  margin-top: 7px;
  line-height: 1.22;
}

.evidence span {
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  background: #edf7ea;
  color: #202624;
  font-size: 13px;
  white-space: nowrap;
}

.path-b-real.results-state .evidence span {
  padding: 3px 9px;
}

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

.profile-actions {
  grid-column: 3;
  grid-row: 1;
  z-index: 1;
  gap: 8px;
  align-self: start;
  padding-top: 0;
  justify-self: end;
}

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

.profile-actions .shortlist-button,
.drawer-actions .shortlist-button {
  min-width: 90px;
  height: 30px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 4px;
  color: #111;
  font-weight: 400;
  font-size: 14px;
}

.path-b-real.results-state .profile-actions .shortlist-button {
  font-size: 14px;
}

.profile-actions .shortlist-button span,
.drawer-actions .shortlist-button span {
  margin-right: 2px;
}

.profile-actions .shortlist-button.is-shortlisted,
.drawer-actions .shortlist-button.is-shortlisted {
  min-width: 126px;
}

.profile-actions .not-match-button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  color: #8a8a8a;
  font-size: 13px;
  filter: grayscale(1);
}

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

body.results-state .criteria-view,
body.results-state .activation-view {
  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 {
  position: relative;
  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-crumb strong {
  color: #666;
  font-size: inherit;
  font-weight: 400;
}

.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-bottom: 1px solid #e2e2e2;
  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: transparent url("assets/email.png") center / contain no-repeat;
}

.profile-badge.mail::before {
  content: none;
}

.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;
}

.path-b-real.shortlist-state .shortlist-topbar {
  height: 54px;
  padding: 0 12px;
  gap: 12px;
}

.path-b-real.shortlist-state .shortlist-crumb {
  gap: 10px;
  font-size: 16px;
}

.path-b-real.shortlist-state .shortlist-crumb button {
  height: 32px;
  padding: 0 11px;
  font-size: 13px;
}

.path-b-real.shortlist-state .shortlist-actions {
  gap: 8px;
}

.path-b-real.shortlist-state .shortlist-actions button,
.path-b-real.shortlist-state .shortlist-filters button {
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
}

.path-b-real.shortlist-state .shortlist-actions button {
  font-weight: 400;
}

.path-b-real.shortlist-state .shortlist-filters button {
  color: #111;
  font-weight: 400;
}

.path-b-real.shortlist-state .shortlist-filters {
  height: 52px;
  gap: 8px;
  padding: 0 12px;
}

.path-b-real.shortlist-state .shortlist-search {
  width: 330px;
  height: 32px;
  padding: 0 10px;
  gap: 8px;
  font-size: 13px;
}

.path-b-real.shortlist-state .shortlist-search span {
  font-size: 16px;
}

.path-b-real.shortlist-state .shortlist-table {
  font-size: 13px;
}

.path-b-real.shortlist-state .shortlist-table th,
.path-b-real.shortlist-state .shortlist-table td {
  height: 44px;
  padding: 0 10px;
}

.path-b-real.shortlist-state .shortlist-table th {
  height: 40px;
}

.path-b-real.shortlist-state .shortlist-table .select-col,
.path-b-real.shortlist-state .shortlist-table td:first-child {
  width: 48px;
  padding: 0 10px;
}

.path-b-real.shortlist-state .shortlist-table th:nth-child(2) {
  width: 220px;
}

.path-b-real.shortlist-state .shortlist-table th:nth-child(3) {
  width: 145px;
}

.path-b-real.shortlist-state .shortlist-table td:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.path-b-real.shortlist-state .shortlist-row-clickable {
  cursor: pointer;
}

.path-b-real.shortlist-state .shortlist-row-clickable:hover td {
  background: #fafafa;
}

.path-b-real.shortlist-state .shortlist-table th:nth-child(4) {
  width: 170px;
}

.path-b-real.shortlist-state .shortlist-table th:nth-child(5),
.path-b-real.shortlist-state .shortlist-table th:nth-child(6) {
  width: 120px;
}

.path-b-real.shortlist-state .shortlist-table th:nth-child(7),
.path-b-real.shortlist-state .shortlist-table th:nth-child(8) {
  width: 220px;
}

.path-b-real.shortlist-state .star-button {
  width: 26px;
  height: 26px;
  font-size: 17px;
}

.path-b-real.shortlist-state .profile-badge {
  width: 18px;
  height: 18px;
  margin-right: 0;
  font-size: 10px;
}

.path-b-real.shortlist-state .status-pill {
  height: 32px;
  min-width: 140px;
  padding: 0 10px;
  gap: 8px;
}

.path-b-real.shortlist-state .status-pill i {
  width: 8px;
  height: 8px;
}

.path-b-real.shortlist-state .owner-avatar {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  font-size: 10px;
}

.path-b-real.shortlist-state .activation-action-panel,
.path-b-real.shortlist-state .shortlist-count {
  display: none;
}

body.shortlist-state .search-hero,
body.shortlist-state .results-view,
body.shortlist-state .criteria-view,
body.shortlist-state .activation-view,
body.shortlist-state .results-actions,
body.shortlist-state > .app-shell > .topbar {
  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;
  font-weight: 400;
  line-height: 1;
}

.create-new-wrapper {
  position: relative;
}

.create-new-btn {
  height: 36px;
  padding: 0 12px;
  border-radius: 9px;
  background: var(--purple);
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.create-new-caret {
  font-size: 11px;
}

.create-new-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 12%);
  padding: 6px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.create-new-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  text-align: left;
  background: none;
}

.create-new-option:hover {
  background: #f5f5f5;
}

.create-new-icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}

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

.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: 0;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  flex: 0 0 18px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
}

.home-checklist li.completed {
  color: #7a7a7a;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #8c8c8c;
}

.home-checklist li.completed span {
  text-decoration: none;
}

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

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

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

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

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

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,
.experience-item {
  display: flex;
  align-items: center;
}

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

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

.drawer-nav button {
  color: #555b66;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.85;
}

.drawer-nav button:hover {
  color: #222;
  opacity: 1;
}

.drawer-more-menu {
  position: absolute;
  top: 76px;
  left: 0;
  z-index: 4;
  width: min(398px, calc(100% - 24px));
  padding: 12px 0;
  border: 1px solid #e2e4ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(0 0 0 / 12%);
}

.drawer-more-menu button {
  width: 100%;
  min-height: 54px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #354052;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.drawer-more-menu button:hover {
  background: #fafafa;
}

.drawer-more-menu span {
  width: 24px;
  color: #6e7786;
  font-size: 22px;
  text-align: center;
}

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

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

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

.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: 400;
  font-size: 14px;
}

.drawer-socials .x {
  background: #050505;
}

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

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

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

.drawer-actions .shortlist-button {
  height: 34px;
  padding: 0 10px;
  font-weight: 400;
}

.bookmark-icon {
  position: relative;
  width: 13px;
  height: 17px;
  display: inline-block;
  background:
    linear-gradient(#9a9a9a, #9a9a9a) left top / 2px 15px no-repeat,
    linear-gradient(#9a9a9a, #9a9a9a) right top / 2px 15px no-repeat,
    linear-gradient(#9a9a9a, #9a9a9a) left top / 100% 2px no-repeat;
  vertical-align: -2px;
}

.bookmark-icon::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  height: 8px;
  clip-path: polygon(0 100%, 50% 36%, 100% 100%, 100% 74%, 50% 10%, 0 74%);
  background: #9a9a9a;
}

.is-shortlisted .bookmark-icon {
  background:
    linear-gradient(var(--purple), var(--purple)) left top / 2px 15px no-repeat,
    linear-gradient(var(--purple), var(--purple)) right top / 2px 15px no-repeat,
    linear-gradient(var(--purple), var(--purple)) left top / 100% 2px no-repeat,
    linear-gradient(var(--purple), var(--purple)) left top / 100% 100% no-repeat;
}

.is-shortlisted .bookmark-icon::after {
  background: #fff;
}

.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: 26px;
  margin-top: 22px;
  border-bottom: 1px solid var(--line);
}

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

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

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

.detail-row {
  display: grid;
  grid-template-columns: 22px 88px minmax(0, 1fr);
  align-items: start;
  min-height: 46px;
  column-gap: 14px;
  color: #777;
}

.detail-row > span {
  width: 22px;
  line-height: 1.7;
  color: #777;
  font-size: 16px;
  text-align: center;
}

.detail-row strong {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

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

.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;
  font-weight: 400;
  line-height: 1.25;
}

.drawer-experience h3 span {
  color: #777;
  font-size: 13px;
  font-weight: 400;
}

.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%;
  }

}

@media (max-width: 700px) {
  .case-ribbon {
    position: static;
    height: auto;
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .case-ribbon nav {
    width: 100%;
    margin-left: 0;
  }

  .path-a-real .sidebar,
  .path-b-real .sidebar {
    position: static;
    width: auto;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .path-a-real .app-shell,
  .path-b-real .app-shell {
    margin-left: 0;
    padding-top: 0;
  }

  .search-hero {
    padding: 56px 14px 24px;
  }

  .search-box,
  .criteria-preview-real,
  .query-pill,
  .results-content {
    width: 100%;
    min-width: 0;
  }

  .results-query-row {
    height: auto;
    padding: 18px 14px;
    flex-direction: column;
  }

  .filter-pill {
    width: 100%;
    justify-content: space-between;
  }

  .results-tabs,
  .results-content {
    margin-left: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .matches-toolbar,
  .matches-left,
  .matches-right,
  .profile-row,
  .shortlist-topbar,
  .shortlist-filters {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    gap: 12px;
  }

  .profile-row {
    padding: 22px 0;
  }

  .trial-banner {
    position: static;
    transform: none;
    width: calc(100% - 28px);
    margin: 18px 14px;
    max-width: none;
  }
}
