:root {
  --bg: #f7f7f5;
  --panel: #fff;
  --ink: #202124;
  --muted: #6d6e71;
  --line: #dfdfda;
  --soft: #efefec;
  --action: #25272b;
  --on-action: #fff;
  --context-bg: #25272b;
  --context-ink: #fff;
  --orange: #ff9849;
  --danger: #b63832;
  --shadow: 0 30px 80px rgba(26, 27, 30, 0.13);
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}
button,
input {
  font: inherit;
}
button,
a,
label {
  cursor: pointer;
}
.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}
.ambient-one {
  top: -240px;
  left: -180px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 152, 73, 0.16),
    transparent 65%
  );
}
.ambient-two {
  right: -220px;
  bottom: -300px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(37, 39, 43, 0.08), transparent 65%);
}
.topbar {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 4vw, 58px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: "Sansation", Inter, "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.brand > span:last-child > span {
  color: var(--orange);
  font-weight: 400;
}
.brand-mark {
  position: relative;
  width: 28px;
  height: 28px;
}
.brand-symbol {
  width: 28px;
  height: 28px;
  color: var(--ink);
}
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.language-link {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}
.icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.brand-mark:before,
.brand-mark:after,
.brand-mark i,
.brand-mark b {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  border: 3px solid currentColor;
  content: "";
}
.brand-mark:before {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.brand-mark:after {
  right: 0;
  bottom: 0;
  border-top: 0;
  border-left: 0;
  color: var(--orange);
}
.brand-mark i {
  top: 7px;
  left: 7px;
  border-color: var(--orange);
  transform: rotate(45deg);
}
.brand-mark b {
  display: none;
}
.theme-button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: color-mix(in srgb, var(--panel) 80%, transparent);
  color: var(--ink);
}
.theme-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}
.portal {
  position: relative;
  display: grid;
  width: min(1120px, calc(100% - 40px));
  min-height: 680px;
  margin: clamp(90px, 10vh, 120px) auto 40px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.context-panel {
  position: relative;
  display: flex;
  min-height: 680px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(42px, 6vw, 72px);
  overflow: hidden;
  background: var(--context-bg);
  color: var(--context-ink);
}
.context-panel:before,
.context-panel:after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}
.context-panel:before {
  right: -180px;
  bottom: -160px;
  width: 520px;
  height: 520px;
}
.context-panel:after {
  right: -90px;
  bottom: -70px;
  width: 340px;
  height: 340px;
}
.context-copy,
.context-brand,
.trust {
  position: relative;
  z-index: 1;
}
.context-brand {
  display: flex;
  width: 210px;
  align-self: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: auto 0 30px;
  color: var(--context-ink);
  opacity: 0.94;
}
.context-brand .brand-symbol {
  width: 138px;
  height: 138px;
  color: inherit;
}
.context-brand strong {
  font-family: "Sansation", Inter, "Segoe UI", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.context-brand strong span {
  color: var(--orange);
  font-weight: 400;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 152, 73, 0.13);
}
.context-copy h1 {
  max-width: 520px;
  margin: 24px 0 20px;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.context-copy p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.65;
}
.trust {
  display: flex;
  max-width: 390px;
  align-items: center;
  gap: 14px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.shield {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--orange);
}
.trust strong,
.trust small {
  display: block;
}
.trust strong {
  font-size: 12px;
}
.trust small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  line-height: 1.4;
}
.auth-panel {
  display: grid;
  min-height: 680px;
  place-items: center;
  padding: 42px;
}
.auth-content {
  width: 100%;
  max-width: 380px;
}
.app-context {
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.app-context:not([hidden]) {
  display: flex;
}
.app-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--soft);
  font-size: 11px;
  font-weight: 800;
}
.app-context small,
.app-context strong {
  display: block;
}
.app-context small {
  color: var(--muted);
  font-size: 10px;
}
.app-context strong {
  margin-top: 2px;
  font-size: 13px;
}
.screen {
  display: none;
}
.screen.active {
  display: block;
  animation: enter 0.25s ease;
}
.mobile-mark {
  display: none;
}
.screen-heading {
  margin-bottom: 27px;
}
.screen-heading h2 {
  margin: 0;
  font-size: 29px;
  font-weight: 650;
  letter-spacing: -0.035em;
}
.screen-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.screen-heading p strong {
  color: var(--ink);
}
label {
  display: grid;
  gap: 8px;
  margin-bottom: 17px;
  font-size: 12px;
  font-weight: 600;
}
input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: 0;
  background: var(--panel);
  color: var(--ink);
  transition: 0.18s;
}
input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 152, 73, 0.14);
}
input::placeholder {
  color: color-mix(in srgb, var(--muted) 65%, transparent);
}
.password-wrap {
  position: relative;
}
.password-wrap input {
  padding-right: 72px;
}
.password-wrap button {
  position: absolute;
  top: 50%;
  right: 12px;
  padding: 4px;
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  transform: translateY(-50%);
}
.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2px 0 21px;
}
.switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}
.switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.switch i {
  position: relative;
  width: 30px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  transition: 0.18s ease;
}
.switch i:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--muted);
  content: "";
  transition: 0.18s ease;
}
.switch input:checked + i {
  border-color: var(--orange);
  background: color-mix(in srgb, var(--orange) 28%, var(--panel));
}
.switch input:checked + i:after {
  background: var(--orange);
  transform: translateX(12px);
}
.switch input:focus-visible + i {
  outline: 3px solid color-mix(in srgb, var(--orange) 24%, transparent);
  outline-offset: 2px;
}
.text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 650;
}
.totp-shortcut {
  display: block;
  margin: 15px auto 0;
  padding: 4px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.totp-shortcut:hover {
  color: var(--ink);
}
.primary-button,
.secondary-button,
.passkey-button {
  display: flex;
  width: 100%;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.18s;
}
.primary-button {
  border: 1px solid var(--action);
  background: var(--action);
  color: var(--on-action);
}
.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(22, 23, 25, 0.18);
}
.primary-button span {
  margin-left: auto;
  font-size: 17px;
}
.primary-button > .icon {
  margin-left: auto;
}
.back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.secondary-button,
.passkey-button {
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
}
.secondary-button {
  margin-top: 10px;
}
.passkey-button:hover,
.secondary-button:hover {
  background: var(--soft);
}
.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 19px 0;
  color: var(--muted);
  font-size: 10px;
}
.divider:before,
.divider:after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}
.key-icon {
  font-size: 22px;
}
.back {
  margin: 0 0 25px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  font-size: 11px;
}
.round-icon,
.success-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 16px;
  background: var(--soft);
  font-weight: 700;
}
.success-icon {
  background: rgba(25, 118, 83, 0.12);
  color: #197653;
}
.code-input {
  text-align: center;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: 0.28em;
}
.help {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}
.notice {
  display: flex;
  gap: 12px;
  margin: 0 0 23px;
  padding: 14px;
  border: 1px solid rgba(255, 152, 73, 0.25);
  border-radius: 13px;
  background: rgba(255, 152, 73, 0.08);
}
.notice > span {
  color: var(--orange);
}
.notice p,
.notice strong {
  display: block;
  margin: 0;
}
.notice p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.notice strong {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 11px;
}
.notice.subtle {
  margin-top: 20px;
  border-color: var(--line);
  background: var(--soft);
}
.scope-list {
  display: grid;
  gap: 10px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.scope-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 13px;
}
.scope-list li > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: rgba(25, 118, 83, 0.1);
  color: #197653;
}
.scope-list strong,
.scope-list small {
  display: block;
}
.scope-list strong {
  font-size: 11px;
}
.scope-list small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}
.button-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 10px;
}
.button-grid .secondary-button {
  margin: 0;
}
.error-message {
  margin-top: 16px;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--danger) 25%, var(--line));
  border-radius: 12px;
  background: color-mix(in srgb, var(--danger) 7%, var(--panel));
  color: var(--danger);
  font-size: 11px;
}
footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  color: var(--muted);
  font-size: 9px;
}
footer a {
  color: inherit;
  text-decoration: none;
}

/* Shared account, privacy, and security surfaces. */
.identity-page {
  padding-top: 92px;
}
.account-shell,
.info-shell {
  position: relative;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 44px;
}
.account-hero,
.session-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: 0 18px 55px rgba(26, 27, 30, 0.08);
}
.account-avatar {
  display: grid;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 20px;
  background: var(--context-bg);
  color: var(--context-ink);
  font-size: 20px;
  font-weight: 750;
  text-transform: uppercase;
}
.account-hero h1,
.info-shell h1 {
  margin: 8px 0 3px;
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 650;
  letter-spacing: -0.045em;
}
.account-hero p,
.session-actions p,
.settings-heading p,
.settings-card > p,
.info-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.eyebrow.dark {
  color: var(--muted);
}
.role-badge {
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--orange) 32%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--orange) 10%, var(--panel));
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
}
.account-tabs {
  display: flex;
  gap: 6px;
  margin: 22px 0;
  padding: 5px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: color-mix(in srgb, var(--panel) 82%, transparent);
}
.account-tabs a {
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.account-tabs a:hover {
  color: var(--ink);
}
.account-tabs a.active {
  background: var(--soft);
  color: var(--ink);
}
.account-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.settings-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel);
}
.settings-card.account-summary,
.info-grid .settings-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.settings-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 20px;
}
.settings-heading .round-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  margin: 0;
  border-radius: 13px;
  color: var(--orange);
}
.settings-heading h2,
.session-actions h2,
.info-grid h2 {
  margin: 0 0 5px;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.credential-list {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.credential-list li {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--muted);
  font-size: 11px;
}
.credential-list button,
.danger-button {
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--danger) 32%, var(--line));
  border-radius: 9px;
  background: color-mix(in srgb, var(--danger) 7%, var(--panel));
  color: var(--danger);
  font-size: 10px;
  font-weight: 700;
}
.secondary-button.flush {
  width: auto;
  min-height: 40px;
  margin: 0;
}
.primary-button.compact {
  min-height: 42px;
  margin-top: 10px;
}
.danger-button {
  margin-top: 10px;
}
.totp-enrollment {
  display: grid;
  grid-template-columns: minmax(180px, 256px) minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 18px;
}
.totp-enrollment[hidden] {
  display: none;
}
.totp-qr-frame {
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.totp-qr-frame img {
  display: block;
  width: 100%;
  max-width: 256px;
  height: auto;
  image-rendering: pixelated;
}
.totp-enrollment-copy > strong,
.totp-enrollment-copy > span,
.totp-enrollment-copy > label {
  display: block;
}
.totp-enrollment-copy > p,
.totp-enrollment-copy > span,
.totp-enrollment-copy > label {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}
.totp-enrollment-copy > p {
  margin: 5px 0 13px;
}
.totp-enrollment-copy > label {
  margin: 13px 0 6px;
  font-weight: 650;
}
.totp-secret {
  display: block;
  margin: 6px 0 0;
  padding: 12px;
  overflow-wrap: anywhere;
  border-radius: 10px;
  background: var(--soft);
  color: var(--ink);
}
@media (max-width: 680px) {
  .totp-enrollment {
    grid-template-columns: 1fr;
  }
  .totp-qr-frame {
    width: min(100%, 280px);
    margin-inline: auto;
  }
}
.inline-status {
  min-height: 18px;
  margin-top: 12px !important;
}
.account-summary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.connected-app-list {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 10px;
  list-style: none;
}
.connected-app-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--soft);
}
.connected-app-list li div {
  display: grid;
  gap: 3px;
}
.connected-app-list li span:not(.role-badge) {
  color: var(--muted);
  font-size: 11px;
}
.danger-zone {
  margin-top: 18px;
  border-color: color-mix(in srgb, var(--danger) 35%, var(--line));
}
.delete-account-form {
  display: grid;
  min-width: min(100%, 270px);
  gap: 10px;
}
.delete-account-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}
.narrow-shell {
  max-width: 620px;
}
.registration-form {
  display: grid;
  gap: 16px;
}
.registration-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 650;
}
.registration-form .secondary-button {
  text-align: center;
  text-decoration: none;
}
.account-summary dl div {
  padding: 13px;
  border-radius: 12px;
  background: var(--soft);
}
.account-summary dt {
  color: var(--muted);
  font-size: 10px;
}
.account-summary dd {
  margin: 4px 0 0;
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 650;
}
.session-actions {
  justify-content: space-between;
  margin-top: 18px;
  box-shadow: none;
}
.page-footer {
  margin-top: 26px;
}
.info-shell {
  max-width: 820px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.info-lead {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.info-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --bg: #111214;
    --panel: #191a1d;
    --ink: #f2f1ee;
    --muted: #aaa9a5;
    --line: #303136;
    --soft: #242529;
    --action: #f2f1ee;
    --on-action: #1d1e21;
    --context-bg: #202125;
    --context-ink: #f7f7f5;
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  }
}
:root[data-theme="dark"] {
  --bg: #111214;
  --panel: #191a1d;
  --ink: #f2f1ee;
  --muted: #aaa9a5;
  --line: #303136;
  --soft: #242529;
  --action: #f2f1ee;
  --on-action: #1d1e21;
  --context-bg: #202125;
  --context-ink: #f7f7f5;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}
@media (max-width: 760px) {
  .topbar {
    height: 66px;
  }
  .portal {
    display: block;
    width: min(100% - 24px, 500px);
    min-height: 0;
    margin-top: 80px;
  }
  .context-panel {
    display: none;
  }
  .auth-panel {
    min-height: 620px;
    padding: 34px 25px;
  }
  .mobile-mark {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 14px;
    background: var(--action);
    color: var(--on-action);
    font-size: 11px;
    font-weight: 800;
  }
  .identity-page {
    padding-top: 78px;
  }
  .account-shell,
  .info-shell {
    width: min(100% - 24px, 500px);
  }
  .account-hero {
    align-items: flex-start;
    padding: 22px;
  }
  .role-badge {
    display: none;
  }
  .account-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }
  .settings-card.account-summary,
  .info-grid .settings-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .account-summary dl {
    grid-template-columns: 1fr;
  }
  .session-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
