/* [project]/src/app/globals.css [app-client] (css) */
*, :before, :after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.sx-bnr-type1-content {
  max-width: 700px;
}

.sx-bnr-type1-small-title {
  color: #ffffffd9;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 1.1rem;
  display: block;
}

.maintenance-mode {
  color: #172033;
  background: #f5f7fa;
  align-items: center;
  min-height: 100vh;
  padding: 48px 20px;
  font-family: Manrope, Arial, sans-serif;
  display: flex;
}

.maintenance-shell {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
}

.maintenance-logo {
  width: 220px;
  max-width: 70vw;
  margin-bottom: 42px;
  display: block;
}

.maintenance-kicker {
  color: #0f4bb9;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 14px;
  font-size: .88rem;
  font-weight: 800;
}

.maintenance-content h1 {
  color: #101828;
  max-width: 760px;
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.08;
}

.maintenance-copy {
  color: #475467;
  max-width: 690px;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.maintenance-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  display: flex;
}

.maintenance-button {
  color: #172033;
  background: #fff;
  border: 1px solid #d8e0ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 20px;
  font-weight: 800;
  line-height: 1.2;
  display: inline-flex;
}

.maintenance-button-primary {
  color: #fff;
  background: #0f4bb9;
  border-color: #0f4bb9;
}

.maintenance-button i {
  font-size: 16px;
}

.maintenance-panel {
  background: #fff;
  border: 1px solid #d8e0ec;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 45px #17203314;
}

.maintenance-status {
  color: #0f4bb9;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  font-size: .95rem;
  font-weight: 800;
  display: flex;
}

.maintenance-status span {
  background: #0f4bb9;
  border-radius: 999px;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.maintenance-panel dl {
  gap: 22px;
  margin: 0;
  display: grid;
}

.maintenance-panel dt {
  color: #667085;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: .82rem;
  font-weight: 800;
}

.maintenance-panel dd {
  color: #172033;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.maintenance-panel a {
  color: #172033;
  font-weight: 800;
}

@media (max-width: 900px) {
  .maintenance-shell {
    grid-template-columns: 1fr;
  }

  .maintenance-content h1 {
    font-size: 42px;
  }

  .maintenance-panel {
    max-width: 520px;
  }
}

@media (max-width: 560px) {
  .maintenance-mode {
    align-items: flex-start;
    padding: 32px 16px;
  }

  .maintenance-logo {
    width: 190px;
    margin-bottom: 32px;
  }

  .maintenance-content h1 {
    font-size: 34px;
  }

  .maintenance-copy {
    font-size: 16px;
  }

  .maintenance-actions {
    flex-direction: column;
  }

  .maintenance-button {
    width: 100%;
  }
}

/*# sourceMappingURL=src_app_globals_0p2ml0n.css.map*/