/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./components/auth/auth.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
:root {
  --font-sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --font-mono:
    "JetBrains Mono", SFMono-Regular, Menlo, Monaco, Consolas, monospace;

  --app-bg: 224 43% 3%;
  --app-bg-subtle: 222 35% 5%;
  --app-bg-elevated: 222 31% 7%;
  --surface: 222 28% 7%;
  --surface-raised: 221 25% 9%;
  --surface-card: 220 24% 10%;
  --surface-hover: 220 23% 13%;
  --surface-field: 224 33% 5%;
  --line: 219 22% 20%;
  --line-soft: 219 18% 17%;
  --line-strong: 218 22% 29%;
  --copy: 218 34% 96%;
  --copy-soft: 219 18% 79%;
  --copy-muted: 219 12% 61%;
  --copy-faint: 220 10% 47%;
  --copy-inverse: 224 43% 3%;
  --brand: 233 100% 68%;
  --brand-hover: 238 100% 72%;
  --brand-active: 229 91% 61%;
  --brand-soft: 241 79% 64%;
  --brand-faint: 232 72% 18%;
  --state-success: 158 50% 55%;
  --state-warning: 43 92% 62%;
  --state-danger: 3 76% 68%;
  --state-info: 211 95% 70%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
  background: hsl(var(--app-bg));
  color: hsl(var(--copy));
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh !important;
  /* overflow-y: hidden; */
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-sans);
  color: hsl(var(--copy));
  background:
    radial-gradient(
      circle at 8% -8%,
      hsl(var(--brand) / 0.16),
      transparent 31rem
    ),
    radial-gradient(
      circle at 92% -12%,
      hsl(var(--brand-soft) / 0.09),
      transparent 35rem
    ),
    linear-gradient(135deg, hsl(var(--app-bg)), hsl(var(--app-bg-subtle)));
}

button,
input {
  font: inherit;
}
button {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}

.auth-page {
  position: relative;
  isolation: isolate;
  max-height: 100vh !important;
  display: grid;
  place-items: center;
  padding: 24px;
}

.auth-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.17;
  pointer-events: none;
  background-image:
    linear-gradient(hsl(var(--line-soft) / 0.33) 1px, transparent 1px),
    linear-gradient(90deg, hsl(var(--line-soft) / 0.25) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    black 17%,
    black 76%,
    transparent
  );
          mask-image: linear-gradient(
    to bottom,
    transparent,
    black 17%,
    black 76%,
    transparent
  );
}

.auth-page::after {
  content: "";
  position: fixed;
  width: 34rem;
  height: 34rem;
  right: -14rem;
  bottom: -20rem;
  z-index: -1;
  border-radius: 999px;
  background: hsl(var(--brand) / 0.09);
  filter: blur(120px);
  pointer-events: none;
}

.auth-frame {
  width: min(1392px, calc(100vw - 48px));
  min-height: min(860px, calc(100vh - 48px));
  overflow: hidden;
  display: grid;
  grid-template-rows: 72px minmax(0, 1fr) 52px;
  border: 1px solid hsl(var(--line-soft) / 0.96);
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    hsl(var(--surface-card) / 0.81),
    hsl(var(--surface) / 0.84)
  );
  box-shadow:
    0 36px 110px rgb(0 0 0 / 0.52),
    inset 0 1px 0 hsl(var(--line-soft) / 0.72);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  border-bottom: 1px solid hsl(var(--line-soft) / 0.78);
  background: hsl(var(--app-bg-elevated) / 0.42);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 17px;
  text-decoration: none;
}

.brand-mark {
  width: 75px;
  height: 43px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 20px rgb(0 0 0 / 0.35));
}

.brand-divider {
  width: 1px;
  height: 24px;
  background: hsl(var(--line-strong) / 0.72);
}

.brand-product {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-product strong {
  color: hsl(var(--copy));
  font-size: 13px;
  line-height: 16px;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.brand-product span {
  color: hsl(var(--copy-faint));
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 12px;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.topbar-meta {
  display: flex;
  align-items: center;
  gap: 17px;
  color: hsl(var(--copy-faint));
  font-size: 11px;
  line-height: 16px;
  font-weight: 650;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: hsl(var(--copy-muted));
}

.status-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: hsl(var(--state-success));
  box-shadow: 0 0 15px hsl(var(--state-success) / 0.48);
}

.status-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid hsl(var(--state-success) / 0.24);
  border-radius: inherit;
}

.topbar-separator {
  width: 1px;
  height: 18px;
  background: hsl(var(--line-soft));
}

.secure-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.secure-label svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-main {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(460px, 0.84fr);
}

.context-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  padding: clamp(54px, 6vw, 88px);
  border-right: 1px solid hsl(var(--line-soft) / 0.82);
  background:
    radial-gradient(
      circle at 18% 16%,
      hsl(var(--brand) / 0.13),
      transparent 26rem
    ),
    linear-gradient(
      145deg,
      hsl(var(--surface-card) / 0.62),
      hsl(var(--app-bg-elevated) / 0.44)
    );
}

.context-panel::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: 2%;
  width: 55%;
  height: 1px;
  transform: rotate(-13deg);
  transform-origin: left center;
  background: linear-gradient(
    90deg,
    transparent,
    hsl(var(--brand) / 0.58),
    transparent
  );
  box-shadow: 0 0 28px hsl(var(--brand) / 0.18);
}

.context-watermark {
  position: absolute;
  width: min(560px, 72%);
  right: -7%;
  top: 11%;
  opacity: 0.035;
  transform: rotate(-6deg);
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.context-copy {
  position: relative;
  z-index: 1;
  max-width: 610px;
  padding-top: clamp(28px, 6vh, 74px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 19px;
  color: hsl(var(--brand-hover));
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 14px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 29px;
  height: 1px;
  background: hsl(var(--brand) / 0.8);
  box-shadow: 0 0 16px hsl(var(--brand) / 0.34);
}

.context-title {
  max-width: 610px;
  margin: 0;
  color: hsl(var(--copy));
  font-size: clamp(42px, 4.5vw, 67px);
  line-height: 0.99;
  font-weight: 850;
  letter-spacing: -0.078em;
}

.context-title span {
  display: block;
  color: hsl(var(--copy-soft));
  font-weight: 650;
}

.context-description {
  max-width: 515px;
  margin: 25px 0 0;
  color: hsl(var(--copy-muted));
  font-size: 15px;
  line-height: 25px;
  font-weight: 450;
  letter-spacing: -0.012em;
}

.context-footer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  max-width: 650px;
}

.scope-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.scope-chip {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 11px;
  border: 1px solid hsl(var(--line-soft) / 0.83);
  border-radius: 7px;
  background: hsl(var(--surface-raised) / 0.42);
  color: hsl(var(--copy-faint));
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.access-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 480px;
  color: hsl(var(--copy-faint));
  font-size: 11px;
  line-height: 17px;
}

.access-note svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  color: hsl(var(--copy-muted));
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-region {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: clamp(38px, 5vw, 70px);
  background:
    radial-gradient(
      circle at 100% 0%,
      hsl(var(--brand-soft) / 0.055),
      transparent 23rem
    ),
    hsl(var(--app-bg-elevated) / 0.28);
}

.form-region::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    hsl(var(--surface-card) / 0.16),
    transparent 45%
  );
}

.auth-card {
  position: relative;
  z-index: 1;
  width: min(100%, 452px);
  min-width: 0;
  border: 1px solid hsl(var(--line-soft) / 0.93);
  border-radius: 15px;
  background: linear-gradient(
    180deg,
    hsl(var(--surface-card) / 0.91),
    hsl(var(--surface) / 0.86)
  );
  box-shadow:
    0 26px 80px rgb(0 0 0 / 0.42),
    inset 0 1px 0 hsl(var(--line-soft) / 0.72);
}

.auth-card::before {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    hsl(var(--brand-hover) / 0.52),
    transparent
  );
}

.auth-view {
  padding: 34px 34px 28px;
  animation: view-in 340ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes view-in {
  from {
    opacity: 0;
    transform: translateX(11px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.view-kicker {
  margin: 0 0 10px;
  color: hsl(var(--brand-hover));
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 14px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.view-title {
  margin: 0;
  color: hsl(var(--copy));
  font-size: 31px;
  line-height: 37px;
  font-weight: 850;
  letter-spacing: -0.058em;
}

.view-description {
  margin: 10px 0 0;
  color: hsl(var(--copy-muted));
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.view-description strong {
  color: hsl(var(--copy-soft));
  font-weight: 650;
}

.form-stack {
  display: grid;
  gap: 17px;
  margin-top: 29px;
}

.field {
  display: grid;
  gap: 8px;
}

.field-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.field-label {
  color: hsl(var(--copy-faint));
  font-size: 10px;
  line-height: 14px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.text-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: hsl(var(--copy-muted));
  font-size: 11px;
  line-height: 15px;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: color 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.text-link:hover {
  color: hsl(var(--copy));
}
.text-link:focus-visible {
  outline: 2px solid hsl(var(--brand) / 0.72);
  outline-offset: 4px;
  border-radius: 3px;
}

.control-wrap {
  position: relative;
}

.control-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  color: hsl(var(--copy-faint));
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
  transition: color 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.field-control {
  width: 100%;
  min-height: 47px;
  border: 1px solid hsl(var(--line-soft) / 0.94);
  border-radius: 9px;
  outline: 0;
  background: linear-gradient(
    180deg,
    hsl(var(--surface-field) / 0.96),
    hsl(var(--app-bg-elevated) / 0.9)
  );
  color: hsl(var(--copy));
  padding: 0 45px 0 43px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 520;
  letter-spacing: -0.01em;
  caret-color: hsl(var(--brand-hover));
  transition:
    border-color 160ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 160ms cubic-bezier(0.22, 1, 0.36, 1),
    background 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.field-control::placeholder {
  color: hsl(var(--copy-faint));
  font-weight: 450;
}

.field-control:hover {
  border-color: hsl(var(--line-strong) / 0.82);
}

.field-control:focus {
  border-color: hsl(var(--brand) / 0.72);
  box-shadow: 0 0 0 4px hsl(var(--brand) / 0.14);
  background: hsl(var(--surface-field) / 0.98);
}

.control-wrap:focus-within .control-icon {
  color: hsl(var(--brand-hover));
}

.field-control[aria-invalid="true"] {
  border-color: hsl(var(--state-danger) / 0.78);
  box-shadow: 0 0 0 4px hsl(var(--state-danger) / 0.1);
}

.password-toggle {
  position: absolute;
  right: 7px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: hsl(var(--copy-faint));
  cursor: pointer;
  transition:
    color 160ms,
    background 160ms;
}

.password-toggle:hover {
  color: hsl(var(--copy-soft));
  background: hsl(var(--surface-hover) / 0.65);
}

.password-toggle:focus-visible {
  outline: 2px solid hsl(var(--brand) / 0.72);
  outline-offset: 1px;
}

.password-toggle svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-message {
  display: none;
  align-items: flex-start;
  gap: 9px;
  min-height: 38px;
  margin-top: 1px;
  padding: 10px 11px;
  border: 1px solid hsl(var(--state-danger) / 0.34);
  border-radius: 8px;
  background: hsl(var(--state-danger) / 0.07);
  color: hsl(var(--state-danger));
  font-size: 11px;
  line-height: 16px;
  font-weight: 520;
}

.form-message.is-visible {
  display: flex;
}
.form-message.is-success {
  border-color: hsl(var(--state-success) / 0.36);
  background: hsl(var(--state-success) / 0.08);
  color: hsl(var(--state-success));
}

.form-message svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button-primary {
  width: 100%;
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid hsl(var(--brand-hover) / 0.52);
  border-radius: 9px;
  background: linear-gradient(
    135deg,
    hsl(var(--brand-active)),
    hsl(var(--brand)) 58%,
    hsl(var(--brand-hover))
  );
  color: hsl(var(--copy));
  font-size: 13px;
  line-height: 18px;
  font-weight: 760;
  letter-spacing: -0.012em;
  box-shadow: 0 14px 34px hsl(var(--brand) / 0.21);
  cursor: pointer;
  transition:
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 180ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms;
}

.button-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 17px 40px hsl(var(--brand) / 0.28);
}

.button-primary:active:not(:disabled) {
  transform: translateY(0);
}
.button-primary:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 4px hsl(var(--brand) / 0.18),
    0 14px 34px hsl(var(--brand) / 0.21);
}

.button-primary:disabled {
  opacity: 0.46;
  cursor: not-allowed;
  transform: none;
  filter: none;
  box-shadow: none;
}

.button-primary svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-security {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid hsl(var(--line-soft) / 0.68);
  color: hsl(var(--copy-faint));
  font-size: 10.5px;
  line-height: 16px;
}

.card-security svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  color: hsl(var(--copy-muted));
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: -3px 0 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: hsl(var(--copy-faint));
  font-size: 11px;
  line-height: 16px;
  font-weight: 650;
  cursor: pointer;
  transition: color 160ms;
}

.back-button:hover {
  color: hsl(var(--copy));
}
.back-button:focus-visible {
  outline: 2px solid hsl(var(--brand) / 0.72);
  outline-offset: 5px;
  border-radius: 3px;
}

.back-button svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.identity-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 100%;
  min-height: 29px;
  margin-top: 15px;
  padding: 0 10px;
  border: 1px solid hsl(var(--line-soft) / 0.88);
  border-radius: 7px;
  background: hsl(var(--surface-raised) / 0.54);
  color: hsl(var(--copy-muted));
  font-size: 11px;
  line-height: 15px;
  font-weight: 650;
}

.identity-chip svg {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  color: hsl(var(--brand-hover));
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.identity-chip span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mfa-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-top: 22px;
  padding: 4px;
  border: 1px solid hsl(var(--line-soft) / 0.82);
  border-radius: 8px;
  background: hsl(var(--surface-field) / 0.68);
}

.mfa-mode-button {
  min-width: 0;
  height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: hsl(var(--copy-faint));
  font-size: 11px;
  line-height: 14px;
  font-weight: 760;
  cursor: pointer;
  transition:
    background 160ms,
    color 160ms,
    box-shadow 160ms;
}

.mfa-mode-button:hover {
  color: hsl(var(--copy-muted));
}

.mfa-mode-button.is-active {
  background: hsl(var(--surface-raised));
  color: hsl(var(--copy));
  box-shadow: 0 1px 7px hsl(var(--shadow) / 0.08);
}

.mfa-mode-button:focus-visible {
  outline: 2px solid hsl(var(--brand) / 0.72);
  outline-offset: 2px;
}

.code-fieldset {
  min-width: 0;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.code-fieldset legend {
  width: 100%;
  margin-bottom: 9px;
  color: hsl(var(--copy-faint));
  font-size: 10px;
  line-height: 14px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.code-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

.code-input {
  min-width: 0;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  border: 1px solid hsl(var(--line-soft) / 0.94);
  border-radius: 9px;
  outline: 0;
  background: linear-gradient(
    180deg,
    hsl(var(--surface-field) / 0.97),
    hsl(var(--app-bg-elevated) / 0.9)
  );
  color: hsl(var(--copy));
  text-align: center;
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1;
  font-weight: 760;
  caret-color: hsl(var(--brand-hover));
  transition:
    border-color 160ms,
    box-shadow 160ms,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.code-input:hover {
  border-color: hsl(var(--line-strong) / 0.82);
}
.code-input:focus {
  border-color: hsl(var(--brand) / 0.78);
  box-shadow: 0 0 0 4px hsl(var(--brand) / 0.14);
  transform: translateY(-1px);
}

.code-input.is-filled {
  border-color: hsl(var(--brand) / 0.46);
  background: linear-gradient(
    180deg,
    hsl(var(--brand-faint) / 0.42),
    hsl(var(--surface-field) / 0.96)
  );
}

.code-help {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 10px 0 0;
  color: hsl(var(--copy-faint));
  font-size: 10.5px;
  line-height: 16px;
}

.code-help strong {
  color: hsl(var(--copy-soft));
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 16px;
  font-weight: 760;
}

.recovery-control {
  width: 100%;
}

.recovery-input {
  padding-left: 14px;
  font-family: var(--font-mono);
  letter-spacing: 0;
  text-transform: uppercase;
}

.mfa-actions {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.support-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: hsl(var(--copy-faint));
  font-size: 10.5px;
  line-height: 16px;
}

.support-row .text-link {
  color: hsl(var(--copy-muted));
  font-size: inherit;
}

.support-callout {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  margin-top: 27px;
  padding: 16px;
  border: 1px solid hsl(var(--line-soft) / 0.9);
  border-radius: 10px;
  background:
    radial-gradient(
      circle at 0% 0%,
      hsl(var(--brand) / 0.11),
      transparent 12rem
    ),
    linear-gradient(
      180deg,
      hsl(var(--surface-raised) / 0.62),
      hsl(var(--surface-field) / 0.54)
    );
  box-shadow: inset 0 1px 0 hsl(var(--line-soft) / 0.56);
}

.support-callout-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid hsl(var(--brand) / 0.32);
  border-radius: 9px;
  background: hsl(var(--brand-faint) / 0.52);
  color: hsl(var(--brand-hover));
}

.support-callout-icon svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-callout-copy {
  min-width: 0;
  display: grid;
  align-content: start;
}

.support-callout-label {
  color: hsl(var(--copy-faint));
  font-family: var(--font-mono);
  font-size: 9px;
  line-height: 13px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-email {
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: hsl(var(--copy));
  font-size: 13px;
  line-height: 18px;
  font-weight: 760;
  letter-spacing: -0.015em;
  text-decoration: none;
  transition: color 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.support-email:hover {
  color: hsl(var(--brand-hover));
}
.support-email:focus-visible {
  outline: 2px solid hsl(var(--brand) / 0.72);
  outline-offset: 4px;
  border-radius: 3px;
}

.support-callout-copy p {
  margin: 8px 0 0;
  color: hsl(var(--copy-faint));
  font-size: 10.5px;
  line-height: 16px;
}

.support-email-button {
  margin-top: 20px;
  text-decoration: none;
}

.support-security {
  margin-top: 22px;
}

.frame-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  border-top: 1px solid hsl(var(--line-soft) / 0.72);
  background: hsl(var(--app-bg) / 0.31);
  color: hsl(var(--copy-faint));
  font-size: 9.5px;
  line-height: 14px;
  font-weight: 520;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-link {
  color: inherit;
  text-decoration: none;
  transition: color 160ms;
}

.footer-link:hover {
  color: hsl(var(--copy-soft));
}
.footer-version {
  font-family: var(--font-mono);
  letter-spacing: 0.035em;
}

@media (max-width: 980px) {
  .auth-frame {
    grid-template-rows: 68px minmax(0, 1fr) 48px;
    min-height: min(820px, calc(100vh - 32px));
  }

  .auth-main {
    grid-template-columns: 1fr;
  }
  .context-panel {
    display: none;
  }
  .form-region {
    padding: 42px 24px;
  }
}

@media (max-width: 620px) {
  .auth-page {
    padding: 0;
  }
  .auth-frame {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .topbar {
    padding: 0 17px;
  }
  .brand-mark {
    width: 64px;
    height: 37px;
  }
  .brand-divider,
  .brand-product span,
  .topbar-separator,
  .secure-label {
    display: none;
  }
  .topbar-meta {
    gap: 0;
  }
  .form-region {
    padding: 28px 14px;
  }
  .auth-card {
    border-radius: 13px;
  }
  .auth-view {
    padding: 28px 21px 24px;
  }
  .view-title {
    font-size: 28px;
    line-height: 34px;
  }
  .code-grid {
    gap: 6px;
  }
  .code-input {
    border-radius: 8px;
    font-size: 18px;
  }
  .frame-footer {
    padding: 0 17px;
  }
  .footer-links {
    display: none;
  }
}

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

