.auth-shell {
  min-height: 690px;
}

.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
}

.auth-copy {
  margin-top: 38px;
}

.captcha-wrap {
  display: grid;
  margin-top: 17px;
}

.captcha-challenge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 8px;
  margin-bottom: 8px;
}

.captcha-challenge img {
  width: 100%;
  height: 76px;
  object-fit: cover;
  background: #1d1f29;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.captcha-challenge img.loading {
  opacity: 0.45;
}

.captcha-challenge button {
  display: grid;
  place-items: center;
  color: var(--accent);
  background: #1d1f29;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-size: 22px;
}

.captcha-challenge button:hover {
  border-color: var(--accent);
  background: #252936;
}

#captcha-answer {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-weight: 800;
}

.captcha-note {
  margin-top: 6px;
  color: var(--muted);
  font-size: 9px;
}

.security-note {
  padding-top: 20px;
}

@media (max-width: 760px) {
  .auth-shell {
    min-height: calc(100vh - 32px);
  }

  .auth-copy {
    margin-top: 34px;
  }
}

/* V8 animated login */
:root {
  --page: #070b18;
  --panel: rgba(11, 17, 35, 0.94);
  --panel-soft: rgba(22, 31, 57, 0.78);
  --line: rgba(139, 169, 226, 0.17);
  --text: #f5f7ff;
  --muted: #8491ac;
  --accent: #56e5ff;
  --green: #55efb3;
  --red: #ff6685;
}

body {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 8%, rgba(48, 103, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 82%, rgba(157, 70, 255, 0.13), transparent 32rem),
    linear-gradient(145deg, #060a16, #0a1125 50%, #070b18);
}

body::before {
  position: fixed;
  inset: 0;
  content: "";
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(121, 164, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 164, 255, 0.1) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 76%);
  animation: login-grid 24s linear infinite;
}

body::after {
  position: fixed;
  z-index: -1;
  width: 46vw;
  aspect-ratio: 1;
  top: -28vw;
  right: -12vw;
  content: "";
  border-radius: 50%;
  background: #503cff;
  filter: blur(120px);
  opacity: 0.12;
  animation: login-aurora 11s ease-in-out infinite alternate;
}

.auth-shell {
  position: relative;
  min-height: 690px;
  border-color: rgba(143, 175, 237, 0.18);
  border-radius: 25px;
  background: rgba(9, 15, 32, 0.94);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.48), inset 0 1px rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(28px) saturate(135%);
  animation: auth-shell-in 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transition: opacity 380ms ease, transform 380ms ease, filter 380ms ease;
}

.auth-shell::before {
  position: absolute;
  z-index: 3;
  inset: 0 auto 0 0;
  width: 1px;
  content: "";
  opacity: 0.7;
  background: linear-gradient(transparent, var(--accent), #9b73ff, transparent);
}

.auth-shell.auth-success {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.025);
}

.auth-card {
  position: relative;
  z-index: 2;
  padding: 42px 54px;
  background:
    radial-gradient(circle at 0 0, rgba(86, 229, 255, 0.045), transparent 35%),
    rgba(8, 14, 30, 0.82);
}

.brand {
  animation: login-rise 600ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}

.brand-logo {
  width: 46px;
  height: 46px;
  border-color: rgba(139, 177, 239, 0.2);
  border-radius: 13px;
  box-shadow: 0 13px 34px rgba(0, 0, 0, 0.32), 0 0 24px rgba(86, 229, 255, 0.06);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.brand:hover .brand-logo {
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.36), 0 0 28px rgba(86, 229, 255, 0.14);
  transform: rotate(-5deg) scale(1.04);
}

.brand strong {
  color: #eef3ff;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.brand small {
  color: #73809c;
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.auth-copy {
  margin-top: 38px;
  animation: login-rise 650ms cubic-bezier(0.16, 1, 0.3, 1) 260ms both;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--accent);
  font-family: inherit;
  font-size: 8px;
  letter-spacing: 0.17em;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(85, 239, 179, 0.72);
  animation: login-status 2s ease-out infinite;
}

h1 {
  color: #f6f8ff;
  font-size: clamp(38px, 5vw, 52px);
  font-weight: 840;
  letter-spacing: -0.06em;
}

.auth-copy > p:last-child {
  color: #8f9bb5;
  line-height: 1.6;
}

form {
  margin-top: 25px;
  animation: login-rise 700ms cubic-bezier(0.16, 1, 0.3, 1) 340ms both;
}

label {
  color: #aeb9cf;
  font-size: 9px;
  letter-spacing: 0.05em;
}

input {
  height: 48px;
  color: #edf2ff;
  border-color: rgba(139, 169, 226, 0.17);
  border-radius: 11px;
  background: rgba(17, 25, 48, 0.75);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

input:hover {
  border-color: rgba(139, 169, 226, 0.3);
}

input:focus {
  border-color: rgba(86, 229, 255, 0.55);
  background: rgba(21, 31, 56, 0.86);
  box-shadow: 0 0 0 4px rgba(86, 229, 255, 0.06), 0 12px 30px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}

.password-field button {
  border-radius: 9px;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.password-field button:hover {
  color: var(--accent);
  background: rgba(86, 229, 255, 0.07);
  transform: scale(1.05);
}

.captcha-challenge img {
  height: 78px;
  border-color: rgba(139, 169, 226, 0.17);
  border-radius: 11px;
  background: rgba(12, 19, 39, 0.88);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

.captcha-challenge img.loading {
  filter: blur(3px);
  transform: scale(0.985);
}

.captcha-challenge button {
  color: var(--accent);
  border-color: rgba(86, 229, 255, 0.17);
  border-radius: 11px;
  background: rgba(17, 25, 48, 0.75);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 260ms ease;
}

.captcha-challenge button:hover {
  color: #fff;
  border-color: rgba(86, 229, 255, 0.45);
  background: rgba(86, 229, 255, 0.08);
  transform: rotate(100deg);
}

.captcha-note,
.form-note {
  color: #65728e;
}

.submit-button {
  position: relative;
  height: 48px;
  overflow: hidden;
  border-radius: 11px;
  color: #06151c;
  background: linear-gradient(110deg, var(--accent), #87ffc9);
  box-shadow: 0 14px 32px rgba(86, 229, 255, 0.12);
  transition: box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
}

.submit-button::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.34), transparent 68%);
  transform: translateX(-110%);
}

.submit-button:hover {
  background: linear-gradient(110deg, #72edff, #a0ffd9);
  box-shadow: 0 18px 40px rgba(86, 229, 255, 0.2);
  transform: translateY(-2px);
}

.submit-button:hover::before {
  animation: submit-shine 750ms ease;
}

.submit-button:disabled svg {
  animation: submit-wait 1s ease-in-out infinite;
}

.security-note {
  animation: login-rise 700ms cubic-bezier(0.16, 1, 0.3, 1) 430ms both;
}

.security-note > svg {
  color: var(--green);
  filter: drop-shadow(0 0 8px rgba(85, 239, 179, 0.28));
}

.auth-art {
  border-color: rgba(139, 169, 226, 0.12);
  background:
    radial-gradient(circle at 65% 30%, rgba(86, 229, 255, 0.13), transparent 32%),
    radial-gradient(circle at 30% 80%, rgba(152, 90, 255, 0.13), transparent 37%),
    linear-gradient(145deg, #101a35, #0b1228);
}

.auth-art::before,
.auth-art::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 1px solid rgba(86, 229, 255, 0.13);
  transform: translate(var(--pointer-x, 0), var(--pointer-y, 0));
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  animation: art-orbit 11s linear infinite;
}

.auth-art::before {
  width: 280px;
  height: 280px;
  top: -100px;
  right: -100px;
}

.auth-art::after {
  width: 160px;
  height: 160px;
  bottom: -58px;
  left: -62px;
  animation-direction: reverse;
  animation-duration: 8s;
}

.art-grid {
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(118, 164, 255, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 164, 255, 0.13) 1px, transparent 1px);
  background-size: 36px 36px;
  animation: art-grid-drift 20s linear infinite;
}

.art-content {
  transform: translate(var(--pointer-x, 0), var(--pointer-y, 0));
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
  animation: art-content-in 850ms cubic-bezier(0.16, 1, 0.3, 1) 280ms both;
}

.terminal-mark {
  position: relative;
  width: 64px;
  height: 64px;
  color: var(--accent);
  border-color: rgba(86, 229, 255, 0.25);
  border-radius: 17px;
  background: rgba(9, 16, 34, 0.72);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25), 0 0 32px rgba(86, 229, 255, 0.08);
  animation: terminal-float 4s ease-in-out infinite;
}

.terminal-mark::after {
  position: absolute;
  inset: -9px;
  content: "";
  border: 1px solid rgba(86, 229, 255, 0.09);
  border-radius: 22px;
  animation: terminal-ring 2.8s ease-out infinite;
}

.art-content > p {
  color: var(--accent);
  font-family: inherit;
  font-size: 8px;
}

.art-content > strong {
  font-size: clamp(24px, 3vw, 31px);
  letter-spacing: -0.05em;
}

.art-status {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(85, 239, 179, 0.13);
  border-radius: 999px;
  background: rgba(85, 239, 179, 0.05);
}

.art-status i {
  background: var(--green);
  box-shadow: 0 0 14px rgba(85, 239, 179, 0.6);
  animation: login-status 2s ease-out infinite;
}

@keyframes auth-shell-in {
  from { opacity: 0; transform: translateY(28px) scale(0.975); }
}

@keyframes login-rise {
  from { opacity: 0; transform: translateY(16px); }
}

@keyframes art-content-in {
  from { opacity: 0; transform: translateX(24px); }
}

@keyframes login-grid {
  to { background-position: 54px 54px; }
}

@keyframes art-grid-drift {
  to { background-position: 36px 36px; }
}

@keyframes login-aurora {
  to { transform: translate(-8vw, 10vh) scale(1.15); }
}

@keyframes login-status {
  0% { box-shadow: 0 0 0 0 rgba(85, 239, 179, 0.38), 0 0 12px rgba(85, 239, 179, 0.5); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(85, 239, 179, 0), 0 0 16px rgba(85, 239, 179, 0.22); }
}

@keyframes submit-shine {
  to { transform: translateX(110%); }
}

@keyframes submit-wait {
  50% { transform: translateX(4px); }
}

@keyframes terminal-float {
  50% { transform: translateY(-7px) rotate(-2deg); }
}

@keyframes terminal-ring {
  from { opacity: 0.8; transform: scale(0.9); }
  to { opacity: 0; transform: scale(1.15); }
}

@keyframes art-orbit {
  to { rotate: 1turn; }
}

@media (max-width: 760px) {
  .auth-shell {
    border-radius: 20px;
  }

  .auth-card {
    padding: 31px clamp(22px, 8vw, 45px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after,
  .auth-art::before,
  .auth-art::after,
  .art-grid,
  .terminal-mark,
  .terminal-mark::after,
  .art-status i,
  .eyebrow::before {
    animation: none !important;
  }
}

/* V11 ultraviolet / ember access portal */
:root {
  --page: #0b0611;
  --panel: rgba(20, 10, 29, 0.95);
  --panel-soft: rgba(39, 20, 54, 0.82);
  --line: rgba(214, 167, 255, 0.18);
  --text: #fff8ff;
  --muted: #aa91b5;
  --accent: #cfa0ff;
  --green: #b9f58f;
  --red: #ff7897;
  --ember: #ff946b;
  --magenta: #ff73b5;
}

body {
  min-height: 100svh;
  background:
    radial-gradient(circle at 12% 12%, rgba(207, 160, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 82%, rgba(255, 112, 154, 0.13), transparent 34rem),
    radial-gradient(circle at 50% 120%, rgba(255, 148, 107, 0.1), transparent 34rem),
    linear-gradient(145deg, #08040d, #14081c 48%, #0a0610);
}

body::before {
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(207, 160, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 160, 255, 0.12) 1px, transparent 1px);
}

body::after {
  background: #ff705e;
  opacity: 0.1;
}

.auth-shell {
  width: min(1060px, calc(100% - 34px));
  min-height: 720px;
  grid-template-columns: minmax(440px, 0.92fr) minmax(430px, 1.08fr);
  border-color: rgba(224, 180, 255, 0.2);
  border-radius: 30px;
  background: rgba(16, 8, 24, 0.93);
  box-shadow:
    0 50px 140px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(255, 255, 255, 0.018) inset,
    0 0 90px rgba(167, 96, 255, 0.055);
}

.auth-shell::before {
  width: 2px;
  background: linear-gradient(
    transparent 4%,
    var(--accent) 27%,
    var(--magenta) 66%,
    var(--ember) 84%,
    transparent
  );
  box-shadow: 0 0 24px rgba(207, 160, 255, 0.3);
}

.auth-card {
  padding: 40px 54px 34px;
  background:
    radial-gradient(circle at 0 0, rgba(207, 160, 255, 0.07), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(255, 148, 107, 0.045), transparent 37%),
    rgba(14, 8, 22, 0.88);
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-color: rgba(220, 180, 255, 0.24);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.38), 0 0 28px rgba(207, 160, 255, 0.1);
}

.brand:hover .brand-logo {
  box-shadow: 0 17px 42px rgba(0, 0, 0, 0.4), 0 0 34px rgba(255, 115, 181, 0.18);
}

.brand strong {
  color: #fff8ff;
  font-size: 15px;
}

.brand small {
  color: #a38aad;
}

.auth-copy {
  margin-top: 34px;
}

.eyebrow {
  color: #d7b1ff;
}

.eyebrow::before {
  background: var(--ember);
  box-shadow: 0 0 16px rgba(255, 148, 107, 0.72);
}

h1 {
  max-width: 410px;
  color: #fff9ff;
  font-size: clamp(42px, 5.2vw, 58px);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: -0.068em;
}

.auth-copy > p:last-child {
  max-width: 410px;
  color: #b09aba;
  font-size: 12px;
}

form {
  margin-top: 22px;
}

label,
.verification-heading > strong {
  color: #c9b5d1;
}

input {
  height: 50px;
  color: #fff7ff;
  border-color: rgba(213, 170, 244, 0.2);
  border-radius: 13px;
  background: rgba(29, 15, 40, 0.78);
}

input:hover {
  border-color: rgba(213, 170, 244, 0.36);
}

input:focus {
  border-color: rgba(207, 160, 255, 0.68);
  background: rgba(38, 19, 50, 0.9);
  box-shadow: 0 0 0 4px rgba(207, 160, 255, 0.075), 0 15px 34px rgba(0, 0, 0, 0.18);
}

.password-field button:hover {
  color: var(--accent);
  background: rgba(207, 160, 255, 0.09);
}

.verification-wrap {
  display: grid;
  gap: 9px;
  margin-top: 15px;
}

.verification-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.verification-heading > strong {
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.05em;
}

#verification-state {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #b49cc0;
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

#verification-state i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
}

#verification-state.verified {
  color: var(--green);
}

.turnstile-frame {
  min-height: 69px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 4px;
  border: 1px solid rgba(207, 160, 255, 0.18);
  border-radius: 13px;
  background:
    linear-gradient(110deg, rgba(207, 160, 255, 0.05), rgba(255, 148, 107, 0.025)),
    rgba(24, 12, 34, 0.82);
}

#turnstile-widget {
  width: 100%;
  min-height: 65px;
}

#turnstile-widget iframe {
  width: 100% !important;
}

.turnstile-note,
.captcha-note {
  margin: 0;
  color: #816e8c;
  font-size: 8px;
}

.captcha-challenge {
  grid-template-columns: minmax(0, 1fr) 48px;
  margin: 0;
}

.captcha-challenge img,
.captcha-challenge button {
  border-color: rgba(207, 160, 255, 0.19);
  border-radius: 13px;
  background: rgba(28, 14, 39, 0.82);
}

.captcha-challenge button {
  color: var(--accent);
}

.captcha-challenge button:hover {
  border-color: rgba(255, 148, 107, 0.5);
  color: var(--ember);
  background: rgba(255, 148, 107, 0.08);
}

#captcha-answer {
  margin-top: 0;
}

.form-note,
.captcha-note,
.turnstile-note {
  color: #7f6d89;
}

.submit-button {
  height: 51px;
  margin-top: 16px;
  border-radius: 13px;
  color: #1b0b23;
  background: linear-gradient(110deg, #d4a5ff, #ff8ab8 55%, #ff9d6d);
  box-shadow: 0 16px 38px rgba(196, 119, 255, 0.18);
}

.submit-button:hover {
  background: linear-gradient(110deg, #dfb9ff, #ff9fc5 55%, #ffad83);
  box-shadow: 0 21px 48px rgba(220, 131, 255, 0.25);
}

.security-note {
  padding-top: 19px;
}

.security-note > svg {
  color: var(--ember);
  filter: drop-shadow(0 0 9px rgba(255, 148, 107, 0.3));
}

.auth-art {
  position: relative;
  display: block;
  overflow: hidden;
  border-color: rgba(214, 168, 255, 0.14);
  background:
    radial-gradient(circle at 76% 18%, rgba(207, 160, 255, 0.22), transparent 28%),
    radial-gradient(circle at 26% 76%, rgba(255, 112, 154, 0.16), transparent 37%),
    linear-gradient(145deg, #21102f, #130a20 55%, #170b1e);
}

.auth-art::before {
  width: 390px;
  height: 390px;
  top: -170px;
  right: -130px;
  border-color: rgba(230, 195, 255, 0.18);
}

.auth-art::after {
  width: 210px;
  height: 210px;
  bottom: -82px;
  left: -72px;
  border-color: rgba(255, 148, 107, 0.2);
}

.art-grid {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(216, 171, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 171, 255, 0.14) 1px, transparent 1px);
  background-size: 38px 38px;
}

.art-aurora {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  top: -22%;
  left: 5%;
  border-radius: 50%;
  background: conic-gradient(from 120deg, var(--accent), transparent 28%, var(--magenta) 54%, transparent 72%, var(--ember));
  filter: blur(75px);
  opacity: 0.12;
  animation: login-aurora-spin 16s linear infinite;
}

.control-orbit {
  position: absolute;
  width: 330px;
  height: 330px;
  top: 18px;
  right: -30px;
  border: 1px solid rgba(216, 171, 255, 0.13);
  border-radius: 50%;
  transform: translate(var(--pointer-x, 0), var(--pointer-y, 0));
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.control-orbit::before,
.control-orbit::after {
  position: absolute;
  inset: 48px;
  content: "";
  border: 1px solid rgba(255, 148, 107, 0.16);
  border-radius: 50%;
}

.control-orbit::after {
  inset: 97px;
  border-color: rgba(255, 115, 181, 0.18);
}

.control-orbit > i {
  position: absolute;
  inset: 50%;
  width: 1px;
  height: 50%;
  transform-origin: top;
  background: linear-gradient(rgba(216, 171, 255, 0.25), transparent);
}

.control-orbit > i:nth-child(1) {
  rotate: 32deg;
}

.control-orbit > i:nth-child(2) {
  rotate: 151deg;
}

.control-orbit > i:nth-child(3) {
  rotate: 266deg;
}

.orbit-core {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(225, 185, 255, 0.32);
  border-radius: 50%;
  color: #25102e;
  background: linear-gradient(145deg, #dfb6ff, #ff91bd);
  box-shadow: 0 0 50px rgba(207, 160, 255, 0.22);
  transform: translate(-50%, -50%);
}

.orbit-core b {
  font-size: 24px;
}

.orbit-node {
  position: absolute;
  min-width: 54px;
  min-height: 24px;
  display: grid;
  place-items: center;
  padding: 0 7px;
  border: 1px solid rgba(219, 179, 248, 0.22);
  border-radius: 999px;
  color: #cdb7d8;
  background: rgba(20, 10, 29, 0.88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  font-size: 6px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.node-one {
  top: 37px;
  left: 46px;
}

.node-two {
  top: 142px;
  right: -9px;
}

.node-three {
  bottom: 28px;
  left: 76px;
}

.art-content {
  position: absolute;
  z-index: 3;
  width: auto;
  inset: auto 43px 42px;
  transform: translate(var(--pointer-x, 0), var(--pointer-y, 0));
}

.art-content > p {
  margin: 0 0 10px;
  color: #d9b7f5;
}

.art-content > strong {
  display: block;
  color: #fff8ff;
  font-size: clamp(26px, 3vw, 35px);
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.art-content > strong em {
  color: transparent;
  background: linear-gradient(90deg, #dcb4ff, #ff8dbd 55%, #ffac7f);
  background-clip: text;
  font-style: normal;
}

.security-layers {
  display: grid;
  gap: 5px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.security-layers li {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  border: 1px solid rgba(216, 172, 248, 0.11);
  border-radius: 9px;
  color: #aa95b3;
  background: rgba(15, 7, 22, 0.42);
  font-size: 8px;
}

.security-layers li > i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px rgba(185, 245, 143, 0.58);
}

.security-layers b {
  margin-right: 6px;
  color: #e2c9ea;
  font-size: 6px;
  letter-spacing: 0.12em;
}

.art-status {
  margin-top: 15px;
  color: #c6b1cf;
  border-color: rgba(185, 245, 143, 0.16);
  background: rgba(185, 245, 143, 0.05);
}

@keyframes login-aurora-spin {
  to {
    rotate: 1turn;
  }
}

@media (max-width: 900px) {
  .auth-shell {
    grid-template-columns: minmax(390px, 1fr) minmax(340px, 0.78fr);
  }

  .auth-card {
    padding-inline: 42px;
  }

  .control-orbit {
    right: -90px;
  }

  .art-content {
    inset-inline: 31px;
  }
}

@media (max-width: 760px) {
  .auth-shell {
    width: min(100% - 22px, 520px);
    min-height: calc(100svh - 22px);
    grid-template-columns: 1fr;
    border-radius: 23px;
  }

  .auth-card {
    min-height: calc(100svh - 22px);
    padding: 29px clamp(22px, 8vw, 42px);
  }

  .auth-copy {
    margin-top: 32px;
  }

  h1 {
    font-size: clamp(39px, 12vw, 52px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .art-aurora,
  .control-orbit {
    animation: none !important;
  }
}

/* Tyler's Tools V12 — final black login override */
:root {
  --page: #000000;
  --panel: #050505;
  --panel-soft: #0d0d0d;
  --line: #292929;
  --text: #f7f7f7;
  --muted: #9d9d9d;
}

html,
body {
  background: #000000;
}

body {
  background-image: none;
}

.auth-shell,
.auth-card {
  background: #050505;
}

.auth-shell {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.72);
}

input,
.terminal-mark {
  background: #030303;
  border-color: #292929;
}

.auth-art {
  background: #080808;
  border-left-color: rgba(255, 255, 255, 0.1);
}

.art-grid {
  opacity: 0.15;
}

.art-aurora {
  opacity: 0.12;
  filter: grayscale(1);
}

.orbit-node,
.security-layers li,
.art-status {
  background: rgba(10, 10, 10, 0.88);
  border-color: rgba(255, 255, 255, 0.1);
}
