
:root {
  color-scheme: dark;
  --canvas: #02080d;
  --surface: #061119;
  --surface-strong: #0a1b24;
  --control: #07141c;
  --control-raised: #0c202a;
  --ink: #fff3e3;
  --muted: #c8b9a8;
  --soft-text: #91877e;
  --line: rgba(252, 219, 172, 0.12);
  --primary-cream: #fcdbac;
  --primary-bright: #f5c190;
  --primary: #e98339;
  --primary-warm: #d77c37;
  --primary-deep: #d06525;
  --strength-weak: #ff9a88;
  --strength-fair: #f5c190;
  --strength-strong: #71d19c;
  --navy: #02080d;
  --navy-soft: #061119;
  --shadow-dark: rgba(0, 7, 12, 0.86);
  --shadow-light: rgba(14, 39, 51, 0.68);
  --radius-xl: 30px;
  --radius-lg: 20px;
  --radius-md: 14px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--canvas);
}

body {
  display: grid;
  min-height: 100vh;
  margin: 0;
  padding: 32px;
  place-items: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(252, 219, 172, 0.09), transparent 24rem),
    radial-gradient(circle at 90% 85%, rgba(233, 131, 57, 0.11), transparent 26rem),
    radial-gradient(circle at 76% 18%, rgba(22, 220, 225, 0.045), transparent 22rem),
    var(--canvas);
}

body::before,
body::after {
  position: fixed;
  z-index: 0;
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

body::before {
  width: 210px;
  height: 210px;
  top: -88px;
  right: 6vw;
  background: var(--canvas);
  box-shadow: 14px 14px 34px var(--shadow-dark), -14px -14px 34px var(--shadow-light), 0 0 28px rgba(233, 131, 57, 0.04);
}

body::after {
  width: 150px;
  height: 150px;
  bottom: -78px;
  left: 5vw;
  background: var(--canvas);
  box-shadow: inset 8px 8px 20px var(--shadow-dark), inset -8px -8px 20px var(--shadow-light);
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
.check-line:has(input:focus-visible) {
  outline: 2px solid var(--primary-bright);
  outline-offset: 3px;
}

.auth-layout {
  position: relative;
  z-index: 1;
  display: block;
  width: min(680px, 100%);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(252, 219, 172, 0.08);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: 20px 20px 48px var(--shadow-dark), -20px -20px 48px var(--shadow-light);
}


.brand-panel {
  position: relative;
  display: flex;
  min-height: 100%;
  padding: 38px 42px;
  overflow: hidden;
  flex-direction: column;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0, rgba(233, 131, 57, 0.24), transparent 19rem),
    radial-gradient(circle at 0 80%, rgba(22, 220, 225, 0.07), transparent 18rem),
    linear-gradient(145deg, var(--navy-soft), var(--navy));
}

.brand-panel::before,
.brand-panel::after {
  position: absolute;
  border-radius: 999px;
  content: "";
}

.brand-panel::before {
  width: 230px;
  height: 230px;
  right: -110px;
  bottom: 14%;
  border: 1px solid rgba(252, 219, 172, 0.06);
  box-shadow: inset 12px 12px 30px var(--shadow-dark), inset -10px -10px 28px rgba(14, 39, 51, 0.58);
}

.brand-panel::after {
  width: 90px;
  height: 90px;
  left: -32px;
  top: 42%;
  background: rgba(252, 219, 172, 0.018);
  box-shadow: 8px 8px 20px var(--shadow-dark), -6px -6px 18px rgba(233, 131, 57, 0.08);
}

.brand-top,
.brand-foot,
.brand-lockup,
.secure-pill,
.preview-card,
.avatar-stack {
  display: flex;
  align-items: center;
}

.brand-top {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 16px;
}

.brand-lockup {
  gap: 12px;
  text-decoration: none;
}

.brand-lockup > span:last-child {
  display: grid;
  gap: 2px;
}

.brand-lockup strong {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.brand-lockup small {
  color: rgba(252, 219, 172, 0.55);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.logo-mark {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 10px;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  border: 1px solid rgba(252, 219, 172, 0.09);
  border-radius: 13px;
  background: var(--control);
  box-shadow: 6px 6px 14px var(--shadow-dark), -5px -5px 13px var(--shadow-light), 0 0 18px rgba(233, 131, 57, 0.12);
}

.logo-mark span {
  display: block;
  border-radius: 2px;
  background: var(--primary);
}

.logo-mark span:nth-child(2),
.logo-mark span:nth-child(3) {
  background: var(--primary-bright);
}

.secure-pill {
  padding: 9px 12px;
  gap: 8px;
  border: 1px solid rgba(252, 219, 172, 0.07);
  border-radius: 999px;
  color: rgba(252, 219, 172, 0.72);
  background: rgba(2, 8, 13, 0.28);
  box-shadow: inset 2px 2px 5px var(--shadow-dark), inset -2px -2px 5px rgba(14, 39, 51, 0.45);
  font-size: 0.68rem;
  font-weight: 650;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(233, 131, 57, 0.12), 0 0 12px rgba(233, 131, 57, 0.42);
}

.brand-copy {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  margin: auto 0;
  padding: 54px 0 42px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.eyebrow.light {
  color: var(--primary-bright);
}

.brand-copy h1 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.brand-summary {
  max-width: 410px;
  margin: 22px 0 28px;
  color: rgba(252, 219, 172, 0.62);
  font-size: 0.91rem;
  line-height: 1.7;
}

.category-preview {
  display: grid;
  gap: 10px;
}

.preview-card {
  min-height: 66px;
  padding: 12px 14px;
  gap: 12px;
  border: 1px solid rgba(252, 219, 172, 0.055);
  border-radius: 16px;
  background: rgba(7, 20, 28, 0.84);
  box-shadow: 6px 6px 15px var(--shadow-dark), -4px -4px 12px rgba(14, 39, 51, 0.52);
}

.preview-card > span:nth-child(2) {
  display: grid;
  flex: 1;
  gap: 3px;
}

.preview-card strong {
  font-size: 0.78rem;
}

.preview-card small {
  color: rgba(252, 219, 172, 0.46);
  font-size: 0.66rem;
}

.preview-icon {
  display: grid;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  place-items: center;
  color: var(--primary-bright);
  background: var(--control);
  box-shadow: inset 2px 2px 5px var(--shadow-dark), inset -2px -2px 5px rgba(14, 39, 51, 0.52);
  font-size: 0.74rem;
  font-weight: 800;
}

.customer .preview-icon {
  color: var(--primary);
}

.supplier .preview-icon {
  color: var(--primary-warm);
}

.preview-count {
  color: rgba(252, 219, 172, 0.5);
  font-size: 0.73rem;
  font-weight: 700;
}

.brand-foot {
  position: relative;
  z-index: 1;
  gap: 14px;
}

.brand-foot p {
  margin: 0;
  color: rgba(252, 219, 172, 0.43);
  font-size: 0.67rem;
  line-height: 1.55;
}

.brand-foot strong {
  color: rgba(252, 219, 172, 0.7);
}

.avatar-stack span {
  display: grid;
  width: 31px;
  height: 31px;
  margin-left: -8px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  place-items: center;
  color: var(--primary-bright);
  background: var(--control-raised);
  font-size: 0.52rem;
  font-weight: 800;
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.auth-panel {
  display: flex;
  width: min(540px, calc(100% - 72px));
  margin: auto;
  padding: 42px 0;
  flex-direction: column;
}

.auth-toolbar {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: flex-end;
}

.auth-brand {
  display: grid;
  margin: clamp(42px, 7vh, 70px) 0 34px;
  place-items: center;
}

.auth-logo {
  display: grid;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(252, 219, 172, 0.08);
  border-radius: 26px;
  place-items: center;
  box-shadow: 10px 10px 24px var(--shadow-dark), -8px -8px 22px var(--shadow-light), 0 0 30px rgba(233, 131, 57, 0.14);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.auth-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.auth-logo:hover {
  transform: translateY(-2px);
  box-shadow: 13px 13px 28px var(--shadow-dark), -10px -10px 25px var(--shadow-light), 0 0 38px rgba(233, 131, 57, 0.22);
}


.form-heading {
  margin: clamp(54px, 8vh, 86px) 0 34px;
}

.form-heading.compact {
  margin: 0 0 24px;
}

.form-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  letter-spacing: -0.045em;
}

.form-heading > p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.form-status {
  margin: 0 0 22px;
  padding: 12px 14px;
  border: 1px solid rgba(233, 131, 57, 0.22);
  border-radius: 11px;
  color: var(--primary-bright);
  background: rgba(233, 131, 57, 0.07);
  font-size: 0.72rem;
  line-height: 1.5;
}

.form-status:empty {
  display: none;
}

.form-status[role="alert"] {
  border-color: rgba(255, 113, 94, 0.35);
  color: #ffc0b6;
  background: rgba(150, 45, 35, 0.12);
}

.auth-form[aria-busy="true"] {
  cursor: progress;
}

.auth-form[aria-busy="true"] button,
.auth-form[aria-busy="true"] input {
  opacity: 0.68;
}

.auth-form button:disabled {
  cursor: wait;
}

.auth-form,
.field-group {
  display: grid;
}

.auth-form {
  gap: 20px;
}

.signup-form {
  gap: 15px;
}

.field-group {
  gap: 8px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field-group > label,
.label-row label,
.category-heading > span {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 750;
}

.label-row,
.category-heading,
.form-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.admin-help {
  color: var(--soft-text);
  font-size: 0.62rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 150ms ease;
}

.admin-help:hover {
  color: var(--primary);
}

.field-shell {
  display: flex;
  height: 54px;
  padding: 0 16px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(252, 219, 172, 0.055);
  border-radius: var(--radius-md);
  background: var(--control);
  box-shadow: inset 4px 4px 9px var(--shadow-dark), inset -5px -5px 10px rgba(14, 39, 51, 0.55);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field-shell:focus-within {
  border-color: rgba(233, 131, 57, 0.52);
  box-shadow: inset 3px 3px 7px var(--shadow-dark), inset -4px -4px 8px rgba(14, 39, 51, 0.5), 0 0 0 3px rgba(233, 131, 57, 0.1), 0 0 18px rgba(22, 220, 225, 0.055);
}

.field-icon {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  border-radius: 8px;
  place-items: center;
  color: var(--primary);
  background: var(--control-raised);
  box-shadow: 2px 2px 5px var(--shadow-dark), -2px -2px 5px rgba(14, 39, 51, 0.55);
  font-size: 0.66rem;
  font-weight: 800;
}

.password-icon {
  font-size: 1rem;
  line-height: 0;
}

.field-shell [data-password-target] {
  flex: 0 0 auto;
}

.field-shell input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.78rem;
}

.field-shell input::placeholder {
  color: var(--soft-text);
}

.textarea-shell {
  height: auto;
  min-height: 132px;
  padding: 14px 16px;
  align-items: stretch;
}

.textarea-shell textarea {
  width: 100%;
  min-height: 102px;
  resize: vertical;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 0.78rem;
  line-height: 1.55;
}

.textarea-shell textarea::placeholder {
  color: var(--soft-text);
}

.field-help {
  color: var(--soft-text);
  font-size: 0.63rem;
  line-height: 1.5;
}

.password-strength {
  display: grid;
  margin-top: 2px;
  padding: 13px 15px 14px;
  gap: 10px;
  border: 1px solid rgba(252, 219, 172, 0.055);
  border-radius: 12px;
  background: rgba(7, 20, 28, 0.72);
  box-shadow: inset 3px 3px 7px var(--shadow-dark), inset -3px -3px 7px rgba(14, 39, 51, 0.45);
}

.strength-summary {
  display: flex;
  margin: 0;
  align-items: baseline;
  gap: 5px;
  color: var(--soft-text);
  font-size: 0.65rem;
}

.strength-value {
  color: var(--strength-weak);
  font-weight: 800;
  transition: color 150ms ease;
}

.password-strength[data-strength="fair"] .strength-value {
  color: var(--strength-fair);
}

.password-strength[data-strength="strong"] .strength-value {
  color: var(--strength-strong);
}

.strength-meter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.strength-meter-segment {
  height: 4px;
  border-radius: 999px;
  background: var(--control);
  box-shadow: inset 1px 1px 2px var(--shadow-dark), inset -1px -1px 2px rgba(14, 39, 51, 0.55);
  transition: background 150ms ease, box-shadow 150ms ease;
}

.password-strength[data-strength="weak"] .strength-meter-segment.is-active {
  background: var(--strength-weak);
  box-shadow: 0 0 8px rgba(255, 154, 136, 0.24);
}

.password-strength[data-strength="fair"] .strength-meter-segment.is-active {
  background: var(--strength-fair);
  box-shadow: 0 0 8px rgba(245, 193, 144, 0.24);
}

.password-strength[data-strength="strong"] .strength-meter-segment.is-active {
  background: var(--strength-strong);
  box-shadow: 0 0 8px rgba(113, 209, 156, 0.24);
}

.password-rules {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  list-style: none;
}

.password-rule {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  color: var(--soft-text);
  font-size: 0.61rem;
  line-height: 1.35;
  transition: color 150ms ease;
}

.password-rule-dot {
  display: grid;
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  border: 1px solid rgba(252, 219, 172, 0.18);
  border-radius: 50%;
  background: var(--control);
  box-shadow: inset 1px 1px 2px var(--shadow-dark), inset -1px -1px 2px rgba(14, 39, 51, 0.5);
}

.password-rule.is-met {
  color: var(--muted);
}

.password-rule.is-met .password-rule-dot {
  border-color: rgba(113, 209, 156, 0.46);
  color: var(--canvas);
  background: var(--strength-strong);
  box-shadow: 0 0 8px rgba(113, 209, 156, 0.22), inset 1px 1px 2px rgba(255, 255, 255, 0.22);
}

.password-rule.is-met .password-rule-dot::after {
  align-self: center;
  content: "✓";
  font-size: 0.45rem;
  font-weight: 900;
  justify-self: center;
}


.reset-panel .auth-brand {
  margin-bottom: 26px;
}

.form-options {
  margin-top: -1px;
}


.check-line {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.68rem;
}

.check-line input,
.category-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.custom-check {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 6px;
  background: var(--control);
  box-shadow: inset 2px 2px 4px var(--shadow-dark), inset -2px -2px 4px rgba(14, 39, 51, 0.55);
}

.check-line input:checked + .custom-check {
  background: var(--primary);
  box-shadow: inset 2px 2px 4px rgba(111, 48, 12, 0.34), inset -2px -2px 4px rgba(252, 219, 172, 0.3), 0 0 12px rgba(233, 131, 57, 0.28);
}

.check-line input:checked + .custom-check::after {
  align-self: center;
  color: var(--canvas);
  content: "✓";
  font-size: 0.65rem;
  font-weight: 900;
  justify-self: center;
}

.primary-button {
  display: flex;
  min-height: 54px;
  padding: 0 18px 0 22px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: var(--radius-md);
  color: var(--canvas);
  cursor: pointer;
  background: linear-gradient(135deg, var(--primary-cream) 0%, var(--primary-bright) 22%, var(--primary) 55%, var(--primary-warm) 78%, var(--primary-deep) 100%);
  box-shadow: 7px 7px 15px var(--shadow-dark), -6px -6px 14px var(--shadow-light), 0 0 20px rgba(233, 131, 57, 0.18), inset 1px 1px 1px rgba(255, 243, 227, 0.34);
  font-size: 0.76rem;
  font-weight: 800;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.primary-button span {
  display: grid;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  place-items: center;
  background: rgba(255, 243, 227, 0.14);
  box-shadow: inset 1px 1px 2px rgba(255, 243, 227, 0.18), inset -1px -1px 2px rgba(111, 48, 12, 0.22);
  font-size: 1rem;
}

.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 9px 9px 18px var(--shadow-dark), -7px -7px 16px var(--shadow-light), 0 0 28px rgba(233, 131, 57, 0.3);
}

.primary-button:active {
  transform: translateY(1px);
  box-shadow: inset 4px 4px 8px rgba(111, 48, 12, 0.36), inset -3px -3px 7px rgba(252, 219, 172, 0.28), 0 0 16px rgba(233, 131, 57, 0.18);
}


.switch-copy {
  margin: 24px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 0.69rem;
}

.switch-copy a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.category-heading {
  margin-top: 2px;
}

.category-heading small {
  color: var(--soft-text);
  font-size: 0.61rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.category-option {
  display: flex;
  position: relative;
  min-width: 0;
  min-height: 70px;
  padding: 11px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(252, 219, 172, 0.055);
  border-radius: 13px;
  cursor: pointer;
  background: var(--control-raised);
  box-shadow: 4px 4px 10px var(--shadow-dark), -4px -4px 10px rgba(14, 39, 51, 0.52);
  transition: color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.category-option:has(input:checked) {
  border-color: rgba(233, 131, 57, 0.44);
  background: rgba(233, 131, 57, 0.065);
  box-shadow: inset 3px 3px 7px var(--shadow-dark), inset -3px -3px 7px rgba(14, 39, 51, 0.48), 0 0 14px rgba(233, 131, 57, 0.1);
}

.category-initial {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 9px;
  place-items: center;
  color: var(--primary);
  background: var(--control);
  box-shadow: inset 2px 2px 4px var(--shadow-dark), inset -2px -2px 4px rgba(14, 39, 51, 0.48);
  font-size: 0.62rem;
  font-weight: 850;
}

.category-text {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.category-text strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.65rem;
  text-overflow: ellipsis;
}

.category-text small {
  overflow: hidden;
  color: var(--soft-text);
  font-size: 0.52rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-check {
  display: none;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 6px;
  right: 6px;
  border-radius: 6px;
  place-items: center;
  color: var(--canvas);
  background: var(--primary);
  font-size: 0.52rem;
  font-weight: 900;
}

.category-option input:checked + .category-check {
  display: grid;
}

.terms-line {
  align-items: flex-start;
  line-height: 1.45;
}

@media (max-width: 920px) {
  body {
    padding: 20px;
  }

  .auth-layout {
    width: min(680px, 100%);
  }

  .auth-panel {
    width: min(540px, calc(100% - 48px));
  }
}

@media (max-width: 720px) {
  body {
    display: block;
    padding: 0;
  }

  body::before,
  body::after {
    display: none;
  }

  .auth-layout {
    display: block;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .auth-panel {
    width: min(520px, calc(100% - 40px));
    padding: 28px 0 40px;
  }

  .auth-brand {
    margin: 36px 0 28px;
  }

  .form-heading.compact {
    margin: 0 0 24px;
  }
}

@media (max-width: 500px) {
  .brand-top {
    align-items: flex-start;
  }

  .brand-copy h1 {
    font-size: 2.05rem;
  }

  .brand-summary {
    font-size: 0.8rem;
  }

  .field-grid,
  .category-grid,
  .password-rules {
    grid-template-columns: 1fr;
  }

  .category-grid {
    gap: 8px;
  }

  .category-option {
    min-height: 62px;
  }

}


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

#setup-notice {
  margin-bottom: 1.5rem;
}

/* The central sign-in entry follows the device color scheme. */
@media (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
    --canvas: #e9edf0;
    --surface: #edf1f4;
    --surface-strong: #e4e9ed;
    --ink: #172d38;
    --muted: #4b5d66;
    --soft-text: #53636a;
    --line: rgba(23, 45, 56, 0.2);
    --shadow-dark: rgba(130, 145, 156, 0.32);
    --shadow-light: rgba(255, 255, 255, 0.9);
  }
}
@media (forced-colors: active) {
  .auth-layout, .auth-logo, .primary-button {
    border: 1px solid CanvasText;
    box-shadow: none;
  }
  .primary-button:focus-visible { outline: 3px solid Highlight; }
}
