/* FuelDash R134 — profile and Tankbuch content cards use the dashboard card surface. */
html[data-fd-theme] body .fd-feature-page[data-fd-feature-view="account"] :is(
  .fd-account-page-status,
  .fd-account-page-card,
  .fd-account-recovery-card
),
html[data-fd-theme] body .fd-feature-page[data-fd-feature-view="tankbook"] :is(
  .fd-feature-card,
  .fd-overall-card,
  .fd-tank-form-card,
  .fd-tank-history,
  .fd-month-card,
  .fd-cloud-card,
  .fd-backup-card,
  .fd-account-card,
  .fd-tankbook-cloud-row
) {
  box-sizing: border-box !important;
  border: 1px solid var(--fd-r119-border-dark) !important;
  border-radius: var(--fd-r119-radius-card) !important;
  background-color: transparent !important;
  background-image: var(--fd-r119-card-dark) !important;
  box-shadow: var(--fd-r119-card-shadow-dark) !important;
  -webkit-backdrop-filter: blur(24px) saturate(126%) !important;
  backdrop-filter: blur(24px) saturate(126%) !important;
  color: var(--fd-r119-text-dark) !important;
}

html[data-fd-theme="light"] body .fd-feature-page[data-fd-feature-view="account"] :is(
  .fd-account-page-status,
  .fd-account-page-card,
  .fd-account-recovery-card
),
html[data-fd-theme="light"] body .fd-feature-page[data-fd-feature-view="tankbook"] :is(
  .fd-feature-card,
  .fd-overall-card,
  .fd-tank-form-card,
  .fd-tank-history,
  .fd-month-card,
  .fd-cloud-card,
  .fd-backup-card,
  .fd-account-card,
  .fd-tankbook-cloud-row
) {
  border-color: var(--fd-r119-border-light) !important;
  background-image: var(--fd-r119-card-light) !important;
  box-shadow: var(--fd-r119-card-shadow-light) !important;
  color: var(--fd-r119-text-light) !important;
}
