/* [project]/src/styles/Home.module.css [client] (css) */
.Home-module__Ho9lYW__page {
  color: #1f2937;
  background: radial-gradient(circle at 0 0, #ffd6e1a6, #0000 30%), radial-gradient(circle at 100% 0, #bfdbfe8c, #0000 32%), linear-gradient(#fffaf5 0%, #f7f6ff 46%, #eefaf7 100%);
  min-height: 100vh;
}

.Home-module__Ho9lYW__main {
  width: min(1220px, 100% - 32px);
  margin: 0 auto;
  padding: 32px 0 56px;
}

.Home-module__Ho9lYW__loginLayout {
  place-items: center;
  width: min(520px, 100% - 32px);
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
}

.Home-module__Ho9lYW__loginCard, .Home-module__Ho9lYW__card, .Home-module__Ho9lYW__statCard, .Home-module__Ho9lYW__clientChip, .Home-module__Ho9lYW__previewCard {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffe6;
  border: 1px solid #fff9;
  border-radius: 24px;
  box-shadow: 0 20px 60px #959da529;
}

.Home-module__Ho9lYW__loginCard {
  width: 100%;
  padding: 36px;
}

.Home-module__Ho9lYW__hero {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.Home-module__Ho9lYW__eyebrow {
  color: #8b5cf6;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.Home-module__Ho9lYW__title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.05;
}

.Home-module__Ho9lYW__subtitle {
  color: #5b6473;
  max-width: 760px;
  margin-top: 12px;
  line-height: 1.7;
}

.Home-module__Ho9lYW__helperText {
  color: #667085;
  margin-bottom: 14px;
  line-height: 1.6;
}

.Home-module__Ho9lYW__statsGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  display: grid;
}

.Home-module__Ho9lYW__statCard {
  padding: 22px;
}

.Home-module__Ho9lYW__statLilac {
  background: linear-gradient(145deg, #f3e8ff, #fff);
}

.Home-module__Ho9lYW__statMint {
  background: linear-gradient(145deg, #dcfce7, #fff);
}

.Home-module__Ho9lYW__statPeach {
  background: linear-gradient(145deg, #ffedd5, #fff);
}

.Home-module__Ho9lYW__statSky {
  background: linear-gradient(145deg, #dbeafe, #fff);
}

.Home-module__Ho9lYW__statLabel {
  color: #667085;
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
}

.Home-module__Ho9lYW__statValue {
  font-size: 28px;
  line-height: 1.15;
}

.Home-module__Ho9lYW__card {
  margin-bottom: 20px;
  padding: 26px;
}

.Home-module__Ho9lYW__cardLavender {
  background: linear-gradient(#ede9fee6, #ffffffeb);
}

.Home-module__Ho9lYW__cardRose {
  background: linear-gradient(#fff0f6eb, #ffffffe6);
}

.Home-module__Ho9lYW__cardBlue {
  background: linear-gradient(#eff6fff0, #ffffffe6);
}

.Home-module__Ho9lYW__cardYellow {
  background: linear-gradient(#fef9c3b8, #ffffffe6);
}

.Home-module__Ho9lYW__sectionHeader {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  display: flex;
}

.Home-module__Ho9lYW__sectionTitle {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.Home-module__Ho9lYW__summaryRibbon {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
  display: flex;
}

.Home-module__Ho9lYW__summaryRibbon span {
  color: #475467;
  background: #ffffffb8;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
}

.Home-module__Ho9lYW__formGrid, .Home-module__Ho9lYW__voiceGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.Home-module__Ho9lYW__field {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.Home-module__Ho9lYW__field span {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.Home-module__Ho9lYW__field input, .Home-module__Ho9lYW__field textarea {
  width: 100%;
  font: inherit;
  color: #111827;
  background: #fffffff2;
  border: 1px solid #c4b5fd80;
  border-radius: 16px;
  padding: 13px 15px;
}

.Home-module__Ho9lYW__field textarea {
  resize: vertical;
  min-height: 96px;
}

.Home-module__Ho9lYW__field input:focus, .Home-module__Ho9lYW__field textarea:focus {
  border-color: #8b5cf6;
  outline: 2px solid #8b5cf62e;
}

.Home-module__Ho9lYW__fullWidth {
  grid-column: 1 / -1;
}

.Home-module__Ho9lYW__actions {
  grid-column: 1 / -1;
  justify-content: flex-start;
  gap: 12px;
  display: flex;
}

.Home-module__Ho9lYW__primaryButton, .Home-module__Ho9lYW__secondaryButton {
  appearance: none;
  font: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  transition: transform .15s, box-shadow .15s;
}

.Home-module__Ho9lYW__primaryButton {
  color: #fff;
  background: linear-gradient(135deg, #a78bfa, #f472b6);
  box-shadow: 0 12px 24px #f472b63d;
}

.Home-module__Ho9lYW__primaryButton:hover, .Home-module__Ho9lYW__secondaryButton:hover {
  transform: translateY(-1px);
}

.Home-module__Ho9lYW__primaryButton:disabled, .Home-module__Ho9lYW__secondaryButton:disabled {
  opacity: .7;
  cursor: wait;
}

.Home-module__Ho9lYW__secondaryButton {
  color: #374151;
  background: linear-gradient(135deg, #bfdbfe, #fbcfe8);
}

.Home-module__Ho9lYW__error {
  color: #b42318;
  background: #fff1f3;
  border: 1px solid #fecdd3;
  border-radius: 14px;
  grid-column: 1 / -1;
  padding: 12px 14px;
}

.Home-module__Ho9lYW__errorList {
  gap: 10px;
  margin-top: 16px;
  display: grid;
}

.Home-module__Ho9lYW__previewCard {
  background: linear-gradient(145deg, #fffffff5, #f4f4fff2);
  margin-top: 20px;
  padding: 22px;
}

.Home-module__Ho9lYW__previewTitle {
  margin-bottom: 16px;
  font-size: 20px;
}

.Home-module__Ho9lYW__previewGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
  display: grid;
}

.Home-module__Ho9lYW__previewGrid dt {
  color: #667085;
  margin-bottom: 4px;
  font-size: 13px;
}

.Home-module__Ho9lYW__previewGrid dd {
  color: #1f2937;
  margin: 0;
  font-weight: 600;
}

.Home-module__Ho9lYW__emptyState {
  color: #667085;
}

.Home-module__Ho9lYW__tableWrap {
  overflow-x: auto;
}

.Home-module__Ho9lYW__table {
  border-collapse: collapse;
  width: 100%;
}

.Home-module__Ho9lYW__table th, .Home-module__Ho9lYW__table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #cbd5e1b3;
  padding: 12px 10px;
}

.Home-module__Ho9lYW__table th {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}

.Home-module__Ho9lYW__clientChips {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
  display: grid;
}

.Home-module__Ho9lYW__clientChip {
  background: linear-gradient(145deg, #fffffff2, #e0f2fef2);
  flex-direction: column;
  gap: 6px;
  padding: 18px;
  display: flex;
}

.Home-module__Ho9lYW__clientChip strong {
  color: #1f2937;
}

.Home-module__Ho9lYW__clientChip span {
  color: #667085;
  font-size: 14px;
}

@media (max-width: 900px) {
  .Home-module__Ho9lYW__statsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .Home-module__Ho9lYW__main {
    width: min(100% - 20px, 1220px);
    padding: 20px 0 36px;
  }

  .Home-module__Ho9lYW__hero {
    flex-direction: column;
    align-items: stretch;
  }

  .Home-module__Ho9lYW__statsGrid, .Home-module__Ho9lYW__formGrid, .Home-module__Ho9lYW__voiceGrid, .Home-module__Ho9lYW__previewGrid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=src_styles_Home_module_13d-l-l.css.map*/