.career-status-page {
  min-height: 100vh;
  --career-ink: #14213d;
  --career-blue: #2368e8;
  --career-green: #087f6b;
  --career-line: #d9e3ef;
  background: #f3f6fa;
  color: var(--career-ink);
}

.career-status-page *,
.career-status-page *::before,
.career-status-page *::after { box-sizing: border-box; }

.career-status-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 10px max(20px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid var(--career-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.career-status-brand { display: block; width: min(280px, 40vw); }
.career-status-brand img { display: block; width: 100%; max-height: 54px; object-fit: contain; object-position: left center; }
.career-status-header nav,
.career-status-footer nav { display: flex; align-items: center; gap: 8px; }
.career-status-header nav a,
.career-status-footer a { color: #29415f; font-weight: 800; }
.career-status-header nav a { padding: 10px 12px; border-radius: 6px; }
.career-status-header nav a:hover { background: #edf4ff; }

.career-status-main { width: min(1160px, calc(100% - 32px)); margin: 30px auto 64px; }
.career-status-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid #cddbf0;
  border-left: 5px solid var(--career-blue);
  background: #fff;
}
.career-status-kicker,
.career-status-form > div > span {
  color: var(--career-green);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.career-status-intro h1 { margin: 5px 0 6px; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1; letter-spacing: 0; }
.career-status-intro p { max-width: 680px; margin: 0; color: #5a6a80; font-weight: 650; }
.career-status-intro > a,
.career-status-form button,
.career-status-interview a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--career-blue);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.career-status-layout { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 18px; align-items: start; margin-top: 18px; }
.career-status-form,
.career-status-result { border: 1px solid var(--career-line); background: #fff; }
.career-status-form { display: grid; gap: 16px; padding: 24px; }
.career-status-form h2 { margin: 4px 0 0; font-size: 1.35rem; }
.career-status-form label { display: grid; gap: 7px; color: #31465f; font-size: .86rem; font-weight: 850; }
.career-status-form input { min-width: 0; height: 48px; padding: 0 13px; border: 1px solid #c9d7e8; border-radius: 6px; color: var(--career-ink); background: #fff; font: inherit; }
.career-status-form input:focus { outline: 3px solid rgba(35, 104, 232, .16); border-color: var(--career-blue); }
.career-status-form small { color: #6c7b8e; line-height: 1.5; }
.career-status-message { min-height: 20px; margin: -4px 0; color: #a33b3b; font-weight: 800; }
.career-status-message.success { color: var(--career-green); }

.career-status-result { min-height: 390px; padding: 26px; }
.career-status-empty { display: grid; min-height: 336px; place-items: center; align-content: center; gap: 10px; color: #66768b; text-align: center; }
.career-status-empty span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 6px; background: #eaf2ff; color: var(--career-blue); font-weight: 950; }
.career-status-empty strong { color: var(--career-ink); font-size: 1.15rem; }
.career-status-empty p { max-width: 460px; margin: 0; }

.career-status-summary { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--career-line); }
.career-status-summary span { color: var(--career-green); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.career-status-summary h2 { margin: 5px 0; font-size: 1.6rem; }
.career-status-summary p { margin: 0; color: #617088; font-weight: 700; }
.career-status-state { flex: 0 0 auto; padding: 9px 12px; border-radius: 999px; background: #eaf2ff; color: #174fa9; font-weight: 900; }
.career-status-progress { height: 8px; margin: 22px 0 16px; overflow: hidden; border-radius: 999px; background: #e7edf5; }
.career-status-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--career-blue), #19a58f); }
.career-status-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.career-status-steps li { min-width: 0; padding: 10px 8px; border: 1px solid var(--career-line); color: #758399; background: #f8fafc; font-size: .74rem; font-weight: 850; text-align: center; }
.career-status-steps li.complete { border-color: #bce3d9; color: #08705f; background: #edf9f5; }
.career-status-steps li.current { border-color: #9fc0fb; color: #164fae; background: #edf4ff; }
.career-status-next { margin-top: 20px; padding: 18px; border-left: 4px solid #d3a93e; background: #fff9e9; }
.career-status-next span { color: #84620f; font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.career-status-next strong { display: block; margin-top: 5px; line-height: 1.45; }
.career-status-interview { margin-top: 16px; padding: 18px; border: 1px solid #bee3da; background: #f0faf7; }
.career-status-interview h3 { margin: 0 0 10px; }
.career-status-interview p { margin: 5px 0; color: #40536a; }
.career-status-interview a { margin-top: 10px; background: var(--career-green); }

.career-status-help { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.career-status-help article { padding: 18px; border: 1px solid var(--career-line); background: #fff; }
.career-status-help span { display: block; margin-bottom: 6px; color: #64748b; font-size: .8rem; font-weight: 850; }
.career-status-help strong { line-height: 1.4; }
.career-status-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px max(20px, calc((100vw - 1160px) / 2)); border-top: 1px solid var(--career-line); background: #fff; color: #65748a; }

@media (max-width: 760px) {
  .career-status-header { min-height: 64px; padding: 8px 14px; }
  .career-status-brand { width: 190px; }
  .career-status-header nav a:not(:first-child) { display: none; }
  .career-status-main { width: min(100% - 20px, 1160px); margin-top: 12px; }
  .career-status-intro { display: block; padding: 22px 18px; }
  .career-status-intro h1 { font-size: 2.15rem; }
  .career-status-intro > a { margin-top: 16px; }
  .career-status-layout { grid-template-columns: 1fr; }
  .career-status-form,
  .career-status-result { padding: 18px; }
  .career-status-result { min-height: 330px; }
  .career-status-summary { display: grid; }
  .career-status-state { justify-self: start; }
  .career-status-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .career-status-help { grid-template-columns: 1fr; }
  .career-status-footer { align-items: start; flex-direction: column; }
}
