/* TESLASHOP.GE — Phase 15 Auth v2
   Dark + Light · Mobile-first · isolated under .auth-v2-page */

html:has(.auth-v2-page),
body:has(.auth-v2-page) { min-width: 20rem; max-width: 100%; overflow-x: clip; }
body:has(.auth-v2-page) .site-header,
body:has(.auth-v2-page) .site-footer,
body:has(.auth-v2-page) .mobile-footer,
body:has(.auth-v2-page) .bottom-nav,
body:has(.auth-v2-page) #bnMenuOverlay,
body:has(.auth-v2-page) #bnMenuPanel { display: none !important; }
body:has(.auth-v2-page) #mainContent {
  width: 100%; max-width: none; min-width: 0; margin: 0; padding: 0;
}

.auth-v2-page {
  --auth-accent: var(--evx-primary, #ef3340);
  --auth-accent-hover: var(--evx-primary-hover, #dc1f2b);
  --auth-hero: #07101a;
  min-height: 100svh;
  min-width: 0;
  overflow: clip;
  color: var(--evx-text, #111827);
  background:
    radial-gradient(circle at 86% 4%, color-mix(in srgb, var(--auth-accent) 11%, transparent), transparent 25rem),
    var(--evx-bg, #f4f6f9);
}

.auth-v2-page[data-evx-theme="dark"] {
  --auth-hero: #03080e;
}

.auth-v2-page,
.auth-v2-page *,
.auth-v2-page *::before,
.auth-v2-page *::after { box-sizing: border-box; }
.auth-v2-page :where(a, button, input) { -webkit-tap-highlight-color: transparent; }
.auth-v2-page :where(h1, h2, h3, p, span, small, a, li) { overflow-wrap: anywhere; }
.auth-v2-page :where(img, svg) { max-width: 100%; }
.auth-v2-page a { text-decoration: none; }
.auth-v2-page button,
.auth-v2-page input { font: inherit; }

.auth-v2-shell {
  width: min(100%, 96rem);
  min-height: 100svh;
  min-width: 0;
  margin-inline: auto;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
}

.auth-v2-topbar {
  position: relative;
  z-index: 5;
  display: flex;
  min-width: 0;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 1rem;
}

.auth-v2-brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: .65rem;
  color: var(--evx-text-strong, #070c14);
  font-size: .93rem;
  font-weight: 850;
  letter-spacing: .035em;
  white-space: nowrap;
}
.auth-v2-brand strong { color: var(--auth-accent); }
.auth-v2-brand__mark {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: .8rem;
  color: #fff;
  background: linear-gradient(145deg, #ff4c57, #c7111e);
  box-shadow: 0 10px 24px rgba(239, 51, 64, .22);
}

.auth-v2-topbar__actions {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .45rem;
}
.auth-v2-topbar__hint { display: none; color: var(--evx-text-muted); font-size: .8rem; }
.auth-v2-quiet-link,
.auth-v2-theme {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--evx-border, #e0e5ec);
  border-radius: .85rem;
  color: var(--evx-text-secondary, #4d5969);
  background: color-mix(in srgb, var(--evx-surface, #fff) 88%, transparent);
  transition: transform var(--evx-transition, 180ms ease), border-color var(--evx-transition, 180ms ease), color var(--evx-transition, 180ms ease), background var(--evx-transition, 180ms ease);
}
.auth-v2-quiet-link { padding-inline: .85rem; font-size: .8rem; font-weight: 750; }
.auth-v2-theme { width: 2.75rem; padding: 0; cursor: pointer; }
.auth-v2-quiet-link:hover,
.auth-v2-theme:hover { transform: translateY(-1px); border-color: var(--evx-border-strong); color: var(--evx-text-strong); background: var(--evx-surface); }

.auth-v2-layout {
  display: grid;
  min-width: 0;
  gap: 1rem;
}

.auth-v2-visual,
.auth-v2-panel,
.auth-v2-status-card {
  min-width: 0;
  border-radius: clamp(1.25rem, 4vw, 2rem);
}

.auth-v2-visual {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 23rem;
  overflow: hidden;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,.09);
  color: #fff;
  background: var(--auth-hero);
  box-shadow: 0 26px 70px rgba(5, 10, 17, .26);
}
.auth-v2-visual > img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.04);
  transform: scale(1.015);
}
.auth-v2-visual__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3,8,14,.1), rgba(3,8,14,.86) 82%),
    linear-gradient(100deg, rgba(3,8,14,.72), transparent 72%);
}
.auth-v2-visual::after {
  position: absolute;
  z-index: -1;
  right: -7rem;
  bottom: -8rem;
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239,51,64,.28), transparent 68%);
  content: "";
  pointer-events: none;
}
.auth-v2-visual__content {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: .9rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}
.auth-v2-kicker,
.auth-v2-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: .45rem;
  color: #ff8a92;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.auth-v2-visual h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.auth-v2-visual p {
  max-width: 40rem;
  margin: 0;
  color: rgba(255,255,255,.73);
  font-size: clamp(.92rem, 2.4vw, 1.05rem);
  line-height: 1.65;
}
.auth-v2-proof-grid {
  display: grid;
  min-width: 0;
  gap: .6rem;
  margin-top: .35rem;
}
.auth-v2-proof-grid > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 2.4rem minmax(0,1fr);
  gap: .05rem .7rem;
  align-items: center;
  padding: .75rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1rem;
  background: rgba(6,12,20,.42);
  backdrop-filter: blur(12px);
}
.auth-v2-proof-grid > div > span { grid-row: span 2; display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: .75rem; color: #fff; background: rgba(239,51,64,.22); }
.auth-v2-proof-grid strong { font-size: .82rem; }
.auth-v2-proof-grid small { color: rgba(255,255,255,.56); font-size: .7rem; }

.auth-v2-panel {
  align-self: center;
  padding: clamp(1.1rem, 4vw, 2rem);
  border: 1px solid var(--evx-border, #e0e5ec);
  background: color-mix(in srgb, var(--evx-surface, #fff) 94%, transparent);
  box-shadow: var(--evx-shadow-card, 0 12px 34px rgba(16,24,40,.08));
}
.auth-v2-panel__head {
  display: grid;
  min-width: 0;
  grid-template-columns: 3rem minmax(0,1fr);
  gap: .85rem;
  align-items: start;
  margin-bottom: 1.25rem;
}
.auth-v2-panel__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 1rem;
  color: var(--auth-accent);
  background: var(--evx-primary-soft, #fff1f2);
}
.auth-v2-panel__head h2 {
  margin: .2rem 0 .25rem;
  color: var(--evx-text-strong, #070c14);
  font-size: clamp(1.45rem, 5vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.auth-v2-panel__head p { margin: 0; color: var(--evx-text-muted, #738095); font-size: .85rem; }
.auth-v2-panel .auth-v2-eyebrow { color: var(--auth-accent); }

.auth-v2-alert {
  display: grid;
  grid-template-columns: 1.5rem minmax(0,1fr);
  gap: .65rem;
  margin-bottom: 1rem;
  padding: .85rem;
  border: 1px solid transparent;
  border-radius: .9rem;
  font-size: .8rem;
}
.auth-v2-alert strong { display: block; margin-bottom: .15rem; }
.auth-v2-alert p { margin: 0; }
.auth-v2-alert ul { margin: .25rem 0 0; padding-left: 1.05rem; }
.auth-v2-alert--danger { color: var(--evx-danger-text, #b91420); border-color: color-mix(in srgb, var(--evx-danger-text, #b91420) 20%, transparent); background: var(--evx-danger-bg, #fff0f1); }
.auth-v2-alert--warning { color: var(--evx-warning-text, #9a5a00); border-color: color-mix(in srgb, var(--evx-warning-text, #9a5a00) 20%, transparent); background: var(--evx-warning-bg, #fff6e5); }

.auth-v2-form { display: flex; min-width: 0; flex-direction: column; gap: .95rem; }
.auth-v2-remember { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: start; gap: .7rem; padding: .75rem .8rem; border: 1px solid var(--evx-border, #e4e7ec); border-radius: .8rem; background: var(--evx-surface-subtle, #f8fafc); cursor: pointer; }
.auth-v2-remember input { width: 1.1rem; height: 1.1rem; margin: .1rem 0 0; accent-color: var(--auth-accent); }
.auth-v2-remember span, .auth-v2-remember strong, .auth-v2-remember small { display: block; min-width: 0; }
.auth-v2-remember strong { color: var(--evx-text-strong, #171a20); font-size: .76rem; }
.auth-v2-remember small { margin-top: .22rem; color: var(--evx-muted, #667085); font-size: .66rem; line-height: 1.45; }
.auth-v2-form-grid { display: grid; min-width: 0; gap: .95rem; }
.auth-v2-field { display: flex; min-width: 0; flex-direction: column; gap: .4rem; }
.auth-v2-field > label,
.auth-v2-label-row label { color: var(--evx-text-secondary, #4d5969); font-size: .78rem; font-weight: 780; }
.auth-v2-field label span { color: var(--auth-accent); }
.auth-v2-label-row { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: .75rem; }
.auth-v2-label-row a { color: var(--evx-link, #1967d2); font-size: .74rem; font-weight: 750; }
.auth-v2-control {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 3.35rem;
  align-items: center;
  border: 1px solid var(--evx-border-strong, #cbd3dd);
  border-radius: 1rem;
  background: var(--evx-surface-2, #f8f9fb);
  transition: border-color var(--evx-transition, 180ms ease), box-shadow var(--evx-transition, 180ms ease), background var(--evx-transition, 180ms ease);
}
.auth-v2-control:focus-within {
  border-color: var(--evx-link, #1967d2);
  background: var(--evx-surface, #fff);
  box-shadow: 0 0 0 4px var(--evx-focus, rgba(47,128,237,.2));
}
.auth-v2-control__icon {
  display: grid;
  width: 3rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--evx-text-muted, #738095);
}
.auth-v2-control input {
  width: 100%;
  min-width: 0;
  height: 3.25rem;
  padding: 0 .75rem 0 0;
  border: 0;
  outline: 0;
  color: var(--evx-text-strong, #070c14);
  background: transparent;
  font-size: 1rem;
}
.auth-v2-control input::placeholder { color: color-mix(in srgb, var(--evx-text-muted, #738095) 72%, transparent); }
.auth-v2-password-toggle {
  display: grid;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  margin-right: .15rem;
  place-items: center;
  border: 0;
  border-radius: .8rem;
  color: var(--evx-text-muted, #738095);
  background: transparent;
  cursor: pointer;
}
.auth-v2-password-toggle:hover { color: var(--evx-text-strong); background: var(--evx-surface-3); }
.auth-v2-caps,
.auth-v2-match { min-height: 1rem; margin: 0; color: var(--evx-warning-text, #9a5a00); font-size: .7rem; }
.auth-v2-match.is-success { color: var(--evx-success-text, #087443); }
.auth-v2-match.is-error { color: var(--evx-danger-text, #b91420); }

.auth-v2-strength { display: grid; gap: .3rem; }
.auth-v2-strength__track { height: .3rem; overflow: hidden; border-radius: 99rem; background: var(--evx-surface-3, #eef2f6); }
.auth-v2-strength__track i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--evx-danger-text, #b91420); transition: width 220ms ease, background 220ms ease; }
.auth-v2-strength small { color: var(--evx-text-muted); font-size: .68rem; }
.auth-v2-strength[data-level="1"] i { width: 25%; }
.auth-v2-strength[data-level="2"] i { width: 50%; background: var(--evx-warning-text, #9a5a00); }
.auth-v2-strength[data-level="3"] i { width: 75%; background: var(--evx-blue-500, #2f80ed); }
.auth-v2-strength[data-level="4"] i { width: 100%; background: var(--evx-success-text, #087443); }

.auth-v2-consent {
  display: grid;
  grid-template-columns: 1.5rem minmax(0,1fr);
  gap: .55rem;
  padding: .75rem;
  border-radius: .85rem;
  color: var(--evx-text-secondary);
  background: var(--evx-surface-2);
  font-size: .72rem;
}
.auth-v2-consent span { color: var(--evx-success-text, #087443); }
.auth-v2-consent p { margin: 0; }

.auth-v2-submit,
.auth-v2-secondary {
  display: inline-flex;
  min-width: 0;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .75rem 1rem;
  border-radius: 1rem;
  font-size: .86rem;
  font-weight: 820;
  cursor: pointer;
  transition: transform var(--evx-transition, 180ms ease), box-shadow var(--evx-transition, 180ms ease), background var(--evx-transition, 180ms ease), opacity var(--evx-transition, 180ms ease);
}
.auth-v2-submit {
  width: 100%;
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(135deg, #f0404b, #c91623);
  box-shadow: 0 14px 30px rgba(239,51,64,.23);
}
.auth-v2-submit:hover { transform: translateY(-1px); box-shadow: 0 18px 38px rgba(239,51,64,.3); }
.auth-v2-submit:disabled { transform: none; cursor: wait; opacity: .72; }
.auth-v2-submit[aria-busy="true"]::before {
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff;
  border-radius: 50%;
  content: "";
  animation: auth-v2-spin .7s linear infinite;
}
.auth-v2-submit--link { flex-direction: row; width: auto; }
.auth-v2-secondary {
  border: 1px solid var(--evx-border-strong);
  color: var(--evx-text-secondary);
  background: var(--evx-surface-2);
}
.auth-v2-secondary:hover { transform: translateY(-1px); color: var(--evx-text-strong); background: var(--evx-surface); }

.auth-v2-switch { margin: 0; color: var(--evx-text-muted); text-align: center; font-size: .76rem; }
.auth-v2-switch a { color: var(--evx-link); font-weight: 800; }
.auth-v2-trust { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1rem; color: var(--evx-text-muted); font-size: .66rem; }
.auth-v2-trust span { display: inline-flex; align-items: center; gap: .3rem; }
.auth-v2-trust svg { color: var(--evx-success-text, #087443); }

.auth-v2-steps { display: grid; gap: .65rem; margin: .35rem 0 0; padding: 0; list-style: none; }
.auth-v2-steps li { display: grid; grid-template-columns: 2.4rem minmax(0,1fr); gap: .7rem; align-items: center; padding: .75rem; border: 1px solid rgba(255,255,255,.1); border-radius: 1rem; background: rgba(4,10,17,.45); backdrop-filter: blur(12px); }
.auth-v2-steps li > span { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: .75rem; color: #ff8991; background: rgba(239,51,64,.17); font-size: .7rem; font-weight: 850; }
.auth-v2-steps strong { display: block; font-size: .8rem; }
.auth-v2-steps small { display: block; margin-top: .1rem; color: rgba(255,255,255,.55); font-size: .68rem; }

.auth-v2-page--status .auth-v2-shell { display: flex; flex-direction: column; }
.auth-v2-status-card {
  width: min(100%, 43rem);
  margin: auto;
  padding: clamp(1.25rem, 5vw, 2.75rem);
  border: 1px solid var(--evx-border);
  text-align: center;
  background: var(--evx-surface);
  box-shadow: var(--evx-shadow-float);
}
.auth-v2-status-card--wide { width: min(100%, 50rem); }
.auth-v2-status-card__icon {
  display: grid;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 1rem;
  place-items: center;
  border-radius: 1.35rem;
}
.auth-v2-status-card__icon--warning { color: var(--evx-warning-text); background: var(--evx-warning-bg); }
.auth-v2-status-card__icon--danger { color: var(--evx-danger-text); background: var(--evx-danger-bg); }
.auth-v2-status-card__icon--pending { color: var(--evx-info-text); background: var(--evx-info-bg); }
.auth-v2-status-card .auth-v2-eyebrow { margin-inline: auto; color: var(--auth-accent); }
.auth-v2-status-card h1 { margin: .5rem auto .8rem; color: var(--evx-text-strong); font-size: clamp(1.6rem, 6vw, 2.65rem); line-height: 1.1; letter-spacing: -.04em; }
.auth-v2-status-card > p { max-width: 42rem; margin: 0 auto; color: var(--evx-text-secondary); font-size: .9rem; line-height: 1.7; }
.auth-v2-status-note { display: grid; grid-template-columns: 1.5rem minmax(0,1fr); gap: .7rem; margin-top: 1.25rem; padding: 1rem; border: 1px solid var(--evx-border); border-radius: 1rem; color: var(--evx-info-text); text-align: left; background: var(--evx-info-bg); }
.auth-v2-status-note strong { display: block; margin-bottom: .2rem; font-size: .8rem; }
.auth-v2-status-note p { margin: 0; font-size: .74rem; line-height: 1.55; }
.auth-v2-status-actions { display: grid; gap: .65rem; margin-top: 1.25rem; }
.auth-v2-logout { display: inline-flex; margin-top: 1rem; color: var(--evx-text-muted); font-size: .75rem; font-weight: 720; }

.auth-v2-pending-profile {
  display: grid;
  min-width: 0;
  grid-template-columns: 3rem minmax(0,1fr);
  gap: .75rem;
  align-items: center;
  margin-top: 1.25rem;
  padding: .9rem;
  border: 1px solid var(--evx-border);
  border-radius: 1rem;
  text-align: left;
  background: var(--evx-surface-2);
}
.auth-v2-pending-profile__avatar { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 1rem; color: #fff; background: linear-gradient(145deg,#f04a55,#c91623); font-size: 1rem; font-weight: 850; }
.auth-v2-pending-profile strong,
.auth-v2-pending-profile small { display: block; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.auth-v2-pending-profile strong { color: var(--evx-text-strong); font-size: .83rem; }
.auth-v2-pending-profile small { color: var(--evx-text-muted); font-size: .7rem; }
.auth-v2-status-pill { grid-column: 1 / -1; display: inline-flex; width: fit-content; align-items: center; gap: .4rem; padding: .4rem .65rem; border-radius: 99rem; color: var(--evx-info-text); background: var(--evx-info-bg); font-size: .68rem; font-weight: 800; }
.auth-v2-status-pill i { width: .45rem; height: .45rem; border-radius: 50%; background: currentColor; animation: auth-v2-pulse 1.8s ease-in-out infinite; }
.auth-v2-timeline { display: grid; gap: .15rem; margin-top: 1.25rem; text-align: left; }
.auth-v2-timeline > div { position: relative; display: grid; grid-template-columns: 2.2rem minmax(0,1fr); gap: .7rem; min-height: 4rem; }
.auth-v2-timeline > div:not(:last-child)::after { position: absolute; top: 2.2rem; bottom: 0; left: 1.07rem; width: 2px; background: var(--evx-border); content: ""; }
.auth-v2-timeline > div > span { position: relative; z-index: 1; display: grid; width: 2.2rem; height: 2.2rem; place-items: center; border: 1px solid var(--evx-border-strong); border-radius: 50%; color: var(--evx-text-muted); background: var(--evx-surface); font-size: .7rem; font-weight: 850; }
.auth-v2-timeline .is-done > span { border-color: transparent; color: #fff; background: var(--evx-success-text); }
.auth-v2-timeline .is-active > span { border-color: transparent; color: #fff; background: var(--evx-info-text); box-shadow: 0 0 0 5px color-mix(in srgb, var(--evx-info-text) 14%, transparent); }
.auth-v2-timeline strong { display: block; padding-top: .1rem; color: var(--evx-text-strong); font-size: .78rem; }
.auth-v2-timeline small { display: block; margin-top: .15rem; color: var(--evx-text-muted); font-size: .69rem; }

@keyframes auth-v2-spin { to { transform: rotate(360deg); } }
@keyframes auth-v2-pulse { 50% { opacity: .35; transform: scale(.8); } }

@media (min-width: 30rem) {
  .auth-v2-proof-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .auth-v2-proof-grid > div { grid-template-columns: 2.4rem minmax(0,1fr); }
  .auth-v2-status-actions { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .auth-v2-pending-profile { grid-template-columns: 3rem minmax(0,1fr) auto; }
  .auth-v2-status-pill { grid-column: auto; justify-self: end; }
}

@media (min-width: 48rem) {
  .auth-v2-shell { padding-inline: 1.5rem; }
  .auth-v2-topbar__hint { display: inline; }
  .auth-v2-layout { grid-template-columns: minmax(0,1.1fr) minmax(22rem,.9fr); align-items: stretch; }
  .auth-v2-layout--register { grid-template-columns: minmax(0,.95fr) minmax(25rem,1.05fr); }
  .auth-v2-visual { min-height: calc(100svh - 6.25rem); }
  .auth-v2-panel { width: 100%; max-width: 36rem; justify-self: center; }
  .auth-v2-form-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 70rem) {
  .auth-v2-shell { padding-inline: 2rem; }
  .auth-v2-layout { gap: 2rem; }
  .auth-v2-panel { padding: 2.4rem; }
  .auth-v2-visual__content { padding: 3rem; }
}

@media (max-width: 22rem) {
  .auth-v2-shell { padding-inline: .75rem; }
  .auth-v2-topbar__actions .auth-v2-quiet-link { display: none; }
  .auth-v2-panel,
  .auth-v2-status-card { padding: 1rem; border-radius: 1.1rem; }
  .auth-v2-visual { min-height: 21rem; border-radius: 1.1rem; }
  .auth-v2-proof-grid { grid-template-columns: 1fr; }
}

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

@media print {
  body:has(.auth-v2-page) .auth-v2-topbar,
  body:has(.auth-v2-page) .auth-v2-visual { display: none !important; }
  .auth-v2-page { min-height: auto; background: #fff !important; }
  .auth-v2-layout { display: block; }
  .auth-v2-panel,
  .auth-v2-status-card { box-shadow: none; }
}

.auth-v2-oauth { display: grid; gap: .7rem; margin: 1rem 0; }
.auth-v2-oauth__button { display: flex; min-height: 3.15rem; align-items: center; justify-content: center; gap: .7rem; padding: .7rem 1rem; border: 1px solid var(--evx-border-strong); border-radius: .9rem; text-decoration: none; font-size: .79rem; font-weight: 850; transition: transform .15s ease, box-shadow .15s ease; }
.auth-v2-oauth__button:hover { transform: translateY(-1px); box-shadow: 0 .6rem 1.4rem rgba(16,24,40,.11); }
.auth-v2-oauth__button b { display: grid; width: 1.55rem; place-items: center; font-size: 1.05rem; }
.auth-v2-oauth__button.is-google { color: #202124; background: #fff; }
.auth-v2-oauth__button.is-apple { border-color: #050505; color: #fff; background: #050505; }
.auth-v2-divider { display: flex; align-items: center; gap: .65rem; margin: 1rem 0; color: var(--evx-text-muted); font-size: .67rem; font-weight: 750; }
.auth-v2-divider::before,.auth-v2-divider::after { height: 1px; flex: 1; background: var(--evx-border); content: ""; }
.auth-v2-device-link { display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: .7rem; align-items: center; margin-top: 1rem; padding: .8rem; border: 1px solid var(--evx-border); border-radius: .9rem; color: var(--evx-text-strong); background: var(--evx-surface-2); text-decoration: none; }
.auth-v2-device-link>svg { width: 1.2rem; }
.auth-v2-device-link strong,.auth-v2-device-link small { display: block; }
.auth-v2-device-link strong { font-size: .76rem; }.auth-v2-device-link small { margin-top: .12rem; color: var(--evx-text-muted); font-size: .64rem; }
.auth-v2-verified-note { display: flex; gap: .55rem; align-items: flex-start; margin: 1rem 0; padding: .8rem; border: 1px solid var(--evx-border); border-radius: .85rem; color: var(--evx-text-muted); background: var(--evx-surface-2); font-size: .72rem; line-height: 1.55; }
.auth-v2-verified-note svg { flex: 0 0 1rem; color: var(--evx-success-text); }
