/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2026 | 20:25:21 */
/*==============================================================
  SIC — Tokens & Palette
  Split from rule 2969 "SIC Page CSS - Claude" into structured files.
  Scope: SIC posts (body.category-sic); selectors are guarded, safe site-wide.
  Defines :root SIC design tokens. Load first; Parts A-E depend on these var(--sic-*) values.
==============================================================*/
/*==============================================================
  SIC Donation Page — Stylesheet v2
  Rekonect Social Impact Campaign (.category-sic)
  Mirrors the CSF donation page architecture — clean light layout,
  GoFundMe-style sticky right sidebar, hidden WP widget sidebar,
  hidden site nav. The SIC special widgets (.progressmeter,
  .countdowntimer, .gfpm-*, image carousel, bl-tabs) are restyled
  to a light theme that matches the rest of the page.

  Brand: SIC primary #3087B0 / accent #43ADDE
  All rules scoped to body.category-sic.
==============================================================*/

:root {
  /* ===== SIC brand palette ===== */
  --sic-primary:       #3087B0;        /* primary brand blue (links, CTA) */
  --sic-primary-hover: #256a8a;
  --sic-primary-dark:  #1a5a7a;
  --sic-primary-soft:  #e0f4fc;        /* tint for badges / progress bg */
  --sic-primary-glow:  rgba(48,135,176,.18);

  --sic-accent:        #43ADDE;        /* accent / cyan-ish */
  --sic-accent-hover:  #2998cc;
  --sic-accent-soft:   #e9f6fc;
  --sic-cyan-glow:     #38bdf8;        /* bright cyan used inside dark glass widgets */

  --sic-neutral-btn:   #55555e;
  --sic-neutral-btn-h: #3f4047;

  /* ===== Neutrals ===== */
  --sic-text:          #222222;
  --sic-text-soft:     #575760;
  --sic-muted:         #6b7280;
  --sic-subtle:        #b2b2be;
  --sic-line:          #e5e7eb;
  --sic-line-soft:     #eef0f2;
  --sic-border:        #e2e8f0;
  --sic-border-soft:   #f1f5f9;

  --sic-bg:            #ffffff;
  --sic-card:          #ffffff;
  --sic-white:         #ffffff;
  --sic-surface:       #ffffff;
  --sic-surface-2:     #f7f8f9;
  --sic-surface-3:     #f0f0f0;
  --sic-bg-soft:       #f1f5f9;

  /* ===== Dark hero (frame for the glass widgets) ===== */
  --sic-hero-1:        #0a1628;        /* deepest bg */
  --sic-hero-2:        #0f2440;
  --sic-hero-3:        #1a5a7a;
  --sic-hero-text:     #f8fafc;
  --sic-hero-text-soft:#cbd5e1;
  --sic-hero-text-mute:#94a3b8;

  /* ===== Status ===== */
  --sic-danger:        #ef4444;
  --sic-danger-soft:   #fee2e2;
  --sic-success:       #10b981;

  /* ===== Tier accents (parity with CSF) ===== */
  --sic-tier-silver:   #94a3b8;
  --sic-tier-gold:     #d97706;
  --sic-tier-diamond:  #7c3aed;

  /* ===== Radii ===== */
  --sic-radius-sm:     6px;
  --sic-radius-md:     12px;
  --sic-radius:        10px;
  --sic-radius-lg:     14px;
  --sic-radius-xl:     18px;
  --sic-radius-full:   9999px;

  /* ===== Shadows ===== */
  --sic-shadow-sm:     0 1px 2px rgba(0,0,0,.04);
  --sic-shadow:        0 1px 3px rgba(0,0,0,.05), 0 4px 12px rgba(0,0,0,.04);
  --sic-shadow-md:     0 8px 24px rgba(15,23,42,.08);
  --sic-shadow-lg:     0 4px 12px rgba(0,0,0,.06), 0 12px 32px rgba(0,0,0,.06);
  --sic-shadow-glow:   0 8px 32px rgba(48,135,176,.25);

  /* Glass widgets reference these — set on the dark hero context. */
  --sic-heading:       #0d4a6f;        /* used by glass widget headers */
  --sic-ease-out:      cubic-bezier(0.16, 1, 0.3, 1);

  --sic-control-h:     46px;

  /* Progress placeholders. Override inline on .sicpostdonate / .progressmeter
     when data is available, e.g.
       style="--sic-raised: 60; --sic-goal: 10000000;" */
  --sic-raised:        0;
  --sic-goal:          100000;
  --sic-count:         0;
}
