/* FON2 — compact verified-data Goodness Fund layer */
#goodnessFund .fund-core,
#goodnessFund .fund-meta-card,
#goodnessFund .fund-section-title,
#goodnessFund .project-card,
#goodnessFund .proof-row{
  display:none!important;
}
#goodnessFund .fund2-legacy-block-hidden{display:none!important}
#goodnessFund .fund2-panel{
  grid-column:1/-1;
  width:100%;
  margin-top:14px;
  padding:16px;
  border:1px solid rgba(124,232,255,.14);
  border-radius:20px;
  background:
    radial-gradient(circle at 10% 0%,rgba(72,211,255,.08),transparent 34%),
    linear-gradient(145deg,rgba(8,20,38,.72),rgba(9,17,34,.58));
  box-shadow:inset 0 1px rgba(255,255,255,.03);
  color:#eef8ff;
}
#goodnessFund .fund2-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
#goodnessFund .fund2-kicker{
  margin:0 0 5px;
  color:#79e8ff;
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.18em;
}
#goodnessFund .fund2-title{
  margin:0;
  font-size:clamp(18px,2vw,25px);
  line-height:1.12;
}
#goodnessFund .fund2-copy{
  margin:6px 0 0;
  color:#91a9bf;
  font-size:12px;
  line-height:1.5;
}
#goodnessFund .fund2-state{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:31px;
  padding:0 11px;
  border:1px solid rgba(124,232,255,.16);
  border-radius:999px;
  background:rgba(124,232,255,.045);
  color:#9fdff0;
  font-size:10px;
  font-weight:900;
  white-space:nowrap;
}
#goodnessFund .fund2-state:before{
  content:"";
  width:7px;height:7px;border-radius:50%;
  background:#79e8ff;
  box-shadow:0 0 12px rgba(121,232,255,.7);
}
#goodnessFund .fund2-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin-top:13px;
}
#goodnessFund .fund2-stat{
  min-height:76px;
  padding:11px 12px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  background:rgba(255,255,255,.025);
}
#goodnessFund .fund2-stat span{
  display:block;
  color:#758ca5;
  font-size:9px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
#goodnessFund .fund2-stat strong{
  display:block;
  margin-top:7px;
  color:#f4fbff;
  font-size:20px;
  line-height:1;
}
#goodnessFund .fund2-stat small{
  display:block;
  margin-top:6px;
  color:#71889f;
  font-size:9px;
  line-height:1.3;
}
#goodnessFund .fund2-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}
#goodnessFund .fund2-btn{
  min-height:36px;
  padding:0 13px;
  border-radius:11px;
  border:1px solid rgba(124,232,255,.20);
  background:rgba(124,232,255,.055);
  color:#e9faff;
  font:inherit;
  font-size:10px;
  font-weight:900;
  letter-spacing:.035em;
  cursor:pointer;
}
#goodnessFund .fund2-btn--gold{
  border-color:rgba(255,217,138,.28);
  background:linear-gradient(135deg,rgba(255,217,138,.14),rgba(124,232,255,.05));
  color:#ffe6a8;
}
#goodnessFund .fund2-rule{
  margin-left:auto;
  color:#6e879e;
  font-size:9px;
  line-height:1.4;
}
.fund2-modal{
  position:fixed;
  inset:0;
  z-index:2147483600;
  display:none;
  place-items:center;
  padding:18px;
  background:rgba(2,7,16,.88);
  backdrop-filter:blur(12px);
}
.fund2-modal.is-open{display:grid}
.fund2-dialog{
  position:relative;
  width:min(780px,100%);
  max-height:min(760px,91vh);
  overflow:auto;
  padding:24px;
  border:1px solid rgba(124,232,255,.20);
  border-radius:24px;
  background:linear-gradient(155deg,#0a1830,#07101f);
  box-shadow:0 40px 120px rgba(0,0,0,.55);
  color:#eef8ff;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
}
.fund2-close{
  position:absolute;right:14px;top:13px;width:38px;height:38px;
  border:1px solid rgba(255,255,255,.10);border-radius:50%;
  background:rgba(255,255,255,.04);color:#eef8ff;cursor:pointer;font-size:18px;
}
.fund2-dialog__kicker{margin:0 48px 7px 0;color:#79e8ff;font-size:10px;letter-spacing:.18em;font-weight:950}
.fund2-dialog h3{margin:0 52px 8px 0;font-size:27px;line-height:1.1}
.fund2-dialog__lead{margin:0;color:#98adc2;font-size:13px;line-height:1.55}
.fund2-empty{
  margin-top:16px;
  padding:20px;
  border:1px dashed rgba(124,232,255,.16);
  border-radius:16px;
  background:rgba(255,255,255,.018);
  text-align:center;
}
.fund2-empty strong{display:block;font-size:15px}
.fund2-empty span{display:block;margin-top:6px;color:#7890a7;font-size:11px;line-height:1.45}
.fund2-ledger{
  display:grid;
  gap:8px;
  margin-top:16px;
}
.fund2-ledger-row{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:12px;
  padding:12px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:13px;
  background:rgba(255,255,255,.022);
}
.fund2-ledger-row span{color:#7890a7;font-size:11px;font-weight:850}
.fund2-ledger-row b{font-size:12px;font-weight:850}
.fund2-dialog__foot{
  margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);
  color:#6f879e;font-size:10px;line-height:1.5;
}
.fund2-dialog[dir="rtl"]{text-align:right}
.fund2-dialog[dir="rtl"] .fund2-close{right:auto;left:14px}
.fund2-dialog[dir="rtl"] .fund2-dialog__kicker,
.fund2-dialog[dir="rtl"] h3{margin-right:0;margin-left:52px}
@media(max-width:850px){
  #goodnessFund .fund2-stats{grid-template-columns:1fr 1fr}
  #goodnessFund .fund2-head{display:block}
  #goodnessFund .fund2-state{margin-top:10px}
  #goodnessFund .fund2-rule{width:100%;margin-left:0}
}
@media(max-width:500px){
  #goodnessFund .fund2-panel{padding:13px;border-radius:16px}
  #goodnessFund .fund2-stats{grid-template-columns:1fr 1fr;gap:6px}
  #goodnessFund .fund2-stat{min-height:70px;padding:10px}
  #goodnessFund .fund2-stat strong{font-size:18px}
  .fund2-dialog{padding:20px;border-radius:20px}
  .fund2-ledger-row{grid-template-columns:1fr;gap:5px}
}