.hire-product-preview,
.hire-product-preview *,
.hire-product-preview *::before,
.hire-product-preview *::after {
  corner-shape: round !important;
  -webkit-corner-shape: round !important;
}
.hire-product-preview__atmosphere,
.hire-product-preview__atmosphere-hdr {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.hire-atmosphere-slot,
.hire-atmosphere-host {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.hire-final-cta .hire-atmosphere-host {
  opacity: 0;
  transition: opacity 800ms cubic-bezier(0.2, 0, 0, 1);
}

.hire-final-cta
  .hire-atmosphere-host[data-atmosphere-ready="active"] {
  opacity: 1;
}

@media (max-width: 640px) {
  .hire-product-preview[data-mobile-autoplay] {
    overflow: clip;
  }

  .hire-product-preview[data-mobile-autoplay] .hire-atmosphere-slot {
    overflow: clip;
  }

  .hire-product-preview[data-mobile-autoplay]
    .hire-atmosphere-host {
    position: sticky;
    inset: auto 0 auto;
    top: var(--hire-header-height);
    width: 100%;
    height: calc(100dvh - var(--hire-header-height));
  }
}

.hire-product-preview__atmosphere {
  opacity: 0;
  background: #a9cbe4;
  dynamic-range-limit: standard;
  transition: opacity 2000ms cubic-bezier(0.2, 0, 0, 1);
}

.hire-product-preview__atmosphere[data-atmosphere-status="active"],
.hire-product-preview__atmosphere[data-atmosphere-status="fallback"] {
  opacity: 1;
}

.hire-product-preview
  .hire-product-preview__atmosphere[data-atmosphere-status="fallback"] {
  background: transparent;
}

.hire-final-cta
  .hire-product-preview__atmosphere[data-atmosphere-status="fallback"] {
  background: #000000;
}

@media (prefers-reduced-motion: reduce) {
  .hire-final-cta .hire-atmosphere-host {
    transition: none;
  }
}

.hire-product-preview__atmosphere-hdr {
  visibility: hidden;
  opacity: 0;
  background: transparent;
  mix-blend-mode: plus-lighter;
  dynamic-range-limit: no-limit;
}

.hire-product-preview__atmosphere[data-atmosphere-status="active"]
  + .hire-product-preview__atmosphere-hdr[data-hdr-output="active"] {
  visibility: visible;
  opacity: 1;
}

.hire-jobmap-preview__page-layer {
  width: 100%;
  height: 100%;
}

.hire-jobmap-preview__page-layer {
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transform-origin: center bottom;
  transition:
    transform 520ms cubic-bezier(0.2, 0, 0, 1),
    opacity 520ms cubic-bezier(0.2, 0, 0, 1);
  will-change: transform, opacity;
}

.hire-jobmap-preview__page-layer.is-receded {
  opacity: 0.72;
  transform: scale(0.92);
}

.hire-jobmap-preview {
  width: calc(100% * var(--hire-preview-inverse-scale));
  height: calc(100% * var(--hire-preview-inverse-scale));
  position: relative;
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  overflow: hidden;
  border: 0;
  border-radius: var(--hire-preview-page-radius) var(--hire-preview-page-radius) 0 0;
  color: var(--hire-preview-ink);
  color-scheme: light;
  background: var(--hire-preview-background);
  box-shadow: 0 0 0 calc(1px * var(--hire-preview-inverse-scale))
    var(--hire-preview-border);
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC",
    "Noto Sans SC", system-ui, sans-serif;
  pointer-events: none;
  transform: scale(var(--hire-preview-scale));
  transform-origin: left top;
  user-select: none;
  -webkit-user-select: none;
}

.hire-jobmap-preview img {
  pointer-events: none;
}

.hire-jobmap-preview__sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 20px 13px 14px;
  overflow: hidden;
  border-right: 1px solid var(--hire-preview-line);
  background: var(--hire-preview-sidebar);
}

.hire-jobmap-preview__brand {
  width: 105px;
  height: auto;
  display: block;
  margin: 0 8px 18px;
}

.hire-jobmap-preview__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hire-jobmap-preview__nav-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hire-jobmap-preview__nav-heading {
  padding: 7px 10px 5px;
  color: var(--hire-preview-ink-secondary);
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.02em;
}

.hire-jobmap-preview__nav-item,
.hire-jobmap-preview__settings {
  height: 29px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  border-radius: 7px;
  color: var(--hire-preview-ink-secondary);
  font-size: 11.5px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.hire-jobmap-preview__nav-item img,
.hire-jobmap-preview__settings img {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  opacity: 0.55;
}

.hire-jobmap-preview__nav-item.is-active {
  color: var(--hire-preview-ink);
  background: var(--hire-preview-soft);
}

.hire-jobmap-preview__nav-item.is-active img {
  opacity: 1;
}

.hire-jobmap-preview__settings {
  margin-top: auto;
}

.hire-jobmap-preview__main {
  box-sizing: border-box;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 24px 0;
  overflow: hidden;
  background: var(--hire-preview-background);
}

.hire-jobmap-preview__mobile-bar {
  display: none;
}

.hire-jobmap-preview__mobile-only {
  display: none;
}

.hire-jobmap-preview__hero {
  position: relative;
  width: min(100%, 470px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.hire-jobmap-preview__deco {
  position: absolute;
  font-family:
    -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji",
    "PingFang SC", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1;
}

.hire-jobmap-preview__deco--cool {
  top: -16px;
  left: 8px;
  transform: rotate(-22deg);
}

.hire-jobmap-preview__deco--earth {
  bottom: -7px;
  left: -5px;
  transform: rotate(5deg);
}

.hire-jobmap-preview__deco--map {
  top: -17px;
  right: 2px;
  transform: rotate(23deg);
}

.hire-jobmap-preview__deco--pumpkin {
  right: -8px;
  bottom: -9px;
  transform: rotate(22deg);
}

.hire-jobmap-preview__title {
  position: relative;
  color: var(--hire-preview-ink);
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.022em;
}

.hire-jobmap-preview__version {
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin: 0 0 -7px 7px;
  color: #df645a;
  font-family: "Hannotate SC", "Snell Roundhand", "Comic Sans MS", cursive;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: rotate(-8deg);
  transform-origin: left bottom;
}

.hire-jobmap-preview__hero p {
  max-width: 440px;
  margin: 0;
  color: var(--hire-preview-ink-secondary);
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
}

.hire-jobmap-preview__filter-sentinel {
  width: 1px;
  height: 0;
  flex: 0 0 0;
  margin-top: 18px;
  padding: 0;
  pointer-events: none;
}

.hire-jobmap-preview__filters-sticky {
  box-sizing: border-box;
  position: sticky;
  top: -48px;
  z-index: 20;
  width: 100%;
  max-width: 720px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  overflow-anchor: none;
  isolation: isolate;
  transition: padding 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hire-jobmap-preview__filters-sticky.is-stuck {
  padding: 10px 24px;
}

.hire-jobmap-preview__filters-sticky::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  margin-left: -50vw;
  background: var(--hire-preview-background);
  opacity: 1;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
}

.hire-jobmap-preview__filters-sticky::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  height: 1px;
  margin-left: -50vw;
  background: rgba(0, 0, 0, 0.06);
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
}

.hire-jobmap-preview__filters-sticky.is-stuck::after {
  opacity: 1;
}

.hire-jobmap-preview__filters {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.hire-jobmap-preview__segment {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border-radius: 999px;
  background: var(--hire-preview-soft);
}

.hire-jobmap-preview__segment span {
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--hire-preview-ink-secondary);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.hire-jobmap-preview__segment span.is-active {
  color: var(--hire-preview-ink);
  background: var(--hire-preview-background);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.hire-jobmap-preview__filter-separator {
  width: 1px;
  height: 22px;
  flex: 0 0 1px;
  background: var(--hire-preview-line);
}

.hire-jobmap-preview__filter {
  width: 84px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--hire-preview-line);
  border-radius: 12px;
  color: var(--hire-preview-ink);
  background: var(--hire-preview-background);
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}

.hire-jobmap-preview__filter svg {
  width: 10px;
  height: 10px;
  color: var(--hire-preview-ink-secondary);
}

@container hire-product-preview (min-width: 861px) {
  .hire-jobmap-preview__filters {
    gap: 24px;
    padding: 0 4px;
    transition: gap 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .hire-jobmap-preview__filters-sticky.is-stuck
    .hire-jobmap-preview__filters {
    gap: 20px;
  }

  .hire-jobmap-preview__segment {
    padding: 3px;
  }

  .hire-jobmap-preview__segment span {
    height: 38px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 20px;
  }

  .hire-jobmap-preview__filter-separator {
    height: 28px;
  }

  .hire-jobmap-preview__filter {
    box-sizing: border-box;
    width: 144px;
    height: 44px;
    gap: 10px;
    padding: 0 20px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 20px;
    transition:
      width 320ms cubic-bezier(0.22, 1, 0.36, 1),
      height 320ms cubic-bezier(0.22, 1, 0.36, 1),
      padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
      border-radius 320ms cubic-bezier(0.22, 1, 0.36, 1),
      font-size 320ms cubic-bezier(0.22, 1, 0.36, 1),
      border-color 150ms ease,
      color 150ms ease,
      box-shadow 200ms ease;
  }

  .hire-jobmap-preview__filter + .hire-jobmap-preview__filter {
    margin-left: -10px;
  }

  .hire-jobmap-preview__filter svg {
    transition:
      width 320ms cubic-bezier(0.22, 1, 0.36, 1),
      height 320ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .hire-jobmap-preview__filters-sticky.is-stuck
    .hire-jobmap-preview__filter {
    width: 84px;
    height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  .hire-jobmap-preview__filters-sticky.is-stuck
    .hire-jobmap-preview__filter svg {
    width: 9px;
    height: 9px;
  }
}

.hire-jobmap-preview__grid {
  box-sizing: border-box;
  width: 100%;
  max-width: 840px;
  display: flex;
  align-items: start;
  gap: 14px;
  margin: 24px auto 0;
}

.hire-jobmap-preview__grid-column {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hire-jobmap-preview__grid-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.hire-jobmap-preview__grid-item > * {
  width: 100%;
}

.hire-jobmap-preview__card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  color: var(--hire-preview-ink);
  background: var(--hire-preview-background);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 10px 30px -10px rgba(0, 0, 0, 0.12);
  transition: box-shadow 160ms ease-out, transform 160ms ease-out;
}

.hire-jobmap-preview__card.is-demo-pressed {
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    0 5px 16px -8px rgba(0, 0, 0, 0.18);
  transform: scale(0.985);
}

.hire-jobmap-preview__bonnie-card {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  gap: 12px;
  padding: 17px 16px 15px;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  corner-shape: round;
  -webkit-corner-shape: round;
  color: var(--hire-preview-ink);
  background: var(--hire-preview-background);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 10px 30px -10px rgba(0, 0, 0, 0.12);
  cursor: default;
  transition: none;
}

.hire-jobmap-preview__bonnie-card:hover {
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.04),
    0 10px 30px -10px rgba(0, 0, 0, 0.12);
  transform: none;
}

.hire-jobmap-preview__bonnie-card .bm-card-head {
  gap: 6px;
}

.hire-jobmap-preview__bonnie-card .bm-spark svg {
  width: 12px;
  height: 12px;
}

.hire-jobmap-preview__bonnie-card .bm-card-title {
  font-size: 11.5px;
  line-height: 15px;
}

.hire-jobmap-preview__bonnie-card .bm-card-rows {
  gap: 8px;
}

.hire-jobmap-preview__bonnie-card .bm-card-row {
  gap: 5px;
}

.hire-jobmap-preview__bonnie-card .bm-card-label {
  color: var(--hire-preview-ink-secondary);
  font-size: 9.5px;
  line-height: 13px;
}

.hire-jobmap-preview__bonnie-card .bm-card-chip {
  padding: 4px 8px;
  color: var(--hire-preview-ink);
  background: var(--hire-preview-soft);
  font-size: 10px;
  line-height: 12px;
}

.hire-jobmap-preview__bonnie-card .bm-card-cta {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin-top: auto;
  padding: 0 10px;
  color: var(--hire-preview-ink);
  background: var(--hire-preview-background);
  border-color: var(--hire-preview-line);
  font-size: 10.5px;
  line-height: 14px;
  cursor: default;
  transition: none;
}

.hire-jobmap-preview__bonnie-card .bm-card-cta:hover {
  background: var(--hire-preview-background);
}

.hire-jobmap-preview__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.hire-jobmap-preview__card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 17px 16px 0;
}

.hire-jobmap-preview__team-logo {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  object-fit: cover;
  background: #ffffff;
  box-shadow: inset 0 0 0 0.5px #efefef;
}

.hire-jobmap-preview__open {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--hire-preview-soft);
}

.hire-jobmap-preview__open svg {
  width: 9px;
  height: 9px;
  display: block;
}

.hire-jobmap-preview__team-copy {
  min-width: 0;
  margin-top: 10px;
}

.hire-jobmap-preview__team-name {
  color: var(--hire-preview-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.01em;
}

.hire-jobmap-preview__team-copy p {
  display: -webkit-box;
  margin: 3px 0 0;
  overflow: hidden;
  color: var(--hire-preview-ink-secondary);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.005em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hire-jobmap-preview__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}

.hire-jobmap-preview__chips > span {
  height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0 7px;
  border: 1px solid var(--hire-preview-line);
  border-radius: 999px;
  color: var(--hire-preview-ink-secondary);
  background: var(--hire-preview-background);
  font-size: 8.5px;
  font-weight: 400;
  line-height: 11px;
  white-space: nowrap;
}

.hire-jobmap-preview__chips svg {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
}

.hire-jobmap-preview__card-news {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 11px 16px 15px;
}

.hire-jobmap-preview__card-news .t4-brief-news {
  min-height: 0;
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
}

.hire-jobmap-preview__card-news .t4-brief-news-row {
  min-width: 0;
}

.hire-jobmap-preview__card-news .t4-brief-news-link {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  column-gap: 7px;
  color: var(--hire-preview-ink-secondary);
  font-size: 9.5px;
  font-weight: 400;
  line-height: 13px;
  cursor: default;
}

.hire-jobmap-preview__card-news .t4-brief-news-row .src {
  color: var(--hire-preview-ink);
  font-size: 9.5px;
  font-weight: 400;
  white-space: nowrap;
}

.hire-jobmap-preview__card-news .t4-brief-news-row .t {
  min-width: 0;
  display: -webkit-box;
  overflow: hidden;
  color: var(--hire-preview-ink-secondary);
  font-size: 9.5px;
  line-height: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.hire-jobmap-preview__card-news .t4-brief-news-row .t:only-child {
  grid-column: 1 / -1;
}

.hire-jobmap-preview__founder {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.hire-jobmap-preview__founder > img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: inset 0 0 0 0.5px #efefef;
}

.hire-jobmap-preview__founder > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.hire-jobmap-preview__founder b,
.hire-jobmap-preview__founder small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hire-jobmap-preview__founder b {
  color: var(--hire-preview-ink);
  font-size: 9.5px;
  font-weight: 500;
  line-height: 12px;
}

.hire-jobmap-preview__founder small {
  color: var(--hire-preview-ink-secondary);
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
}

.hire-jobmap-preview [data-preview-layer],
.hire-jobmap-preview [data-preview-card] {
  transform-origin: center;
}

.hire-preview-team-modal {
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--hire-preview-padding-top) var(--hire-preview-padding-inline);
  color-scheme: light;
  background: transparent;
  animation: hire-preview-modal-in 180ms cubic-bezier(0.2, 0, 0, 1) both;
}

.hire-preview-team-modal__dialog.ov-dialog {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  border: 0;
  border-radius: var(--hire-preview-page-radius);
  box-shadow: 0 0 0 1px var(--hire-preview-border);
  animation: hire-preview-modal-dialog-in 520ms cubic-bezier(0.2, 0, 0, 1)
    both;
  transform-origin: center;
}

.hire-preview-team-modal__content {
  position: relative;
  width: calc(100% * var(--hire-preview-inverse-scale));
  height: calc(100% * var(--hire-preview-inverse-scale));
  transform: scale(var(--hire-preview-scale));
  transform-origin: left top;
}

.hire-preview-team-modal .t4-nav {
  background: #ffffff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hire-preview-team-modal.is-closing {
  animation: hire-preview-modal-out 180ms cubic-bezier(0.4, 0, 1, 1) both;
}

.hire-preview-team-modal.is-closing .hire-preview-team-modal__dialog {
  animation: hire-preview-modal-dialog-out 180ms cubic-bezier(0.4, 0, 1, 1) both;
}

.hire-preview-team-modal .ov-btn.is-demo-pressed {
  background: #dedede;
  transform: scale(0.9);
}

.hire-preview-job-modal.is-signal-hovered .jd-signal-trigger,
.hire-preview-job-modal.is-signal-pressed .jd-signal-trigger {
  opacity: 0.85;
}

.hire-preview-job-modal.is-signal-pressed .jd-signal-trigger {
  transform: scale(0.98);
}

.hire-preview-job-modal__apply-host {
  width: 100%;
  min-height: 100%;
  background: #ffffff;
  animation: hire-preview-apply-view-in 320ms cubic-bezier(0.2, 0, 0, 1) both;
}

@keyframes hire-preview-apply-view-in {
  from {
    opacity: 0;
    transform: translate3d(16px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hire-preview-cursor {
  --hire-preview-cursor-duration: 900ms;
  --hire-preview-cursor-easing: cubic-bezier(0.22, 1.12, 0.36, 1);
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 60;
  width: 14px;
  height: 18px;
  color: #050505;
  opacity: 0;
  filter: blur(6px);
  pointer-events: none;
  transform-origin: 2px 2px;
  transition:
    transform var(--hire-preview-cursor-duration) var(--hire-preview-cursor-easing),
    opacity 180ms ease-out,
    filter 180ms ease-out;
  will-change: transform, opacity, filter;
}

.hire-preview-cursor.is-drifting {
  --hire-preview-cursor-easing: cubic-bezier(0.4, 0, 0.2, 1);
}

.hire-preview-cursor.is-visible {
  opacity: 1;
  filter: blur(0);
}

.hire-preview-cursor__pointer {
  position: relative;
  z-index: 2;
  display: block;
  width: 14px;
  height: 18px;
  transform-origin: 2px 2px;
  transition: transform 140ms cubic-bezier(0.2, 0, 0, 1);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
}

.hire-preview-cursor.is-clicking .hire-preview-cursor__pointer {
  transform: scale(0.86);
}

.hire-preview-cursor__click-ring {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 14px;
  height: 14px;
  border: 1.5px solid rgba(5, 5, 5, 0.28);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.35);
}

.hire-preview-cursor.is-clicking .hire-preview-cursor__click-ring {
  animation: hire-preview-cursor-click 300ms ease-out both;
}

.hire-preview-cursor__bubble {
  position: absolute;
  top: 14px;
  left: 11px;
  width: max-content;
  max-width: 150px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  background: #050505;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  white-space: nowrap;
  animation: hire-preview-cursor-bubble-in 180ms ease-out both;
}

.hire-preview-cursor.is-bubble-left .hire-preview-cursor__bubble {
  right: 11px;
  left: auto;
}

@keyframes hire-preview-cursor-bubble-in {
  from {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(3px) scale(0.96);
  }
}

@keyframes hire-preview-cursor-click {
  0% {
    opacity: 0.7;
    transform: scale(0.35);
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes hire-preview-modal-in {
  from {
    opacity: 0;
  }
}

@keyframes hire-preview-modal-dialog-in {
  from {
    opacity: 0;
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes hire-preview-modal-out {
  to {
    opacity: 0;
  }
}

@keyframes hire-preview-modal-dialog-out {
  to {
    opacity: 0;
    transform: translateY(8px) scale(0.99);
  }
}
