@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("vendor/fonts/quicksand.woff2") format("woff2");
}

:root {
  --navy-900: #1c1f2f;
  --navy-800: #22294c;
  --navy-700: #2c3462;
  --navy-500: #545c94;
  --navy-200: #c7cbe0;
  --navy-100: #e7e9f4;
  --navy-50: #f4f5fb;
  --yellow-500: #fcc300;
  --yellow-600: #e0a900;
  --yellow-100: #fff1c2;
  --yellow-50: #fff8e0;
  --green-600: #1a8f5a;
  --green-100: #dff2e9;
  --blue-600: #3478b9;
  --blue-100: #e3eef9;
  --red-600: #d94141;
  --red-100: #fbe0e0;
  --orange-600: #c56a22;
  --orange-100: #fdecd9;
  --gray-700: #4b516d;
  --gray-500: #6b7188;
  --gray-300: #b4b4c1;
  --gray-200: #d9dadc;
  --gray-100: #eef0f2;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px rgba(28, 31, 47, 0.08);
  --shadow-lg: 0 18px 48px rgba(28, 31, 47, 0.18);
  --font-display: "Quicksand", ui-rounded, "Segoe UI Rounded", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--gray-100);
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-display);
  letter-spacing: 0;
}

body {
  margin: 0;
  color: var(--navy-900);
  background: var(--gray-100);
}

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

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(252, 195, 0, 0.55);
  outline-offset: 2px;
}

[hidden] {
  display: none !important;
}

svg.lucide {
  display: block;
  flex: 0 0 auto;
}

.suite-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 80px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(44px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.suite-brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-900);
  text-decoration: none;
}

.suite-brand img {
  width: auto;
  height: 34px;
  display: block;
}

.suite-divider {
  width: 1px;
  height: 26px;
  background: var(--gray-200);
}

.suite-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy-800);
}

.suite-nav {
  display: flex;
  align-items: stretch;
  min-height: 44px;
  gap: 4px;
}

.suite-nav a,
.suite-nav-disabled {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-app-icon {
  width: 17px;
  height: 17px;
  display: block;
  flex: 0 0 auto;
}

.suite-nav a:hover {
  color: var(--navy-800);
  background: var(--navy-50);
}

.suite-nav a[aria-current="page"] {
  color: var(--navy-900);
}

.suite-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: -18px;
  left: 13px;
  height: 3px;
  background: var(--yellow-500);
}

.suite-nav-disabled {
  color: var(--gray-300);
  cursor: not-allowed;
}

.icon-button {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  color: var(--navy-700);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  cursor: pointer;
}

.icon-button:hover {
  color: var(--navy-900);
  background: var(--navy-50);
}

.suite-sign-out {
  justify-self: end;
}

.atlas-page main {
  width: min(1560px, 100%);
  margin: 0 auto;
  padding: 20px 22px 52px;
}

.atlas-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--yellow-600);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.atlas-heading h1,
.login-panel h1 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.atlas-title-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.title-app-icon {
  width: 25px;
  height: 25px;
  display: block;
  flex: 0 0 auto;
}

.heading-copy {
  margin: 8px 0 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.55;
}

.atlas-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  color: var(--gray-700);
  font-size: 12px;
}

.atlas-meta span {
  padding: 7px 9px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 6px;
}

.atlas-meta strong {
  color: var(--navy-900);
}

.atlas-key {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.key-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.key-title {
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.filter-chip,
.filter-clear {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 8px;
  color: var(--gray-700);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.filter-chip:hover,
.filter-clear:hover {
  color: var(--navy-900);
  border-color: var(--navy-200);
  background: var(--navy-50);
}

.filter-chip[aria-pressed="true"] {
  color: var(--white);
  background: var(--navy-800);
  border-color: var(--navy-800);
}

.filter-chip[aria-pressed="true"] .filter-count {
  color: var(--navy-200);
}

.filter-count {
  color: var(--gray-500);
  font-size: 10px;
}

.filter-result {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-500);
  font-size: 11px;
}

.filter-clear {
  min-height: 28px;
  color: var(--navy-700);
  background: transparent;
}

.method-mark {
  width: 12px;
  height: 12px;
  border: 2px solid var(--navy-700);
  border-radius: 3px;
}

.method-mark.ai {
  border-color: var(--yellow-600);
  background: var(--yellow-100);
}

.method-mark.automated {
  border-color: var(--green-600);
  background: var(--green-100);
}

.status-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gray-300);
}

.status-dot.ready {
  background: var(--green-600);
}

.status-dot.draft {
  background: var(--orange-600);
}

.status-dot.needs-review {
  background: var(--gray-500);
}

.status-dot.blocked {
  background: var(--red-600);
}

.journey {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

.loading-state,
.error-state {
  grid-column: 1 / -1;
  padding: 40px 0;
  color: var(--gray-700);
  text-align: center;
}

.phase {
  min-width: 0;
}

.phase-header {
  min-height: 78px;
  padding: 6px 6px 11px;
}

.phase-heading-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.phase-number {
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 700;
}

.phase-title {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.phase-meta {
  color: var(--gray-500);
  font-size: 10px;
  white-space: nowrap;
}

.phase-progress {
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 11px;
  appearance: none;
  border: 0;
  background: var(--navy-100);
}

.phase-progress::-webkit-progress-bar {
  background: var(--navy-100);
}

.phase-progress::-webkit-progress-value {
  background: var(--green-600);
}

.phase-progress::-moz-progress-bar {
  background: var(--green-600);
}

.process-stack {
  display: grid;
  gap: 8px;
  padding-top: 10px;
}

.empty-phase {
  padding: 18px 10px;
  color: var(--gray-500);
  border: 1px dashed var(--gray-300);
  border-radius: 7px;
  font-size: 11px;
  text-align: center;
}

.process-node {
  position: relative;
  width: 100%;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  padding: 11px 11px 10px 13px;
  color: var(--navy-900);
  text-align: left;
  background: #fff;
  border: 1px solid var(--gray-300);
  border-radius: 7px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.process-node:hover {
  background: #f9fafb;
  box-shadow: 0 4px 12px rgba(28, 31, 47, 0.14);
}

.process-node-top {
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: var(--gray-500);
  font-size: 10px;
}

.process-method,
.process-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.process-method span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.process-status {
  flex: 0 0 auto;
  white-space: nowrap;
}

.process-title {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.process-owner {
  margin-top: auto;
  padding-top: 8px;
  padding-right: 24px;
  color: var(--gray-500);
  font-size: 11px;
  line-height: 1.3;
}

.feedback-count {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 0 5px;
  color: var(--navy-700);
  background: var(--navy-100);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
}

.process-gate {
  margin: 9px -3px -2px;
  padding-top: 7px;
  color: var(--orange-600);
  border-top: 1px dashed var(--orange-600);
  font-size: 10px;
  line-height: 1.3;
}

.process-node-compact {
  min-height: 44px;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 2px 7px;
  padding: 7px 9px;
}

.process-node-compact:has(.feedback-count) {
  grid-template-columns: 16px minmax(0, 1fr) auto auto;
}

.compact-method {
  grid-column: 1;
  grid-row: 1 / 3;
  color: var(--gray-500);
}

.process-node-compact .process-title {
  grid-column: 2;
  grid-row: 1 / 3;
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
}

.process-node-compact .process-owner {
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
  margin: 0;
  padding: 0;
  font-size: 10px;
  white-space: nowrap;
}

.process-node-compact .process-status {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  color: var(--gray-500);
  font-size: 9px;
  line-height: 1.2;
}

.process-node-compact .feedback-count {
  grid-column: 4;
  grid-row: 1 / 3;
  position: static;
  padding: 0 3px;
}

.process-node-compact .feedback-count svg {
  width: 12px;
  height: 12px;
}

.detail-gate {
  color: var(--orange-600);
  font-weight: 700;
}

@media (pointer: coarse) {
  .process-node-compact {
    min-height: 44px;
  }
}

.drawer-scrim {
  position: fixed;
  z-index: 40;
  inset: 0;
  background: rgba(28, 31, 47, 0.28);
}

.process-drawer {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  width: min(470px, 100%);
  height: 100dvh;
  overflow-y: auto;
  color: var(--navy-900);
  background: var(--white);
  border-left: 1px solid var(--gray-200);
  box-shadow: var(--shadow-lg);
}

.drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px 14px;
}

.drawer-phase {
  margin: 0 0 5px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
}

.drawer-header h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
}

.drawer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 22px 16px;
}

.drawer-tag {
  padding: 5px 7px;
  color: var(--gray-700);
  background: var(--gray-100);
  border-radius: 5px;
  font-size: 11px;
  font-weight: 600;
}

.drawer-tabs {
  display: flex;
  padding: 0 22px;
  border-bottom: 1px solid var(--gray-200);
}

.drawer-tabs button {
  position: relative;
  min-height: 42px;
  padding: 8px 11px;
  color: var(--gray-500);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.drawer-tabs button[aria-selected="true"] {
  color: var(--navy-900);
}

.drawer-tabs button[aria-selected="true"]::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: -1px;
  left: 10px;
  height: 3px;
  background: var(--yellow-500);
}

.drawer-body {
  padding: 20px 22px 34px;
}

.detail-section {
  margin-bottom: 22px;
}

.detail-section h3,
.feedback-form legend {
  margin: 0 0 7px;
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.detail-section p,
.detail-section li {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.55;
}

.detail-section ul {
  margin: 0;
  padding-left: 19px;
}

.definition-list {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px 13px;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.definition-list dt {
  color: var(--gray-500);
}

.definition-list dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.llm-profile {
  padding: 14px;
  background: var(--yellow-50);
  border-left: 4px solid var(--yellow-500);
}

.llm-profile.not-applicable {
  background: var(--navy-50);
  border-left-color: var(--navy-500);
}

.llm-profile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.llm-profile-name {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 700;
}

.maturity-label {
  color: var(--gray-700);
  font-size: 10px;
  font-weight: 700;
  text-align: right;
}

.llm-profile p {
  margin: 0;
  color: var(--gray-700);
  font-size: 12px;
  line-height: 1.5;
}

.connection-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: var(--gray-500);
  font-size: 11px;
  font-weight: 600;
}

.feedback-form {
  display: grid;
  gap: 16px;
}

.feedback-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.segmented-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--gray-200);
  border-radius: 7px;
  overflow: hidden;
}

.segmented-control label {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  color: var(--gray-700);
  background: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.segmented-control label + label {
  border-left: 1px solid var(--gray-200);
}

.segmented-control input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segmented-control label:has(input:checked) {
  color: var(--navy-900);
  background: var(--yellow-100);
}

.field-label {
  display: grid;
  gap: 6px;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 600;
}

.field-label input,
.field-label textarea,
.field-label select {
  width: 100%;
  padding: 10px 11px;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 7px;
  font-size: 14px;
}

.field-label textarea {
  min-height: 126px;
  resize: vertical;
  line-height: 1.45;
}

.form-guidance {
  margin: -4px 0 0;
  color: var(--gray-500);
  font-size: 11px;
  line-height: 1.45;
}

.primary-button,
.secondary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 7px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.primary-button {
  color: var(--navy-900);
  background: var(--yellow-500);
  border: 1px solid var(--yellow-500);
}

.primary-button:hover {
  background: var(--yellow-600);
  border-color: var(--yellow-600);
}

.secondary-button {
  color: var(--navy-700);
  background: var(--white);
  border: 1px solid var(--gray-300);
}

.primary-button:disabled,
.secondary-button:disabled {
  opacity: 0.58;
  cursor: default;
}

.feedback-success {
  padding: 16px;
  background: var(--green-100);
  border-left: 4px solid var(--green-600);
}

.feedback-success h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.feedback-success p {
  margin: 0;
  color: var(--gray-700);
  font-size: 13px;
  line-height: 1.5;
}

.inline-error {
  padding: 10px 11px;
  color: #a12c2c;
  background: var(--red-100);
  border-left: 3px solid var(--red-600);
  font-size: 12px;
}

.toast {
  position: fixed;
  z-index: 70;
  right: 20px;
  bottom: 20px;
  max-width: min(380px, calc(100% - 40px));
  padding: 11px 14px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 7px;
  box-shadow: var(--shadow-lg);
  font-size: 13px;
}

.login-page {
  min-height: 100dvh;
  color: var(--navy-900);
  background:
    linear-gradient(90deg, var(--navy-900) 0, var(--navy-900) 38%, var(--gray-100) 38%, var(--gray-100) 100%);
}

.login-layout {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.login-panel {
  width: min(420px, 100%);
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
}

.login-logo {
  width: 128px;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

.login-panel form {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.login-panel form > label {
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 700;
}

.password-field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  background: var(--white);
  border: 1px solid var(--gray-300);
  border-radius: 7px;
}

.password-field svg {
  color: var(--gray-500);
}

.password-field input {
  width: 100%;
  min-height: 46px;
  padding: 0;
  color: var(--navy-900);
  background: transparent;
  border: 0;
  font-size: 16px;
}

.password-field:focus-within {
  border-color: var(--yellow-600);
  box-shadow: 0 0 0 3px rgba(252, 195, 0, 0.22);
}

.password-field input:focus {
  outline: 0;
}

.form-error {
  margin: 0;
  color: #a12c2c;
  font-size: 12px;
  font-weight: 600;
}

.atlas-views {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--gray-200);
  margin-bottom: 20px;
}
.atlas-views button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.atlas-views button[aria-current] { border-bottom-color: var(--yellow-500); color: var(--navy-900); }
.atlas-views svg, .resource-list svg { width: 16px; height: 16px; flex-shrink: 0; }
#review-total { font-variant-numeric: tabular-nums; color: var(--gray-500); }
.readiness-profile { border-left: 3px solid var(--gray-300); padding-left: 14px; }
.resource-list { list-style: none; padding: 0; }
.skill-download { display: inline-flex; align-items: center; gap: 8px; color: var(--navy-800); font-weight: 700; }
.skill-download svg { width: 18px; height: 18px; flex-shrink: 0; }
.resource-list li { padding: 10px 0; border-bottom: 1px solid var(--gray-200); }
.resource-list a { display: flex; gap: 8px; align-items: center; color: var(--navy-800); font-weight: 700; overflow-wrap: anywhere; }
.resource-list span { display: block; font-size: 12px; color: var(--gray-500); margin: 5px 0 0 24px; }
.review-toolbar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.review-toolbar h2 { margin: 0 auto 0 0; font-size: 18px; }
.review-toolbar label { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.review-toolbar select { border: 1px solid var(--gray-300); border-radius: 4px; padding: 8px; background: var(--white); }
#review-view { max-width: 1000px; }
#review-message { font-size: 14px; color: var(--gray-700); }
.review-item { padding: 22px 0; border-bottom: 1px solid var(--gray-300); overflow-wrap: anywhere; }
.review-item-heading { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.review-reference, .review-status { font-size: 12px; color: var(--gray-700); }
.review-status { margin-left: auto; font-weight: 700; }
.process-link { font-size: 15px; font-weight: 700; border: 0; padding: 0; background: transparent; text-align: left; text-decoration: underline; color: var(--navy-800); cursor: pointer; }
.review-description, .review-response p { white-space: pre-wrap; line-height: 1.6; font-size: 14px; }
.review-meta, .review-response span { font-size: 12px; color: var(--gray-700); line-height: 1.5; }
.review-response { margin: 16px 0; padding-left: 14px; border-left: 3px solid var(--yellow-500); }
.review-response strong { font-size: 13px; }
.review-item summary { cursor: pointer; font-weight: 700; font-size: 13px; padding: 10px 0; }
.review-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 8px; }
.review-form .field-label { min-width: 0; margin: 0; }
.review-response-field, .review-form .inline-error { grid-column: 1 / -1; }
.review-form .primary-button { justify-self: start; white-space: nowrap; }
@media (max-width: 500px) {
  .review-form { grid-template-columns: 1fr; }
  .review-toolbar { gap: 8px; }
  .review-toolbar h2 { flex-basis: 100%; }
}

@media (max-width: 1180px) {
  .journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 10px;
  }
}

@media (max-width: 760px) {
  .suite-header {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    padding: 9px 14px 0;
  }

  .suite-brand img {
    width: auto;
    height: 30px;
  }

  .suite-name,
  .suite-divider {
    display: none;
  }

  .suite-sign-out {
    grid-column: 2;
    grid-row: 1;
  }

  .suite-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    min-height: 42px;
  }

  .suite-nav a,
  .suite-nav-disabled {
    padding: 0 11px;
    font-size: 13px;
  }

  .suite-nav a[aria-current="page"]::after {
    right: 11px;
    bottom: 0;
    left: 11px;
  }

  .atlas-page main {
    padding: 20px 14px 42px;
  }

  .atlas-heading {
    display: block;
  }

  .atlas-meta {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .atlas-key {
    display: grid;
  }

  .filter-result {
    margin-left: 0;
  }

  .journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 500px) {
  .atlas-heading h1,
  .login-panel h1 {
    font-size: 22px;
  }

  .journey {
    grid-template-columns: 1fr;
  }

  .phase-header {
    min-height: auto;
  }

  .process-node {
    min-height: 100px;
  }

  .process-node-compact {
    min-height: 44px;
  }

  .process-drawer {
    width: 100%;
    border-left: 0;
  }

  .drawer-header,
  .drawer-body {
    padding-right: 16px;
    padding-left: 16px;
  }

  .drawer-tags,
  .drawer-tabs {
    padding-right: 16px;
    padding-left: 16px;
  }

  .definition-list {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .definition-list dd {
    margin-bottom: 8px;
  }

  .login-page {
    background: var(--navy-900);
  }

  .login-layout {
    align-items: center;
    padding: 16px;
  }

  .login-panel {
    padding: 28px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
