.panel-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 10%, rgba(62, 242, 162, 0.18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(155, 135, 255, 0.16), transparent 34%),
    linear-gradient(315deg, rgba(96, 165, 250, 0.1), transparent 42%),
    #05070b;
}

.auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.auth-card {
  width: min(560px, 100%);
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(62, 242, 162, 0.10), transparent 60%),
    linear-gradient(145deg, rgba(62, 242, 162, 0.05), rgba(96, 165, 250, 0.04)),
    rgba(8, 13, 20, 0.92);
  padding: clamp(24px, 5vw, 42px);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.auth-brand {
  margin-bottom: 36px;
}

.auth-card h1 {
  font-size: clamp(42px, 8vw, 78px);
}

.auth-card p {
  color: var(--muted);
  line-height: 1.55;
}

.client-shell {
  align-items: start;
}

.client-portal-card {
  width: min(980px, 100%);
}

.client-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.portal-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.portal-form h2 {
  margin: 0;
  color: #fff;
}

.portal-form p {
  margin: 0;
  color: #d8e2ee;
}

.portal-form input,
.portal-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 7, 11, 0.72);
  color: #fff;
  padding: 12px;
  font: inherit;
}

.portal-form textarea {
  min-height: 110px;
  resize: vertical;
}

.markup-tool {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 7, 11, 0.72);
  overflow: hidden;
}

.edit-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.edit-categories legend {
  width: 100%;
  color: var(--green);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.edit-categories label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.edit-categories input {
  width: auto;
  min-height: auto;
  padding: 0;
}

.markup-tool iframe,
.markup-tool canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.markup-tool canvas {
  z-index: 2;
  cursor: crosshair;
  touch-action: none;
}

.markup-actions {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 10px;
}

.markup-actions .button {
  min-height: 38px;
}

.auth-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.auth-form input {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  padding: 0 16px;
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.auth-form input::placeholder {
  color: rgba(154, 168, 184, 0.55);
}

.auth-form input:focus {
  outline: none;
  border-color: var(--green);
  background: rgba(62, 242, 162, 0.06);
  box-shadow: 0 0 0 3px rgba(62, 242, 162, 0.18);
}

.form-msg {
  min-height: 22px;
  color: var(--red);
  font-size: 14px;
}

.small-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.small-link::before {
  content: "↗";
  margin-right: 7px;
}

.form-msg.ok {
  color: var(--green);
}

.dash-shell {
  padding: 130px clamp(20px, 6vw, 72px) 72px;
}

.command-center {
  position: relative;
}

.command-center::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 86%);
}

.command-hero {
  position: relative;
  overflow: hidden;
  border-color: rgba(143, 255, 224, 0.22);
}

.command-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255, 255, 255, 0.095) 45%, transparent 54% 100%);
  animation: adminSweep 8s ease-in-out infinite;
}

.command-hero > * {
  position: relative;
  z-index: 1;
}

.dash-hero h1 {
  font-size: clamp(46px, 8vw, 104px);
}

.dash-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.provider-rack,
.watchdog-panel,
.agent-rack {
  border-block: 1px solid rgba(255, 255, 255, 0.09);
  mask-image: linear-gradient(90deg, #000 0 92%, transparent);
}

.provider-card,
.watchdog-card,
.agent-card,
.goal-card,
.ops-card,
.lead-card,
.small-card {
  border-radius: 0;
  background:
    radial-gradient(circle at 16% 0%, color-mix(in srgb, var(--lane, #3ef2a2) 16%, transparent), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.032)),
    rgba(6, 12, 20, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 28px 84px rgba(0, 0, 0, 0.34);
}

.goal-panel {
  margin: 18px 0 6px;
}

.watchdog-panel {
  margin-top: 18px;
}

.watchdog-card {
  --lane: #f6c453;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}

.watchdog-card.hot {
  --lane: #3ef2a2;
}

.watchdog-card.kick {
  --lane: #ff5c7a;
}

.flame-core {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--lane) 42%, transparent);
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--lane) 32%, transparent), transparent 48%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 34px color-mix(in srgb, var(--lane) 24%, transparent);
}

.flame-core span {
  width: 28px;
  height: 42px;
  display: block;
  border-radius: 50% 50% 46% 46%;
  background:
    radial-gradient(circle at 50% 72%, #fff 0 18%, transparent 20%),
    linear-gradient(180deg, #fff, var(--lane) 62%, #60a5fa);
  filter: drop-shadow(0 0 18px var(--lane));
  transform-origin: 50% 80%;
  animation: flameWatch 1.1s ease-in-out infinite alternate;
}

.watchdog-card span,
.watchdog-card dt {
  color: var(--lane);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.watchdog-card strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.9;
}

.watchdog-card p,
.watchdog-card dd {
  color: #d8e2ee;
}

.watchdog-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.watchdog-card dd {
  margin: 4px 0 0;
  color: #fff;
  font-weight: 800;
}

.watchdog-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.watchdog-actions code {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cfe7ff;
  background: rgba(255, 255, 255, 0.035);
  white-space: normal;
}

@keyframes flameWatch {
  from {
    transform: scaleY(0.92) rotate(-2deg);
    opacity: 0.82;
  }
  to {
    transform: scaleY(1.08) rotate(2deg);
    opacity: 1;
  }
}

.goal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 280px);
  gap: 18px;
  align-items: end;
  padding: 20px;
  border: 1px solid rgba(62, 242, 162, 0.2);
}

.goal-card span,
.goal-form label {
  color: var(--green);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.goal-card strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.9;
}

.goal-card p {
  margin: 10px 0 0;
  color: #d8e2ee;
}

.goal-form {
  display: grid;
  gap: 10px;
}

.goal-form label {
  display: grid;
  gap: 8px;
}

.goal-form input,
.goal-form button {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(5, 7, 11, 0.72);
  color: #fff;
  padding: 0 12px;
  font: inherit;
  font-weight: 900;
}

.goal-form button {
  background: linear-gradient(135deg, #fff, var(--green));
  color: #04110c;
  cursor: pointer;
}

.goal-meter {
  grid-column: 1 / -1;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.goal-meter span {
  display: block;
  width: var(--goal, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--blue));
  box-shadow: 0 0 22px rgba(62, 242, 162, 0.34);
}

.provider-card {
  min-height: 260px;
}

.agent-rack {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-block: 14px;
}

.rack-head {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: end;
  gap: 14px;
}

.rack-head span {
  color: var(--green);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rack-head strong {
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.9;
}

.rack-head p {
  margin: 0;
  color: #d8e2ee;
  line-height: 1.45;
}

.agent-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.agent-card {
  min-height: 250px;
  padding: 18px;
  --lane: #60a5fa;
}

.agent-card.working,
.agent-card.ready {
  --lane: #3ef2a2;
}

.agent-card.paused-cap {
  --lane: #f6c453;
}

.agent-card.error {
  --lane: #ff5c7a;
}

.agent-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.agent-topline span,
.agent-card dt {
  color: var(--lane);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.agent-topline b {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.agent-card strong {
  display: block;
  margin-top: 28px;
  color: #fff;
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 0.95;
}

.agent-card p,
.agent-card small {
  color: #d8e2ee;
  line-height: 1.45;
}

.agent-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 18px 0;
}

.agent-card dd {
  margin: 4px 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.provider-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.provider-topline b {
  color: var(--yellow);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
}

.provider-card.on .provider-topline b {
  color: var(--green);
}

.spend-meter {
  display: grid;
  gap: 8px;
  margin: 16px 0 12px;
}

.spend-meter > div {
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.spend-meter span {
  display: block;
  width: var(--spend, 0%);
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--blue), var(--yellow));
  box-shadow: 0 0 22px rgba(62, 242, 162, 0.34);
}

.spend-meter p,
.provider-note,
.provider-model {
  margin: 0;
  color: #d8e2ee;
  font-size: 13px;
  line-height: 1.45;
}

.provider-model {
  margin-top: 8px;
  color: #fff;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-weight: 900;
}

.model-stack {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.model-pill {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(5, 7, 11, 0.62);
}

.model-pill.preferred {
  border-color: rgba(62, 242, 162, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 0 24px rgba(62, 242, 162, 0.12);
}

.model-pill.missing {
  border-color: rgba(246, 196, 83, 0.24);
  opacity: 0.82;
}

.model-pill.available {
  border-color: rgba(62, 242, 162, 0.52);
}

.model-pill span,
.model-pill small {
  color: #9eb0c5;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-pill strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.cap-control {
  display: grid;
  gap: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cap-control input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(5, 7, 11, 0.72);
  color: #fff;
  padding: 0 11px;
  font: inherit;
}

.provider-card strong,
.ops-head strong {
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.92;
}

.dash-tabs {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 20px 70px rgba(0, 0, 0, 0.34);
}

.dash-tabs a {
  min-width: 104px;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(62, 242, 162, 0.055)),
    rgba(255, 255, 255, 0.055);
}

.quick-exit {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 80;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  pointer-events: none;
}

.quick-exit a,
.quick-exit button {
  pointer-events: auto;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(5, 7, 11, 0.86);
  color: #fff;
  font: inherit;
  font-size: 12.5px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.34);
}

.quick-exit a {
  color: #04110c;
  background: linear-gradient(135deg, #fff, var(--green));
}

@media (max-width: 620px) {
  .quick-exit {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: auto;
    justify-content: center;
    padding: 8px;
    border-radius: 16px;
    background: rgba(5, 7, 11, 0.72);
    backdrop-filter: blur(14px);
  }

  .quick-exit a,
  .quick-exit button {
    flex: 1 1 0;
    padding: 0 8px;
    text-align: center;
  }
}

.view-mode-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid rgba(62, 242, 162, 0.26);
  border-radius: 14px;
  background: rgba(5, 7, 11, 0.48);
}

.view-mode-bar strong,
.view-mode-bar span {
  display: block;
}

.view-mode-bar strong {
  color: #fff;
  font-size: 15px;
}

.view-mode-bar span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.35;
}

.view-mode-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.view-mode-actions button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.view-mode-actions button.is-active {
  color: #04110c;
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, #fff, var(--green));
}

body:not(.show-ai-controls) .dash-collapse {
  display: none;
}

.dash-collapse {
  margin: 14px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(5, 7, 11, 0.42);
}

.plain-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px 16px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.plain-toggle::-webkit-details-marker {
  display: none;
}

.plain-toggle strong,
.plain-toggle small {
  display: block;
}

.plain-toggle strong {
  color: #fff;
  font-size: 15px;
}

.plain-toggle small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.35;
}

.plain-toggle b {
  flex: 0 0 auto;
  min-width: 116px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(62, 242, 162, 0.48);
  background: linear-gradient(135deg, rgba(143, 255, 224, 0.18), rgba(62, 242, 162, 0.08));
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.dash-collapse[open] .plain-toggle b {
  font-size: 0;
  color: #04110c;
  background: linear-gradient(135deg, #fff, var(--green));
}

.dash-collapse[open] .plain-toggle b::after {
  content: "Close panel";
  font-size: 13px;
}

@media (max-width: 620px) {
  .view-mode-bar,
  .plain-toggle {
    align-items: stretch;
    flex-direction: column;
  }

  .view-mode-actions,
  .plain-toggle b {
    width: 100%;
  }

  .view-mode-actions button {
    flex: 1 1 140px;
  }
}

.ops-grid {
  align-items: start;
}

.ops-card {
  min-height: 142px;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.ops-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 34px 96px rgba(0, 0, 0, 0.42);
}

.ops-card.is-collapsed {
  min-height: 0;
}

.ops-head {
  min-height: 82px;
}

.lane-toggle,
.card-actions button,
.provider-actions button,
.small-card button,
.contact-row a {
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 12px 34px rgba(0, 0, 0, 0.24);
}

.card-actions button:first-child,
.small-card button:last-child {
  color: #04110c;
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, #fff, #8fffe0 60%, #60a5fa);
}

.lane-history {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lane-history > span {
  color: var(--green);
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.lane-history .small-card {
  opacity: 0.72;
}

.empty-state {
  min-height: 98px;
  display: grid;
  place-items: center start;
  color: #e8f4ff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(62, 242, 162, 0.04)),
    rgba(255, 255, 255, 0.035);
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.dash-card {
  min-height: 300px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 13, 20, 0.82);
  padding: 24px;
}

.dash-card h2 {
  margin: 70px 0 12px;
  font-size: 28px;
}

.dash-card p {
  color: var(--muted);
  line-height: 1.55;
}

.dash-card .button {
  margin-top: 18px;
}

.status {
  display: inline-block;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 22px currentColor;
}

.nav-button {
  color: var(--ink);
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 100, 124, 0.08)),
    rgba(255, 255, 255, 0.055);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.24);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.nav-button:hover {
  color: var(--red);
  border-color: rgba(255, 100, 124, 0.35);
  transform: translateY(-1px);
}

@keyframes adminSweep {
  0%,
  68%,
  100% {
    transform: translateX(-120%);
    opacity: 0;
  }
  78% {
    opacity: 1;
  }
  92% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@media (max-width: 860px) {
  .dash-shell {
    padding-top: 56px;
  }

  .command-center {
    width: min(100% - 24px, 720px);
  }

  .provider-rack {
    margin-inline: -12px;
    padding-left: 12px;
  }

  .provider-card {
    flex-basis: 86vw;
  }

  .rack-head {
    grid-template-columns: auto auto;
  }

  .rack-head p {
    grid-column: 1 / -1;
  }

  .agent-track {
    grid-template-columns: 1fr;
  }

  .goal-card {
    grid-template-columns: 1fr;
  }

  .watchdog-card {
    grid-template-columns: 1fr;
  }

  .watchdog-card dl {
    grid-template-columns: 1fr;
  }

  .ops-head {
    min-height: 74px;
  }

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

  .auth-shell {
    padding: 92px 14px 24px;
    place-items: start stretch;
  }

  .auth-card {
    padding: 24px;
    border-color: rgba(62, 242, 162, 0.22);
  }

  .auth-brand {
    margin-bottom: 30px;
  }

  .auth-card h1 {
    font-size: clamp(48px, 16vw, 72px);
  }
}
