/* PR-0366 / DIP-0536 · HUD dress for aux auth pages (login, register, manage, reset).
   Replaces leftover MESK8 cinema shell. Brand thumb only — no widget shots. */

:root {
  --accent: #3de0ff;
  --hud-cyan: #3de0ff;
  --bg: #050a12;
}

body.mc-auth.dashboard-test-page {
  min-height: 100vh;
  background: #050a12;
  color: #c5d0dc;
}

body.mc-auth .auth-wrapper {
  min-height: 0;
  padding-top: 0;
  display: block;
  width: 100%;
}

body.mc-auth .auth-panel-left,
body.mc-auth .hud-cinema-grain,
body.mc-auth .hud-cinema-vignette,
body.mc-auth .auth-rings,
body.mc-auth .auth-stats {
  display: none !important;
}

body.mc-auth .dashboard-shell.mc-auth-shell {
  display: block;
  max-width: 32rem;
  margin: 0 auto 2.5rem;
  padding: 0 0 2rem;
}

body.mc-auth .auth-panel-right,
body.mc-auth .auth-panel-right--solo {
  display: block;
  padding: 0;
  background: transparent;
  max-width: none;
  margin: 0;
  grid-column: auto;
}

body.mc-auth .auth-box,
body.mc-auth .mc-auth-card.auth-box {
  width: 100%;
  max-width: none;
  gap: 1.05rem;
}

body.mc-auth .mc-auth-card {
  padding: 1.25rem 1.35rem 1.45rem;
}

body.mc-auth .mc-auth-thumb {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 0.35rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(61, 224, 255, 0.28);
  background: rgba(5, 10, 18, 0.65);
}

body.mc-auth .mc-auth-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0.45rem;
  display: block;
}

.mc-nav-word {
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #3de0ff;
  margin-left: 0.5rem;
}

body.mc-auth .auth-box-label {
  font-family: "Share Tech Mono", ui-monospace, monospace;
  font-size: 0.63rem;
  letter-spacing: 0.18em;
  color: #3de0ff;
  text-transform: uppercase;
  justify-content: center;
}

body.mc-auth .auth-box-label::before {
  display: none;
}

body.mc-auth .auth-box-title {
  font-family: Orbitron, system-ui, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  letter-spacing: 0.04em;
  color: #3de0ff;
  text-align: center;
  text-shadow: 0 0 18px rgba(61, 224, 255, 0.2);
}

body.mc-auth .auth-box-sub,
body.mc-auth .auth-sub,
body.mc-auth .auth-footer-note {
  color: #7a8899;
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: center;
}

body.mc-auth .auth-box-header {
  text-align: center;
  gap: 0.4rem;
}

body.mc-auth .form-label,
body.mc-auth .form-input {
  text-align: left;
}

body.mc-auth .form-input {
  background: rgba(8, 14, 24, 0.72);
  border: 1px solid rgba(61, 224, 255, 0.22);
  color: #e8f7ff;
}

body.mc-auth .form-input:focus {
  border-color: #3de0ff;
  box-shadow: 0 0 0 1px rgba(61, 224, 255, 0.35);
  outline: none;
}

body.mc-auth .btn-primary {
  background: linear-gradient(135deg, #0a3a4a, #126a7a);
  border: 1px solid rgba(61, 224, 255, 0.45);
  color: #e8f7ff;
  font-family: Orbitron, system-ui, sans-serif;
  letter-spacing: 0.04em;
}

body.mc-auth .btn-primary:hover {
  border-color: #3de0ff;
  box-shadow: 0 0 16px rgba(61, 224, 255, 0.25);
}

body.mc-auth .btn-danger {
  background: linear-gradient(135deg, #4a1018, #7a1f1f);
  border-color: rgba(232, 32, 47, 0.45);
}

body.mc-auth .auth-session-line {
  font-family: "Share Tech Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  color: #3de0ff;
  text-align: center;
  margin: 0.25rem 0 0;
}

body.mc-auth .account-section {
  text-align: left;
}

body.mc-auth .account-section__title {
  font-family: Orbitron, system-ui, sans-serif;
  font-size: 0.92rem;
  color: #c5d0dc;
  letter-spacing: 0.04em;
}

body.mc-auth .account-section__hint,
body.mc-auth .account-section .auth-footer-note {
  text-align: left;
}

body.mc-auth .account-optins label {
  color: #e8f7ff;
}

body.mc-auth .account-sub {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 0.35rem 0.75rem;
  margin: 0.75rem 0;
  font-size: 0.88rem;
}

body.mc-auth .account-sub dt {
  color: #7a8899;
}

body.mc-auth .account-sub dd {
  color: #e8f7ff;
  margin: 0;
  word-break: break-all;
}

body.mc-auth .account-divider {
  border: 0;
  border-top: 1px solid rgba(61, 224, 255, 0.16);
  margin: 1rem 0;
}

body.mc-auth .banner {
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  border: 1px solid rgba(232, 184, 74, 0.35);
  background: rgba(232, 184, 74, 0.08);
  color: #e8d5a3;
  font-size: 0.86rem;
}

body.mc-auth .mc-auth-foot {
  text-align: center;
  padding: 0 0 2rem;
  color: #7a8899;
  font-size: 0.82rem;
}

body.mc-auth .mc-auth-foot a {
  color: #3de0ff;
  text-decoration: none;
  margin: 0 0.35rem;
}

body.mc-auth .success-state {
  text-align: center;
}

@media (max-width: 840px) {
  body.mc-auth .dashboard-shell.mc-auth-shell {
    max-width: 100%;
  }
}
