/* Split from styles.css (4/4) — load order matters; cascade order preserved. */
.login-page-active .old-pc-login-shell button,
.login-page-active .old-pc-login-shell input {
  font: inherit;
}

.login-page-active .old-pc-login-shell button {
  color: inherit;
}

.login-page-active .old-pc-login-shell .dashboard-area {
  display: grid;
  align-content: start;
  gap: 18px;
  min-width: 0;
}

.login-page-active .old-pc-login-shell .brand-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.login-page-active .old-pc-login-shell .brand-mark,
.login-page-active .old-pc-login-shell .metric-card > span,
.login-page-active .old-pc-login-shell .process-step > span,
.login-page-active .old-pc-login-shell .trust-bar svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--old-green);
}

.login-page-active .old-pc-login-shell .brand-mark {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 101, 80, 0.18);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #0b8369, #075343);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 18px 42px rgba(0, 91, 72, 0.17);
}

.login-page-active .old-pc-login-shell .brand-mark svg {
  width: 32px;
  height: 32px;
  stroke-width: 2.35;
}

.login-page-active .old-pc-login-shell .brand-row h1,
.login-page-active .old-pc-login-shell .brand-row p,
.login-page-active .old-pc-login-shell .metric-card p,
.login-page-active .old-pc-login-shell .chain-board h2,
.login-page-active .old-pc-login-shell .chart-card h3,
.login-page-active .old-pc-login-shell .login-heading h2,
.login-page-active .old-pc-login-shell .login-heading p {
  margin: 0;
}

.login-page-active .old-pc-login-shell .brand-row h1 {
  color: var(--old-ink);
  font-size: 32px;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
}

.login-page-active .old-pc-login-shell .brand-row p {
  margin-top: 7px;
  color: #38535e;
  font-size: 16px;
  font-weight: 700;
}

.login-page-active .old-pc-login-shell .metric-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.login-page-active .old-pc-login-shell .metric-card,
.login-page-active .old-pc-login-shell .chain-board,
.login-page-active .old-pc-login-shell .chart-card,
.login-page-active .old-pc-login-shell .trust-bar article,
.login-page-active .old-pc-login-shell .login-card {
  border: 1px solid var(--old-line);
  border-radius: 8px;
  background: var(--old-card);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 22px 62px rgba(28, 58, 66, 0.07);
  backdrop-filter: blur(20px) saturate(1.08);
}

.login-page-active .old-pc-login-shell .metric-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 132px;
  padding: 20px 12px;
}

.login-page-active .old-pc-login-shell .metric-card > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--old-green-soft);
  box-shadow: 0 14px 30px rgba(0, 96, 76, 0.11);
}

.login-page-active .old-pc-login-shell .metric-card svg {
  width: 24px;
  height: 24px;
}

.login-page-active .old-pc-login-shell .metric-card p {
  color: #5b6e78;
  font-size: 14px;
  font-weight: 750;
}

.login-page-active .old-pc-login-shell .metric-card b {
  display: block;
  margin-top: 7px;
  color: var(--old-ink);
  font-size: 27px;
  font-weight: 870;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.login-page-active .old-pc-login-shell .metric-card em {
  display: block;
  margin-top: 9px;
  color: var(--old-green);
  font-size: 13px;
  font-style: normal;
  font-weight: 760;
}

.login-page-active .old-pc-login-shell .chain-board {
  min-height: 548px;
  padding: 26px 24px 20px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.76) 0 58%, rgba(244, 250, 251, 0.62) 100%),
    linear-gradient(145deg, transparent 0 58%, rgba(85, 156, 180, 0.1) 59% 60%, transparent 61% 100%);
}

.login-page-active .old-pc-login-shell .board-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.login-page-active .old-pc-login-shell .board-heading h2 {
  color: var(--old-ink);
  font-size: 21px;
  font-weight: 880;
  letter-spacing: 0;
}

.login-page-active .old-pc-login-shell .filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(96, 119, 129, 0.2);
  border-radius: 6px;
  color: #667985;
  background: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 720;
}

.login-page-active .old-pc-login-shell .filter-pill svg {
  width: 15px;
  height: 15px;
}

.login-page-active .old-pc-login-shell .process-flow {
  display: grid;
  grid-template-columns: 1fr 54px 1fr 54px 1fr 54px 1fr 54px 1fr;
  align-items: start;
  gap: 8px;
  padding: 18px 4px 20px;
}

.login-page-active .old-pc-login-shell .process-step {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.login-page-active .old-pc-login-shell .process-step > span {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(38, 78, 88, 0.1);
}

.login-page-active .old-pc-login-shell .process-step svg {
  width: 31px;
  height: 31px;
}

.login-page-active .old-pc-login-shell .process-step b {
  color: #203942;
  font-size: 17px;
  font-weight: 860;
}

.login-page-active .old-pc-login-shell .process-step p {
  margin: 0;
  color: #586b75;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.55;
}

.login-page-active .old-pc-login-shell .process-arrow {
  position: relative;
  display: block;
  height: 1px;
  margin-top: 32px;
  border-top: 2px dashed rgba(31, 118, 126, 0.48);
}

.login-page-active .old-pc-login-shell .process-arrow::after {
  position: absolute;
  top: -5px;
  right: -1px;
  width: 9px;
  height: 9px;
  border-top: 2px solid rgba(31, 118, 126, 0.56);
  border-right: 2px solid rgba(31, 118, 126, 0.56);
  transform: rotate(45deg);
  content: "";
}

.login-page-active .old-pc-login-shell .analytics-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 14px;
}

.login-page-active .old-pc-login-shell .chart-card {
  min-height: 250px;
  padding: 18px 18px 14px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 36px rgba(31, 71, 80, 0.05);
}

.login-page-active .old-pc-login-shell .chart-card h3 {
  color: #203942;
  font-size: 16px;
  font-weight: 850;
}

.login-page-active .old-pc-login-shell .trend-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.login-page-active .old-pc-login-shell .chart-legend {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #586f7a;
  font-size: 12px;
  font-weight: 680;
}

.login-page-active .old-pc-login-shell .chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.login-page-active .old-pc-login-shell .chart-legend i,
.login-page-active .old-pc-login-shell .inventory-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--old-blue);
}

.login-page-active .old-pc-login-shell .chart-legend span:nth-child(2) i {
  background: #42b79b;
}

.login-page-active .old-pc-login-shell .trend-chart {
  margin-top: 8px;
}

.login-page-active .old-pc-login-shell .trend-chart svg {
  display: block;
  width: 100%;
  height: 196px;
}

.login-page-active .old-pc-login-shell .grid-lines path {
  fill: none;
  stroke: rgba(73, 101, 112, 0.12);
  stroke-width: 1;
}

.login-page-active .old-pc-login-shell .axis-labels text,
.login-page-active .old-pc-login-shell .date-labels text {
  fill: #748791;
  font-size: 12px;
  font-weight: 650;
}

.login-page-active .old-pc-login-shell .line-blue,
.login-page-active .old-pc-login-shell .line-green {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}

.login-page-active .old-pc-login-shell .line-blue {
  stroke: var(--old-blue);
}

.login-page-active .old-pc-login-shell .line-green {
  stroke: #45b69a;
}

.login-page-active .old-pc-login-shell .line-points circle {
  fill: #fff;
  stroke-width: 3;
}

.login-page-active .old-pc-login-shell .line-points.blue circle {
  stroke: var(--old-blue);
}

.login-page-active .old-pc-login-shell .line-points.green circle {
  stroke: #45b69a;
}

.login-page-active .old-pc-login-shell .inventory-content {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 24px;
  min-height: 198px;
}

.login-page-active .old-pc-login-shell .donut {
  position: relative;
  display: grid;
  place-items: center;
  width: 166px;
  height: 166px;
  margin: 10px auto 0;
  border-radius: 50%;
  background: conic-gradient(#42b79b 0 33%, #6ba4ed 33% 58%, #78a6e6 58% 74%, var(--old-gold) 74% 90%, #94a1aa 90% 100%);
  box-shadow: 0 18px 38px rgba(31, 77, 83, 0.09);
}

.login-page-active .old-pc-login-shell .donut::before {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  content: "";
}

.login-page-active .old-pc-login-shell .donut div {
  position: absolute;
  text-align: center;
}

.login-page-active .old-pc-login-shell .donut span {
  display: block;
  color: #6a7c85;
  font-size: 13px;
  font-weight: 720;
}

.login-page-active .old-pc-login-shell .donut b {
  display: block;
  margin-top: 7px;
  color: var(--old-ink);
  font-size: 27px;
  font-weight: 870;
}

.login-page-active .old-pc-login-shell .inventory-legend {
  display: grid;
  gap: 13px;
}

.login-page-active .old-pc-login-shell .inventory-legend p {
  display: grid;
  grid-template-columns: 10px 68px 1fr;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: #5b6e78;
  font-size: 14px;
  font-weight: 720;
}

.login-page-active .old-pc-login-shell .inventory-legend p:nth-child(1) i { background: #42b79b; }
.login-page-active .old-pc-login-shell .inventory-legend p:nth-child(2) i { background: #6ba4ed; }
.login-page-active .old-pc-login-shell .inventory-legend p:nth-child(3) i { background: #78a6e6; }
.login-page-active .old-pc-login-shell .inventory-legend p:nth-child(4) i { background: var(--old-gold); }
.login-page-active .old-pc-login-shell .inventory-legend p:nth-child(5) i { background: #94a1aa; }

.login-page-active .old-pc-login-shell .inventory-legend b {
  color: #536873;
  font-weight: 720;
}

.login-page-active .old-pc-login-shell .trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.login-page-active .old-pc-login-shell .trust-bar article {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 22px 24px;
}

.login-page-active .old-pc-login-shell .trust-bar svg {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  stroke-width: 1.7;
}

.login-page-active .old-pc-login-shell .trust-bar b {
  color: var(--old-ink);
  font-size: 16px;
  font-weight: 860;
}

.login-page-active .old-pc-login-shell .trust-bar span {
  margin-top: 6px;
  color: #60717a;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.45;
}

.login-page-active .old-pc-login-shell .access-area {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
}

.login-page-active .old-pc-login-shell .access-area::before {
  position: absolute;
  inset: 8% -18% 4% -30%;
  z-index: -1;
  background:
    radial-gradient(ellipse at 58% 28%, rgba(80, 199, 211, 0.18), transparent 20%),
    linear-gradient(130deg, transparent 0 48%, rgba(101, 183, 205, 0.16) 49% 50%, transparent 51%),
    linear-gradient(27deg, transparent 0 42%, rgba(101, 183, 205, 0.12) 43% 44%, transparent 45%),
    linear-gradient(90deg, rgba(107, 174, 195, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(107, 174, 195, 0.12) 1px, transparent 1px);
  background-size: auto, auto, auto, 48px 48px, 48px 48px;
  opacity: 0.55;
  content: "";
}

.login-page-active .old-pc-login-shell .login-card {
  display: block;
  gap: normal;
  justify-self: auto;
  width: 100%;
  min-height: 820px;
  padding: 70px 78px 48px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 34px 92px rgba(30, 58, 68, 0.1);
}

.login-page-active .old-pc-login-shell .security-visual {
  position: relative;
  display: grid;
  place-items: center;
  height: 210px;
}

.login-page-active .old-pc-login-shell .security-ring {
  position: absolute;
  border: 1px solid rgba(72, 196, 204, 0.34);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.login-page-active .old-pc-login-shell .ring-one {
  width: 438px;
  height: 116px;
}

.login-page-active .old-pc-login-shell .ring-two {
  width: 344px;
  height: 88px;
  border-color: rgba(72, 196, 204, 0.44);
}

.login-page-active .old-pc-login-shell .security-shield {
  position: relative;
  display: grid;
  place-items: center;
  width: 106px;
  height: 124px;
  color: #19a58d;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(221, 236, 241, 0.64));
  clip-path: polygon(50% 0, 90% 15%, 90% 58%, 50% 100%, 10% 58%, 10% 15%);
  filter: drop-shadow(0 18px 28px rgba(56, 102, 113, 0.13));
}

.login-page-active .old-pc-login-shell .security-shield::before {
  position: absolute;
  inset: 10px 14px 13px;
  border: 1px solid rgba(91, 126, 138, 0.12);
  clip-path: polygon(50% 0, 90% 15%, 90% 58%, 50% 100%, 10% 58%, 10% 15%);
  content: "";
}

.login-page-active .old-pc-login-shell .security-shield svg {
  width: 64px;
  height: 64px;
  stroke-width: 3.6;
}

.login-page-active .old-pc-login-shell .login-heading {
  margin-top: 12px;
  margin-bottom: 40px;
  text-align: center;
}

.login-page-active .old-pc-login-shell .login-heading h2 {
  color: var(--old-ink);
  font-size: 42px;
  font-weight: 920;
  line-height: 1.12;
  letter-spacing: 0;
}

.login-page-active .old-pc-login-shell .login-heading p {
  margin-top: 14px;
  color: #798a93;
  font-size: 18px;
  font-weight: 680;
}

.login-page-active .old-pc-login-shell .login-heading .login-error-text {
  color: var(--old-red);
}

.login-page-active .old-pc-login-shell form {
  display: grid;
  gap: 22px;
}

.login-page-active .old-pc-login-shell .field {
  display: grid;
  gap: 10px;
}

.login-page-active .old-pc-login-shell .field > span {
  color: #203942;
  font-size: 15px;
  font-weight: 850;
}

.login-page-active .old-pc-login-shell .input-frame {
  position: relative;
  display: flex;
  align-items: center;
}

.login-page-active .old-pc-login-shell .field input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px 0 50px;
  border: 1px solid rgba(142, 160, 168, 0.56);
  border-radius: 6px;
  color: var(--old-ink);
  background: rgba(255, 255, 255, 0.7);
  outline: 0;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.login-page-active .old-pc-login-shell .has-toggle input {
  padding-right: 52px;
}

.login-page-active .old-pc-login-shell .input-frame > svg,
.login-page-active .old-pc-login-shell .password-toggle {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: #7a8b94;
  transform: translateY(-50%);
}

.login-page-active .old-pc-login-shell .input-frame > svg {
  left: 17px;
  width: 19px;
  height: 19px;
  pointer-events: none;
}

.login-page-active .old-pc-login-shell .password-toggle {
  right: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  transition: color 0.16s ease, background 0.16s ease;
}

.login-page-active .old-pc-login-shell .password-toggle:hover {
  color: var(--old-green);
  background: rgba(0, 122, 97, 0.07);
}

.login-page-active .old-pc-login-shell .password-toggle svg {
  width: 19px;
  height: 19px;
}

.login-page-active .old-pc-login-shell .field input::placeholder {
  color: #95a3aa;
}

.login-page-active .old-pc-login-shell .input-frame:focus-within > svg {
  color: var(--old-green);
}

.login-page-active .old-pc-login-shell .input-frame:focus-within input {
  border-color: var(--old-green);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px rgba(0, 122, 97, 0.09);
}

.login-page-active .old-pc-login-shell .login-submit {
  min-height: 62px;
  margin-top: 8px;
  border: 1px solid var(--old-green-dark);
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(180deg, #0b846b, #00634f);
  box-shadow: 0 16px 32px rgba(0, 107, 85, 0.22);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.login-page-active .old-pc-login-shell .login-submit:hover:not(:disabled) {
  border-color: var(--old-green-dark);
  background: var(--old-green-dark);
  box-shadow: 0 20px 38px rgba(0, 107, 85, 0.26);
  transform: translateY(-1px);
}

.login-page-active .old-pc-login-shell .login-submit:disabled {
  cursor: default;
  opacity: 0.68;
  transform: none;
}

.login-page-active .old-pc-login-shell .login-footnote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  color: #54666e;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.6;
}

.login-page-active .old-pc-login-shell .login-footnote p {
  margin: 0;
}

.login-page-active .old-pc-login-shell .login-footnote svg {
  width: 18px;
  height: 18px;
  color: var(--old-green);
}

@media (max-width: 1680px) {
  .login-page-active .login-screen {
    overflow: auto;
    overflow-x: hidden;
  }

  .login-page-active .old-pc-login-shell {
    grid-template-columns: minmax(780px, 1fr) 520px;
    gap: 44px;
    padding: 44px 48px;
  }

  .login-page-active .old-pc-login-shell .metric-card {
    min-height: 116px;
    padding: 16px 14px;
  }

  .login-page-active .old-pc-login-shell .metric-card b {
    font-size: 24px;
  }

  .login-page-active .old-pc-login-shell .chain-board {
    min-height: 520px;
  }

  .login-page-active .old-pc-login-shell .login-card {
    min-height: 760px;
    padding: 56px 60px 44px;
  }
}

@media (max-width: 1180px) {
  .setup-wizard-row {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .setup-wizard-row em,
  .setup-wizard-row .row-actions {
    grid-column: 2;
    text-align: left;
  }

  .login-page-active .old-pc-login-shell {
    display: flex;
    flex-direction: column-reverse;
    min-height: 100vh;
    padding: 22px;
    gap: 22px;
  }

  .login-page-active .old-pc-login-shell .dashboard-area,
  .login-page-active .old-pc-login-shell .access-area {
    width: 100%;
  }

  .login-page-active .old-pc-login-shell .login-card {
    min-height: auto;
  }

  .login-page-active .old-pc-login-shell .metric-row,
  .login-page-active .old-pc-login-shell .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .login-page-active .old-pc-login-shell .process-flow {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .login-page-active .old-pc-login-shell .process-arrow {
    display: none;
  }

  .login-page-active .old-pc-login-shell .analytics-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .login-page-active .old-pc-login-shell {
    padding: 14px;
  }

  .login-page-active .old-pc-login-shell .brand-row {
    align-items: flex-start;
  }

  .login-page-active .old-pc-login-shell .metric-row,
  .login-page-active .old-pc-login-shell .trust-bar,
  .login-page-active .old-pc-login-shell .inventory-content {
    grid-template-columns: 1fr;
  }

  .login-page-active .old-pc-login-shell .chain-board,
  .login-page-active .old-pc-login-shell .chart-card,
  .login-page-active .old-pc-login-shell .login-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .login-page-active .old-pc-login-shell .login-heading h2 {
    font-size: 34px;
  }

  .login-page-active .old-pc-login-shell .security-visual {
    height: 150px;
  }

  .login-page-active .old-pc-login-shell .ring-one {
    width: 260px;
  }

  .login-page-active .old-pc-login-shell .ring-two {
    width: 210px;
  }
}

body.password-change-required {
  background: #f3f8f7;
}

.password-change-required .app-shell,
.password-change-required .main-shell {
  display: block;
  min-height: 100vh;
  height: 100vh;
}

.password-change-required .sidebar,
.password-change-required .topbar,
.password-change-required .workspace-tabs {
  display: none;
}

.password-change-required .content {
  display: grid;
  min-height: 100vh;
  padding: 0;
  overflow: auto;
}

.password-change-screen {
  display: grid;
  min-height: 100vh;
  padding: 32px;
  place-items: center;
  background:
    radial-gradient(circle at 18% 12%, rgba(11, 122, 97, 0.14), transparent 30%),
    radial-gradient(circle at 84% 84%, rgba(76, 137, 196, 0.16), transparent 34%),
    linear-gradient(135deg, #f8fbfa, #edf5f4);
}

.password-change-card {
  width: min(100%, 560px);
  padding: 34px;
  border: 1px solid rgba(15, 79, 67, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 70px rgba(24, 64, 61, 0.14);
}

.password-change-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #fff;
  background: #087a61;
  place-items: center;
}

.password-change-icon svg {
  width: 28px;
  height: 28px;
}

.password-change-heading {
  margin-bottom: 24px;
}

.password-change-heading p {
  margin: 0 0 6px;
  color: #087a61;
  font-weight: 700;
}

.password-change-heading h1 {
  margin: 0 0 10px;
  color: #173b35;
  font-size: 28px;
}

.password-change-heading span {
  display: block;
  color: #60736f;
  line-height: 1.7;
}

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

.password-change-form .api-error-banner {
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}

.password-policy-failures {
  margin: 8px 0 0;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.7;
}

.password-change-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 640px) {
  .password-change-screen {
    padding: 16px;
  }

  .password-change-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .password-change-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
}
