.supply-ecosystem-panel,
.booking-proof-companion,
.account-gallery-confidence-brief,
.provider-gallery-sales-room,
.beautician-connector-path,
.admin-supply-connector-board,
.trust-connector-policy {
  border: 1px solid rgba(199, 79, 139, 0.23);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 250, 253, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(145deg, rgba(255, 101, 171, 0.1), rgba(244, 190, 91, 0.15));
  color: #2f1122;
  box-shadow: 0 24px 62px rgba(101, 35, 71, 0.1);
  overflow: hidden;
}

.supply-ecosystem-panel,
.beautician-connector-path,
.trust-connector-policy {
  padding: clamp(22px, 4vw, 38px);
}

.booking-proof-companion,
.account-gallery-confidence-brief,
.provider-gallery-sales-room,
.admin-supply-connector-board {
  padding: clamp(18px, 3vw, 30px);
}

.supply-ecosystem-head,
.booking-proof-companion-head,
.account-gallery-confidence-head,
.provider-gallery-sales-head,
.beautician-connector-path-head,
.admin-supply-connector-head,
.trust-connector-policy-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  margin-bottom: 22px;
}

.supply-ecosystem-head h2,
.booking-proof-companion-head h3,
.account-gallery-confidence-head h2,
.provider-gallery-sales-head h2,
.beautician-connector-path-head h2,
.admin-supply-connector-head h2,
.trust-connector-policy-head h2 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 620;
}

.supply-ecosystem-head p,
.booking-proof-companion-head p,
.account-gallery-confidence-head p,
.provider-gallery-sales-head p,
.beautician-connector-path-head p,
.admin-supply-connector-head span,
.trust-connector-policy-head p {
  max-width: 780px;
  color: rgba(47, 17, 34, 0.72);
}

.supply-ecosystem-head > i,
.booking-proof-companion-head > i,
.account-gallery-confidence-head > i,
.provider-gallery-sales-head > i,
.beautician-connector-path-head > i,
.admin-supply-connector-head > i,
.trust-connector-policy-head > i {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 14px;
  color: #4f1e38;
  background: linear-gradient(135deg, #ff68a9, #f5c15f);
  box-shadow: 0 14px 30px rgba(190, 80, 137, 0.18);
}

.supply-ecosystem-grid,
.booking-proof-companion-grid,
.account-gallery-confidence-grid,
.provider-gallery-sales-grid,
.beautician-connector-path-grid,
.trust-connector-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-supply-connector-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.supply-ecosystem-card,
.booking-proof-companion-card,
.account-gallery-confidence-card,
.provider-gallery-sales-card,
.beautician-connector-path-card,
.admin-supply-connector-card,
.trust-connector-policy-card {
  min-width: 0;
  border: 1px solid rgba(199, 79, 139, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  padding: 18px;
}

.supply-ecosystem-card.is-primary,
.booking-proof-companion-card.is-primary,
.provider-gallery-sales-card.is-primary,
.admin-supply-connector-card.is-primary {
  border-color: rgba(199, 79, 139, 0.32);
  background: linear-gradient(135deg, rgba(255, 101, 171, 0.2), rgba(245, 193, 95, 0.18));
}

.supply-ecosystem-card span,
.booking-proof-companion-card span,
.account-gallery-confidence-card span,
.provider-gallery-sales-card span,
.beautician-connector-path-card span,
.admin-supply-connector-card span,
.trust-connector-policy-card span,
.admin-competitor-lessons span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(104, 34, 69, 0.08);
  color: #8a315f;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.supply-ecosystem-card h3,
.booking-proof-companion-card h3,
.account-gallery-confidence-card h3,
.provider-gallery-sales-card h3,
.beautician-connector-path-card h3,
.admin-supply-connector-card h3,
.trust-connector-policy-card h3 {
  margin: 12px 0 8px;
  line-height: 1.2;
  font-size: clamp(1rem, 2vw, 1.16rem);
  font-weight: 620;
}

.supply-ecosystem-card p,
.booking-proof-companion-card p,
.account-gallery-confidence-card p,
.provider-gallery-sales-card p,
.beautician-connector-path-card p,
.admin-supply-connector-card p,
.trust-connector-policy-card p,
.admin-competitor-lessons p {
  margin: 0;
  color: rgba(47, 17, 34, 0.7);
  line-height: 1.48;
}

.supply-ecosystem-strip,
.provider-connector-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.supply-ecosystem-strip span,
.provider-connector-checklist span {
  border: 1px solid rgba(199, 79, 139, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #652344;
  padding: 8px 12px;
  font-size: 0.86rem;
}

.booking-connector-note,
.admin-competitor-lessons {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  border: 1px solid rgba(199, 79, 139, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.66);
  color: #652344;
  padding: 13px 14px;
}

.booking-connector-note i {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

.account-gallery-confidence-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.admin-competitor-lessons {
  display: block;
}

.admin-competitor-lessons p {
  margin-top: 10px;
}

body[data-theme="dark"] .supply-ecosystem-panel,
body[data-theme="dark"] .booking-proof-companion,
body[data-theme="dark"] .account-gallery-confidence-brief,
body[data-theme="dark"] .provider-gallery-sales-room,
body[data-theme="dark"] .beautician-connector-path,
body[data-theme="dark"] .admin-supply-connector-board,
body[data-theme="dark"] .trust-connector-policy,
.admin-page[data-theme="dark"] .supply-ecosystem-panel,
.admin-page[data-theme="dark"] .booking-proof-companion,
.admin-page[data-theme="dark"] .account-gallery-confidence-brief,
.admin-page[data-theme="dark"] .provider-gallery-sales-room,
.admin-page[data-theme="dark"] .beautician-connector-path,
.admin-page[data-theme="dark"] .admin-supply-connector-board,
.admin-page[data-theme="dark"] .trust-connector-policy {
  border-color: rgba(255, 127, 181, 0.24);
  background:
    linear-gradient(135deg, rgba(43, 13, 31, 0.96), rgba(23, 7, 18, 0.98)),
    linear-gradient(145deg, rgba(255, 101, 171, 0.1), rgba(245, 193, 95, 0.12));
  color: #fff6fa;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.32);
}

body[data-theme="dark"] .supply-ecosystem-head p,
body[data-theme="dark"] .booking-proof-companion-head p,
body[data-theme="dark"] .account-gallery-confidence-head p,
body[data-theme="dark"] .provider-gallery-sales-head p,
body[data-theme="dark"] .beautician-connector-path-head p,
body[data-theme="dark"] .admin-supply-connector-head span,
body[data-theme="dark"] .trust-connector-policy-head p,
.admin-page[data-theme="dark"] .supply-ecosystem-head p,
.admin-page[data-theme="dark"] .booking-proof-companion-head p,
.admin-page[data-theme="dark"] .account-gallery-confidence-head p,
.admin-page[data-theme="dark"] .provider-gallery-sales-head p,
.admin-page[data-theme="dark"] .beautician-connector-path-head p,
.admin-page[data-theme="dark"] .admin-supply-connector-head span,
.admin-page[data-theme="dark"] .trust-connector-policy-head p {
  color: rgba(255, 246, 250, 0.72);
}

body[data-theme="dark"] .supply-ecosystem-card,
body[data-theme="dark"] .booking-proof-companion-card,
body[data-theme="dark"] .account-gallery-confidence-card,
body[data-theme="dark"] .provider-gallery-sales-card,
body[data-theme="dark"] .beautician-connector-path-card,
body[data-theme="dark"] .admin-supply-connector-card,
body[data-theme="dark"] .trust-connector-policy-card,
.admin-page[data-theme="dark"] .supply-ecosystem-card,
.admin-page[data-theme="dark"] .booking-proof-companion-card,
.admin-page[data-theme="dark"] .account-gallery-confidence-card,
.admin-page[data-theme="dark"] .provider-gallery-sales-card,
.admin-page[data-theme="dark"] .beautician-connector-path-card,
.admin-page[data-theme="dark"] .admin-supply-connector-card,
.admin-page[data-theme="dark"] .trust-connector-policy-card {
  background: rgba(255, 246, 250, 0.058);
  border-color: rgba(255, 127, 181, 0.18);
}

body[data-theme="dark"] .supply-ecosystem-card p,
body[data-theme="dark"] .booking-proof-companion-card p,
body[data-theme="dark"] .account-gallery-confidence-card p,
body[data-theme="dark"] .provider-gallery-sales-card p,
body[data-theme="dark"] .beautician-connector-path-card p,
body[data-theme="dark"] .admin-supply-connector-card p,
body[data-theme="dark"] .trust-connector-policy-card p,
body[data-theme="dark"] .admin-competitor-lessons p,
.admin-page[data-theme="dark"] .supply-ecosystem-card p,
.admin-page[data-theme="dark"] .booking-proof-companion-card p,
.admin-page[data-theme="dark"] .account-gallery-confidence-card p,
.admin-page[data-theme="dark"] .provider-gallery-sales-card p,
.admin-page[data-theme="dark"] .beautician-connector-path-card p,
.admin-page[data-theme="dark"] .admin-supply-connector-card p,
.admin-page[data-theme="dark"] .trust-connector-policy-card p,
.admin-page[data-theme="dark"] .admin-competitor-lessons p {
  color: rgba(255, 246, 250, 0.72);
}

body[data-theme="dark"] .supply-ecosystem-strip span,
body[data-theme="dark"] .provider-connector-checklist span,
body[data-theme="dark"] .booking-connector-note,
body[data-theme="dark"] .admin-competitor-lessons,
.admin-page[data-theme="dark"] .supply-ecosystem-strip span,
.admin-page[data-theme="dark"] .provider-connector-checklist span,
.admin-page[data-theme="dark"] .booking-connector-note,
.admin-page[data-theme="dark"] .admin-competitor-lessons {
  background: rgba(255, 246, 250, 0.07);
  border-color: rgba(255, 127, 181, 0.18);
  color: #ffd9e8;
}

@media (max-width: 1100px) {
  .admin-supply-connector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .supply-ecosystem-grid,
  .booking-proof-companion-grid,
  .account-gallery-confidence-grid,
  .provider-gallery-sales-grid,
  .beautician-connector-path-grid,
  .admin-supply-connector-grid,
  .trust-connector-policy-grid {
    grid-template-columns: 1fr;
  }

  .supply-ecosystem-head,
  .booking-proof-companion-head,
  .account-gallery-confidence-head,
  .provider-gallery-sales-head,
  .beautician-connector-path-head,
  .admin-supply-connector-head,
  .trust-connector-policy-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.provider-dashboard-page .ops-shell,
  body.provider-dashboard-page .ops-header,
  body.provider-dashboard-page .ops-login,
  body.provider-dashboard-page .ops-grid,
  body.provider-dashboard-page .ops-panel,
  body.provider-dashboard-page .ops-metrics,
  body.provider-dashboard-page .provider-dashboard-grid {
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    min-inline-size: 0 !important;
    box-sizing: border-box !important;
  }

  body.provider-dashboard-page .ops-shell {
    width: min(100%, calc(100vw - 24px)) !important;
    padding-top: 16px !important;
  }

  body.provider-dashboard-page .ops-header,
  body.provider-dashboard-page .ops-login {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.provider-dashboard-page .ops-header > *,
  body.provider-dashboard-page .ops-login > *,
  body.provider-dashboard-page .ops-login label,
  body.provider-dashboard-page .ops-login input,
  body.provider-dashboard-page .ops-login button,
  body.provider-dashboard-page .provider-header-actions,
  body.provider-dashboard-page .provider-header-actions > * {
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    min-inline-size: 0 !important;
    box-sizing: border-box !important;
  }

  body.provider-dashboard-page .ops-header h1,
  body.provider-dashboard-page .ops-header p {
    overflow-wrap: anywhere !important;
  }

  body.provider-dashboard-page .ops-metrics {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.launch-body .treatment-finder-toolbar .treatment-category-filters {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }

  body.launch-body .treatment-finder-toolbar .treatment-category-filters button {
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    justify-content: center !important;
    white-space: normal !important;
    min-height: 38px !important;
    padding-inline: 10px !important;
    text-align: center !important;
  }

  body.provider-dashboard-page .provider-workspace-tabs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    gap: 8px !important;
    overflow: visible !important;
    padding: 8px !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    min-inline-size: 0 !important;
    box-sizing: border-box !important;
  }

  body.provider-dashboard-page .provider-workspace-tabs button {
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 10px 7px !important;
    white-space: normal !important;
    text-align: center !important;
  }

  body.provider-dashboard-page .provider-workspace-tabs button span {
    line-height: 1.15 !important;
  }

  .supply-ecosystem-panel,
  .booking-proof-companion,
  .account-gallery-confidence-brief,
  .provider-gallery-sales-room,
  .beautician-connector-path,
  .admin-supply-connector-board,
  .trust-connector-policy {
    border-radius: 14px;
    padding: 18px;
  }

  .supply-ecosystem-card,
  .booking-proof-companion-card,
  .account-gallery-confidence-card,
  .provider-gallery-sales-card,
  .beautician-connector-path-card,
  .admin-supply-connector-card,
  .trust-connector-policy-card {
    padding: 15px;
  }

  .account-gallery-confidence-actions .launch-soft-button {
    width: 100%;
    justify-content: center;
  }
}
