/*********************************************************************
 * C:/Apache24/sites/apptemplate/v1/assets/business/css/applications/local-services-marketplace-auth.css
 * @title 🎨 Authentification Bureau des Atlantes
 * @description Habille les écrans Foundation d’authentification de la Marketplace sans modifier le socle commun des autres applications.
 *********************************************************************/

.application-local-services-marketplace {
  --bda-auth-ink: #142a35;
  --bda-auth-ink-soft: #445b63;
  --bda-auth-muted: #75878a;
  --bda-auth-line: rgba(24, 51, 66, .10);
  --bda-auth-mint: #eaf4ef;
  --bda-auth-mint-strong: #d9ebe2;
  --bda-auth-accent: #183342;
  --bda-auth-bg: #f6f8f6;
  font-family: "Manrope", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.application-local-services-marketplace.foundation-scope--guest {
  background:
    radial-gradient(circle at 6% 12%, rgba(126, 184, 158, .14), transparent 28%),
    radial-gradient(circle at 93% 85%, rgba(137, 190, 199, .14), transparent 30%),
    var(--bda-auth-bg);
}

.application-local-services-marketplace.foundation-scope--guest .site-header {
  border-bottom-color: rgba(24, 51, 66, .07);
  background: rgba(255, 255, 255, .90);
  backdrop-filter: blur(18px);
}

.application-local-services-marketplace.foundation-scope--guest .site-brand,
.application-local-services-marketplace.foundation-scope--guest .site-brand strong {
  color: var(--bda-auth-ink);
}

.application-local-services-marketplace.foundation-scope--guest .brand-mark {
  border-radius: 50%;
  background:
    conic-gradient(
      from 12deg,
      #70b9c0 0deg,
      #82c39e 118deg,
      #dce9df 224deg,
      #70b9c0 360deg
    );
  color: transparent;
  position: relative;
  overflow: hidden;
}

.application-local-services-marketplace.foundation-scope--guest .brand-mark::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #fff;
}

.application-local-services-marketplace.foundation-scope--guest .brand-copy small {
  color: #789087;
}

.application-local-services-marketplace.foundation-scope--guest .public-nav .btn-secondary {
  border-color: var(--bda-auth-accent);
  background: var(--bda-auth-accent);
  color: #fff;
}

.application-local-services-marketplace.foundation-scope--guest .content-main {
  padding-top: clamp(22px, 4vw, 48px);
  padding-bottom: 64px;
}

.application-local-services-marketplace .auth-login-shell--marketplace {
  width: min(1080px, 100%);
  max-width: none;
  margin: 0 auto;
  grid-template-columns: minmax(0, .92fr) minmax(390px, .78fr);
  gap: 18px;
  align-items: stretch;
}

.marketplace-auth-brand-panel {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--bda-auth-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .68), transparent 25%),
    linear-gradient(145deg, #dcece4 0%, #eef5f1 45%, #dcebed 100%);
  box-shadow: 0 24px 64px rgba(28, 52, 58, .10);
}

.marketplace-auth-brand-panel__glow {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(117, 180, 157, .22);
  filter: blur(1px);
}

.marketplace-auth-brand-panel__content {
  position: relative;
  z-index: 1;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 58px);
}

.marketplace-auth-brand {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: auto;
  color: var(--bda-auth-ink);
  text-decoration: none;
}

.marketplace-auth-brand__mark {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background:
    conic-gradient(
      from 12deg,
      #70b9c0 0deg,
      #82c39e 118deg,
      #dce9df 224deg,
      #70b9c0 360deg
    );
}

.marketplace-auth-brand__mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: rgba(248, 251, 249, .98);
}

.marketplace-auth-brand strong {
  font-size: .94rem;
  font-weight: 850;
  letter-spacing: -.025em;
}

.marketplace-auth-brand-panel__eyebrow,
.marketplace-auth-form-eyebrow {
  display: block;
  color: #5d7b6d;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.marketplace-auth-brand-panel__content > h1 {
  max-width: 610px;
  margin: 12px 0 14px;
  color: var(--bda-auth-ink);
  font-size: clamp(2.2rem, 5vw, 4.15rem);
  font-weight: 600;
  line-height: .99;
  letter-spacing: -.06em;
}

.marketplace-auth-brand-panel__content > p {
  max-width: 590px;
  margin: 0;
  color: var(--bda-auth-ink-soft);
  font-size: .88rem;
  line-height: 1.7;
}

.marketplace-auth-brand-panel__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.marketplace-auth-brand-panel__benefits span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid rgba(77, 116, 101, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  color: #486559;
  font-size: .68rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-form-panel {
  align-items: stretch;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-form-card {
  min-height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--bda-auth-line);
  border-radius: 34px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 64px rgba(28, 52, 58, .09);
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-form-header {
  margin-bottom: 22px;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-form-header h1 {
  margin: 6px 0 9px;
  color: var(--bda-auth-ink);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 650;
  letter-spacing: -.045em;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-form-header p {
  margin: 0;
  color: var(--bda-auth-muted);
  font-size: .78rem;
  line-height: 1.6;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-login-form {
  display: grid;
  gap: 8px;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-login-form label {
  margin-top: 6px;
  color: #3f5660;
  font-size: .72rem;
  font-weight: 800;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-login-form input {
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--bda-auth-line);
  border-radius: 15px;
  background: #f5f8f6;
  color: var(--bda-auth-ink);
  box-shadow: none;
  outline: none;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-login-form input:focus {
  border-color: rgba(83, 132, 110, .50);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(117, 176, 151, .11);
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-submit-btn {
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  border: 1px solid var(--bda-auth-accent);
  border-radius: 15px;
  background: var(--bda-auth-accent);
  color: #fff;
  box-shadow: 0 14px 30px rgba(24, 51, 66, .18);
  font-weight: 850;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-login-footer {
  margin-top: 20px;
  text-align: center;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-login-footer a {
  justify-content: center;
  color: #587466;
  font-size: .73rem;
}

.application-local-services-marketplace .auth-login-shell--marketplace .auth-form-status {
  margin-bottom: 14px;
  border-radius: 14px;
}

@media (max-width: 980px) {
  .application-local-services-marketplace .auth-login-shell--marketplace {
    grid-template-columns: 1fr;
  }

  .marketplace-auth-brand-panel,
  .marketplace-auth-brand-panel__content {
    min-height: 360px;
  }

  .marketplace-auth-brand-panel__content > h1 {
    font-size: clamp(2rem, 8vw, 3.35rem);
  }

  .application-local-services-marketplace .auth-login-shell--marketplace .auth-form-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .application-local-services-marketplace.foundation-scope--guest .content-main {
    padding-top: 14px;
  }

  .application-local-services-marketplace .auth-login-shell--marketplace {
    gap: 12px;
  }

  .marketplace-auth-brand-panel,
  .application-local-services-marketplace .auth-login-shell--marketplace .auth-form-card {
    border-radius: 24px;
  }

  .marketplace-auth-brand-panel,
  .marketplace-auth-brand-panel__content {
    min-height: 300px;
  }

  .marketplace-auth-brand-panel__content {
    padding: 24px 20px;
  }

  .marketplace-auth-brand {
    margin-bottom: 42px;
  }

  .marketplace-auth-brand-panel__content > h1 {
    font-size: 2.25rem;
  }

  .marketplace-auth-brand-panel__content > p {
    font-size: .8rem;
  }

  .marketplace-auth-brand-panel__benefits {
    margin-top: 18px;
  }

  .marketplace-auth-brand-panel__benefits span {
    font-size: .63rem;
  }

  .application-local-services-marketplace .auth-login-shell--marketplace .auth-form-card {
    padding: 24px 20px;
  }
}
