/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --blur-2xl: 40px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .table-row {
    display: table-row;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-fit\! {
    width: fit-content !important;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-px {
    gap: 1px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\(--colors-border-base-medium\) {
    border-color: var(--colors-border-base-medium);
  }
  .bg-\(--colors-background-white\) {
    background-color: var(--colors-background-white);
  }
  .bg-\(--colors-text-success\) {
    background-color: var(--colors-text-success);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[54px\] {
    font-size: 54px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-\(--colors-text-black-default\) {
    color: var(--colors-text-black-default);
  }
  .text-\(--colors-text-body-subtle\) {
    color: var(--colors-text-body-subtle);
  }
  .text-\(--colors-text-heading\) {
    color: var(--colors-text-heading);
  }
  .text-\(--colors-text-success\) {
    color: var(--colors-text-success);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-2xl {
    --tw-blur: blur(var(--blur-2xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
.op-page {
  max-width: 40rem;
  margin: 4rem auto;
  padding: 0 1.5rem;
  font-family: "Inter", system-ui, sans-serif;
}
.op-screen {
  font-family: "Inter", system-ui, sans-serif;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

/*
 * donation-form — Design Tokens. SYNC: see ../_SYNC.md (byte-identical copy).
 * ---------------------------------------------------------------------------
 * Two kinds of token power the form:
 *
 *  1. DYNAMIC tokens are computed at runtime from the tenant's branding by
 *     theme/brandingToThemeVars.ts and spread onto the root element's inline
 *     `style` by DonationForm.vue. Inline custom properties win over the static
 *     defaults below, so for these the values here are only the pre-mount /
 *     standalone-component fallback — a host CANNOT override them by
 *     redeclaring under `.df-root`, because the document always does.
 *       - authored COLOR (the sanctioned R78 exception):
 *           --df-accent, --df-accent-soft, --df-accent-soft-border,
 *           --df-accent-soft-text, --df-accent-shadow, --df-deep,
 *           --df-summary-bg, --df-summary-border, --df-page-bg, --df-secondary
 *       - authored SHAPE (theme/brandingToShapeVars.ts): the typeface pair and
 *         the whole radius ladder, both driven by one closed-set token each:
 *           --df-font-body, --df-font-display,
 *           --df-radius-card, --df-radius-btn, --df-radius-field,
 *           --df-radius-preset, --df-radius-tag, --df-radius-box,
 *           --df-radius-seg
 *
 *  2. STATIC tokens — the neutral greys, surfaces, borders, scrims and shadows
 *     shared by every theme. These never change at runtime; override them from
 *     the host by redeclaring under `.df-root`.
 */

.df-root {
  /* Typography — DYNAMIC (mirrors DF_FONT_STACKS.System, the catalogue default) */
  --df-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  --df-font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;

  /* Surfaces */
  --df-card-bg: #ffffff;
  --df-surface-muted: #faf7f2;

  /* Text ramp (dark -> light) */
  --df-ink: #26201a;
  --df-ink-2: #3a2f26;
  --df-text: #5f5448;
  --df-text-strong: #6b5f51;
  --df-muted: #8a7d6e;
  --df-muted-2: #7d7163;
  --df-faint: #a89c8e;
  --df-faint-2: #a99e8e;
  --df-disabled: #b0a392;
  --df-placeholder: #b3a795;
  --df-on-muted: #9a8b79;

  /* Borders & tracks */
  --df-border: #ece5dc;
  --df-border-strong: #e8e3dc;
  --df-border-soft: #efe4d6;
  --df-track: #f1ebe2;
  --df-track-2: #f1ebe2;

  /* Neutrals on top of the brand accent (theme-invariant) */
  --df-on-accent: #ffffff;
  --df-on-accent-soft: rgba(255, 255, 255, 0.85);

  /* Validation / danger (theme-invariant inline field errors) */
  --df-error: #c0392b;
  --df-error-border: #e3b4ae;

  /* Shadow */
  --df-shadow-card: 0 24px 60px -28px rgba(60, 38, 22, 0.45), 0 2px 6px rgba(0, 0, 0, 0.05);
  --df-shadow-soft: rgba(0, 0, 0, 0.07);
  --df-shadow-seg: rgba(0, 0, 0, 0.13);

  /* Banner scrim stops (dark warm-neutral overlay over the hero image) */
  --df-scrim-1: rgba(28, 21, 15, 0.45);
  --df-scrim-2: rgba(28, 21, 15, 0.05);
  --df-scrim-3: rgba(28, 21, 15, 0.55);
  --df-scrim-4: rgba(28, 21, 15, 0.9);

  /* Radii — DYNAMIC (mirrors DF_RADIUS_SCALE.Medium, the catalogue default) */
  --df-radius-card: 20px;
  --df-radius-btn: 12px;
  --df-radius-field: 11px;
  --df-radius-preset: 999px;
  --df-radius-tag: 999px;
  --df-radius-box: 12px;
  --df-radius-seg: 9px;
}

/*
 * donation-form — Base styles. SYNC: see ../_SYNC.md (byte-identical copy).
 * ---------------------------------------------------------------------------
 * Minimal, scoped resets that apply only inside `.df-root`, plus the shared
 * keyframe animation. Keeps the form self-contained from the host app's styles.
 */

.df-root,
.df-root *,
.df-root *::before,
.df-root *::after {
  box-sizing: border-box;
}

.df-root {
  font-family: var(--df-font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.df-root input,
.df-root button,
.df-root select {
  font-family: inherit;
}

.df-root ::placeholder {
  color: var(--df-placeholder);
}

@keyframes df-pop {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.df-step[data-v-ea019f4a] {
  display: flex;
  flex-direction: column;
}
.df-step__title[data-v-ea019f4a] {
  font-family: var(--df-font-display);
  font-weight: 600;
  font-size: 21px;
  letter-spacing: -0.01em;
  color: var(--df-ink);
  margin: 0 0 4px;
}
.df-step__sub[data-v-ea019f4a] {
  font-size: 14px;
  color: var(--df-muted);
  margin: 0 0 20px;
}
.df-step__body[data-v-ea019f4a] {
  display: flex;
  flex-direction: column;
}
.df-step__actions[data-v-ea019f4a] {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}


.df-segmented[data-v-7dc2ca7c] {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: var(--df-accent-soft);
  border-radius: var(--df-radius-box);
}
.df-segmented__btn[data-v-7dc2ca7c] {
  flex: 1;
  padding: 11px 8px;
  border: none;
  border-radius: var(--df-radius-seg);
  background: transparent;
  color: var(--df-on-muted);
  font-family: var(--df-font-body);
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.df-segmented__btn[data-v-7dc2ca7c]:focus-visible {
  outline: 2px solid var(--df-accent);
  outline-offset: 2px;
}
.df-segmented__btn.is-active[data-v-7dc2ca7c] {
  background: var(--df-card-bg);
  color: var(--df-ink);
  box-shadow: 0 1px 3px var(--df-shadow-seg);
}


.df-preset-btn[data-v-bc16a77c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 15px 6px;
  border: 2px solid var(--df-border-strong);
  background: var(--df-card-bg);
  color: var(--df-ink-2);
  border-radius: var(--df-radius-preset);
  cursor: pointer;
  font-family: var(--df-font-body);
  transition: all 0.15s ease;
}
.df-preset-btn[data-v-bc16a77c]:focus-visible {
  outline: 2px solid var(--df-accent);
  outline-offset: 2px;
}
.df-preset-btn__amount[data-v-bc16a77c] {
  font-weight: 700;
  font-size: 17px;
  white-space: nowrap;
}
.df-preset-btn__desc[data-v-bc16a77c] {
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--df-muted);
  text-align: center;
}
.df-preset-btn.is-selected[data-v-bc16a77c] {
  border-color: var(--df-accent);
  background: var(--df-accent);
  color: var(--df-on-accent);
}
.df-preset-btn.is-selected .df-preset-btn__desc[data-v-bc16a77c] {
  color: var(--df-on-accent-soft);
}
@container df (max-width: 380px) {
.df-preset-btn__amount[data-v-bc16a77c] {
    font-size: 15px;
}
.df-preset-btn[data-v-bc16a77c] {
    padding: 13px 4px;
}
}


.df-preset-block[data-v-633c4ece] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.df-preset-block__img[data-v-633c4ece] {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--df-radius-preset);
}
.df-presets[data-v-633c4ece] {
  --gap: 10px;
  --c: var(--df-preset-cols, 4);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
  width: 100%;
}
.df-presets[data-v-633c4ece] .df-preset-btn {
  flex: 0 0 calc((100% - (var(--c) - 1) * var(--gap)) / var(--c));
}
@container df (max-width: 420px) {
.df-presets[data-v-633c4ece] {
    --c: var(--df-preset-cols-sm, 3);
}
}
@container df (max-width: 300px) {
.df-presets[data-v-633c4ece] {
    --c: var(--df-preset-cols-xs, 2);
}
}


.df-input[data-v-15d20f4a] {
  width: 100%;
  padding: 13px 15px;
  border: 2px solid var(--df-border);
  border-radius: var(--df-radius-field);
  font-size: 15px;
  font-weight: 500;
  color: var(--df-ink);
  outline: none;
  background: var(--df-card-bg);
  transition: border-color 0.15s ease;
}
.df-input[data-v-15d20f4a]:focus {
  border-color: var(--df-accent);
}
.df-input--error[data-v-15d20f4a] {
  border-color: var(--df-error-border);
}
.df-input--error[data-v-15d20f4a]:focus {
  border-color: var(--df-error);
}
.df-input--amount[data-v-15d20f4a] {
  padding: 14px 14px 14px 34px;
  font-size: 16px;
  font-weight: 600;
}


.df-custom[data-v-adcf328c] {
  position: relative;
}
.df-custom__symbol[data-v-adcf328c] {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 700;
  color: var(--df-disabled);
  z-index: 1;
}


.df-impact[data-v-54c69ea6] {
  display: flex;
  align-items: center;
  gap: 11px;
  background: var(--df-accent-soft);
  border-radius: var(--df-radius-box);
  padding: 13px 15px;
}
.df-impact__dot[data-v-54c69ea6] {
  width: 9px;
  height: 9px;
  /* Not a rounding-scale participant: a disc is a shape, not a rounded corner. */
  border-radius: 50%;
  background: var(--df-accent);
  flex: none;
}
.df-impact__text[data-v-54c69ea6] {
  font-size: 13.5px;
  color: var(--df-accent-soft-text);
  line-height: 1.35;
  font-weight: 500;
}


.df-tax[data-v-1a7a10fd] {
  /* Deliberately quieter than the accent-tinted ImpactStatement directly above: the two blocks
     stack, and two identically tinted boxes read as one. This is fiscal fine print, not the
     emotional pitch. Tokens only, never a raw colour (R78). Outer spacing belongs to StepAmount,
     which is where every other gap on that step is declared (.df-amount__*). */
  margin: 0;
  background: var(--df-surface-muted);
  border: 1px solid var(--df-border-soft);
  border-radius: var(--df-radius-box);
  padding: 11px 14px;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--df-text);
}


.df-btn[data-v-a393ea5c] {
  font-family: var(--df-font-body);
  cursor: pointer;
  border: none;
  transition:
    filter 0.15s ease,
    opacity 0.15s ease,
    transform 0.05s ease;
}
.df-btn[data-v-a393ea5c]:focus-visible {
  outline: 2px solid var(--df-accent);
  outline-offset: 2px;
}
.df-btn[data-v-a393ea5c]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.df-btn[data-v-a393ea5c]:not(:disabled):active {
  transform: translateY(1px);
}
.df-btn--block[data-v-a393ea5c] {
  width: 100%;
}

/* primary */
.df-btn--primary[data-v-a393ea5c] {
  padding: 16px;
  background: var(--df-accent);
  color: var(--df-on-accent);
  border-radius: var(--df-radius-btn);
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 8px 20px var(--df-accent-shadow);
}
.df-btn--primary[data-v-a393ea5c]:not(:disabled):hover {
  filter: brightness(1.05);
}

/* ghost */
.df-btn--ghost[data-v-a393ea5c] {
  padding: 16px 26px;
  background: var(--df-card-bg);
  color: var(--df-muted-2);
  border: 2px solid var(--df-border);
  border-radius: var(--df-radius-btn);
  font-weight: 700;
  font-size: 15px;
}
.df-btn--ghost[data-v-a393ea5c]:not(:disabled):hover {
  border-color: var(--df-border-strong);
}

/* link */
.df-btn--link[data-v-a393ea5c] {
  background: none;
  color: var(--df-accent);
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 0;
}


.df-amount__freq[data-v-4f88c6e9] {
  margin-bottom: 18px;
}
.df-amount__presets[data-v-4f88c6e9] {
  margin-bottom: 12px;
}
.df-amount__custom[data-v-4f88c6e9] {
  margin-bottom: 18px;
}
/*
 * margin-TOP, not a margin-bottom on ImpactStatement: the impact line is itself conditional (it
 * needs a preset description), so the gap has to belong to the block that is actually present.
 */
.df-amount__tax[data-v-4f88c6e9] {
  margin-top: 12px;
}
.df-amount__error[data-v-4f88c6e9] {
  margin: -4px 0 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--df-error);
}


.df-field[data-v-b183ade4] {
  display: block;
  flex: 1;
}
.df-field__label[data-v-b183ade4] {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--df-text-strong);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.df-field__req[data-v-b183ade4] {
  color: var(--df-accent);
}
.df-field__error[data-v-b183ade4] {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--df-error);
}


.df-select[data-v-5285cca8] {
  width: 100%;
  padding: 13px 15px;
  border: 2px solid var(--df-border);
  border-radius: var(--df-radius-field);
  font-size: 15px;
  font-weight: 500;
  color: var(--df-ink);
  outline: none;
  background: var(--df-card-bg);
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.df-select[data-v-5285cca8]:focus {
  border-color: var(--df-accent);
}


.df-checkbox[data-v-c878108a] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.df-checkbox__input[data-v-c878108a] {
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--df-accent);
  cursor: pointer;
}
.df-checkbox__input[data-v-c878108a]:focus-visible {
  outline: 2px solid var(--df-accent);
  outline-offset: 2px;
}
.df-checkbox__label[data-v-c878108a] {
  font-size: 13px;
  line-height: 1.45;
  color: var(--df-text);
}


.df-details__type[data-v-13866f76] {
  margin-bottom: 18px;
}
.df-details__grid[data-v-13866f76] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 18px;
}
.df-details__row[data-v-13866f76] {
  display: flex;
  gap: 12px;
}
.df-details__consents[data-v-13866f76] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 6px;
}
.df-details__consent-error[data-v-13866f76] {
  margin: -6px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--df-error);
}
@container df (max-width: 380px) {
.df-details__row[data-v-13866f76] {
    flex-direction: column;
    gap: 16px;
}
}


.df-summary[data-v-6ff02137] {
  background: var(--df-summary-bg);
  border: 1px solid var(--df-summary-border);
  border-radius: var(--df-radius-box);
  padding: 16px 18px;
}
.df-summary__row[data-v-6ff02137] {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  color: var(--df-muted-2);
  margin-bottom: 8px;
}
.df-summary__muted[data-v-6ff02137] {
  color: var(--df-placeholder);
}
.df-summary__value[data-v-6ff02137] {
  font-weight: 600;
  color: var(--df-ink-2);
}
.df-summary__row--total[data-v-6ff02137] {
  align-items: baseline;
  border-top: 1px solid var(--df-border-soft);
  padding-top: 10px;
  margin-top: 4px;
  margin-bottom: 0;
}
.df-summary__total-label[data-v-6ff02137] {
  font-weight: 700;
  font-size: 14px;
  color: var(--df-ink);
}
.df-summary__total[data-v-6ff02137] {
  font-family: var(--df-font-display);
  font-weight: 700;
  font-size: 21px;
  color: var(--df-accent);
}


.df-payment__summary[data-v-7922d616] {
  margin-bottom: 20px;
}
.df-payment__actions[data-v-7922d616] {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}
.df-payment__preview-outcomes[data-v-7922d616] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.df-payment__preview-outcomes .df-btn[data-v-7922d616] {
  flex: 1 1 auto;
}
.df-payment__note[data-v-7922d616] {
  text-align: center;
  font-size: 12px;
  color: var(--df-placeholder);
  margin: 13px 0 0;
}
.df-payment__recurring[data-v-7922d616] {
  margin: 0 0 16px;
  padding: 11px 14px;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--df-accent-soft-text);
  background: var(--df-accent-soft);
  border: 1px solid var(--df-accent-soft-border);
  border-radius: var(--df-radius-box);
}
/* Host-resolved submit error (R70 localized). No error-specific --df-* token exists;
   reuse the accent-soft family (no raw hex, R78) — the alert role conveys the severity. */
.df-payment__error[data-v-7922d616] {
  margin: 0 0 16px;
  padding: 11px 14px;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 600;
  color: var(--df-accent-soft-text);
  background: var(--df-accent-soft);
  border: 1px solid var(--df-accent-soft-border);
  border-radius: var(--df-radius-box);
}


.df-check-badge[data-v-1d295b34] {
  /* Not a rounding-scale participant: a disc is a shape, not a rounded corner. */
  border-radius: 50%;
  background: var(--df-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--df-on-accent);
  font-size: 36px;
  animation: df-pop 0.5s ease;
}


.df-complete[data-v-2a895a7d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 10px 14px;
}
.df-complete__badge[data-v-2a895a7d] {
  margin-bottom: 22px;
}
.df-complete__title[data-v-2a895a7d] {
  font-family: var(--df-font-display);
  font-weight: 700;
  font-size: 27px;
  letter-spacing: -0.015em;
  color: var(--df-ink);
  margin: 0 0 10px;
}
.df-complete__sub[data-v-2a895a7d] {
  font-size: 15px;
  color: var(--df-muted);
  line-height: 1.55;
  max-width: 340px;
  margin: 0 0 18px;
}
/* Rich-text render of the admin's TipTap message content (sanitized, see bodyHtml). Mirrors the
   editor's own ProseMirror defaults so the displayed message matches what the admin typed. */
.df-complete__sub[data-v-2a895a7d] p {
  margin: 0 0 0.5em;
}
.df-complete__sub[data-v-2a895a7d] p:last-child {
  margin-bottom: 0;
}
.df-complete__sub[data-v-2a895a7d] h1,
.df-complete__sub[data-v-2a895a7d] h2,
.df-complete__sub[data-v-2a895a7d] h3 {
  margin: 0.5em 0;
  font-weight: 700;
  color: var(--df-ink);
  line-height: 1.3;
}
.df-complete__sub[data-v-2a895a7d] ul,
.df-complete__sub[data-v-2a895a7d] ol {
  margin: 0.25em 0;
  padding-left: 1.4em;
  text-align: left;
}
.df-complete__sub[data-v-2a895a7d] ul {
  list-style: disc;
}
.df-complete__sub[data-v-2a895a7d] ol {
  list-style: decimal;
}
.df-complete__sub[data-v-2a895a7d] blockquote {
  margin: 0.5em 0;
  padding-left: 0.75em;
  border-left: 3px solid var(--df-border-strong);
  color: var(--df-muted-2);
}
.df-complete__sub[data-v-2a895a7d] a {
  color: var(--df-accent);
  text-decoration: underline;
}
.df-complete__sub[data-v-2a895a7d] img {
  max-width: 100%;
  height: auto;
  border-radius: var(--df-radius-box);
}
.df-complete__sub[data-v-2a895a7d] strong {
  font-weight: 700;
}
.df-complete__sub[data-v-2a895a7d] em {
  font-style: italic;
}
.df-complete__note[data-v-2a895a7d] {
  font-size: 13.5px;
  color: var(--df-faint);
  max-width: 330px;
  line-height: 1.5;
  margin: 0;
}


/* The track and its buttons are the two consumers of --df-radius-tag: they follow
   the authored rounding step together, so the pill never nests inside a square. */
.df-lang[data-v-147bf074] {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--df-card-bg);
  padding: 5px;
  border-radius: var(--df-radius-tag);
  box-shadow: 0 1px 3px var(--df-shadow-soft);
}
.df-lang__btn[data-v-147bf074] {
  padding: 7px 15px;
  border-radius: var(--df-radius-tag);
  border: none;
  cursor: pointer;
  font-family: var(--df-font-body);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  background: transparent;
  color: var(--df-on-muted);
  transition: all 0.15s ease;
}
.df-lang__btn[data-v-147bf074]:focus-visible {
  outline: 2px solid var(--df-accent);
  outline-offset: 2px;
}
.df-lang__btn.is-active[data-v-147bf074] {
  background: var(--df-ink);
  color: var(--df-on-accent);
}


.df-card[data-v-39ccf776] {
  background: var(--df-card-bg);
  border-radius: var(--df-radius-card);
  overflow: hidden;
  box-shadow: var(--df-shadow-card);
}


.df-banner[data-v-7a5657b0] {
  position: relative;
  height: 212px;
  background: var(--df-deep);
  overflow: hidden;
}
.df-banner__img[data-v-7a5657b0] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Focal point of the crop; the modifiers below set it per authored position. */
  object-position: center center;
}
.df-banner__img--left[data-v-7a5657b0] {
  object-position: left center;
}
.df-banner__img--center[data-v-7a5657b0] {
  object-position: center center;
}
.df-banner__img--right[data-v-7a5657b0] {
  object-position: right center;
}
.df-banner__glow[data-v-7a5657b0] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background: radial-gradient(125% 95% at 82% 4%, var(--df-accent) 0%, transparent 52%);
}
.df-banner__scrim[data-v-7a5657b0] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    var(--df-scrim-1) 0%,
    var(--df-scrim-2) 32%,
    var(--df-scrim-3) 72%,
    var(--df-scrim-4) 100%
  );
}

/* Respond to the form's own width so it scales inside narrow containers too. */
@container df (max-width: 460px) {
.df-banner[data-v-7a5657b0] {
    height: 172px;
}
}


.df-progress[data-v-6f581237] {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 440px;
  margin-inline: auto;
}
.df-progress__item[data-v-6f581237] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.df-progress__item[data-v-6f581237]:last-child {
  flex: none;
}
.df-progress__circle[data-v-6f581237] {
  width: 26px;
  height: 26px;
  /* Not a rounding-scale participant: a disc is a shape, not a rounded corner. */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  font-weight: 700;
  flex: none;
  background: var(--df-track);
  color: var(--df-placeholder);
  transition: all 0.2s ease;
}
.df-progress__circle.is-active[data-v-6f581237] {
  background: var(--df-accent);
  color: var(--df-on-accent);
}
.df-progress__label[data-v-6f581237] {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--df-placeholder);
  white-space: nowrap;
}
.df-progress__label.is-active[data-v-6f581237] {
  color: var(--df-ink);
}
.df-progress__label.is-current[data-v-6f581237] {
  font-weight: 700;
}
.df-progress__bar[data-v-6f581237] {
  flex: 1;
  height: 2px;
  /* Not a rounding-scale participant: half of the 2px track height is already the
     maximum a connector can take — any scale step would clamp to the same curve. */
  border-radius: 2px;
  min-width: 12px;
  background: var(--df-border);
}
.df-progress__bar.is-done[data-v-6f581237] {
  background: var(--df-accent);
}


.df-legal[data-v-4a90c660] {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--df-border);
  font-size: 12px;
  line-height: 1.55;
  /* The lightest text token that still clears WCAG AA on --df-card-bg (~4.8:1). The fainter
     greys in the ramp all fall under 4.5:1 — indefensible for a legal notice. */
  color: var(--df-muted-2);
  text-align: left;
}
/* Rich-text render of the admin's TipTap notice (sanitized, see noticeHtml). Mirrors the
   editor's own ProseMirror defaults so the notice reads as the admin typed it. */
.df-legal[data-v-4a90c660] p {
  margin: 0 0 0.5em;
}
.df-legal[data-v-4a90c660] p:last-child {
  margin-bottom: 0;
}
.df-legal[data-v-4a90c660] h1,
.df-legal[data-v-4a90c660] h2,
.df-legal[data-v-4a90c660] h3 {
  /* Clamped: a heading in fine print is emphasis, not a page-level title. */
  margin: 0.5em 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--df-ink);
  line-height: 1.3;
}
.df-legal[data-v-4a90c660] ul,
.df-legal[data-v-4a90c660] ol {
  margin: 0.25em 0;
  padding-left: 1.4em;
}
.df-legal[data-v-4a90c660] ul {
  list-style: disc;
}
.df-legal[data-v-4a90c660] ol {
  list-style: decimal;
}
.df-legal[data-v-4a90c660] blockquote {
  margin: 0.5em 0;
  padding-left: 0.75em;
  border-left: 3px solid var(--df-border-strong);
}
.df-legal[data-v-4a90c660] a {
  color: var(--df-accent);
  text-decoration: underline;
}
.df-legal[data-v-4a90c660] img {
  max-width: 100%;
  height: auto;
  border-radius: var(--df-radius-box);
}
.df-legal[data-v-4a90c660] strong {
  font-weight: 700;
}
.df-legal[data-v-4a90c660] em {
  font-style: italic;
}


.df-root[data-v-6752d868] {
  display: flex;
  flex-direction: column;
  font-family: var(--df-font-body);
}

/* The shell is the query container: descendants respond to the FORM's width. */
.df-shell[data-v-6752d868] {
  container-type: inline-size;
  container-name: df;
  width: 100%;
}
.df-shell__body[data-v-6752d868] {
  padding: var(--df-body-pad, 26px 30px 30px);
}
.df-shell__progress[data-v-6752d868] {
  margin-bottom: 26px;
}

/* ----- CENTERED: max-width card on a page background ----- */
.df-root--centered[data-v-6752d868] {
  align-items: center;
  background: var(--df-page-bg);
  min-height: 100vh;
  justify-content: center;
  padding: 40px 24px;
  transition: background 0.3s ease;
}
.df-root--centered .df-shell[data-v-6752d868] {
  max-width: var(--df-shell-max, 500px);
}
.df-root--centered .df-shell__header[data-v-6752d868] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

/* ----- FILL: full-bleed, fills the container's width AND height ----- */
.df-root--fill[data-v-6752d868] {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: var(--df-card-bg);
}
.df-root--fill .df-shell[data-v-6752d868] {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.df-root--fill .df-shell__header[data-v-6752d868] {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 5;
}
.df-root--fill[data-v-6752d868] .df-card {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  /* Overrides --df-radius-card on purpose, at every rounding step: a full-bleed
     embed fills its container edge to edge and has no outer corner to round. */
  border-radius: 0;
  box-shadow: none;
}
.df-root--fill .df-shell__body[data-v-6752d868] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

/* ----- responsive (to the form's own width) ----- */
@container df (max-width: 460px) {
.df-shell__body[data-v-6752d868] {
    --df-body-pad: 20px 16px 22px;
}
.df-shell__progress[data-v-6752d868] {
    margin-bottom: 20px;
}
}


.df-page[data-v-aa9e811e] {
  /* Full-bleed host wrapper. The DonationForm paints its own --df-* themed
     surface; the wrapper stays transparent (no host color leaks in). */
  min-height: 100vh;
  width: 100%;
  background: transparent;
}

/* ----- shared state-screen layout (loading / closed / empty / not-found / error) ----- */
.df-state[data-v-aa9e811e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 100vh;
  width: 100%;
  padding: 40px 24px;
  text-align: center;
}
/*
 * The authored theme vars are spread onto this element, but it lives OUTSIDE `.df-root`, so the
 * renderer's own `.df-root { font-family: var(--df-font-body) }` never reaches it. Without these two
 * declarations the tenant's typeface applies to the form and not to the empty/closed screens that
 * render its authored copy — restate the family here rather than widening the renderer's selector.
 */
.df-state--branded[data-v-aa9e811e] {
  background: var(--df-page-bg);
  font-family: var(--df-font-body);
}
.df-state__card[data-v-aa9e811e] {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.df-state__title[data-v-aa9e811e] {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: var(--colors-text-heading);
  margin: 0;
}
.df-state--branded .df-state__title[data-v-aa9e811e] {
  color: var(--df-deep);
  font-family: var(--df-font-display);
}
.df-state__body[data-v-aa9e811e] {
  font-size: 15px;
  line-height: 22px;
  color: var(--colors-text-body-subtle);
  margin: 0;
}
.df-state__text[data-v-aa9e811e] {
  font-size: 14px;
  color: var(--colors-text-body-subtle);
}
.df-state__spinner[data-v-aa9e811e] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid var(--colors-border-base-medium);
  border-top-color: var(--colors-text-heading);
  animation: df-spin-aa9e811e 0.7s linear infinite;
}
@keyframes df-spin-aa9e811e {
to {
    transform: rotate(360deg);
}
}


.df-page[data-v-b35cdcd0] {
  /* Full-bleed host wrapper; the themed surface paints itself, the wrapper stays transparent. */
  min-height: 100vh;
  width: 100%;
  background: transparent;
}
.df-state[data-v-b35cdcd0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 100vh;
  width: 100%;
  padding: 40px 24px;
  text-align: center;
}
/*
 * The authored theme vars are spread onto this element, but it lives OUTSIDE `.df-root`, so the
 * renderer's own `.df-root { font-family: var(--df-font-body) }` never reaches it. Without these two
 * declarations the tenant's typeface applies to the form and not to the screen the donor lands on
 * after paying — restate the family here rather than widening the renderer's selector.
 */
.df-state--branded[data-v-b35cdcd0] {
  background: var(--df-page-bg);
  font-family: var(--df-font-body);
}
.df-return__icon-wrap[data-v-b35cdcd0] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}
.df-return__glow[data-v-b35cdcd0] {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(32px);
}
.df-return__icon[data-v-b35cdcd0] {
  position: relative;
  font-size: 54px;
  line-height: 1;
}
.df-state__card[data-v-b35cdcd0] {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.df-state__title[data-v-b35cdcd0] {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: var(--colors-text-heading);
  margin: 0;
}
.df-state--branded .df-state__title[data-v-b35cdcd0] {
  color: var(--df-deep);
  font-family: var(--df-font-display);
}
.df-state__body[data-v-b35cdcd0] {
  font-size: 15px;
  line-height: 22px;
  color: var(--colors-text-body-subtle);
  margin: 0;
}
/* Rich-text render of the admin's TipTap message content (sanitized, see bodyHtml).
   Mirrors eudonet-oportal's DonationTabNotes.vue comment-content styling. */
.df-state__body[data-v-b35cdcd0] p {
  margin: 0 0 0.5em;
}
.df-state__body[data-v-b35cdcd0] p:last-child {
  margin-bottom: 0;
}
.df-state__body[data-v-b35cdcd0] h1,
.df-state__body[data-v-b35cdcd0] h2,
.df-state__body[data-v-b35cdcd0] h3 {
  margin: 0.5em 0;
  font-weight: 700;
  color: var(--colors-text-heading);
  line-height: 1.3;
}
.df-state__body[data-v-b35cdcd0] ul,
.df-state__body[data-v-b35cdcd0] ol {
  margin: 0.25em 0;
  padding-left: 1.4em;
  text-align: left;
}
.df-state__body[data-v-b35cdcd0] ul {
  list-style: disc;
}
.df-state__body[data-v-b35cdcd0] ol {
  list-style: decimal;
}
.df-state__body[data-v-b35cdcd0] blockquote {
  margin: 0.5em 0;
  padding-left: 0.75em;
  border-left: 3px solid var(--colors-border-base-medium);
  color: var(--colors-text-body-subtle);
}
.df-state__body[data-v-b35cdcd0] a {
  color: var(--colors-text-link);
  text-decoration: underline;
}
.df-state__body[data-v-b35cdcd0] img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.df-state__body[data-v-b35cdcd0] strong {
  font-weight: 700;
}
.df-state__body[data-v-b35cdcd0] em {
  font-style: italic;
}
/*
 * The CTA is an OPAL Button, which lands `font-inter` on this very element — a DECLARED family always
 * beats the inherited one, so the rule above cannot reach it and the button would keep the platform
 * face while the copy beside it follows the tenant's. This mirrors the renderer's own third font rule
 * (`.df-root button { font-family: inherit }`), which exists for exactly this reason.
 */
.df-return__cta[data-v-b35cdcd0] {
  margin-top: 8px;
  font-family: var(--df-font-body);
}


/*# sourceMappingURL=main.8b45ba443cc8909ea379.css.map*/