/* Page invité (connexion, mot de passe, etc.) — identité Fueldesk */
.fuelwise-guest-body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(165deg, #e8e2d8 0%, #f4f6fb 42%, #f0ebe3 100%);
  margin: 0;
  font-family: var(--fw-font-sans, 'Inter', system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fuelwise-guest-body .login-wrapper,
.fuelwise-guest-body .login-wrapper input,
.fuelwise-guest-body .login-wrapper select,
.fuelwise-guest-body .login-wrapper textarea,
.fuelwise-guest-body .login-wrapper button,
.fuelwise-guest-body .login-wrapper label {
  font-family: inherit;
}

.fuelwise-guest-body .login-wrapper {
  display: flex;
  width: 900px;
  max-width: 95vw;
  background: var(--white, #fff);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(44, 40, 32, 0.12), 0 0 0 1px rgba(212, 201, 176, 0.35);
}

.fuelwise-guest-body .login-left {
  flex: 1;
  background: linear-gradient(180deg, var(--brand-surface, #f5f0e8) 0%, #ebe4d9 100%);
  border-right: 1px solid var(--brand-surface-border, #d4c9b0);
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.fuelwise-guest-body .login-left::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(232, 93, 36, 0.07);
  top: -100px;
  right: -80px;
}

.fuelwise-guest-body .login-left::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(232, 93, 36, 0.05);
  bottom: -50px;
  left: -40px;
}

.fuelwise-guest-body .login-left-brand {
  width: 100%;
  max-width: 300px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.fuelwise-guest-body .login-brand-img {
  width: 100%;
  height: auto;
  display: block;
}

.fuelwise-guest-body .login-tagline {
  color: #5c5346;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  max-width: 280px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.fuelwise-guest-body .login-features {
  list-style: none;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0;
  margin: 22px 0 0;
  width: 100%;
  max-width: 300px;
}

.fuelwise-guest-body .login-features li {
  color: #2c2820;
  font-size: 13.5px;
  padding: 7px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.fuelwise-guest-body .login-features li i {
  color: var(--brand-accent, #e85d24);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

.fuelwise-guest-body .login-right {
  flex: 1;
  padding: 52px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white, #fff);
}

.fuelwise-guest-body .login-mobile-brand {
  display: none;
  text-align: center;
  margin-bottom: 28px;
}

.fuelwise-guest-body .login-mobile-brand-img {
  max-width: 220px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Slogan connexion — sobre : Inter, hiérarchie légère, séparateur discret */
.fuelwise-guest-body .login-right .fueldesk-login-slogan-wrap {
  margin: 0 0 1.75rem;
  padding-bottom: 1.125rem;
  max-width: 36rem;
  border-bottom: 2px solid var(--brand-accent, #e85d24);
}

.fuelwise-guest-body .login-right .fueldesk-login-slogan {
  margin: 0;
  font-family: var(--fw-font-sans, 'Inter', system-ui, sans-serif);
  font-size: 0.9375rem;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

.fuelwise-guest-body .login-right .fueldesk-login-slogan__line--primary {
  color: #2c2820;
  font-weight: 500;
}

.fuelwise-guest-body .login-right .fueldesk-login-slogan__line--secondary {
  color: #756e66;
  font-weight: 400;
}

@media (max-width: 680px) {
  .fuelwise-guest-body .login-right .fueldesk-login-slogan-wrap {
    margin-bottom: 1.5rem;
  }
}

/* Formulaires auth : accent orange Fueldesk */
.fuelwise-guest-body .login-right .fueldesk-auth-form button[type="submit"] {
  background-color: var(--brand-accent, #e85d24) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.fuelwise-guest-body .login-right .fueldesk-auth-form button[type="submit"]:hover {
  background-color: #d64f1a !important;
  filter: brightness(1.02);
}

.fuelwise-guest-body .login-right .fueldesk-auth-form button[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(232, 93, 36, 0.45);
}

.fuelwise-guest-body .login-right .fueldesk-auth-form input[type="email"],
.fuelwise-guest-body .login-right .fueldesk-auth-form input[type="password"],
.fuelwise-guest-body .login-right .fueldesk-auth-form input[type="text"] {
  border-color: #d4c9b0;
}

.fuelwise-guest-body .login-right .fueldesk-auth-form input:focus {
  border-color: var(--brand-accent, #e85d24);
  box-shadow: 0 0 0 1px var(--brand-accent, #e85d24);
  outline: none;
}

@media (max-width: 680px) {
  .fuelwise-guest-body .login-left {
    display: none;
  }
  .fuelwise-guest-body .login-right {
    padding: 36px 28px;
  }
  .fuelwise-guest-body .login-mobile-brand {
    display: block;
  }
}
