/* ============================================
   SWA Auth — Fast premium desk v7
   Static polish · no continuous animation
   ============================================ */

.auth-desk {
  --g: #22823a;
  --g2: #0c2f18;
  --g3: #1a6b30;
  --mint: #9af0b4;
  --ink: #0b1210;
  --mute: #617268;
  --line: rgba(34, 130, 58, 0.16);
  --soft: #eef7f1;
  --rad: 28px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(800px 420px at 0% 0%, rgba(34, 130, 58, 0.14), transparent 55%),
    radial-gradient(600px 380px at 100% 0%, rgba(125, 206, 160, 0.16), transparent 50%),
    #f4f8f5;
}

.auth-orb { display: none; }

.auth-top,
.auth-shell { position: relative; z-index: 1; }

.auth-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 3vw, 1.75rem);
  margin: 0.55rem clamp(0.75rem, 2vw, 1.35rem) 0;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(34, 130, 58, 0.12);
  box-shadow: 0 8px 24px rgba(12, 40, 24, 0.06);
}

.auth-top .site-wordmark {
  font-family: var(--font-head, Syne, sans-serif);
  font-weight: 800;
  letter-spacing: 0.16em;
  font-size: 1.02rem;
  color: var(--ink);
  text-decoration: none;
}
.auth-top .site-wordmark span { color: var(--g); }

.auth-top-actions { display: flex; align-items: center; gap: 0.7rem; }
.auth-top-link {
  font-family: var(--font-head, Syne, sans-serif);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--mute);
  text-decoration: none;
}
.auth-top-link:hover { color: var(--g); }

.auth-top .theme-btn {
  padding: 0.48rem 1.1rem !important;
  font-size: 0.76rem !important;
  border-radius: 999px !important;
}

.auth-desk .auth-shell {
  max-width: 1120px;
  margin: 0.85rem auto 1.6rem;
  min-height: calc(100vh - 105px);
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  border-radius: var(--rad);
  overflow: hidden;
  border: 1px solid rgba(34, 130, 58, 0.12);
  background: #fff;
  box-shadow: 0 28px 70px rgba(8, 30, 18, 0.12);
}

/* ---- Visual ---- */
.auth-visual {
  position: relative;
  color: #fff;
  padding: clamp(1.35rem, 3vw, 2.15rem);
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 90% 0%, rgba(154, 240, 180, 0.35), transparent 45%),
    linear-gradient(150deg, #04110a 0%, #0c2f18 42%, #1f8a3c 100%);
}

.auth-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at 45% 35%, #000 12%, transparent 68%);
  pointer-events: none;
}

.auth-visual > * { position: relative; z-index: 1; }

.auth-spark {
  position: absolute;
  left: 0; right: 0; bottom: 20%;
  width: 100%; height: 130px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;
}

.auth-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.auth-ticker-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.auth-tick {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}
.auth-tick .pair { color: rgba(255, 255, 255, 0.65); font-weight: 600; }
.auth-tick .up { color: var(--mint); }
.auth-tick .dn { color: #ffb4b0; }

.auth-visual .brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.36rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.auth-visual .brand-pill i { color: var(--mint); }

.auth-visual-copy { flex: 1; }

.auth-visual h2 {
  font-family: var(--font-head, Syne, sans-serif);
  font-size: clamp(1.95rem, 3.6vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  margin: 0.85rem 0 0.5rem;
  max-width: 11ch;
}
.auth-visual h2 em {
  font-style: normal;
  color: var(--mint);
  background: linear-gradient(180deg, transparent 62%, rgba(154, 240, 180, 0.28) 62%);
}

.auth-visual .lead {
  margin: 0;
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
  font-size: 0.94rem;
}

.auth-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-top: 1.05rem;
}
.auth-stat {
  text-align: center;
  padding: 0.65rem 0.35rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.15s ease, background 0.15s ease;
}
.auth-stat:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}
.auth-stat strong {
  display: block;
  font-family: var(--font-head, Syne, sans-serif);
  font-size: 1.05rem;
  font-weight: 800;
}
.auth-stat span {
  font-size: 0.6rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 700;
}

.auth-benefits {
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.auth-benefits li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 600;
}
.auth-benefits li i {
  width: 26px; height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
  color: var(--mint);
  font-size: 0.7rem;
}

.auth-art-wrap {
  margin-top: auto;
  position: relative;
  min-height: 150px;
  display: grid;
  place-items: end center;
}
.auth-art-glow {
  position: absolute;
  left: 50%; bottom: 16px;
  width: 65%; height: 60px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(154, 240, 180, 0.4), transparent 70%);
  opacity: 0.7;
}
.auth-art-stage {
  position: absolute;
  left: 50%; bottom: 8px;
  width: 68%; height: 12px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0.6;
}

.auth-float-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.65rem;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  font-size: 0.7rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}
.auth-float-chip.fc1 { top: 8%; right: 2%; }
.auth-float-chip.fc2 { bottom: 36%; left: 0; }
.auth-float-chip i { color: var(--mint); }

.auth-art {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.1rem;
}
.auth-art img {
  width: 92px; height: 92px;
  object-fit: contain;
  background: transparent !important;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.35));
}
.auth-art img:nth-child(2) {
  width: 132px; height: 132px;
  z-index: 2;
}

/* ---- Form ---- */
.auth-panel {
  padding: clamp(1.35rem, 3.4vw, 2.35rem);
  display: flex;
  background: linear-gradient(180deg, #fff, #fafdfb);
  overflow-y: auto;
}
.auth-panel-inner {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.auth-steps {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
  font-family: var(--font-head, Syne, sans-serif);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aaba0;
}
.auth-steps .on {
  color: var(--g2);
  background: rgba(34, 130, 58, 0.1);
  padding: 0.26rem 0.55rem;
  border-radius: 999px;
}
.auth-steps .sep {
  width: 16px; height: 2px;
  border-radius: 99px;
  background: rgba(34, 130, 58, 0.18);
}

.auth-panel .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(34, 130, 58, 0.1);
  border: 1px solid rgba(34, 130, 58, 0.16);
  font-family: var(--font-head, Syne, sans-serif);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--g2);
}
.auth-panel .eyebrow .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--g);
  box-shadow: 0 0 0 3px rgba(34, 130, 58, 0.18);
}

.auth-panel h1 {
  font-family: var(--font-head, Syne, sans-serif);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
  margin: 0.6rem 0 0.3rem;
  color: var(--ink);
}
.auth-panel .sub {
  margin: 0 0 1.1rem;
  color: var(--mute);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 34ch;
}

.auth-panel .form-group { margin-bottom: 0.75rem; }
.auth-panel label {
  display: block;
  font-family: var(--font-head, Syne, sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.3rem;
  color: #24302a;
}

.auth-field { position: relative; }
.auth-field i.field-ico {
  position: absolute;
  left: 0.75rem; top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(34, 130, 58, 0.09);
  color: var(--g3);
  font-size: 0.7rem;
  pointer-events: none;
  transition: background 0.15s, color 0.15s;
}
.auth-field:focus-within i.field-ico {
  background: var(--g);
  color: #fff;
}

.auth-panel .form-control {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 3.15rem;
  border: 1.5px solid rgba(34, 130, 58, 0.14);
  border-radius: 14px;
  background: var(--soft);
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 0.94rem;
  color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.auth-panel .auth-field:has(.pw-toggle) .form-control { padding-right: 2.85rem; }
.auth-panel .form-control::placeholder { color: #9aaba0; }
.auth-panel .form-control:hover { border-color: rgba(34, 130, 58, 0.3); }
.auth-panel .form-control:focus {
  outline: none;
  border-color: var(--g);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(34, 130, 58, 0.14);
}

.auth-field .pw-toggle {
  position: absolute;
  right: 0.4rem; top: 50%;
  transform: translateY(-50%);
  width: 34px; height: 34px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #6a7a70;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.auth-field .pw-toggle:hover {
  background: rgba(34, 130, 58, 0.1);
  color: var(--g2);
}

.auth-panel .form-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin: 0.1rem 0 0.95rem;
  font-size: 0.85rem;
  color: var(--mute);
}
.auth-panel .form-row label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 0.85rem;
}
.auth-panel .form-row input[type="checkbox"],
.auth-panel .form-check input {
  appearance: none;
  -webkit-appearance: none;
  width: 17px; height: 17px;
  border-radius: 5px;
  border: 1.5px solid rgba(34, 130, 58, 0.35);
  background: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.auth-panel .form-row input[type="checkbox"]:checked,
.auth-panel .form-check input:checked {
  background: var(--g);
  border-color: var(--g);
}
.auth-panel .form-row input[type="checkbox"]:checked::after,
.auth-panel .form-check input:checked::after {
  content: "";
  position: absolute;
  left: 5px; top: 1px;
  width: 4px; height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.auth-panel .form-row a {
  color: var(--g);
  font-weight: 700;
  text-decoration: none;
}
.auth-panel .form-row a:hover { text-decoration: underline; }

.auth-panel .btn-block,
.auth-cta {
  width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.1rem;
  padding: 0.92rem 1.15rem;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-family: var(--font-head, Syne, sans-serif);
  font-weight: 800;
  font-size: 0.94rem;
  color: #fff !important;
  background: #0f3d1c !important;
  background-image: none !important;
  box-shadow: 0 12px 28px rgba(34, 130, 58, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.auth-panel .btn-block:hover,
.auth-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(34, 130, 58, 0.34);
}
.auth-panel .btn-block:hover i,
.auth-cta:hover i { transform: translateX(3px); }
.auth-panel .btn-block i,
.auth-cta i { transition: transform 0.15s; font-size: 0.82rem; }
.auth-panel .btn-block:disabled { opacity: 0.7; cursor: wait; transform: none; }

.auth-panel .divider {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.95rem 0;
  color: #8a9a90;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.auth-panel .divider::before,
.auth-panel .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.auth-panel .btn-google {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1.5px solid rgba(34, 130, 58, 0.14);
  background: #fff;
  font-family: var(--font-head, Syne, sans-serif);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  color: var(--ink);
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 6px 16px rgba(15, 40, 25, 0.04);
}
.auth-panel .btn-google i { color: #4285f4; font-size: 1.02rem; }
.auth-panel .btn-google:hover {
  border-color: var(--g);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(34, 130, 58, 0.1);
}

.auth-panel .form-footer {
  text-align: center;
  margin-top: 1.1rem;
  color: var(--mute);
  font-size: 0.88rem;
}
.auth-panel .form-footer a {
  color: var(--g);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(34, 130, 58, 0.25);
}

.auth-secure-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px dashed rgba(34, 130, 58, 0.16);
  font-size: 0.7rem;
  color: #7a8c80;
  font-weight: 600;
}
.auth-secure-bar span { display: inline-flex; align-items: center; gap: 0.28rem; }
.auth-secure-bar i { color: var(--g); }

.auth-panel .form-error,
.auth-panel .form-success {
  display: none;
  padding: 0.7rem 0.9rem;
  border-radius: 11px;
  margin-bottom: 0.85rem;
  font-size: 0.86rem;
  font-weight: 600;
}
.auth-panel .form-error.show {
  display: block;
  background: #fdecea;
  color: #b42318;
  border: 1px solid #f5c2c0;
}
.auth-panel .form-success.show {
  display: block;
  background: #e8f5ec;
  color: var(--g2);
  border: 1px solid #b7e0c2;
}

.auth-panel .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0.5rem 0 0.85rem;
  font-size: 0.84rem;
  color: var(--mute);
  line-height: 1.4;
}
.auth-panel .form-check label {
  margin: 0;
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-weight: 500;
  letter-spacing: 0;
  font-size: 0.84rem;
  cursor: pointer;
}
.auth-panel .form-check a { color: var(--g); font-weight: 700; }

.auth-panel .form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.auth-section {
  margin-bottom: 0.85rem;
  padding: 0.8rem 0.85rem;
  border-radius: 16px;
  background: var(--soft);
  border: 1px solid rgba(34, 130, 58, 0.12);
}
.auth-section .form-group:last-child { margin-bottom: 0; }
.auth-section-label {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
  font-family: var(--font-head, Syne, sans-serif);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--g2);
}
.auth-section-label i {
  width: 22px; height: 22px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: rgba(34, 130, 58, 0.12);
  color: var(--g);
  font-size: 0.65rem;
}

.auth-optional {
  margin-top: 0.1rem;
  border-radius: 11px;
  border: 1px dashed rgba(34, 130, 58, 0.22);
  background: #fff;
  padding: 0.1rem 0.65rem;
}
.auth-optional summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--g3);
  font-family: var(--font-head, Syne, sans-serif);
}
.auth-optional summary::-webkit-details-marker { display: none; }
.auth-optional summary span {
  font-weight: 500;
  color: #8a9a90;
  font-family: var(--font-body, "DM Sans", sans-serif);
}
.auth-optional summary::after {
  content: "+";
  margin-left: auto;
  color: var(--g);
}
.auth-optional[open] summary::after { content: "−"; }

.password-rules {
  margin-top: 0.5rem;
  padding: 0.65rem 0.7rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}
.pw-rules-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.pw-rules-head strong {
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--g2);
}
.pw-meter {
  height: 4px;
  border-radius: 99px;
  background: rgba(34, 130, 58, 0.1);
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.pw-meter > span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  transition: width 0.2s ease, background 0.2s ease;
}
.pw-meter.pw-weak > span { width: 25%; background: #e5484d; }
.pw-meter.pw-fair > span { width: 50%; background: #ef9f27; }
.pw-meter.pw-good > span { width: 75%; background: #46a758; }
.pw-meter.pw-strong > span { width: 100%; background: #22823a; }
.pw-meter.pw-empty > span { width: 0; }

.pw-strength {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}
.pw-strength.pw-weak { background: #fdecea; color: #b42318; }
.pw-strength.pw-fair { background: #fff4e5; color: #b54708; }
.pw-strength.pw-good { background: #e8f5ec; color: #145524; }
.pw-strength.pw-strong { background: #22823a; color: #fff; }

.pw-chips,
.pw-rules-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.pw-chip,
.pw-rules-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.26rem 0.5rem;
  border-radius: 999px;
  background: #f3f7f4;
  border: 1px solid rgba(34, 130, 58, 0.1);
  font-size: 0.7rem;
  color: #6a7a70;
}
.pw-chip i,
.pw-rules-list li i { font-size: 0.65rem; color: #b7c4bc; }
.pw-chip.ok,
.pw-rules-list li.ok {
  background: rgba(34, 130, 58, 0.1);
  border-color: rgba(34, 130, 58, 0.22);
  color: var(--g2);
  font-weight: 700;
}
.pw-chip.ok i,
.pw-rules-list li.ok i { color: var(--g); }
.pw-chip.bad,
.pw-rules-list li.bad {
  background: #fdecea;
  border-color: #f5c2c0;
  color: #b42318;
}

.dash-form .password-rules { margin: 0.35rem 0 1rem; }

.auth-desk[data-page="reset"] .auth-shell,
.auth-desk[data-page="verify"] .auth-shell {
  grid-template-columns: 1fr;
  max-width: 460px;
  min-height: auto;
}
.auth-desk[data-page="reset"] .auth-visual,
.auth-desk[data-page="verify"] .auth-visual { display: none; }

@media (max-width: 960px) {
  .auth-desk .auth-shell {
    grid-template-columns: 1fr;
    margin: 0.6rem 0.6rem 1.2rem;
    min-height: auto;
    border-radius: 20px;
  }
  .auth-visual { padding: 1.1rem 1.15rem 0.85rem; gap: 0.55rem; }
  .auth-visual h2 { max-width: none; font-size: 1.5rem; margin: 0.45rem 0 0.3rem; }
  .auth-visual .lead,
  .auth-benefits,
  .auth-spark,
  .auth-float-chip.fc2 { display: none; }
  .auth-art-wrap { min-height: 0; margin-top: 0.15rem; }
  .auth-art img { width: 52px; height: 52px; }
  .auth-art img:nth-child(2) { width: 70px; height: 70px; }
  .auth-art img:nth-child(3) { display: none; }
  .auth-panel { padding: 1.15rem 1.05rem 1.35rem; }
  .auth-panel-inner { max-width: none; margin: 0; }
  .auth-panel .form-grid-2 { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .auth-top { margin: 0.4rem 0.5rem 0; padding: 0.65rem 0.8rem; }
  .auth-desk .auth-shell { margin: 0.5rem 0.5rem 1rem; }
  .auth-top-link { display: none; }
}
