/**
 * Aura DEV environment — visual differentiation from production.
 * Loaded only when AURA_SKIN=dev and templates set show_dev_chrome.
 */
.aura-dev-banner {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  background: linear-gradient(90deg, #047857 0%, #059669 45%, #10b981 100%);
  color: #ecfdf5;
  text-align: center;
  padding: 0.5rem 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.45);
  border-bottom: 2px solid #065f46;
}

/* Login: mint-tinted backdrop + dev primary button depth */
body.aura-dev-login-body {
  background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 18%, #0f172a 52%, #020617 100%) !important;
}

body.aura-dev-login-body .login-card {
  border-color: rgba(5, 150, 105, 0.45) !important;
  box-shadow: 0 0 50px rgba(16, 185, 129, 0.12), 0 25px 50px rgba(0, 0, 0, 0.45) !important;
}

body.aura-dev-login-body .aura-glow {
  background: linear-gradient(135deg, #059669, #10b981, #34d399) !important;
  box-shadow: 0 0 28px rgba(16, 185, 129, 0.45) !important;
}

body.aura-dev-login-body button[type="submit"] {
  border-radius: 14px !important;
  background: linear-gradient(180deg, #10b981, #059669) !important;
  box-shadow: 0 5px 0 #047857, 0 10px 24px rgba(5, 150, 105, 0.35) !important;
  border: 1px solid #34d399 !important;
}

body.aura-dev-login-body button[type="submit"]:hover {
  filter: brightness(1.06);
}

/* Authenticated pages: subtle green wash behind nav */
body.aura-dev-host {
  background: linear-gradient(180deg, #064e3b 0%, #0f172a 12%) fixed !important;
}

body.aura-dev-host .aura-nav {
  border-bottom-color: rgba(16, 185, 129, 0.35) !important;
  box-shadow: 0 2px 24px rgba(5, 150, 105, 0.15) !important;
}
