:root {
  --provider-entry-split-release: "20260726-provider-entry-split-os-1180";
}

.provider-entry-split-ready .provider-entry-clarity-panel,
.provider-entry-split-ready .app-role-clarity-panel {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(198, 154, 86, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 99, 172, 0.09), rgba(241, 181, 79, 0.08)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(76, 24, 52, 0.08);
  padding: 14px;
}

.provider-entry-split-ready .provider-entry-clarity-head,
.provider-entry-split-ready .app-role-clarity-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.provider-entry-split-ready .provider-entry-clarity-head > svg,
.provider-entry-split-ready .app-role-clarity-head > svg {
  width: 28px;
  height: 28px;
  color: #c7973a;
  flex: 0 0 auto;
}

.provider-entry-split-ready .provider-entry-clarity-panel span,
.provider-entry-split-ready .app-role-clarity-panel span {
  color: #a8752d;
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.provider-entry-split-ready .provider-entry-clarity-panel h3,
.provider-entry-split-ready .app-role-clarity-panel h2 {
  margin: 4px 0 6px;
  color: #24131d;
  font-size: clamp(22px, 2.5vw, 31px);
  font-weight: 560;
  line-height: 1.08;
}

.provider-entry-split-ready .provider-entry-clarity-panel p,
.provider-entry-split-ready .app-role-clarity-panel p {
  margin: 0;
  color: #725b68;
  line-height: 1.42;
}

.provider-entry-split-ready .provider-entry-clarity-actions,
.provider-entry-split-ready .app-role-clarity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.provider-entry-split-ready .provider-entry-clarity-actions a,
.provider-entry-split-ready .app-role-clarity-card {
  display: grid;
  min-width: 0;
  min-height: 72px;
  border: 1px solid rgba(198, 154, 86, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: #321423;
  text-decoration: none;
  padding: 11px;
}

.provider-entry-split-ready .provider-entry-clarity-actions a {
  align-content: center;
  justify-items: center;
  text-align: center;
  font-size: 14px;
}

.provider-entry-split-ready .provider-entry-clarity-actions a.is-current {
  border-color: rgba(235, 95, 157, 0.22);
  background: linear-gradient(135deg, #f766a5, #f1b14f);
  color: #25131c;
  box-shadow: 0 14px 28px rgba(212, 83, 136, 0.18);
}

.provider-entry-split-ready .provider-entry-clarity-actions strong,
.provider-entry-split-ready .app-role-clarity-card strong {
  display: block;
  color: inherit;
  font-weight: 560;
  line-height: 1.15;
}

.provider-entry-split-ready .provider-entry-clarity-actions small,
.provider-entry-split-ready .app-role-clarity-card small {
  display: block;
  margin-top: 4px;
  color: #725b68;
  font-size: 12px;
  line-height: 1.3;
}

.provider-entry-split-ready .provider-application-consents {
  display: grid;
  gap: 10px;
  margin: 18px 0 16px;
}

.provider-entry-split-ready .provider-consent-card.launch-checkbox {
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
  width: 100%;
  min-height: 62px !important;
  padding: 14px !important;
  border: 1px solid rgba(198, 154, 86, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  line-height: 1.42;
}

.provider-entry-split-ready .provider-consent-card.launch-checkbox input {
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  transform: none !important;
  accent-color: #eb5f9d;
}

.provider-entry-split-ready .provider-consent-text {
  display: block !important;
  min-width: 0;
  color: #5e4856;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: normal;
  word-break: normal;
}

.provider-entry-split-ready .provider-consent-text a {
  display: inline;
  color: #8f2f62;
  font-weight: 520;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  white-space: normal;
}

.provider-entry-split-ready .beautician-application-form > .launch-primary[type="submit"] {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  justify-content: center;
  border-radius: 8px;
  font-weight: 560;
}

body[data-theme="dark"].provider-entry-split-ready .provider-entry-clarity-panel,
body[data-theme="dark"].provider-entry-split-ready .app-role-clarity-panel,
body[data-theme="dark"].provider-entry-split-ready .provider-entry-clarity-actions a,
body[data-theme="dark"].provider-entry-split-ready .app-role-clarity-card,
body[data-theme="dark"].provider-entry-split-ready .provider-consent-card.launch-checkbox {
  border-color: rgba(255, 132, 185, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 96, 168, 0.07), rgba(235, 181, 86, 0.06)),
    rgba(35, 12, 26, 0.86);
}

body[data-theme="dark"].provider-entry-split-ready .provider-entry-clarity-panel h3,
body[data-theme="dark"].provider-entry-split-ready .app-role-clarity-panel h2,
body[data-theme="dark"].provider-entry-split-ready .provider-entry-clarity-actions strong,
body[data-theme="dark"].provider-entry-split-ready .app-role-clarity-card strong {
  color: #fff7fb;
}

body[data-theme="dark"].provider-entry-split-ready .provider-entry-clarity-panel p,
body[data-theme="dark"].provider-entry-split-ready .app-role-clarity-panel p,
body[data-theme="dark"].provider-entry-split-ready .provider-entry-clarity-actions small,
body[data-theme="dark"].provider-entry-split-ready .app-role-clarity-card small,
body[data-theme="dark"].provider-entry-split-ready .provider-consent-text {
  color: #dcc0ce;
}

body[data-theme="dark"].provider-entry-split-ready .provider-consent-text a {
  color: #ff9bca;
}

@media (max-width: 820px) {
  .provider-entry-split-ready .provider-entry-clarity-actions,
  .provider-entry-split-ready .app-role-clarity-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .provider-entry-split-ready .provider-entry-clarity-panel,
  .provider-entry-split-ready .app-role-clarity-panel {
    padding: 12px;
  }

  .provider-entry-split-ready .provider-entry-clarity-head,
  .provider-entry-split-ready .app-role-clarity-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .provider-entry-split-ready .provider-consent-card.launch-checkbox {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    min-height: 58px !important;
    padding: 12px !important;
  }

  .provider-entry-split-ready .provider-consent-text {
    font-size: 13px;
  }
}
