/* PRD-813 W6 — TRINITY override for Keycloak login page */
:root {
  --trinity-indigo: #1E1B4B;
  --trinity-cyan:   #06B6D4;
  --trinity-gold:   #C9A962;
}
body.login-pf { background: linear-gradient(135deg, #1E1B4B 0%, #0A0A1A 100%) !important; color: #E2E8F0; }
body.login-pf .card-pf, body.login-pf #kc-container {
  background-color: rgba(10,10,26,0.85) !important;
  border: 1px solid #06B6D4 !important;
  box-shadow: 0 8px 32px rgba(6,182,212,0.15);
}
body.login-pf #kc-header-wrapper {
  color: #06B6D4 !important;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.login-pf .btn-primary, body.login-pf #kc-login {
  background-color: #06B6D4 !important;
  border-color: #06B6D4 !important;
  color: #0A0A1A !important;
  font-weight: 600;
}
body.login-pf a, body.login-pf .kc-social-provider-name { color: #06B6D4 !important; }
body.login-pf input[type="text"], body.login-pf input[type="password"] {
  background-color: rgba(30,27,75,0.5) !important;
  border: 1px solid #06B6D4 !important; color: #E2E8F0 !important;
}
#trinity-footer {
  position: fixed; bottom: 8px; right: 16px;
  font-size: 0.7rem; color: #C9A962;
  letter-spacing: 0.15em; z-index: 100;
  font-family: "JetBrains Mono", monospace; pointer-events: none;
}

/* PRD-823: hide bionic-gpt "unlicensed" footer from profile popup */
.alert.alert-error.mb-2.border { display: none !important; }
