.customer-list-page {
  min-height: calc(100vh - 88px);
  padding: 0 18px 28px;
  background:
    radial-gradient(circle at top left, rgba(243, 220, 255, 0.85), transparent 24%),
    radial-gradient(circle at top right, rgba(245, 214, 230, 0.8), transparent 30%),
    linear-gradient(180deg, #f6f0fb 0%, #fbf7ff 100%);
}

.customer-list-shell {
  max-width: 1040px;
  margin: 0 auto;
}

.customer-list-heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 18px;
  margin: 20px 0 14px;
  padding: 18px 18px 8px;
}

.customer-list-heading__copy {
  min-width: 0;
}

.customer-list-panel__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 4px;
}

.customer-list-create {
  min-width: 172px;
  height: 52px;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #5b2da8 0%, #3e1268 100%) !important;
  background-color: #3e1268 !important;
  border: 0 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 7.1px 0 rgba(255, 255, 255, 0.50) inset !important;
  text-transform: none !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  font-size: 16px !important;
}

.customer-list-create:hover {
  background: linear-gradient(180deg, #6a20af 0%, #4f1b87 100%) !important;
  background-color: #4f1b87 !important;
  box-shadow: 0 6px 14px rgba(79, 31, 123, 0.28), inset 0 4px 10px rgba(255, 255, 255, 0.18) !important;
}

.customer-list-create .mud-button-label {
  color: #ffffff !important;
}

.customer-list-create.mud-button-root,
.customer-list-create.mud-button-root:hover,
.customer-list-create.mud-button-root:focus,
.customer-list-create.mud-button-root:active {
  color: #ffffff !important;
  background: linear-gradient(180deg, #5b2da8 0%, #3e1268 100%) !important;
  background-color: #3e1268 !important;
}

.customer-list-panel {
  margin: 0;
  padding: 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(75, 31, 108, 0.10);
  overflow: hidden;
}

.customer-list-panel__eyebrow {
  display: inline-flex;
  margin-bottom: 4px;
  color: #ff5a7f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.customer-list-panel__title {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(40px, 3.3vw, 56px);
  line-height: 0.92;
  color: #241137;
  letter-spacing: -0.7px;
}

.customer-list-table {
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
}

.customer-list-table .mud-table-head {
  background: #f8f3ff;
}

.customer-list-table .mud-table-head th {
  color: #7f6e8e;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 24px 14px;
  border-bottom: 1px solid rgba(94, 58, 131, 0.10);
}

.customer-list-table .mud-table-row td {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(94, 58, 131, 0.08);
  font-size: 16px;
  color: #2a1541;
}

.customer-list-name {
  font-weight: 800;
  color: #241137;
}

.customer-list-empty {
  padding: 26px 0;
  text-align: center;
  color: #907fa0;
}

@media (max-width: 900px) {
  .customer-list-heading {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 20px 10px;
    margin: 10px 0 14px;
  }

  .customer-list-panel__actions {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .customer-list-create {
    width: 100%;
    min-width: 0;
  }

  .customer-list-panel {
    margin: 0;
    padding: 0;
    border-radius: 28px;
  }
}

@media (max-width: 640px) {
  .customer-list-page {
    padding: 0 10px 18px;
  }
}
