/* Fan30Tech test-access card surface | sit v82
   Gives the main access card a visible dark-blue surface without changing layout. */

.login-shell {
  background:
    linear-gradient(145deg, rgba(24, 36, 51, 0.98) 0%, rgba(13, 22, 34, 0.98) 52%, rgba(20, 24, 28, 0.98) 100%) !important;
  box-shadow:
    0 32px 84px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 247, 230, 0.08) !important;
}

/* Keep the two halves distinct while preserving the existing gold details. */
.login-panel {
  background:
    linear-gradient(155deg, rgba(14, 24, 37, 0.96), rgba(8, 15, 24, 0.94)) !important;
}

.login-showcase {
  background:
    radial-gradient(circle at 58% 30%, rgba(214, 177, 90, 0.09), transparent 38%),
    linear-gradient(145deg, rgba(20, 29, 40, 0.97), rgba(11, 18, 28, 0.95)) !important;
}

@media (max-width: 760px) {
  .login-shell {
    background: linear-gradient(160deg, #111d2b 0%, #0b1420 58%, #111419 100%) !important;
  }

  .login-panel {
    background: transparent !important;
  }
}

@media (prefers-contrast: more) {
  .login-shell {
    background: #101a27 !important;
  }
}
