:root {
  color-scheme: dark;
  --test-width-320: 320px;
  --test-width-375: 375px;
  --test-width-390: 390px;
  --test-width-430: 430px;
  --bg: #061827;
  --panel: #0b2234;
  --panel-strong: #102c42;
  --line: rgba(151, 198, 232, 0.18);
  --text: #eef8ff;
  --muted: #9db6c7;
  --blue: #24a8ff;
  --blue-strong: #0789df;
  --green: #4de18d;
  --red: #ff5f6d;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(36, 168, 255, 0.22), transparent 32rem),
    linear-gradient(180deg, #071d2f 0%, var(--bg) 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.app-shell {
  width: min(100%, 520px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 18px 18px;
  display: grid;
}

.screen {
  display: none;
  width: 100%;
  min-height: calc(100svh - 44px);
  animation: screenIn 180ms ease-out both;
}

.screen.active {
  display: flex;
  flex-direction: column;
}

.settings-button {
  position: absolute;
  top: 18px;
  right: max(18px, calc((100vw - 520px) / 2 + 18px));
  width: 42px;
  height: 42px;
  border: 1px solid rgba(151, 198, 232, 0.18);
  border-radius: 999px;
  background: rgba(11, 34, 52, 0.78);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  display: grid;
  place-items: center;
  z-index: 3;
}

[data-screen="home"] {
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
}

.brand-lockup {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 292px);
  padding: 8px 12px;
  border: 1px solid rgba(17, 148, 199, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(8, 34, 53, 0.84), rgba(7, 29, 52, 0.68));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: homeItemIn 320ms ease-out 20ms both;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.brand-lockup:hover,
.brand-lockup:focus-visible {
  border-color: rgba(36, 168, 255, 0.44);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26), 0 0 22px rgba(36, 168, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.brand-lockup img {
  display: block;
  width: 178px;
  max-width: min(178px, 55vw);
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.18));
}

.globe-brand-orb {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(94, 219, 255, 0.34);
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.82), rgba(90, 210, 245, 0.32) 18%, transparent 24%),
    radial-gradient(circle at 50% 54%, rgba(17, 148, 199, 0.18), rgba(7, 29, 52, 0.92) 64%);
  box-shadow: 0 0 0 5px rgba(17, 148, 199, 0.07), 0 0 24px rgba(17, 148, 199, 0.22);
  overflow: hidden;
  animation: globeBrandBreath 6.2s ease-in-out infinite;
}

.globe-brand-orb::before {
  content: "";
  position: absolute;
  inset: 9px -18px;
  border-radius: 50%;
  border: 1px solid rgba(223, 250, 255, 0.3);
  box-shadow:
    18px 0 0 -15px rgba(223, 250, 255, 0.46),
    -18px 0 0 -15px rgba(223, 250, 255, 0.46);
  animation: globeBrandRotate 8.5s linear infinite;
}

.globe-brand-orb::after {
  content: "";
  position: absolute;
  inset: 15px 6px;
  border-top: 1px solid rgba(223, 250, 255, 0.34);
  border-bottom: 1px solid rgba(223, 250, 255, 0.22);
  border-radius: 50%;
}

.home-copy {
  display: grid;
  gap: 8px;
  margin-top: 0;
}

.home-copy > * {
  animation: homeItemIn 320ms ease-out both;
}

.home-copy > :nth-child(1) {
  animation-delay: 120ms;
}

.home-copy > :nth-child(2) {
  animation-delay: 200ms;
}

.home-copy > :nth-child(3) {
  animation-delay: 280ms;
}

.step-label {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.live-count {
  margin: 0;
  color: #d7e8f4;
  font-size: 16px;
  font-weight: 850;
}

.live-count strong {
  color: var(--blue);
  font-size: 1.38em;
  font-weight: 950;
}

.freshness-line {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 760;
}

.results-trust {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(36px, 11vw, 54px);
  line-height: 0.96;
  letter-spacing: 0;
}

.job-alert-reminder {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(36, 168, 255, 0.24);
  border-radius: 8px;
  background: rgba(7, 36, 58, 0.62);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  padding: 11px 12px;
  animation: homeItemIn 320ms ease-out 420ms both;
}

.job-alert-reminder[hidden] {
  display: none;
}

.ios-install-helper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(151, 198, 232, 0.18);
  border-radius: 8px;
  background: rgba(11, 34, 52, 0.72);
  color: rgba(220, 238, 250, 0.86);
  padding: 11px 12px;
  animation: homeItemIn 320ms ease-out 500ms both;
}

.ios-install-helper[hidden] {
  display: none;
}

.ios-install-helper p,
.ios-install-helper span {
  margin: 0;
}

.ios-install-helper p {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 820;
}

.ios-install-helper span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 720;
}

.ios-install-helper button {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid rgba(36, 168, 255, 0.24);
  border-radius: 999px;
  background: rgba(36, 168, 255, 0.08);
  color: #dceefa;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  padding: 7px 10px;
}

.job-alert-reminder span {
  color: var(--blue);
  font-size: 17px;
  line-height: 1;
}

.job-alert-reminder p {
  margin: 0 0 5px;
  color: rgba(220, 238, 250, 0.88);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 760;
}

.job-alert-reminder button {
  border: 0;
  background: transparent;
  color: var(--blue);
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  padding: 0;
  cursor: pointer;
}

.prompt-block {
  display: grid;
  gap: 10px;
  margin-top: 0;
  animation: homeItemIn 320ms ease-out 640ms both;
}

.prompt-block p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.partner-channel-block {
  animation-delay: 560ms;
}

.partner-channel-block .chip {
  border-color: rgba(255, 201, 74, 0.3);
  background:
    linear-gradient(145deg, rgba(16, 44, 66, 0.98), rgba(9, 31, 49, 0.98)),
    radial-gradient(circle at 12% 16%, rgba(255, 201, 74, 0.16), transparent 16rem);
}

.partner-channel-block .chip-copy small {
  color: var(--muted);
}

.partner-channel-block .chip-copy .partner-channel-badge {
  color: #ffd874;
}

.partner-channel-badge,
.position-coverage-note.is-partner-badge {
  color: #ffd874;
  opacity: 1;
}

.about-atlas-jobs {
  display: grid;
  gap: 7px;
  color: rgba(157, 182, 199, 0.74);
  font-size: 12px;
  line-height: 1.35;
  animation: homeItemIn 320ms ease-out 1080ms both;
}

.about-atlas-jobs h2,
.about-atlas-jobs p {
  margin: 0;
}

.about-atlas-jobs h2 {
  color: rgba(220, 238, 250, 0.78);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 850;
}

.about-atlas-jobs ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding-left: 15px;
}

.chip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.category-card {
  display: grid;
  gap: 8px;
  animation: homeItemIn 300ms ease-out both;
}

.category-card:nth-child(1) {
  animation-delay: 680ms;
}

.category-card:nth-child(2) {
  animation-delay: 760ms;
}

.category-card:nth-child(3) {
  animation-delay: 840ms;
}

.category-card:nth-child(4) {
  animation-delay: 920ms;
}

.category-card:nth-child(5) {
  animation-delay: 1000ms;
}

.chip-grid.stacked {
  margin-top: 28px;
}

.chip {
  width: 100%;
  min-height: 72px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(16, 44, 66, 0.98), rgba(9, 31, 49, 0.98)),
    radial-gradient(circle at 12% 16%, rgba(36, 168, 255, 0.18), transparent 16rem);
  color: var(--text);
  box-shadow: var(--shadow);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 21px 18px;
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
  transition: transform 190ms ease, border-color 190ms ease, background 190ms ease, min-height 190ms ease, box-shadow 190ms ease;
}

@media (hover: hover) {
  .chip:hover {
    border-color: rgba(36, 168, 255, 0.34);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.42), 0 0 22px rgba(36, 168, 255, 0.1);
    transform: scale(1.02);
  }
}

.chip-main {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.chip-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.chip-copy small {
  color: var(--muted);
  font-size: 0.7em;
  line-height: 1.1;
  font-weight: 700;
  opacity: 0.72;
}

.chip-icon {
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  color: var(--blue);
  display: grid;
  place-items: center;
}

.chip-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chip:active,
.chip.is-expanding {
  min-height: 80px;
  border-color: rgba(36, 168, 255, 0.42);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.44), 0 0 28px rgba(36, 168, 255, 0.12);
  transform: scale(1.02);
}

.category-card.is-open .chip {
  border-color: rgba(36, 168, 255, 0.44);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.44), 0 0 28px rgba(36, 168, 255, 0.12);
}

.chip:focus-visible,
.back-button:focus-visible,
.apply-link:focus-visible {
  outline: 3px solid rgba(36, 168, 255, 0.5);
  outline-offset: 3px;
}

.chip-arrow {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

.new-today-chip-badge {
  flex: 0 0 auto;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(77, 225, 141, 0.3);
  border-radius: 999px;
  background: rgba(77, 225, 141, 0.1);
  color: #c7f7dc;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.new-today-short {
  display: none;
}

.category-departments {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-4px);
  transition: grid-template-rows 210ms ease, opacity 190ms ease, transform 190ms ease;
}

.category-card.is-open .category-departments {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

.category-departments-inner {
  min-height: 0;
  overflow: hidden;
  display: grid;
  gap: 7px;
  padding-inline: 8px;
}

.department-inline {
  min-height: 48px;
  border: 1px solid rgba(151, 198, 232, 0.14);
  border-radius: 15px;
  background: rgba(157, 182, 199, 0.08);
  color: #e8f5ff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.department-inline:active {
  transform: scale(0.99);
}

.back-button {
  align-self: flex-start;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(157, 182, 199, 0.12);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 10px 15px;
  margin-bottom: 26px;
}

.back-button::before {
  content: "<- ";
}

.loading-panel {
  min-height: calc(100svh - 44px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  text-align: center;
}

.loading-panel p {
  margin: 0;
  color: #d9ebf6;
  font-size: 20px;
  font-weight: 800;
}

.pulse-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 0 rgba(36, 168, 255, 0.44);
  animation: pulse 1100ms ease-out infinite;
}

.results-screen {
  gap: 18px;
  overflow-y: auto;
}

.results-header {
  display: grid;
  gap: 14px;
  padding-bottom: 4px;
}

.position-coverage-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  opacity: 0.76;
}

.results-header h1 {
  max-width: none;
  font-size: clamp(44px, 14vw, 66px);
  line-height: 0.94;
}

.result-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.result-metrics span {
  border-radius: 999px;
  background: rgba(157, 182, 199, 0.12);
  color: #dceefa;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 850;
}

.show-all-button,
.notify-button {
  justify-self: start;
  min-height: 38px;
  border: 1px solid rgba(36, 168, 255, 0.3);
  border-radius: 999px;
  background: rgba(36, 168, 255, 0.1);
  color: #dceefa;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 12px;
}

.notify-button {
  background: rgba(157, 182, 199, 0.1);
}

.settings-test-notification {
  display: none;
}

.alerts-screen {
  gap: 18px;
}

.alerts-panel {
  display: grid;
  gap: 14px;
}

.alerts-row {
  display: grid;
  gap: 8px;
}

.alerts-row label,
.alert-position-note,
.alerts-status,
.alerts-help {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.alert-position-note {
  margin: -2px 0 0;
  font-size: 12px;
  opacity: 0.72;
}

.alert-position-note[hidden] {
  display: none;
}

.alerts-row select {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(11, 34, 52, 0.96);
  color: var(--text);
  font: inherit;
  font-weight: 800;
  padding: 0 12px;
}

.alerts-row button,
.alert-item button {
  min-height: 42px;
  border: 1px solid rgba(36, 168, 255, 0.3);
  border-radius: 999px;
  background: rgba(36, 168, 255, 0.1);
  color: #dceefa;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  padding: 8px 12px;
}

.alerts-list {
  display: grid;
  gap: 9px;
}

.alert-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(11, 34, 52, 0.96);
  padding: 12px;
}

.alert-item span {
  display: grid;
  gap: 3px;
}

.alert-item small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  opacity: 0.72;
}

.job-list {
  display: grid;
  gap: 14px;
  padding-bottom: 18px;
}

.empty-state {
  display: grid;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(11, 34, 52, 0.96);
  color: var(--muted);
  padding: 16px;
}

.empty-state strong {
  color: var(--text);
}

.job-card {
  display: grid;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(11, 34, 52, 0.96);
  box-shadow: var(--shadow);
  padding: 18px;
  animation: cardIn 220ms ease-out both;
}

.job-company {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.job-position {
  margin: 0;
  color: var(--text);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 900;
}

.posted {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.job-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.freshness-badge {
  justify-self: start;
  min-height: 28px;
  border: 1px solid rgba(77, 225, 141, 0.3);
  border-radius: 999px;
  color: #c7f7dc;
  background: rgba(77, 225, 141, 0.1);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.apply-badge {
  justify-self: start;
  min-height: 28px;
  border: 1px solid rgba(36, 168, 255, 0.28);
  border-radius: 999px;
  color: #dceefa;
  background: rgba(36, 168, 255, 0.12);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 850;
}

.apply-badge-careers {
  border-color: rgba(82, 204, 218, 0.26);
  background: rgba(82, 204, 218, 0.1);
}

.apply-badge-email {
  border-color: rgba(255, 201, 74, 0.3);
  color: #ffe7a1;
  background: rgba(255, 201, 74, 0.1);
}

.job-partner-badge {
  justify-self: start;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 10px;
  border: 1px solid rgba(255, 216, 116, 0.72);
  border-radius: 999px;
  color: #ffd874;
  background: rgba(255, 201, 74, 0.06);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.partner-empty-state p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
}

.partner-empty-state .show-all-button {
  margin-top: 4px;
}

.job-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.job-meta span {
  min-width: 0;
  border-radius: 12px;
  background: rgba(157, 182, 199, 0.1);
  color: #d6e8f4;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
}

.apply-link {
  min-height: 48px;
  border-radius: 14px;
  background: var(--blue);
  color: #03111d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 950;
}

@media (min-width: 768px) {
  body {
    font-family: "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  .live-count {
    font-weight: 780;
  }

  .live-count strong,
  .apply-link {
    font-weight: 850;
  }

  .freshness-line,
  .position-coverage-note,
  .alerts-row label,
  .alert-position-note,
  .alerts-status,
  .alerts-help {
    font-weight: 650;
  }

  .prompt-block p,
  .result-metrics span,
  .show-all-button,
  .notify-button,
  .alerts-row button,
  .alert-item button {
    font-weight: 750;
  }

  .chip-copy small,
  .alert-item small,
  .posted {
    font-weight: 650;
  }

  .job-company,
  .job-meta span,
  .apply-badge {
    font-weight: 650;
  }

  .freshness-badge {
    font-weight: 700;
  }

  .app-shell.is-results-layout {
    width: min(100%, calc(100vw - 48px));
    max-width: 880px;
    padding-inline: 0;
  }

  .app-shell.is-results-layout .results-screen {
    min-height: min(820px, calc(100svh - 68px));
  }

  .app-shell.is-results-layout .results-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px 18px;
  }

  .app-shell.is-results-layout .results-header h1 {
    min-width: 0;
    font-size: clamp(48px, 8vw, 66px);
  }

  .app-shell.is-results-layout .result-metrics {
    grid-column: 1 / 2;
    align-self: center;
  }

  .app-shell.is-results-layout .position-coverage-note {
    grid-column: 1 / 2;
  }

  .app-shell.is-results-layout.is-partner-results .position-coverage-note.is-partner-badge {
    display: none;
  }

  .app-shell.is-results-layout.is-partner-results .partner-empty-state {
    width: min(100%, 760px);
    justify-self: start;
  }

  .app-shell.is-results-layout .notify-button,
  .app-shell.is-results-layout .show-all-button {
    grid-column: 2 / 3;
    justify-self: end;
  }

  .app-shell.is-results-layout .show-all-button {
    grid-row: 3;
  }
}

@media (min-width: 1024px) {
  .app-shell:not(.is-results-layout) {
    width: min(100%, calc(100vw - 32px));
    max-width: 600px;
  }

  .app-shell:not(.is-results-layout) .settings-button {
    right: max(18px, calc((100vw - 600px) / 2 + 18px));
  }

  .app-shell:not(.is-results-layout) [data-screen="home"] h1 {
    max-width: 21ch;
  }

  .app-shell.is-results-layout {
    width: 100%;
    max-width: 1100px;
  }

  .app-shell.is-results-layout .results-screen {
    gap: 14px;
  }

  .app-shell.is-results-layout .results-header {
    grid-template-columns: minmax(0, max-content) auto;
    justify-content: start;
    align-items: center;
    gap: 10px 16px;
    padding-bottom: 0;
  }

  .app-shell.is-results-layout .results-header h1 {
    grid-column: 1 / -1;
    white-space: nowrap;
  }

  .app-shell.is-results-layout.is-partner-results .results-header h1 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    font-size: clamp(42px, 5vw, 58px);
    line-height: 1.02;
  }

  .app-shell.is-results-layout .result-metrics {
    grid-row: 2;
  }

  .app-shell.is-results-layout .notify-button {
    grid-row: 2;
    align-self: center;
  }

  .app-shell.is-results-layout .job-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .app-shell.is-results-layout.is-partner-results .partner-empty-state {
    grid-column: 1 / -1;
  }

  .app-shell.is-results-layout .job-card {
    height: 100%;
  }

  .app-shell.is-results-layout .apply-link {
    align-self: end;
  }
}

@media (min-width: 680px) {
  .app-shell {
    padding: 34px 0;
  }

  .screen {
    min-height: min(760px, calc(100svh - 68px));
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(6, 24, 39, 0.72);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
    padding: 26px;
  }
}

@media (max-height: 700px) {
  .app-shell {
    padding-block: 12px;
  }

  .screen {
    min-height: calc(100svh - 28px);
  }

  h1 {
    font-size: clamp(31px, 9.5vw, 44px);
  }

  .chip {
    min-height: 66px;
    padding-block: 17px;
  }

  .chip:active,
  .chip.is-expanding {
    min-height: 74px;
  }

  .brand-lockup {
    width: min(100%, 264px);
    padding-block: 7px;
  }

  .brand-lockup img {
    width: 156px;
  }

  .globe-brand-orb {
    width: 30px;
    height: 30px;
  }

  .live-count {
    font-size: 15px;
  }

  .results-trust {
    font-size: 12px;
  }
}

@keyframes screenIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeItemIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(36, 168, 255, 0);
  }
}

@keyframes globeBrandRotate {
  from {
    transform: translateX(-8px) rotate(0deg);
  }
  to {
    transform: translateX(8px) rotate(360deg);
  }
}

@keyframes globeBrandBreath {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(17, 148, 199, 0.07), 0 0 24px rgba(17, 148, 199, 0.22);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(17, 148, 199, 0.1), 0 0 31px rgba(17, 148, 199, 0.32);
  }
}

@media (max-width: 430px) {
  .chip {
    gap: 8px;
    padding-inline: 14px;
  }

  .chip-main {
    gap: 12px;
  }

  .new-today-chip-badge {
    padding-inline: 7px;
    font-size: 10px;
  }

  .new-today-full {
    display: none;
  }

  .new-today-short {
    display: inline;
  }
}

@media (prefers-reduced-motion: reduce) {
  .globe-brand-orb,
  .globe-brand-orb::before,
  .brand-lockup,
  .home-copy > *,
  .job-alert-reminder,
  .prompt-block,
  .about-atlas-jobs,
  .ios-install-helper,
  .category-card {
    animation: none;
  }
}
