.pro-ui {
  --pro-muted: rgba(15, 23, 42, 0.65);
  --pro-border: rgba(15, 23, 42, 0.1);
  --pro-surface: #fff;
  --pro-subtle: #f8fafc;
  --pro-brand: rgba(var(--bs-primary-rgb), 1);
  --pro-focus: rgba(var(--bs-primary-rgb), 0.14);
  --pro-focus-border: rgba(var(--bs-primary-rgb), 0.32);
  background: #fbfcfe;
  padding: 0.25rem 0;
}

.page-pro-intake .navbar,
.page-pro-profile .navbar,
.page-pro-checkout-status .navbar {
  backdrop-filter: none;
  background: rgba(248, 250, 252, 0.98) !important;
}

.pro-ui .pro-surface {
  background: var(--pro-surface);
  border: 1px solid var(--pro-border);
  border-radius: 1.25rem;
  padding: clamp(1.1rem, 2vw, 1.4rem);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.pro-ui .pro-profile-container {
  max-width: 880px;
}

.pro-intake .pro-profile-container {
  max-width: 920px;
}

.pro-intake .pro-profile-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.pro-intake .pro-profile-form {
  gap: 2.25rem;
}

.pro-ui .pro-step-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: rgba(15, 23, 42, 0.55);
  margin-bottom: 0.6rem;
}

.pro-ui .intake-card {
  border: 1px solid var(--pro-border);
  background: var(--pro-surface);
  border-radius: 1.2rem;
  padding: 1.1rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.pro-ui .intake-card--primary {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, #ffffff 100%);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.pro-ui .intake-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.pro-ui .intake-card__title {
  font-size: 1.1rem;
  font-weight: 600;
}

.pro-ui .intake-card__subtitle {
  color: var(--pro-muted);
  font-size: 0.92rem;
}

.pro-ui .intake-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.65);
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.1);
  white-space: nowrap;
}

.pro-ui .pro-section-heading {
  color: var(--pro-muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pro-ui .pro-section-heading.no-caps {
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.9rem;
}

.pro-ui.account-page {
  --account-inline-border: rgba(15, 23, 42, 0.08);
  --account-field-bg: rgba(255, 255, 255, 0.72);
  --account-field-focus: rgba(255, 255, 255, 0.92);
  padding-bottom: 1.5rem;
}

.pro-ui .account-page__header {
  margin-bottom: 0.9rem;
}

.pro-ui .account-page__header h1 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.pro-ui .account-email-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.9rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid var(--account-inline-border);
  border-radius: 1.15rem;
  background: var(--pro-surface);
  box-shadow: none;
}

.pro-ui .account-email-row__label {
  color: var(--pro-muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.pro-ui .account-email-row__value {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.pro-ui .account-inline-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.15rem 0.55rem;
}

.pro-ui .account-inline-status--good {
  color: #067647;
  background: rgba(18, 183, 106, 0.14);
}

.pro-ui .account-inline-status--warn {
  color: #b54708;
  background: rgba(247, 144, 9, 0.16);
}

.pro-ui .account-inline-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.pro-ui .account-layout {
  align-items: stretch;
  background: transparent;
  box-shadow: none;
}

.pro-ui .account-layout > [class*='col-'],
.pro-ui .account-card-stack {
  background: transparent;
  box-shadow: none;
}

.pro-ui .account-card-stack {
  gap: 1rem;
}

.pro-ui .account-card {
  position: relative;
  isolation: isolate;
  background: var(--pro-surface);
  border-color: var(--pro-border);
  box-shadow: none;
  overflow: hidden;
}

.pro-ui .account-card--feature {
  padding: clamp(1.2rem, 2vw, 1.5rem);
}

.pro-ui .account-card--compact .account-card__body {
  align-items: flex-start;
  justify-content: center;
  min-height: 4rem;
}

.pro-ui .account-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.pro-ui .account-card__header--wrap {
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
  align-items: flex-start;
}

.pro-ui .account-card__header h2 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pro-ui .account-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: transparent;
}

.pro-ui.account-page .pro-surface {
  box-shadow: none;
}

.pro-ui.account-page [class*='-card'],
.pro-ui.account-page [class*='-panel'] {
  box-shadow: none;
}

.pro-ui .account-card__body--subscription {
  gap: 1.1rem;
}

.pro-ui .account-card__body--profile {
  justify-content: flex-start;
  gap: 1rem;
}

.pro-ui .account-card__body--delivery {
  gap: 0.95rem;
}

.pro-ui .account-meta--stacked {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: var(--pro-muted);
  font-size: 0.9rem;
}

.pro-ui .account-meta--subscription {
  align-items: flex-start;
  text-align: left;
  padding: 0.35rem 0 0.2rem;
  gap: 0.55rem;
}

.pro-ui .account-meta__item strong {
  color: var(--pro-text);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-right: 0.2rem;
}

.pro-ui .account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.15rem;
}

.pro-ui .account-actions--inline {
  align-items: center;
}

.pro-ui .account-actions--subscription {
  justify-content: flex-start;
}

.pro-ui .account-actions .btn {
  min-height: 2.75rem;
  border-radius: 0.8rem;
  padding-inline: 1rem;
}

.pro-ui .account-setting-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.pro-ui .account-setting-row > div:first-child {
  min-width: 0;
}

.pro-ui .account-setting-row .fw-semibold {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.pro-ui .account-card__body--profile #account-form .account-actions {
  margin-top: 0.25rem;
}

.pro-ui .account-card form .form-control {
  min-height: 3rem;
  border-radius: 0.9rem;
  background: var(--account-field-bg);
  border-color: var(--account-inline-border);
}

.pro-ui .account-card form .form-control:focus {
  background: var(--account-field-focus);
}

.pro-ui .account-delete-inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 2rem;
  margin-top: 0.15rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--account-inline-border);
}

.pro-ui .account-delete-inline form {
  margin: 0;
}

.pro-ui .account-delete-inline__trigger {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(15, 23, 42, 0.5);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.pro-ui .account-delete-inline__trigger:hover,
.pro-ui .account-delete-inline__trigger:focus-visible {
  color: rgba(15, 23, 42, 0.72);
}

.pro-ui .account-info-box {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 0.8rem;
  padding: 0.8rem;
  background: rgba(15, 23, 42, 0.02);
}

@media (max-width: 991.98px) {
  .pro-ui .pro-profile-container {
    max-width: 760px;
  }

  .pro-ui .account-page__header h1 {
    max-width: none;
  }

  .pro-ui .account-card--aside {
    min-height: auto;
  }

  .pro-ui .account-card__body--subscription {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .pro-ui .account-card,
  .pro-ui .account-email-row {
    padding: 0.95rem;
  }

  .pro-ui .account-email-row {
    align-items: flex-start;
  }

  .pro-ui .account-card__header {
    margin-bottom: 0.8rem;
  }

  .pro-ui .account-card__header--wrap {
    align-items: stretch;
  }

  .pro-ui .account-card__header--wrap .status-pill {
    max-width: 100%;
  }

  .pro-ui .account-actions {
    flex-direction: column;
  }

  .pro-ui .account-actions .btn,
  .pro-ui .account-actions form,
  .pro-ui .account-actions--inline {
    width: 100%;
  }

  .pro-ui .account-actions .btn {
    justify-content: center;
  }

  .pro-ui .account-setting-row {
    align-items: stretch;
  }

  .pro-ui .account-meta--centered {
    align-items: flex-start;
    text-align: left;
  }

  .pro-ui .account-card--feature,
  .pro-ui .account-card--secondary,
  .pro-ui .account-card--aside {
    border-radius: 1.1rem;
  }

}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui.account-page {
  --account-inline-border: rgba(230, 237, 243, 0.1);
  --account-field-bg: rgba(255, 255, 255, 0.03);
  --account-field-focus: rgba(255, 255, 255, 0.05);
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-delete-inline__trigger {
  color: rgba(230, 237, 243, 0.56);
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-delete-inline__trigger:hover,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-delete-inline__trigger:focus-visible {
  color: rgba(230, 237, 243, 0.82);
}
.pro-ui .delivery-option-list {
  gap: 0.6rem;
}

.pro-ui .delivery-schedule .delivery-option-list {
  margin-top: 0.35rem;
}

.pro-ui .pro-option-card {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--pro-border);
  border-radius: 0.9rem;
  background: var(--pro-surface);
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pro-ui .pro-option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pro-ui .pro-option-card:hover {
  border-color: rgba(15, 23, 42, 0.18);
  background: var(--pro-subtle);
}

.pro-ui .pro-option-card:has(input:focus-visible) {
  box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), 0.2);
}

.pro-ui .pro-option-card:has(input:checked) {
  border-color: rgba(var(--bs-primary-rgb), 0.35);
  background: rgba(var(--bs-primary-rgb), 0.06);
  box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.12);
}

.pro-ui .pro-option-card:has(input:checked)::after,
.pro-ui .pro-option-card.is-selected::after {
  content: "✓";
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(var(--bs-primary-rgb), 0.9);
  background: rgba(var(--bs-primary-rgb), 0.15);
}

.pro-ui .pro-option-card.is-selected {
  border-color: rgba(var(--bs-primary-rgb), 0.35);
  background: rgba(var(--bs-primary-rgb), 0.06);
  box-shadow: 0 0 0 1px rgba(var(--bs-primary-rgb), 0.12);
}

.pro-ui .pro-option-card .delivery-option-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  flex: 1;
}

.pro-ui .pro-option-card .delivery-option-body > .fw-semibold {
  font-size: 0.98rem;
}

.pro-ui .pro-option-card .delivery-option__descriptor {
  font-size: 0.86rem;
  color: var(--pro-muted);
}

.pro-ui .pro-option-card .delivery-option__window {
  font-size: 0.78rem;
  color: var(--pro-muted);
}

.pro-ui .day-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.35rem;
}

.pro-ui .pro-day-grid-scroll {
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-gutter: stable;
}

.pro-ui .pro-day-grid-scroll::-webkit-scrollbar {
  height: 6px;
}

.pro-ui .pro-day-grid-scroll::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.2);
  border-radius: 999px;
}

.pro-ui .pro-day-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--pro-border);
  background: var(--pro-surface);
  color: rgba(15, 23, 42, 0.85);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.pro-ui .pro-day-pill.is-selected,
.pro-ui .btn-check:checked + .pro-day-pill {
  background: rgba(var(--bs-primary-rgb), 0.9);
  border-color: rgba(var(--bs-primary-rgb), 0.9);
  color: #fff;
}

.pro-ui .pro-day-pill:hover {
  border-color: rgba(var(--bs-primary-rgb), 0.35);
  background: rgba(var(--bs-primary-rgb), 0.08);
  color: rgba(15, 23, 42, 0.9);
}

.pro-ui .btn-check:checked + .pro-day-pill:hover,
.pro-ui .pro-day-pill.is-selected:hover {
  background: rgba(var(--bs-primary-rgb), 0.98);
  border-color: rgba(var(--bs-primary-rgb), 0.98);
  box-shadow: 0 6px 14px rgba(var(--bs-primary-rgb), 0.18);
  color: #fff;
}

.pro-ui .pro-day-preset {
  border: 1px solid var(--pro-border);
  background: var(--pro-surface);
  color: rgba(15, 23, 42, 0.8);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pro-ui .pro-day-preset:hover {
  background: var(--pro-subtle);
  border-color: rgba(15, 23, 42, 0.18);
  color: rgba(15, 23, 42, 0.95);
}

.pro-ui .pro-day-clear {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--pro-muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.pro-ui .pro-day-clear:hover {
  color: rgba(15, 23, 42, 0.9);
  text-decoration: none;
}

.pro-ui .pro-action-bar {
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--pro-border);
  border-radius: 1rem;
  background: var(--pro-subtle);
}

.pro-intake .pro-action-bar {
  margin-top: 0.75rem;
}

.pro-ui .pro-action-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.pro-ui .pro-action-helper {
  font-size: 0.9rem;
  color: var(--pro-muted);
}

.pro-ui .pro-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.6rem;
  border-radius: 14px;
  font-weight: 600;
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  color: #fff;
  box-shadow: none;
  transition: filter 0.2s ease;
}

.pro-ui .pro-primary-btn:hover {
  filter: brightness(0.95);
  color: #fff;
}

.pro-ui .pro-primary-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), 0.2);
}

@media (max-width: 600px) {
  .pro-ui .pro-action-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .pro-ui .pro-primary-btn {
    width: 100%;
  }

  .pro-ui .intake-card {
    padding: 1rem;
  }
}

@media (max-width: 520px) {
  .pro-ui .day-grid {
    min-width: 420px;
  }
}

.pro-ui .pro-page-header h1 {
  font-size: 1.55rem;
  letter-spacing: -0.01em;
}

.pro-ui .pro-profile-title {
  font-size: 1.75rem;
}

.pro-ui .pro-page-header p {
  color: var(--pro-muted);
}

.pro-ui .form-control:focus,
.pro-ui .form-select:focus {
  border-color: rgba(var(--bs-primary-rgb), 0.3);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.12);
}

.pro-ui .form-label {
  font-weight: 600;
  color: rgba(15, 23, 42, 0.85);
}

.pro-ui .ticker-selector {
  position: relative;
}

.pro-ui .ticker-selector .ticker-input {
  border: 1px solid rgba(148, 163, 184, 0.6);
  border-radius: 0.9rem;
  background: #fff;
  padding: 0.2rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.pro-ui .ticker-selector .ticker-input:focus-within {
  border-color: var(--pro-focus-border);
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 2px var(--pro-focus);
}

.pro-ui .ticker-selected {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  justify-items: start;
  gap: 0.6rem;
  padding: 0.35rem 0 0;
}

.pro-ui .ticker-selected:empty {
  display: none;
}

@supports selector(:has(*)) {
  .pro-ui .ticker-selected:not(:has(.ticker-chip)) {
    display: none;
  }

  .pro-ui .ticker-selected:has(.ticker-chip) {
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.pro-ui .ticker-selected--pulse {
  animation: tickerPulse 0.3s ease;
}

.pro-ui .ticker-selector .ticker-search-input {
  min-width: 160px;
  width: 100%;
  min-height: 48px;
  padding: 0 1rem;
  font-size: 1rem;
  color: rgba(15, 23, 42, 0.92);
  background: transparent;
  border-radius: 0.75rem;
  border: 0;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.pro-ui .ticker-selector .ticker-search-input::placeholder {
  color: rgba(15, 23, 42, 0.5);
}

.pro-ui .ticker-selector .ticker-search-input:focus {
  background: #ffffff;
}

.pro-ui .ticker-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 64px;
  overflow: hidden;
  border-radius: 0.9rem;
  background: rgba(var(--bs-primary-rgb), 0.06);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: rgba(15, 23, 42, 0.92);
  padding: 0.55rem 0.7rem;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  gap: 0.6rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.pro-ui .ticker-chip.is-added {
  animation: chipEnter 0.35s ease;
  box-shadow: 0 0 0 2px rgba(var(--bs-primary-rgb), 0.12);
}

.pro-ui .ticker-chip:hover {
  transform: translateY(-0.5px);
  border-color: rgba(var(--bs-primary-rgb), 0.22);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.pro-ui .ticker-chip .btn-close {
  flex: 0 0 auto;
  transform: scale(0.85);
  opacity: 0.45;
  margin-left: 0.25rem;
}

.pro-ui .ticker-chip:hover .btn-close,
.pro-ui .ticker-chip .btn-close:hover {
  opacity: 0.7;
}

.pro-ui .ticker-chip-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-align: left !important;
}

.pro-ui .ticker-chip-primary {
  display: block;
  font-weight: 750;
  letter-spacing: 0.01em;
  line-height: 1.05;
  min-width: 0;
  max-width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-ui .ticker-chip-meta {
  display: block;
  font-size: 0.78rem;
  font-weight: 550;
  opacity: 0.68;
  line-height: 1.05;
  min-width: 0;
  max-width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-ui .pro-primary-btn.is-disabled,
.pro-ui .pro-primary-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  filter: none;
}

.pro-ui .ticker-selector .list-group {
  margin-top: 0.45rem !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.pro-ui .ticker-selector .list-group-item {
  padding: 0.75rem 0.9rem;
  border-color: transparent;
}

.pro-ui .ticker-selector .list-group-item:hover,
.pro-ui .ticker-selector .list-group-item:focus {
  background: rgba(15, 23, 42, 0.03);
}

@keyframes chipEnter {
  0% {
    transform: translateY(6px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tickerPulse {
  0% {
    background: rgba(var(--bs-primary-rgb), 0.08);
  }
  100% {
    background: transparent;
  }
}


html[data-theme='dark'] body:not(.theme-pro) .pro-ui {
  --pro-muted: rgba(226, 232, 240, 0.75);
  --pro-border: var(--surface-border, rgba(230, 237, 243, 0.18));
  --pro-surface: var(--surface-bg, #2b2b2b);
  --pro-subtle: #353535;
  background: var(--primary-bg, #1f1f1f);
  color: #e6edf3;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-page-header h1,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-card h2,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-card h3,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .fw-semibold {
  color: #f8fafc !important;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .intake-badge {
  color: #cbd5e1;
  background: rgba(230, 237, 243, 0.08);
  border-color: rgba(230, 237, 243, 0.22);
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-meta,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-meta__item {
  color: #cbd5e1;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-meta__dot {
  color: #94a3b8;
  opacity: 0.9;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-surface,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .intake-card,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-option-card,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-day-pill,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-day-preset,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-chip,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-selector .list-group,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-selector .list-group-item {
  background: var(--pro-surface) !important;
  border-color: var(--pro-border) !important;
  color: #e6edf3 !important;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-option-card:hover,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-selector .list-group-item:hover,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-selector .list-group-item:focus {
  background: var(--pro-subtle) !important;
}


html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-option-card:has(input:checked),
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-option-card.is-selected {
  border-color: rgba(230, 237, 243, 0.32);
  background: #353535;
  box-shadow: none;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-option-card:has(input:checked)::after,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-option-card.is-selected::after {
  color: #f8fafc;
  background: rgba(230, 237, 243, 0.16);
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .btn-check:checked + .pro-day-pill,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-day-pill.is-selected {
  background: #3a3a3a !important;
  border-color: rgba(230, 237, 243, 0.32) !important;
  color: #f8fafc !important;
  box-shadow: none;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .btn-check:checked + .pro-day-pill:hover,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-day-pill.is-selected:hover,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-day-preset:focus-visible,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-day-clear:focus-visible {
  box-shadow: 0 0 0 2px rgba(230, 237, 243, 0.24);
}



html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-primary-btn {
  background: var(--pro-surface) !important;
  border-color: var(--pro-border) !important;
  color: #e6edf3 !important;
  box-shadow: none !important;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-primary-btn:hover,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-primary-btn:focus-visible {
  background: #353535 !important;
  border-color: rgba(230, 237, 243, 0.28) !important;
  color: #f8fafc !important;
  box-shadow: none !important;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-selector .ticker-input,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-selector .ticker-search-input {
  background: var(--pro-surface) !important;
  border-color: var(--pro-border) !important;
  color: #e6edf3 !important;
  box-shadow: none !important;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-selector .ticker-search-input:focus {
  background: var(--pro-subtle) !important;
  outline: none;
  box-shadow: none !important;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-selector .ticker-search-input::placeholder {
  color: #94a3b8;
}
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .text-muted,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .ticker-chip-meta {
  color: #b2bfcc !important;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .pro-step-label,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .auth-choice-divider__text,
html[data-theme='dark'] body:not(.theme-pro) .pro-ui .form-text {
  color: #9fb0c2 !important;
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-email-row {
  background: rgba(53, 53, 53, 0.7);
  border-color: var(--pro-border);
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-inline-status--good {
  color: #86efac;
  background: rgba(34, 197, 94, 0.15);
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-inline-status--warn {
  color: #fcd34d;
  background: rgba(245, 158, 11, 0.18);
}

html[data-theme='dark'] body:not(.theme-pro) .pro-ui .account-info-box {
  background: rgba(15, 23, 42, 0.2);
  border-color: var(--pro-border);
}


.pro-account-auth-block {
  gap: 0.9rem !important;
}
