/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2026 | 14:26:54 */
/* ============================================================
   BrightLeaf Giving · Logged-out dashboard main content
   Pair with: dashboard-loggedout.html

   • Fonts: INHERIT from GeneratePress (no Google Fonts loaded)
   • Mobile (< 901px): only .bl-mobile renders. Short, neutral,
     lets the sign-in form stay the hero.
   • Desktop (≥ 901px): full content renders to the right of
     the sidebar sign-in form.
   ============================================================ */

.bl-loggedout {
  /* ── Brand tokens ────────────────────────────────────────── */
  --bl-ink:        #1F2A26;
  --bl-ink-soft:   #56645F;
  --bl-ink-faint:  #8B958F;
  --bl-green:      #2F7E4B;
  --bl-green-deep: #225A36;
  --bl-lime:       #A8C64A;
  --bl-lime-soft:  #DDE9B5;
  --bl-paper:      #FBFAF6;
  --bl-paper-2:    #F4F1E8;
  --bl-card:       #FFFFFF;
  --bl-rule:       #E6E2D6;
  --bl-rule-soft:  #EFEBDF;

  --bl-radius:     14px;
  --bl-radius-sm:  8px;

  /* Inherit theme fonts — no @import, no overrides */
  font-family: inherit;
  color: var(--bl-ink);
  line-height: 1.55;
}

/* Defensive scoped reset */
.bl-loggedout *,
.bl-loggedout *::before,
.bl-loggedout *::after { box-sizing: border-box; }
.bl-loggedout p { margin: 0; }
.bl-loggedout ul { list-style: none; padding: 0; margin: 0; }
.bl-loggedout a { color: inherit; text-decoration: none; }


/* ============================================================
   MOBILE/DESKTOP VISIBILITY SWITCH
   ============================================================ */
.bl-mobile  { display: block; }
.bl-desktop { display: none; }

@media (min-width: 901px) {
  .bl-mobile  { display: none; }
  .bl-desktop { display: block; }
}


/* ============================================================
   MOBILE BLOCK (above sign-in form)
   Short. Neutral. Doesn't pull focus.
   ============================================================ */
.bl-mobile {
  text-align: center;
  padding: 4px 8px 16px;
  margin-bottom: 4px;
}
.bl-mobile__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--bl-ink);
  margin: 0 0 4px;
  line-height: 1.25;
}
.bl-mobile__sub {
  font-size: 0.9rem;
  color: var(--bl-ink-soft);
  margin: 0;
  line-height: 1.4;
}


/* ============================================================
   DESKTOP CONTAINER — paper background, no top padding
   ============================================================ */
.bl-desktop {
  background: var(--bl-paper);
  border-radius: var(--bl-radius);
  padding: 24px 24px 32px;
  /* subtle paper texture */
  background-image:
    radial-gradient(ellipse 60% 40% at 85% -10%,
      rgba(168, 198, 74, 0.10), transparent 70%),
    radial-gradient(ellipse 50% 30% at -5% 8%,
      rgba(47, 126, 75, 0.06), transparent 70%),
    repeating-linear-gradient(
      135deg,
      transparent 0 22px,
      rgba(31, 42, 38, 0.012) 22px 23px
    );
}


/* ============================================================
   EYEBROW (small label above headings)
   ============================================================ */
.bl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bl-green);
  margin: 0 0 12px;
  line-height: 1;
}
.bl-eyebrow__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--bl-lime);
  box-shadow: 0 0 0 4px rgba(168, 198, 74, 0.22);
  flex-shrink: 0;
}
.bl-eyebrow--inverse {
  color: var(--bl-lime-soft);
}


/* ============================================================
   HEADINGS — inherit font, just style weight/size/color
   ============================================================ */
.bl-display {
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--bl-ink);
  margin: 0 0 14px;
}
.bl-display em {
  font-style: italic;
  font-weight: 600;
  color: var(--bl-green-deep);
}
.bl-display--md {
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  line-height: 1.2;
}

.bl-lede {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--bl-ink-soft);
  max-width: 60ch;
  margin: 0;
}

.bl-section-lede {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--bl-ink-soft);
  max-width: 62ch;
  margin: 0;
}


/* ============================================================
   WELCOME BLOCK
   ============================================================ */
.bl-welcome {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--bl-rule);
  margin-bottom: 24px;
}

.bl-welcome__hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 14px 8px 10px;
  background: rgba(47, 126, 75, 0.06);
  border: 1px dashed rgba(47, 126, 75, 0.35);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--bl-green-deep);
  line-height: 1;
}
.bl-welcome__arrow {
  width: 14px; height: 14px;
  color: var(--bl-green);
  animation: bl-hint-nudge 1.8s ease-in-out infinite;
}

@keyframes bl-hint-nudge {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  .bl-welcome__arrow { animation: none; }
}


/* ============================================================
   TRUST STRIP
   ============================================================ */
.bl-trustbar {
  display: grid;
  /* Stats get equal share; accepts gets a bit more room for chips */
  grid-template-columns: 1fr 1fr 1fr 1.6fr;
  align-items: center;
  gap: 0;
  padding: 16px 20px;
  background: var(--bl-card);
  border: 1px solid var(--bl-rule);
  border-radius: var(--bl-radius);
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

/* Defensive: ignore any stray non-li children that filters might inject */
.bl-trustbar > *:not(li) {
  display: none !important;
}
.bl-trustbar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg,
    var(--bl-green) 0%,
    var(--bl-lime) 35%,
    var(--bl-lime) 65%,
    var(--bl-green) 100%);
  opacity: 0.85;
}

.bl-trustbar > li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 2px 18px;
  border-right: 1px solid var(--bl-rule-soft);
}
.bl-trustbar > li:last-child { border-right: 0; padding-right: 0; }
.bl-trustbar > li:first-child { padding-left: 4px; }

.bl-trustbar__num {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.1;
  color: var(--bl-ink);
  letter-spacing: -0.02em;
}
.bl-trustbar__pct,
.bl-trustbar__plus {
  font-size: 0.7em;
  color: var(--bl-green);
  font-weight: 600;
  margin-left: 1px;
}
.bl-trustbar__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bl-ink-soft);
  white-space: nowrap;
}

.bl-trustbar__methods {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.bl-trustbar__label--top {
  margin: 0;
}
.bl-trustbar__chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}
.bl-chip {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--bl-paper-2);
  color: var(--bl-ink);
  border: 1px solid var(--bl-rule);
  white-space: nowrap;
  line-height: 1.2;
}
.bl-chip--accent {
  background: var(--bl-lime-soft);
  color: var(--bl-green-deep);
  border-color: rgba(47, 126, 75, 0.25);
}

/* When the column is genuinely narrow, fold accepts onto own row */
@container bl-col (max-width: 600px) {
  .bl-trustbar {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .bl-trustbar__methods {
    grid-column: 1 / -1;
    border-top: 1px solid var(--bl-rule-soft);
    border-right: 0;
    margin-top: 14px;
    padding-top: 14px;
    padding-left: 4px;
    justify-content: flex-start;
  }
  .bl-trustbar > li:nth-child(3) { border-right: 0; }
}

@supports not (container-type: inline-size) {
  @media (max-width: 600px) {
    .bl-trustbar {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .bl-trustbar__methods {
      grid-column: 1 / -1;
      border-top: 1px solid var(--bl-rule-soft);
      border-right: 0;
      margin-top: 14px;
      padding-top: 14px;
      padding-left: 4px;
      justify-content: flex-start;
    }
    .bl-trustbar > li:nth-child(3) { border-right: 0; }
  }
}


/* ============================================================
   SERVICES SECTION HEADER
   ============================================================ */
.bl-services__head {
  max-width: 720px;
  margin: 0 0 24px;
}


/* ============================================================
   CARDS — 2×2 grid that holds in narrower dashboard columns
   Uses container queries so it responds to the actual content
   column width, not the viewport.
   ============================================================ */
.bl-desktop {
  container-type: inline-size;
  container-name: bl-col;
}

.bl-cards {
  display: grid;
  /* Default: always 2 columns at any reasonable width */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 36px;
}

/* Defensive: if WordPress wpautop or any filter injects stray
   <p>, <br>, or whitespace nodes between cards, hide them so they
   don't consume grid tracks and force articles to wrap. */
.bl-cards > *:not(.bl-card) {
  display: none !important;
}

/* Only fall back to 1 column when the column itself is genuinely tight */
@container bl-col (max-width: 460px) {
  .bl-cards { grid-template-columns: 1fr; }
}

/* Fallback for browsers without container query support */
@supports not (container-type: inline-size) {
  @media (max-width: 460px) {
    .bl-cards { grid-template-columns: 1fr; }
  }
}

.bl-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bl-card);
  border: 1px solid var(--bl-rule);
  border-radius: var(--bl-radius);
  padding: 20px;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.4s ease,
    border-color 0.3s ease;
}

.bl-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 126, 75, 0.35);
  box-shadow:
    0 1px 0 rgba(31, 42, 38, 0.04),
    0 24px 40px -24px rgba(31, 42, 38, 0.18),
    0 8px 16px -12px rgba(47, 126, 75, 0.12);
}

.bl-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
}

.bl-card__index {
  font-family: inherit;
  font-style: italic;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  color: var(--bl-lime);
  letter-spacing: -0.02em;
  position: relative;
}
.bl-card__index::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 22px; height: 2px;
  background: var(--bl-green);
  border-radius: 1px;
}

.bl-card__pill {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--bl-paper-2);
  color: var(--bl-ink-soft);
  border: 1px solid var(--bl-rule);
  white-space: nowrap;
  line-height: 1.4;
}

.bl-card__title {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--bl-ink);
  margin: 0 0 6px;
}
.bl-card__title em {
  font-style: italic;
  font-weight: 600;
  color: var(--bl-green-deep);
}

.bl-card__kicker {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--bl-green);
  margin: 0 0 14px;
  font-style: italic;
}

.bl-card__body {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--bl-ink-soft);
  margin: 0 0 18px;
}

.bl-card__feats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 20px;
  padding: 14px 0;
  border-top: 1px solid var(--bl-rule-soft);
  border-bottom: 1px solid var(--bl-rule-soft);
}
.bl-card__feats li {
  position: relative;
  padding-left: 20px;
  font-size: 0.85rem;
  color: var(--bl-ink);
  font-weight: 500;
  line-height: 1.4;
}
.bl-card__feats li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 11px;
  height: 5px;
  border-left: 2px solid var(--bl-green);
  border-bottom: 2px solid var(--bl-green);
  transform: rotate(-45deg);
}

.bl-card__foot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bl-card__meta {
  font-size: 12px;
  color: var(--bl-ink-faint);
  letter-spacing: 0.01em;
  line-height: 1.4;
}

/* CARD BUTTON — fixed: readable text, sane padding */
.bl-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 16px;
  border-radius: var(--bl-radius-sm);
  background: var(--bl-ink);
  color: #fff !important;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background 0.25s ease;
  text-decoration: none !important;
}
.bl-card__link span {
  flex: 1;
  text-align: left;
}
.bl-card__link svg {
  width: 18px; height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  stroke: currentColor;
}
.bl-card__link:hover {
  background: var(--bl-green);
  color: #fff !important;
}
.bl-card__link:hover svg {
  transform: translateX(4px);
}
.bl-card__link:focus-visible {
  outline: 2px solid var(--bl-lime);
  outline-offset: 3px;
}

/* Per-card numeral tints */
.bl-card[data-tone="campaign"]    .bl-card__index { color: #C99B3B; }
.bl-card[data-tone="support"]     .bl-card__index { color: var(--bl-green); }
.bl-card[data-tone="scholarship"] .bl-card__index { color: #5C8AA8; }
.bl-card[data-tone="startup"]     .bl-card__index { color: var(--bl-lime); }


/* ============================================================
   HELP NUDGE (dark inverted card)
   ============================================================ */
.bl-helpnudge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 36px;
  background: var(--bl-ink);
  color: #fff;
  border-radius: var(--bl-radius);
  overflow: hidden;
  isolation: isolate;
}
.bl-helpnudge::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 50% 80% at 100% 50%,
      rgba(47, 126, 75, 0.55), transparent 70%),
    radial-gradient(ellipse 30% 60% at 90% 110%,
      rgba(168, 198, 74, 0.35), transparent 70%);
}
.bl-helpnudge::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 380px; height: 380px;
  background: repeating-linear-gradient(
    52deg,
    transparent 0 18px,
    rgba(168, 198, 74, 0.06) 18px 19px
  );
  border-radius: 50%;
  filter: blur(2px);
  z-index: -1;
  pointer-events: none;
}

.bl-helpnudge__body {
  flex: 1 1 auto;
  min-width: 0;
}
.bl-helpnudge__title {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 8px;
}
.bl-helpnudge__sub {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 52ch;
  margin: 0;
}

.bl-helpnudge__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  min-width: 220px;
}

@container bl-col (max-width: 600px) {
  .bl-helpnudge {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 24px;
  }
  .bl-helpnudge__actions {
    width: 100%;
    min-width: 0;
  }
}

@supports not (container-type: inline-size) {
  @media (max-width: 600px) {
    .bl-helpnudge {
      flex-direction: column;
      align-items: stretch;
    }
    .bl-helpnudge__actions {
      width: 100%;
    }
  }
}


/* ============================================================
   BUTTONS — readable, properly aligned
   ============================================================ */
.bl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: var(--bl-radius-sm);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.25s ease, color 0.25s ease,
              border-color 0.25s ease;
  text-decoration: none !important;
  white-space: nowrap;
}
.bl-btn span {
  display: inline-block;
  line-height: 1.2;
}
.bl-btn__arrow {
  width: 16px; height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  stroke: currentColor;
}
.bl-btn__icon {
  width: 16px; height: 16px;
  flex-shrink: 0;
  stroke: currentColor;
}
.bl-btn:hover .bl-btn__arrow { transform: translateX(3px); }
.bl-btn:focus-visible {
  outline: 2px solid var(--bl-lime);
  outline-offset: 3px;
}

.bl-btn--solid {
  background: var(--bl-lime);
  color: var(--bl-ink) !important;
  border-color: var(--bl-lime);
}
.bl-btn--solid:hover {
  background: #B8D461;
  border-color: #B8D461;
  color: var(--bl-ink) !important;
}

.bl-btn--ghost-light {
  background: transparent;
  color: rgba(255, 255, 255, 0.95) !important;
  border-color: rgba(255, 255, 255, 0.25);
}
.bl-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
}


/* ============================================================
   ENTRANCE ANIMATIONS (gentle, staggered)
   ============================================================ */
@keyframes bl-rise {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.bl-desktop .bl-welcome,
.bl-desktop .bl-trustbar,
.bl-desktop .bl-services__head,
.bl-desktop .bl-card,
.bl-desktop .bl-helpnudge {
  animation: bl-rise 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.bl-desktop .bl-welcome        { animation-delay: 0.00s; }
.bl-desktop .bl-trustbar       { animation-delay: 0.06s; }
.bl-desktop .bl-services__head { animation-delay: 0.12s; }
.bl-desktop .bl-card:nth-child(1) { animation-delay: 0.18s; }
.bl-desktop .bl-card:nth-child(2) { animation-delay: 0.22s; }
.bl-desktop .bl-card:nth-child(3) { animation-delay: 0.26s; }
.bl-desktop .bl-card:nth-child(4) { animation-delay: 0.30s; }
.bl-desktop .bl-helpnudge      { animation-delay: 0.36s; }

@media (prefers-reduced-motion: reduce) {
  .bl-loggedout *,
  .bl-loggedout *::before,
  .bl-loggedout *::after {
    animation: none !important;
    transition: none !important;
  }
}