/* [project]/app/shared.module.css [app-client] (css) */
.shared-module__GhMtbW__header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 10;
  background: #fffffff2;
  border-bottom: 1px solid #e6ecff;
  transition: all .3s;
  position: sticky;
  top: 0;
}

.shared-module__GhMtbW__header.shared-module__GhMtbW__scrolled {
  background: #fff;
  box-shadow: 0 2px 8px #0000000d;
}

.shared-module__GhMtbW__nav {
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  display: flex;
}

.shared-module__GhMtbW__brand {
  color: #0b1020;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.shared-module__GhMtbW__brand:hover {
  color: #1d69e0;
}

.shared-module__GhMtbW__brandLogo {
  color: #fff;
  background: linear-gradient(135deg, #1d69e0, #f0c145);
  border-radius: 8px;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-weight: 900;
  display: grid;
}

.shared-module__GhMtbW__brandPowered {
  color: #8898c7;
  font-size: 13px;
  font-weight: 400;
}

.shared-module__GhMtbW__navLinks {
  align-items: center;
  gap: 10px;
  display: flex;
}

.shared-module__GhMtbW__btn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #1d69e0;
  border: none;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.shared-module__GhMtbW__btn:hover {
  background: #1657b8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #1d69e04d;
}

.shared-module__GhMtbW__btnSecondary {
  color: #0b1020;
  background: none;
  border: 1px solid #dfe7ff;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.shared-module__GhMtbW__btnSecondary:hover {
  color: #fff;
  background: #1d69e0;
  border-color: #1d69e0;
}

.shared-module__GhMtbW__footer {
  color: #7f8fb3;
  background: #fafcff;
  border-top: 1px solid #e6ecff;
  margin-top: 60px;
  padding: 40px 0;
  font-size: 13px;
}

.shared-module__GhMtbW__footerContent {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.shared-module__GhMtbW__footerCopy {
  color: #7f8fb3;
}

.shared-module__GhMtbW__footerNav {
  gap: 14px;
  display: flex;
}

.shared-module__GhMtbW__footerNav a {
  color: #7f8fb3;
  text-decoration: none;
  transition: color .2s;
}

.shared-module__GhMtbW__footerNav a:hover {
  color: #1d69e0;
}

.shared-module__GhMtbW__breadcrumbs {
  color: #7f8fb3;
  margin-bottom: 8px;
  font-size: 13px;
}

@media (max-width: 640px) {
  .shared-module__GhMtbW__nav {
    padding: 10px 0;
  }

  .shared-module__GhMtbW__brand {
    font-size: 16px;
  }

  .shared-module__GhMtbW__brandLogo {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .shared-module__GhMtbW__brandPowered {
    display: none;
  }

  .shared-module__GhMtbW__navLinks {
    gap: 8px;
  }

  .shared-module__GhMtbW__btnSecondary {
    padding: 8px 12px;
    font-size: 13px;
  }

  .shared-module__GhMtbW__footer {
    padding: 30px 0;
  }

  .shared-module__GhMtbW__footerContent {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  .shared-module__GhMtbW__footerNav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

/* [project]/app/fr/about/about.module.css [app-client] (css) */
.about-module__M9wYpq__container {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 28px 0 40px;
}

.about-module__M9wYpq__head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
  display: flex;
}

.about-module__M9wYpq__title {
  color: #1d69e0;
  margin: 6px 0 0;
  font-size: clamp(28px, 4.5vw, 40px);
  line-height: 1.15;
}

.about-module__M9wYpq__meta {
  color: #7f8fb3;
  margin-top: 8px;
  font-size: 14px;
}

.about-module__M9wYpq__section {
  padding: 24px 0;
}

.about-module__M9wYpq__sectionTitle {
  color: #1d69e0;
  letter-spacing: -.02em;
  text-shadow: 0 1px 2px #1d69e01a;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
}

.about-module__M9wYpq__sectionTitle:before {
  margin-right: 8px;
}

.about-module__M9wYpq__card {
  background: #fff;
  border: 1px solid #e6ecff;
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 24px;
  box-shadow: 0 12px 30px #0d1a2b1a;
}

.about-module__M9wYpq__analysis {
  color: var(--ink, #0b1020);
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.about-module__M9wYpq__analysis strong {
  color: var(--blue, #1d69e0);
  font-weight: 700;
}

.about-module__M9wYpq__card ul, .about-module__M9wYpq__card ol {
  margin: 0;
  padding-left: 32px;
}

.about-module__M9wYpq__card ul li, .about-module__M9wYpq__card ol li {
  margin-bottom: 8px;
  padding-left: 4px;
  line-height: 1.7;
}

.about-module__M9wYpq__note {
  color: var(--muted, #6b7a99);
  background: #f5f8ff;
  border-left: 3px solid #1d69e0;
  border-radius: 4px;
  max-width: 70ch;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.5;
}

.about-module__M9wYpq__warningBox {
  color: #1a1f36;
  background: #fff8f0;
  border: 2px solid #ff9800;
  border-radius: 12px;
  align-items: flex-start;
  gap: 16px;
  margin-top: 20px;
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  display: flex;
}

.about-module__M9wYpq__warningIcon {
  flex-shrink: 0;
  font-size: 28px;
  line-height: 1;
}

.about-module__M9wYpq__tableWrapper {
  background: #fff;
  border: 1px solid #e6ecff;
  border-radius: 16px;
  margin-top: 16px;
  overflow-x: auto;
  box-shadow: 0 8px 20px #0d1a2b0d;
}

.about-module__M9wYpq__table {
  border-collapse: collapse;
  width: 100%;
  min-width: 640px;
}

.about-module__M9wYpq__table thead tr {
  background: #f5f8ff;
}

.about-module__M9wYpq__table th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-bottom: 2px solid #e6ecff;
  padding: 14px 16px;
  font-size: 14px;
  color: #445680 !important;
  font-weight: 700 !important;
}

.about-module__M9wYpq__table td {
  text-align: left;
  border-bottom: 1px solid #eef3ff;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #1a1f36 !important;
}

.about-module__M9wYpq__table tbody tr {
  background: #fff;
  transition: background .2s;
}

.about-module__M9wYpq__table tbody tr:nth-child(2n) {
  background: #fafcff;
}

.about-module__M9wYpq__table tbody tr:hover {
  background: #f5f8ff;
}

.about-module__M9wYpq__table tbody tr:last-child td {
  border-bottom: none;
}

.about-module__M9wYpq__apiCard {
  background: #fff;
  border: 1px solid #e6ecff;
  border-radius: 16px;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 16px;
  display: grid;
  box-shadow: 0 8px 20px #0d1a2b0d;
}

.about-module__M9wYpq__apiCode pre {
  white-space: pre-wrap;
  color: #e6ecff;
  background: #0b1e3b;
  border: 1px solid #dfe7ff;
  border-radius: 12px;
  margin: 0;
  padding: 14px;
  font-size: 13px;
  line-height: 1.5;
  overflow: auto;
}

.about-module__M9wYpq__alertBtn {
  background: var(--blue, #1d69e0);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.about-module__M9wYpq__alertBtn:hover {
  background: #1657b8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px #1d69e04d;
}

@media (max-width: 640px) {
  .about-module__M9wYpq__title {
    font-size: 24px;
  }

  .about-module__M9wYpq__sectionTitle {
    font-size: 20px;
  }

  .about-module__M9wYpq__head {
    flex-direction: column;
  }

  .about-module__M9wYpq__card {
    padding: 18px;
  }

  .about-module__M9wYpq__analysis {
    font-size: 15px;
  }

  .about-module__M9wYpq__warningBox {
    flex-direction: column;
    gap: 12px;
  }
}

/*# sourceMappingURL=app_ecd0807b._.css.map*/