:root {
  --beautician-application-polish-release: "20260726-beautician-application-polish-os-925";
}

.beautician-surface-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  padding: 8px;
  border: 1px solid rgba(226, 92, 157, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(102, 31, 63, 0.08);
}

.beautician-surface-switch a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(226, 92, 157, 0.14);
  border-radius: 8px;
  background: rgba(255, 250, 253, 0.9);
  color: #3a2130;
  font-size: 14px;
  font-weight: 520;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.beautician-surface-switch a[aria-current="page"] {
  border-color: rgba(209, 72, 132, 0.36);
  background: linear-gradient(135deg, #f45c9a, #f3b353);
  color: #23131d;
  box-shadow: 0 12px 26px rgba(210, 72, 132, 0.18);
}

.beautician-surface-switch svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.beautician-journey-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.beautician-journey-strip article {
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(226, 92, 157, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.beautician-journey-strip article:first-child {
  background: linear-gradient(135deg, rgba(255, 241, 248, 0.96), rgba(255, 248, 236, 0.92));
}

.beautician-journey-strip span {
  color: #a77425;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.beautician-journey-strip strong {
  display: block;
  margin: 4px 0;
  color: #2b1722;
  font-size: 15px;
  font-weight: 540;
  line-height: 1.2;
}

.beautician-journey-strip p {
  margin: 0;
  color: #735765;
  font-size: 12px;
  line-height: 1.38;
}

.beautician-application-form {
  overflow: visible;
}

.beautician-apply-sidebar h2,
.beautician-apply-sidebar .api-readiness-head h2,
.beautician-apply-sidebar .conversion-head h2,
.beautician-apply-sidebar .gallery-trust-head h2 {
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.08;
}

.beautician-apply-sidebar .api-readiness-card h3,
.beautician-apply-sidebar .conversion-step h3 {
  font-size: 15px;
  line-height: 1.18;
}

.beautician-apply-sidebar .api-readiness-grid.three,
.beautician-apply-sidebar .conversion-grid.three {
  grid-template-columns: 1fr;
}

.beautician-apply-sidebar .api-readiness-card,
.beautician-apply-sidebar .conversion-step {
  min-height: 0;
}

.provider-application-consents {
  display: grid;
  gap: 10px;
}

.provider-application-consents .provider-consent-card {
  box-sizing: border-box;
  min-height: 64px !important;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: none;
}

.provider-application-consents .provider-consent-card input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
}

.provider-application-consents .provider-consent-card span {
  display: block;
  min-width: 0;
  color: #5e4856;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.provider-application-consents .provider-consent-card a {
  color: #8f2f62;
  font-weight: 520;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.beautician-apply-body .launch-form > .launch-primary[type="submit"] {
  width: 100%;
  min-height: 46px;
  border-radius: 8px;
  justify-content: center;
  font-weight: 540;
  box-shadow: 0 14px 32px rgba(210, 72, 132, 0.2);
}

.provider-application-success {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(67, 168, 120, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(240, 255, 248, 0.95), rgba(255, 250, 240, 0.9));
}

.provider-application-success[hidden] {
  display: none;
}

.provider-application-success > svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 8px;
  background: rgba(67, 168, 120, 0.12);
  color: #26815a;
}

.provider-application-success h3 {
  margin: 0 0 4px;
  color: #1f2a22;
  font-size: 17px;
  font-weight: 560;
  line-height: 1.2;
}

.provider-application-success p {
  margin: 0;
  color: #52635a;
  font-size: 13px;
  line-height: 1.35;
}

.provider-application-success .launch-primary {
  min-height: 40px;
  white-space: nowrap;
}

body[data-theme="dark"] .beautician-surface-switch,
body[data-theme="dark"] .beautician-journey-strip article,
body[data-theme="dark"] .provider-application-consents .provider-consent-card {
  border-color: rgba(246, 119, 177, 0.2);
  background: rgba(255, 255, 255, 0.055);
}

body[data-theme="dark"] .beautician-surface-switch a {
  border-color: rgba(246, 119, 177, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #fff0f6;
}

body[data-theme="dark"] .beautician-surface-switch a[aria-current="page"] {
  color: #23131d;
}

body[data-theme="dark"] .beautician-journey-strip article:first-child,
body[data-theme="dark"] .provider-application-success {
  border-color: rgba(246, 119, 177, 0.22);
  background: linear-gradient(135deg, rgba(49, 18, 35, 0.94), rgba(38, 18, 30, 0.94));
}

body[data-theme="dark"] .beautician-journey-strip strong,
body[data-theme="dark"] .provider-application-success h3 {
  color: #fff8fb;
}

body[data-theme="dark"] .beautician-journey-strip p,
body[data-theme="dark"] .provider-application-consents .provider-consent-card span,
body[data-theme="dark"] .provider-application-success p {
  color: rgba(255, 232, 241, 0.76);
}

body[data-theme="dark"] .provider-application-consents .provider-consent-card a {
  color: #ff9bca;
}

@media (max-width: 860px) {
  .beautician-surface-switch,
  .beautician-journey-strip {
    grid-template-columns: 1fr;
  }

  .provider-application-success {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .provider-application-success .launch-primary {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .beautician-surface-switch {
    margin-top: 14px;
    padding: 6px;
  }

  .beautician-surface-switch a {
    min-height: 42px;
    justify-content: flex-start;
    padding: 9px 10px;
  }

  .provider-application-consents .provider-consent-card {
    min-height: 58px;
    padding: 12px;
  }
}
