/* AI TEKZONE — styles limités à la page de connexion */

.auth-tekzone-layout.relative.flex.min-h-screen.flex-col.bg-white,
.auth-tekzone-layout.relative.flex.min-h-screen.flex-col.bg-white.dark\:bg-gray-900 {
  justify-content: center;
}

.auth-tekzone-layout.relative.flex.min-h-screen.flex-col.bg-white > main,
.auth-tekzone-layout.relative.flex.min-h-screen.flex-col.bg-white.dark\:bg-gray-900 > main {
  flex-grow: 0 !important;
  flex-shrink: 0;
}

.auth-tekzone-layout .w-authPageWidth h1 {
  line-height: 1.2;
  font-size: clamp(1.5rem, 4.5vw, 1.875rem);
}

.auth-tekzone-layout .w-authPageWidth h1 .tekzone-login-brand {
  display: block;
  margin-top: 0.15em;
}

.auth-tekzone-layout > div.mt-6 img[src*="logo-tekzone"],
.auth-tekzone-layout > div:has(> div.mt-6 img[src*="logo-tekzone"]) {
  display: none !important;
}

.auth-tekzone-layout .w-authPageWidth::before {
  content: "";
  display: block;
  height: 3.5rem;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1rem;
  background: url(assets/logo-tekzone.svg) center / contain no-repeat;
}

:root {
  --tekzone-blue: #118bca;
  --tekzone-blue-dark: #0e7cb5;
}

.bg-surface-submit {
  background-color: var(--tekzone-blue) !important;
}

.hover\:bg-surface-submit-hover:hover {
  background-color: var(--tekzone-blue-dark) !important;
}

.bg-green-600 {
  background-color: var(--tekzone-blue) !important;
}

.hover\:bg-green-700:hover {
  background-color: var(--tekzone-blue-dark) !important;
}

.dark\:bg-green-600 {
  background-color: var(--tekzone-blue) !important;
}

.dark\:hover\:bg-green-700:hover {
  background-color: var(--tekzone-blue-dark) !important;
}

.min-h-screen.flex-col.bg-white .text-green-600,
.min-h-screen.flex-col.bg-white .text-green-500,
.min-h-screen.flex-col.bg-white .text-green-400 {
  color: var(--tekzone-blue) !important;
}

.min-h-screen.flex-col.bg-white .hover\:text-green-700:hover,
.min-h-screen.flex-col.bg-white .hover\:text-green-400:hover {
  color: var(--tekzone-blue-dark) !important;
}

.min-h-screen.flex-col.bg-white .focus\:border-green-500:focus {
  border-color: var(--tekzone-blue) !important;
}
