:root {
  --auth-bg: #02060c;
  --auth-bg-soft: #06101a;
  --auth-panel: rgba(5, 12, 21, 0.96);
  --auth-panel-strong: rgba(6, 15, 25, 0.985);
  --auth-line: rgba(70, 117, 173, 0.2);
  --auth-line-strong: rgba(70, 117, 173, 0.42);
  --auth-blue: #2f8cff;
  --auth-blue-soft: rgba(47, 140, 255, 0.18);
  --auth-blue-faint: rgba(47, 140, 255, 0.08);
  --auth-blue-hot: #7cc2ff;
  --auth-red: #ff5a59;
  --auth-red-soft: rgba(255, 90, 89, 0.22);
  --auth-violet: #6d55ff;
  --auth-violet-soft: rgba(109, 85, 255, 0.2);
  --auth-green: #77df95;
  --auth-text: #ebf3ff;
  --auth-text-soft: #c6d3e2;
  --auth-text-muted: #7d8fa4;
  --auth-text-faint: rgba(198, 211, 226, 0.48);
  --auth-sand: #f2ebe4;
  --auth-shadow: 0 22px 52px rgba(0, 0, 0, 0.38);
  --auth-mono: "JetBrains Mono", Consolas, monospace;
  --auth-display: "Bebas Neue", Impact, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body.auth-login-body {
  min-height: 100vh;
  font-family: var(--auth-mono);
  color: var(--auth-text);
  background:
    radial-gradient(circle at 18% 16%, rgba(36, 96, 167, 0.11), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(20, 62, 124, 0.12), transparent 24%),
    linear-gradient(180deg, #030813 0%, #02060d 52%, #01040a 100%);
  overflow-x: hidden;
}

body.auth-login-body::before,
body.auth-login-body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body.auth-login-body::before {
  background:
    linear-gradient(90deg, rgba(72, 118, 167, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(72, 118, 167, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.22;
}

body.auth-login-body::after {
  background:
    radial-gradient(circle at center, rgba(120, 183, 255, 0.08), transparent 64%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.015));
  opacity: 0.4;
}

button,
a {
  font: inherit;
  color: inherit;
}

code {
  font-family: var(--auth-mono);
}

.auth-login-page {
  position: relative;
  width: min(1480px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 34px;
}

.auth-topbar,
.auth-market-stage,
.auth-access-rail,
.auth-card,
.auth-max-dialog-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--auth-line);
  background: linear-gradient(180deg, rgba(9, 18, 30, 0.96), rgba(4, 11, 18, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), var(--auth-shadow);
}

.auth-topbar::before,
.auth-market-stage::before,
.auth-access-rail::before,
.auth-card::before,
.auth-max-dialog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(114, 180, 255, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 20%);
  pointer-events: none;
}

.auth-market-stage::after,
.auth-access-rail::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(53, 90, 132, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(53, 90, 132, 0.06) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 94%);
  pointer-events: none;
}

.auth-topbar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
}

.auth-topbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.auth-topbar-mark,
.auth-topbar-name,
.auth-topbar-meta,
.auth-stage-header,
.auth-stage-kicker,
.auth-stage-feed-head,
.auth-stage-feed-subhead,
.auth-card-badge,
.auth-card-state,
.auth-rail-kicker,
.auth-command-title,
.auth-stage-footer,
.auth-stage-advantages {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.auth-topbar-mark,
.auth-topbar-name {
  color: var(--auth-sand);
  font-size: 15px;
  font-weight: 700;
}

.auth-topbar-divider {
  width: 1px;
  height: 18px;
  background: rgba(146, 180, 220, 0.2);
}

.auth-topbar-meta {
  font-size: 11px;
  color: #68abff;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(360px, 0.92fr);
  gap: 20px;
  padding-top: 20px;
}

.auth-market-stage,
.auth-access-rail {
  min-height: 980px;
}

.auth-market-stage {
  padding: 26px 34px 28px;
}

.auth-market-stage > *,
.auth-access-rail > * {
  position: relative;
  z-index: 1;
}

.auth-stage-header {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5ca8ff;
  font-size: 12px;
}

.auth-stage-header-mark {
  width: 18px;
  height: 2px;
  background: var(--auth-red);
  box-shadow: 0 0 16px rgba(255, 90, 89, 0.3);
}

.auth-stage-scene {
  position: relative;
  min-height: 566px;
  margin-top: 18px;
}

.auth-stage-radar {
  position: absolute;
  left: 6px;
  top: 18px;
  width: min(100%, 610px);
}

.auth-stage-radar-svg {
  display: block;
  width: 100%;
  height: auto;
}

.auth-radar-ring,
.auth-radar-cross,
.auth-radar-eye-shell,
.auth-radar-arc {
  fill: none;
  stroke: rgba(82, 149, 214, 0.62);
  stroke-width: 1.4;
}

.auth-radar-ring-dash {
  stroke-dasharray: 2 8;
  stroke-opacity: 0.6;
}

.auth-radar-ring-soft {
  stroke-opacity: 0.38;
}

.auth-radar-cross {
  stroke: rgba(87, 145, 208, 0.34);
}

.auth-radar-eye-shell {
  stroke: rgba(96, 162, 233, 0.72);
}

.auth-radar-arc {
  stroke: rgba(58, 129, 220, 0.72);
  stroke-linecap: round;
}

.auth-radar-arc-soft {
  stroke-opacity: 0.48;
}

.auth-radar-core {
  fill: #8fd0ff;
}

.auth-radar-core-halo {
  fill: none;
  stroke: rgba(143, 208, 255, 0.55);
  stroke-width: 1.1;
}

.auth-stage-map {
  position: absolute;
  right: 312px;
  top: 12px;
  width: 292px;
  height: 178px;
  background:
    radial-gradient(circle at 12% 32%, rgba(95, 161, 232, 0.12) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 68% 24%, rgba(95, 161, 232, 0.16) 0 1.3px, transparent 1.4px 100%),
    radial-gradient(circle at 52% 56%, rgba(95, 161, 232, 0.1) 0 1px, transparent 1px 100%);
  background-size: 14px 14px, 16px 16px, 12px 12px;
  opacity: 0.64;
  filter: drop-shadow(0 0 24px rgba(57, 126, 215, 0.12));
}

.auth-stage-map::before,
.auth-stage-map::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(81, 129, 186, 0.16);
}

.auth-stage-map::before {
  inset: 0 0 auto auto;
  width: 78px;
  height: 78px;
  border-left: 0;
  border-bottom: 0;
}

.auth-stage-map::after {
  left: 16px;
  bottom: 12px;
  width: 48px;
  height: 24px;
  border-top: 0;
  border-right: 0;
}

.auth-stage-map-dot {
  position: absolute;
  top: 58px;
  right: 110px;
  width: 6px;
  height: 6px;
  background: #66b3ff;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(102, 179, 255, 0.55);
}

.auth-stage-data {
  position: absolute;
  right: 0;
  top: 86px;
  width: 314px;
  display: grid;
  gap: 18px;
}

.auth-stage-card {
  position: relative;
  border: 1px solid rgba(74, 124, 183, 0.2);
  background: rgba(7, 14, 23, 0.9);
  padding: 12px 14px;
}

.auth-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%);
  pointer-events: none;
}

.auth-stage-feed-head,
.auth-stage-feed-subhead {
  display: grid;
  align-items: center;
  gap: 8px;
  color: var(--auth-text-muted);
  font-size: 10px;
}

.auth-stage-feed-head {
  grid-template-columns: 1fr auto;
  margin-bottom: 10px;
}

.auth-stage-feed-subhead {
  grid-template-columns: minmax(0, 1fr) auto auto;
  margin-bottom: 10px;
  color: #9cb0c7;
}

.auth-stage-feed-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(113, 149, 191, 0.45);
  color: #b8c9db;
  font-size: 10px;
}

.auth-stage-feed-subhead span:first-child,
.auth-stage-feed-head span:first-child {
  color: #9cb0c7;
}

.auth-stage-tick-grid {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 42px 42px;
  gap: 8px 10px;
  font-size: 12px;
  align-items: center;
}

.auth-stage-tick-venue {
  color: #5a93ff;
}

.auth-stage-tick-pair {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #edf4ff;
  font-weight: 600;
}

.auth-stage-tick-size,
.auth-stage-tick-move {
  text-align: right;
}

.auth-stage-tick-size-hot {
  color: #ff7a92;
}

.auth-stage-tick-size-cold {
  color: #70dca4;
}

.auth-stage-tick-size-warm {
  color: #ffd175;
}

.auth-stage-tick-move {
  color: #91c9ff;
}

.auth-stage-bot-list {
  display: grid;
  gap: 14px;
}

.auth-stage-bot-item {
  position: relative;
  padding-left: 11px;
}

.auth-stage-bot-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: currentColor;
}

.auth-stage-bot-item-green {
  color: #51db76;
}

.auth-stage-bot-item-red {
  color: #ff6262;
}

.auth-stage-bot-top,
.auth-stage-bot-lines span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.auth-stage-bot-top {
  color: #c6d3e2;
  font-size: 11px;
}

.auth-stage-bot-pair {
  margin-top: 6px;
  color: #edf4ff;
  font-size: 14px;
  font-weight: 600;
}

.auth-stage-bot-age {
  margin-top: 6px;
  color: #f2c04f;
  font-size: 12px;
}

.auth-stage-bot-lines {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  color: #dce6f2;
  font-size: 11px;
}

.auth-stage-twap-list {
  display: grid;
  gap: 6px;
}

.auth-stage-twap-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 0.8fr 0.8fr 0.72fr;
  gap: 8px;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid rgba(71, 122, 181, 0.14);
  color: #a9b6c6;
  font-size: 12px;
}

.auth-stage-twap-row:last-child {
  border-bottom: 0;
}

.auth-stage-twap-row span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auth-stage-twap-row-hot {
  color: #d8e7fb;
}

.auth-stage-twap-row-hot span:first-child {
  color: #dbe8ff;
  font-weight: 600;
}

.auth-stage-twap-row-hot span:nth-child(2) {
  color: #77b6ff;
}

.auth-stage-twap-row-hot span:nth-child(3) {
  color: #7ad9ff;
}

.auth-stage-copy {
  max-width: 620px;
  margin-top: 22px;
}

.auth-stage-kicker {
  font-size: 11px;
  color: #7fbfff;
}

.auth-stage-title {
  margin: 12px 0 0;
  font-family: var(--auth-display);
  font-size: clamp(50px, 5vw, 68px);
  line-height: 0.9;
  letter-spacing: 0.05em;
  color: #f7efe7;
  text-transform: uppercase;
}

.auth-stage-tagline {
  position: relative;
  margin-top: 22px;
  padding-top: 24px;
  color: #5f88ba;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.auth-stage-tagline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: var(--auth-red);
}

.auth-stage-triad {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(71, 114, 164, 0.18);
  color: var(--auth-text-soft);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.auth-stage-triad span:first-child {
  color: #8dbbff;
}

.auth-stage-triad span:last-child {
  color: #f2d7be;
}

.auth-stage-advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
  color: #90add1;
  font-size: 10px;
}

.auth-stage-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 132px;
  color: var(--auth-text-muted);
  font-size: 11px;
}

.auth-stage-status {
  position: relative;
  padding-left: 16px;
}

.auth-stage-status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: currentColor;
}

.auth-stage-status-live {
  color: var(--auth-green);
}

.auth-access-rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px 22px 22px;
}

.auth-rail-kicker {
  font-size: 12px;
  color: #67b1ff;
}

.auth-rail-title {
  margin: 10px 0 0;
  font-family: var(--auth-display);
  font-size: 62px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f6efe7;
}

.auth-rail-subtitle {
  margin: 10px 0 0;
  color: var(--auth-text-soft);
  font-size: 15px;
}

.auth-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 22px;
}

.auth-card-telegram {
  border-color: rgba(55, 135, 221, 0.62);
}

.auth-card-max {
  border-color: rgba(98, 74, 215, 0.62);
}

.auth-card-alert {
  border-color: rgba(255, 77, 77, 0.52);
}

.auth-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.auth-card-brandline {
  display: flex;
  align-items: center;
  gap: 16px;
}

.auth-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 8px 24px rgba(0, 0, 0, 0.28);
}

.auth-card-icon-telegram {
  background: radial-gradient(circle at 32% 28%, #53d1ff 0%, #2794ff 42%, #0d5ebc 100%);
}

.auth-card-icon-max {
  background: linear-gradient(135deg, #1496ff 0%, #5e50ff 52%, #9c43ff 100%);
}

.auth-card-name {
  font-family: var(--auth-display);
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #f6efe7;
}

.auth-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(73, 131, 190, 0.32);
  color: #6caefe;
  font-size: 11px;
}

.auth-card-badge-alt {
  color: #8d7dff;
  border-color: rgba(141, 125, 255, 0.26);
}

.auth-card-state {
  color: #ff7d7d;
  font-size: 11px;
}

.auth-card-title {
  font-family: var(--auth-display);
  font-size: 34px;
  letter-spacing: 0.05em;
  color: #f6efe7;
}

.auth-card-copy,
.auth-max-dialog-copy p {
  margin: 0;
  color: var(--auth-text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.auth-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 20px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 15px;
  cursor: pointer;
  transition: transform 120ms ease, filter 120ms ease, border-color 120ms ease;
}

.auth-action:hover,
.auth-action:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.auth-action[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}

.auth-action-telegram {
  border-color: rgba(75, 152, 235, 0.56);
  background:
    linear-gradient(90deg, rgba(75, 152, 235, 0.18), rgba(33, 93, 190, 0.22)),
    linear-gradient(180deg, #2579eb 0%, #225fd9 100%);
}

.auth-action-max {
  border-color: rgba(116, 92, 255, 0.56);
  background:
    linear-gradient(90deg, rgba(108, 84, 255, 0.16), rgba(137, 88, 255, 0.22)),
    linear-gradient(180deg, #4f42bd 0%, #4c389d 100%);
}

.auth-action-arrow {
  font-size: 24px;
  line-height: 1;
}

.auth-command {
  display: grid;
  gap: 10px;
}

.auth-command-title {
  color: var(--auth-text-soft);
  font-size: 11px;
}

.auth-command-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auth-command-row code {
  flex: 1 1 240px;
  min-height: 38px;
  padding: 10px 12px;
  border: 1px solid rgba(71, 122, 181, 0.22);
  background: rgba(5, 12, 20, 0.84);
  color: #eef5ff;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.auth-inline-button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(73, 131, 190, 0.34);
  background: rgba(9, 18, 28, 0.88);
  color: #8dbbff;
  cursor: pointer;
}

.auth-inline-button:hover,
.auth-inline-button:focus-visible {
  background: rgba(13, 28, 44, 0.96);
}

.auth-status-line {
  min-height: 20px;
  color: var(--auth-text-muted);
  font-size: 12px;
}

.auth-status-line[data-state="success"] {
  color: var(--auth-green);
}

.auth-status-line[data-state="warning"] {
  color: #ffd47c;
}

.auth-status-line[data-state="error"] {
  color: #ff7d7d;
}

.auth-max-dialog {
  width: min(860px, calc(100vw - 32px));
  padding: 0;
  border: 0;
  background: transparent;
}

.auth-max-dialog::backdrop {
  background: rgba(1, 5, 10, 0.86);
  backdrop-filter: blur(6px);
}

.auth-max-dialog-card {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(320px, 0.95fr);
  gap: 0;
}

.auth-max-dialog-media {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: 360px;
  background: rgba(6, 14, 22, 0.9);
}

.auth-max-dialog-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
  transform: scale(1.02);
}

.auth-max-dialog-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 28px;
}

.auth-max-dialog-copy h3 {
  margin: 12px 0 14px;
  font-family: var(--auth-display);
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f6efe7;
}

.auth-max-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(86, 139, 198, 0.34);
  background: rgba(4, 10, 17, 0.9);
  color: #8fbcff;
  cursor: pointer;
}

.auth-topbar,
.auth-market-stage,
.auth-access-rail,
.auth-card,
.auth-inline-button,
.auth-action,
.auth-command-row code,
.auth-max-dialog-card,
.auth-max-dialog-close {
  border-radius: 0;
}

.auth-topbar:focus-within,
.auth-market-stage:focus-within,
.auth-access-rail:focus-within,
.auth-card:focus-within,
.auth-action:focus-visible,
.auth-inline-button:focus-visible,
.auth-max-dialog-close:focus-visible {
  outline: 1px solid rgba(123, 182, 255, 0.72);
  outline-offset: 1px;
}

@media (max-width: 1300px) {
  .auth-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .auth-market-stage,
  .auth-access-rail {
    min-height: auto;
  }

  .auth-stage-map {
    right: 340px;
  }

  .auth-stage-data {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 420px);
    margin: 300px 0 0 auto;
  }

  .auth-stage-copy {
    max-width: 100%;
  }

  .auth-stage-footer {
    margin-top: 84px;
  }
}

@media (max-width: 980px) {
  .auth-login-page {
    width: min(100%, calc(100% - 16px));
    padding-top: 8px;
  }

  .auth-topbar-brand {
    flex-wrap: wrap;
  }

  .auth-market-stage,
  .auth-access-rail {
    padding: 20px 18px;
  }

  .auth-stage-radar {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .auth-stage-map {
    right: 18px;
    top: 18px;
    width: 180px;
    height: 110px;
  }

  .auth-stage-data {
    width: 100%;
    margin-top: 18px;
  }

  .auth-stage-copy {
    margin-top: 20px;
  }

  .auth-stage-title {
    font-size: clamp(52px, 12vw, 74px);
  }

  .auth-stage-tagline {
    font-size: 22px;
  }

  .auth-max-dialog-card {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .auth-layout {
    gap: 14px;
  }

  .auth-stage-map {
    display: none;
  }

  .auth-stage-title {
    font-size: clamp(42px, 11vw, 64px);
  }

  .auth-stage-tagline {
    letter-spacing: 0.16em;
  }

  .auth-stage-feed-head,
  .auth-stage-feed-subhead {
    letter-spacing: 0.14em;
  }

  .auth-stage-tick-grid {
    grid-template-columns: 50px minmax(0, 1fr) 38px 38px;
    gap: 6px 8px;
    font-size: 11px;
  }

  .auth-stage-bot-top,
  .auth-stage-bot-lines span {
    font-size: 10px;
  }

  .auth-stage-bot-pair {
    font-size: 13px;
  }

  .auth-stage-twap-row {
    grid-template-columns: minmax(0, 1.1fr) 0.78fr 0.78fr 0.72fr;
    gap: 6px;
    font-size: 11px;
  }

  .auth-card-topline,
  .auth-command-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .auth-card-brandline {
    width: 100%;
  }

  .auth-card-badge,
  .auth-card-badge-alt {
    align-self: flex-start;
  }

  .auth-action {
    padding: 0 16px;
    font-size: 13px;
  }

  .auth-stage-footer {
    gap: 12px;
  }
}
