/* GCF Data table app styles. Uses design tokens from gcf-site.css. */
.gcf-fc{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--gcf-slate,#1E2530);}
.gcf-fc *{box-sizing:border-box;}
.gcf-fc__loading,.gcf-fc__empty{padding:48px 20px;text-align:center;color:var(--gcf-muted,#5B6B7B);font-size:15px;}

.gcf-fc__bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;background:#fff;border:1px solid var(--gcf-line,#E4EBF2);border-radius:14px;box-shadow:var(--gcf-shadow,0 8px 24px rgba(30,37,48,.08));padding:14px;}
.gcf-fc__search{flex:1 1 220px;min-width:180px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:9px;padding:11px 14px;font-size:15px;font-family:inherit;color:var(--gcf-slate,#1E2530);background:#fff;}
.gcf-fc__search:focus-visible,.gcf-fc__sel:focus-visible{outline:none;border-color:var(--gcf-steel,#1B6CA8);box-shadow:0 0 0 3px rgba(27,108,168,.15);}
.gcf-fc__sel{border:1px solid var(--gcf-line,#E4EBF2);border-radius:9px;padding:10px 12px;font-size:13.5px;font-family:inherit;font-weight:600;color:var(--gcf-slate,#1E2530);background:#fff;max-width:200px;cursor:pointer;}
.gcf-fc__btn{border:1px solid var(--gcf-line,#E4EBF2);background:#fff;border-radius:9px;padding:10px 16px;font-size:14px;font-weight:700;color:var(--gcf-navy,#1E2530);cursor:pointer;font-family:inherit;}
.gcf-fc__btn:hover:not([disabled]){border-color:var(--gcf-steel,#1B6CA8);color:var(--gcf-steel,#1B6CA8);}
.gcf-fc__btn[disabled]{opacity:.45;cursor:default;}
.gcf-fc__views{display:flex;border:1px solid var(--gcf-line,#E4EBF2);border-radius:9px;overflow:hidden;margin-left:auto;}
.gcf-fc__views button{border:0;background:#fff;padding:10px 16px;font-size:13.5px;font-weight:700;color:var(--gcf-muted,#5B6B7B);cursor:pointer;font-family:inherit;}
.gcf-fc__views button.is-active{background:var(--gcf-steel,#1B6CA8);color:#fff;}

.gcf-fc__meta{padding:18px 4px 14px;color:var(--gcf-muted,#5B6B7B);font-size:14px;}
.gcf-fc__meta b{color:var(--gcf-navy,#1E2530);}
.gcf-fc__na{color:#586071;}

/* list / table */
.gcf-fc__tablewrap{overflow-x:auto;background:#fff;border:1px solid var(--gcf-line,#E4EBF2);border-radius:14px;box-shadow:var(--gcf-shadow,0 8px 24px rgba(30,37,48,.08));}
.gcf-fc__table{width:100%;border-collapse:collapse;font-size:14px;min-width:820px;}
.gcf-fc__table th{position:sticky;top:0;background:var(--gcf-mist,#F3F7FB);text-align:left;padding:13px 16px;color:var(--gcf-muted,#5B6B7B);font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;border-bottom:2px solid var(--gcf-line,#E4EBF2);white-space:nowrap;}
.gcf-fc__table td{padding:13px 16px;border-bottom:1px solid var(--gcf-line,#E4EBF2);vertical-align:top;color:var(--gcf-slate,#1E2530);}
.gcf-fc__table tr:last-child td{border-bottom:none;}
.gcf-fc__table tr:hover td{background:#fafcfe;}
.gcf-fc__title{font-weight:700;color:var(--gcf-navy,#1E2530);max-width:360px;}

/* cards */
.gcf-fc__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px;}
.gcf-fc__card{background:#fff;border:1px solid var(--gcf-line,#E4EBF2);border-top:3px solid var(--gcf-steel,#1B6CA8);border-radius:14px;box-shadow:var(--gcf-shadow,0 8px 24px rgba(30,37,48,.08));padding:20px;display:flex;flex-direction:column;gap:8px;transition:transform .15s,box-shadow .15s;}
.gcf-fc__card:hover{transform:translateY(-4px);box-shadow:var(--gcf-shadow-lg,0 24px 60px rgba(30,37,48,.20));}
.gcf-fc__card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;}
.gcf-fc__agency{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--gcf-steel,#1B6CA8);}
.gcf-fc__value{font-size:13px;font-weight:800;color:var(--gcf-navy,#1E2530);white-space:nowrap;}
.gcf-fc__card-title{font-size:16px;font-weight:700;color:var(--gcf-navy,#1E2530);line-height:1.3;margin:2px 0 2px;}
.gcf-fc__naics{font-size:13px;color:var(--gcf-muted,#5B6B7B);}
.gcf-fc__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;}
.gcf-tagx{font-size:11.5px;font-weight:700;color:var(--gcf-steel,#1B6CA8);background:#EAF2F8;border-radius:6px;padding:4px 9px;}
.gcf-tagx--gold{color:#14568A;background:#E9F1F8;}
.gcf-tagx--muted{color:var(--gcf-muted,#5B6B7B);background:#EEF2F6;}
.gcf-tagx--wd{color:#8A4B12;background:#FBEEE2;}

/* pager */
.gcf-fc__pager{display:flex;align-items:center;justify-content:center;gap:18px;padding:26px 0 6px;}
.gcf-fc__pageinfo{font-size:14px;color:var(--gcf-muted,#5B6B7B);font-weight:600;}

@media(max-width:680px){
  .gcf-fc__sel{max-width:none;flex:1 1 44%;}
  .gcf-fc__views{margin-left:0;width:100%;}
  .gcf-fc__views button{flex:1;}
}


/* ===== v1.1: clickable rows, demo gate, detail modal ===== */
.gcf-fc__row{cursor:pointer;}
.gcf-fc__card{cursor:pointer;}
/* These rows/cards are the only route into a record's detail, so they carry
   tabindex + role=button. Focus must therefore be clearly visible. */
.gcf-fc__row:focus-visible,.gcf-fc__card:focus-visible{outline:3px solid #1B6CA8;outline-offset:-3px;}
.gcf-fc__row:focus:not(:focus-visible),.gcf-fc__card:focus:not(:focus-visible){outline:none;}
.gcf-fc__demobadge{display:inline-block;margin-left:8px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#14568A;background:#E9F1F8;border-radius:6px;padding:3px 9px;vertical-align:middle;}

.gcf-fc__gate{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;margin-top:22px;padding:22px 24px;border-radius:14px;color:#fff;background:#1E2530;box-shadow:var(--gcf-shadow-lg,0 24px 60px rgba(30,37,48,.20));}
.gcf-fc__gate div{font-size:15px;line-height:1.5;color:#DCEAF7;max-width:62ch;}
.gcf-fc__gate strong{color:#fff;}
.gcf-fc__gatebtn{flex:0 0 auto;background:#1B6CA8;color:#fff;font-weight:800;font-size:14.5px;text-decoration:none;padding:12px 22px;border-radius:10px;white-space:nowrap;}
.gcf-fc__gatebtn:hover{filter:brightness(1.06);}

/* detail modal */
.gcf-dt__overlay{position:fixed;inset:0;z-index:99999;background:rgba(6,24,43,.62);display:flex;align-items:flex-start;justify-content:center;padding:5vh 16px;overflow:auto;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);}
.gcf-dt{position:relative;background:#fff;width:100%;max-width:760px;border-radius:16px;box-shadow:0 30px 80px rgba(6,24,43,.45);padding:30px 30px 28px;font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
.gcf-dt__close{position:absolute;top:14px;right:16px;border:0;background:transparent;font-size:30px;line-height:1;color:var(--gcf-muted,#5B6B7B);cursor:pointer;}
.gcf-dt__close:hover{color:var(--gcf-navy,#1E2530);}
.gcf-dt__head{border-bottom:1px solid var(--gcf-line,#E4EBF2);padding-bottom:16px;margin-bottom:18px;padding-right:30px;}
.gcf-dt__head .gcf-fc__agency{font-size:12px;}
.gcf-dt__head h2{font-size:23px;line-height:1.25;font-weight:800;color:var(--gcf-navy,#1E2530);margin:6px 0 8px;letter-spacing:-.01em;}
.gcf-dt__value{display:inline-block;font-size:14px;font-weight:800;color:#fff;background:var(--gcf-steel,#1B6CA8);border-radius:8px;padding:5px 12px;}
.gcf-dt__desc{font-size:15px;line-height:1.65;color:var(--gcf-slate,#1E2530);margin:0 0 20px;}
.gcf-dt__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--gcf-line,#E4EBF2);border:1px solid var(--gcf-line,#E4EBF2);border-radius:12px;overflow:hidden;}
.gcf-dt__f{background:#fff;padding:13px 16px;display:flex;flex-direction:column;gap:4px;}
.gcf-dt__l{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--gcf-muted,#5B6B7B);}
.gcf-dt__v{font-size:14.5px;color:var(--gcf-slate,#1E2530);font-weight:600;word-break:break-word;}
.gcf-dt__gate{margin-top:20px;}
@media(max-width:560px){ .gcf-dt__grid{grid-template-columns:1fr;} .gcf-dt{padding:24px 20px;} }


/* saved-search management + detail extras */
.gcf-switch{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--gcf-muted,#5B6B7B);cursor:pointer;}
.gcf-switch input{width:16px;height:16px;accent-color:var(--gcf-steel,#1B6CA8);}
.gcf-fc__save{border-color:var(--gcf-steel,#1B6CA8)!important;color:var(--gcf-steel,#1B6CA8)!important;}
.gcf-dt__src{margin:14px 0 0;}
.gcf-dt__src a{color:var(--gcf-steel,#1B6CA8);font-weight:700;text-decoration:none;}


/* favorites (save forecast) */
.gcf-fc__cardright{display:flex;align-items:center;gap:8px;}
.gcf-fav{border:0;background:transparent;cursor:pointer;font-size:18px;line-height:1;color:#6B7585;padding:0 2px;transition:color .15s,transform .15s;}
.gcf-fav:hover{color:#1B6CA8;transform:scale(1.15);}
.gcf-fav.is-on{color:#1B6CA8;}
.gcf-fc__title .gcf-fav{font-size:16px;margin-right:7px;vertical-align:middle;}
.gcf-dt__fav{margin-top:10px;}
.gcf-dt__fav.is-on{border-color:#1B6CA8!important;color:#14568A!important;}

/* USAspending market & price-over-time */
.gcf-mkt{margin-top:18px;border-top:1px solid #E2E8F0;padding-top:14px}
.gcf-mkt__load,.gcf-mkt__none{color:#5B6B7B;font-size:.85rem;padding:8px 0}
.gcf-mkt__h{font-size:1rem;font-weight:700;color:#1E2530;margin:0 0 10px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.gcf-mkt__src{font-size:.66rem;font-weight:600;color:#5B6B7B;text-transform:uppercase;letter-spacing:.4px}
.gcf-mkt__card{background:#F8FAFC;border:1px solid #E2E8F0;border-radius:10px;padding:12px 14px;margin:0 0 10px}
.gcf-mkt__cap{font-size:.82rem;color:#1F2933;font-weight:600;margin-bottom:6px}
.gcf-mkt__cap span{font-weight:400;color:#5B6B7B}
.gcf-spark{display:block;overflow:visible}
.gcf-spark__area{fill:rgba(27,108,168,.12)}
.gcf-spark__line{fill:none;stroke:#1B6CA8;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}
.gcf-spark circle{fill:#1B6CA8}
.gcf-mkt__axis{display:flex;justify-content:space-between;margin-top:4px;font-size:.66rem;color:#586071}
.gcf-mkt__leg{font-size:.8rem;color:#5B6B7B;margin-top:6px}
.gcf-mkt__leg b{color:#1E2530}
.gcf-mkt__awards{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:7px}
.gcf-mkt__awards li{display:grid;grid-template-columns:1fr auto;gap:1px 10px;align-items:baseline}
.gcf-mkt__aw-n{font-size:.84rem;color:#1F2933;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gcf-mkt__aw-n a{color:#1B6CA8;text-decoration:none}
.gcf-mkt__aw-n a:hover{text-decoration:underline}
.gcf-mkt__aw-v{font-size:.84rem;font-weight:700;color:#1E2530;font-variant-numeric:tabular-nums;white-space:nowrap}
.gcf-mkt__aw-a{grid-column:1 / -1;font-size:.72rem;color:#586071}

/* SAM.gov opportunity deadline pills */
.gcf-dl{white-space:nowrap;font-variant-numeric:tabular-nums}
.gcf-dl em{font-style:normal;font-size:.72rem;color:#5B6B7B;margin-left:5px}
.gcf-dl--soon em{color:#92400E;font-weight:700}
.gcf-dl--past{color:#586071}
.gcf-dl--past em{color:#586071}

/* AI overview */
.gcf-ai{margin-top:14px}
.gcf-ai__card{background:#f7f9fc;border:1px solid #e2e8f2;border-left:3px solid #1B6CA8;border-radius:10px;padding:14px 16px}
.gcf-ai__lock{background:#fbf7ee;border-left-color:#1B6CA8}
.gcf-ai__h{font-weight:700;color:#1E2530;display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.gcf-ai__src{font-weight:500;font-size:11px;color:#586071}
.gcf-ai__sum{margin:0 0 10px;color:#26303f;line-height:1.5}
.gcf-ai__sec{margin-top:10px}
.gcf-ai__sec h4{margin:0 0 4px;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#5b6b80}
.gcf-ai__sec p{margin:0;color:#26303f;line-height:1.5}
.gcf-ai__list{margin:0;padding-left:18px;color:#26303f;line-height:1.55}
.gcf-ai__list li{margin:2px 0}
.gcf-ai__btn,.gcf-ai__regen{cursor:pointer;border:0;border-radius:7px;font-weight:600;font-family:inherit}
.gcf-ai__btn{background:#1B6CA8;color:#fff;padding:8px 16px;font-size:14px}
.gcf-ai__btn:hover{background:#155a8c}
.gcf-ai__foot{margin-top:10px;text-align:right}
.gcf-ai__regen{background:transparent;color:#1B6CA8;padding:4px 6px;font-size:12px}
.gcf-ai__regen:hover{text-decoration:underline}

/* Fit score + profile */
.gcf-fit{display:inline-block;min-width:28px;text-align:center;font-weight:700;font-size:11px;padding:2px 7px;border-radius:10px;margin-right:6px;vertical-align:middle;line-height:1.4}
.gcf-fit--strong{background:#1f7a3d;color:#fff}
/* Fit-score badge: white on accent is 5.17:1. Charcoal on accent was 2.98:1,
   a sage-era pairing that stopped working when the accent became blue. */
.gcf-fit--moderate{background:#1B6CA8;color:#fff}
.gcf-fit--low{background:#e6eaf0;color:#5b6b80}
.gcf-fit--none{background:#eef1f5;color:#586071}
.gcf-fit-detail{margin:12px 0;background:#f7f9fc;border:1px solid #e2e8f2;border-radius:10px;padding:10px 14px}
.gcf-fit-detail__list{margin:6px 0 0;padding-left:0;list-style:none}
.gcf-fit-detail__list li{font-size:13px;margin:3px 0}
.gcf-fit-detail__ok{color:#1f7a3d}
.gcf-fit-detail__no{color:#586071}
.gcf-prof__form{max-width:640px}
.gcf-prof__f{margin:0 0 16px}
.gcf-prof__l{font-weight:700;color:#1E2530;display:block;margin-bottom:2px}
.gcf-prof__l span{font-weight:400;color:#586071;font-size:12px}
.gcf-prof__h{margin:0 0 6px;font-size:13px;color:#5b6b80}
.gcf-prof__form textarea,.gcf-prof__form input[type=text]{width:100%;border:1px solid #cfd8e6;border-radius:8px;padding:9px 11px;font:inherit;font-size:14px;box-sizing:border-box}
.gcf-prof__chks{display:flex;flex-wrap:wrap;gap:8px 18px}
.gcf-prof__chk{display:flex;align-items:center;gap:6px;font-size:14px;color:#26303f}
.gcf-prof__actions{display:flex;align-items:center;gap:16px;margin-top:8px;flex-wrap:wrap}
.gcf-prof__skip{color:#1B6CA8;text-decoration:none}
.gcf-prof__msg{margin:0 0 12px}
.gcf-prof__msg.is-ok{color:#1f7a3d;font-weight:600}
.gcf-prof__msg.is-err{color:#b3261e}
.gcf-prof__msg:empty{display:none}

/* ===== Account dashboard + settings ===== */
.gcf-auth__msg.is-ok{background:#E9F7EF;color:#1F7A3D;border:1px solid #BFE6CD}
.gcf-auth__msg.is-err{background:#FDECEA;color:#B3261E;border:1px solid #F5C6C2}
.gcf-dash{max-width:760px}
.gcf-dash__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:6px}
/* Flat charcoal per the Secure Slate chrome spec. The old charcoal-to-blue
   gradient put the link (which resolves to raw #1B6CA8, since --gcf-gold is
   re-pointed to blue) at 2.98:1 on the dark end and near 1:1 on the blue end.
   #D9A93A is the documented on-chrome link colour: 10.16:1 on #1E2530. */
.gcf-dash__upsell{margin:14px 0;padding:13px 16px;border-radius:12px;background:#1E2530;color:#fff;font-size:14px}
.gcf-dash__upsell a{color:#D9A93A;font-weight:700;text-decoration:none;white-space:nowrap}
.gcf-dash__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:12px;margin:18px 0}
.gcf-dash__stat{display:flex;flex-direction:column;gap:3px;padding:16px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:12px;text-decoration:none;background:var(--gcf-white,#fff);transition:border-color .15s,box-shadow .15s}
.gcf-dash__stat:hover{border-color:var(--gcf-steel,#1B6CA8);box-shadow:var(--gcf-shadow,0 8px 24px rgba(30,37,48,.08))}
.gcf-dash__statn{font-size:26px;font-weight:800;color:var(--gcf-navy,#1E2530);line-height:1}
.gcf-dash__statl{font-size:13px;color:var(--gcf-muted,#5B6B7B)}
.gcf-dash__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}
.gcf-dash__tile{display:flex;flex-direction:column;gap:3px;padding:15px 16px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:12px;text-decoration:none;background:var(--gcf-white,#fff);transition:border-color .15s,box-shadow .15s}
.gcf-dash__tile:hover{border-color:var(--gcf-steel,#1B6CA8);box-shadow:var(--gcf-shadow,0 8px 24px rgba(30,37,48,.08))}
.gcf-dash__tile strong{color:var(--gcf-navy,#1E2530);font-size:15px}
.gcf-dash__tile span{color:var(--gcf-muted,#5B6B7B);font-size:13px}
.gcf-dash__foot{display:flex;align-items:center;gap:18px;margin-top:18px;padding-top:16px;border-top:1px solid var(--gcf-line,#E4EBF2)}
.gcf-dash__foot .gcf-auth__btn{width:auto}
/* settings: left rail + one centred panel (2026-08-12).
   CSS grid rather than a wrapper element on purpose: gcf-extras.js injects the team card with
   root.insertBefore(card, '.gcf-set__danger'), which throws NotFoundError unless that node is a
   direct child of #gcf-settings. Hidden panels are display:none, so grid auto-placement puts the
   rail and the one open panel on the same row without any explicit row spanning. */
.gcf-settings{max-width:980px;margin:0 auto;display:grid;grid-template-columns:224px minmax(0,1fr);gap:18px 30px;align-items:start}
.gcf-settings>*{grid-column:2;min-width:0}
.gcf-settings>.gcf-auth__msg,.gcf-settings>.gcf-x__teambanner{grid-column:1/-1}
.gcf-settings>.gcf-auth__msg:empty{display:none}
.gcf-settings>[data-tab][hidden]{display:none!important}
.gcf-settings>.gcf-set__rail{grid-column:1;position:sticky;top:96px;display:flex;flex-direction:column;gap:2px}
.gcf-set__tab{appearance:none;-webkit-appearance:none;border:0;background:none;text-align:left;width:100%;font:inherit;font-size:14px;font-weight:600;line-height:1.3;color:#586071;padding:10px 13px;border-radius:10px;cursor:pointer;transition:background .14s ease,color .14s ease}
.gcf-set__tab:hover{background:#F3F7FB;color:#141821}
.gcf-set__tab.is-on{background:#F3F7FB;color:#1B6CA8}
.gcf-set__tab:focus-visible{outline:2px solid #1B6CA8;outline-offset:2px}
.gcf-set__tab--danger:hover,.gcf-set__tab--danger.is-on{color:#B3261E}
@media (max-width:820px){
  .gcf-settings{grid-template-columns:1fr;gap:16px}
  .gcf-settings>*{grid-column:1}
  .gcf-settings>.gcf-set__rail{position:static;flex-direction:row;flex-wrap:wrap;gap:6px;border-bottom:1px solid #E4EBF2;padding-bottom:12px}
  .gcf-set__tab{width:auto}
}
.gcf-set__card{padding:22px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:var(--gcf-radius,16px);background:var(--gcf-white,#fff)}
.gcf-set__card>h3{margin:0 0 14px;color:var(--gcf-navy,#1E2530)}
.gcf-set__hint{font-size:13px;color:var(--gcf-muted,#5B6B7B);margin:0 0 12px}
.gcf-set__check{display:flex;align-items:center;gap:9px;font-weight:600;cursor:pointer;margin:6px 0}
.gcf-set__check input{width:16px;height:16px;margin:0;flex:none}
.gcf-set__danger{border-color:#F5C6C2;background:#FFFBFB}
.gcf-set__danger>h3{color:#B3261E}
.gcf-btn--danger{background:linear-gradient(150deg,#D9534F,#B3261E)!important;box-shadow:0 8px 20px rgba(179,38,30,.25)!important}
@media(max-width:600px){.gcf-dash__stats{grid-template-columns:1fr}.gcf-dash__grid{grid-template-columns:1fr}}

/* ===== Save-search dialog + save cells ===== */
.gcf-sm__overlay{position:fixed;inset:0;background:rgba(30,37,48,.55);display:flex;align-items:center;justify-content:center;z-index:99999;padding:18px}
.gcf-sm{position:relative;background:#fff;border-radius:16px;max-width:440px;width:100%;padding:26px;box-shadow:0 24px 60px rgba(30,37,48,.30);font-family:inherit}
.gcf-sm__close{position:absolute;top:12px;right:14px;border:none;background:none;font-size:24px;line-height:1;color:var(--gcf-muted,#5B6B7B);cursor:pointer}
.gcf-sm__title{margin:0 0 14px;color:var(--gcf-navy,#1E2530)}
.gcf-sm__msg{display:none;margin-bottom:12px;padding:10px 12px;border-radius:9px;font-size:14px}
.gcf-sm__msg.is-err{display:block;background:#FDECEA;color:#B3261E;border:1px solid #F5C6C2}
.gcf-sm__field{display:block;font-weight:600;font-size:14px;color:var(--gcf-navy,#1E2530);margin-bottom:14px}
.gcf-sm__field input{display:block;width:100%;margin-top:6px;padding:11px 13px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:10px;font-size:15px;font-family:inherit;box-sizing:border-box}
.gcf-sm__alert{display:flex;gap:11px;align-items:flex-start;padding:13px 14px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:12px;background:var(--gcf-mist,#F3F7FB);cursor:pointer;margin-bottom:18px}
.gcf-sm__alert input{width:18px;height:18px;margin-top:1px;flex:none}
.gcf-sm__alerttxt{display:flex;flex-direction:column;gap:3px;font-size:14px;color:var(--gcf-navy,#1E2530)}
.gcf-sm__sub{font-weight:400;font-size:12.5px;color:var(--gcf-muted,#5B6B7B)}
.gcf-sm__actions{display:flex;gap:10px;justify-content:flex-end}
.gcf-sm__actions .gcf-fc__btn,.gcf-sm__actions .gcf-auth__btn{width:auto}
.gcf-sm__done{text-align:center;padding:14px 6px}
.gcf-sm__check{width:46px;height:46px;border-radius:50%;background:#E9F7EF;color:#1F7A3D;font-size:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}
.gcf-sm__done h3{margin:0 0 6px;color:var(--gcf-navy,#1E2530)}
.gcf-sm__done p{color:var(--gcf-muted,#5B6B7B);font-size:14px;margin:0 0 16px}
.gcf-fc__savecell{width:40px;text-align:center;padding-left:4px!important;padding-right:4px!important}

/* ===== Recommendations ===== */
.gcf-rec__intro{max-width:680px;margin:0 auto;text-align:center;padding:10px 0 24px}
.gcf-rec__intro h3{color:var(--gcf-navy,#1E2530);font-size:24px;margin:0 0 8px}
.gcf-rec__intro p{color:var(--gcf-muted,#5B6B7B);margin:0 0 16px}
.gcf-rec__ta{width:100%;padding:14px 16px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:12px;font:inherit;font-size:15px;box-sizing:border-box;resize:vertical}
.gcf-rec__msg{display:none;margin:10px 0;font-size:14px}
.gcf-rec__msg.is-err{display:block;color:#B3261E}
.gcf-rec__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}
.gcf-rec__head .gcf-fc__btn{width:auto}
.gcf-rec__sum{color:var(--gcf-muted,#5B6B7B);font-size:14px;margin:6px 0 0;max-width:640px}
.gcf-rec__sec{margin-bottom:26px}
.gcf-rec__sec>h3{color:var(--gcf-navy,#1E2530);font-size:18px;margin:0 0 12px;display:flex;align-items:center;gap:8px}
.gcf-rec__count{background:var(--gcf-mist,#F3F7FB);color:var(--gcf-steel,#1B6CA8);font-size:13px;font-weight:700;border-radius:20px;padding:1px 10px}
.gcf-rec__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.gcf-rec__card{border:1px solid var(--gcf-line,#E4EBF2);border-radius:14px;padding:16px;background:#fff;display:flex;flex-direction:column;gap:8px}
.gcf-rec__cardtop{display:flex;align-items:center;gap:10px}
.gcf-rec__title{margin:0;color:var(--gcf-navy,#1E2530);font-size:15px;line-height:1.35}
.gcf-rec__rl{list-style:none;margin:2px 0 0;padding:0;font-size:12.5px}
.gcf-rec__rl li{margin:2px 0}
.gcf-rec__rl .is-ok{color:#1F7A3D}
.gcf-rec__rl .is-no{color:var(--gcf-muted,#5B6B7B)}
.gcf-rec__why{align-self:flex-start;border:1px solid var(--gcf-steel,#1B6CA8);background:#fff;color:var(--gcf-steel,#1B6CA8);font-weight:600;font-size:13px;border-radius:8px;padding:6px 12px;cursor:pointer;margin-top:4px}
.gcf-rec__why:hover{background:var(--gcf-mist,#F3F7FB)}
.gcf-rec__ai{margin-top:4px;background:linear-gradient(180deg,#F6F9FD,#fff);border:1px solid #DCE7F2;border-radius:10px;padding:12px}
.gcf-rec__ai-h{font-weight:700;color:var(--gcf-navy,#1E2530);font-size:13px;margin-bottom:6px}
.gcf-rec__ai p{margin:0 0 8px;font-size:14px;color:var(--gcf-slate,#1E2530)}
.gcf-rec__why-list{margin:0;padding-left:18px;font-size:13px;color:var(--gcf-slate,#1E2530)}
.gcf-rec__why-list li{margin:3px 0}
.gcf-rec__wo{margin-top:8px;font-size:12.5px;color:var(--gcf-muted,#5B6B7B)}
.gcf-rec__wo ul{margin:3px 0 0;padding-left:18px}

/* ===== Onboarding chat ===== */
.gcf-chat{max-width:680px;margin:0 auto}
.gcf-chat__intro{text-align:center;margin-bottom:16px}
.gcf-chat__intro h3{color:var(--gcf-navy,#1E2530);font-size:23px;margin:0 0 6px}
.gcf-chat__intro p{color:var(--gcf-muted,#5B6B7B);margin:0;font-size:14px}
.gcf-chat__thread{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:14px;background:var(--gcf-mist,#F3F7FB);min-height:200px;max-height:52vh;overflow-y:auto}
.gcf-chat__b{max-width:85%;padding:11px 14px;border-radius:14px;font-size:14.5px;line-height:1.45}
.gcf-chat__b--ai{align-self:flex-start;background:#fff;border:1px solid var(--gcf-line,#E4EBF2);color:var(--gcf-slate,#1E2530);border-bottom-left-radius:4px}
.gcf-chat__b--user{align-self:flex-end;background:linear-gradient(150deg,#1B6CA8,#0E3358);color:#fff;border-bottom-right-radius:4px}
.gcf-chat__b strong{font-weight:700}
.gcf-chat__typing{display:inline-flex;gap:4px;align-items:center}
.gcf-chat__typing i{width:7px;height:7px;border-radius:50%;background:#9fb1c2;display:inline-block;animation:gcfbounce 1.2s infinite ease-in-out}
.gcf-chat__typing i:nth-child(2){animation-delay:.15s}.gcf-chat__typing i:nth-child(3){animation-delay:.3s}
@keyframes gcfbounce{0%,80%,100%{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}
.gcf-chat__msg{display:none;margin:10px 0 0;font-size:13.5px}
.gcf-chat__msg.is-err{display:block;color:#B3261E}
.gcf-chat__msg.is-ok{display:block;color:#1F7A3D}
.gcf-chat__inputrow{display:flex;gap:10px;margin-top:12px;align-items:flex-end}
.gcf-chat__in{flex:1;padding:12px 14px;border:1px solid var(--gcf-line,#E4EBF2);border-radius:12px;font:inherit;font-size:15px;resize:none;box-sizing:border-box;max-height:120px}
.gcf-chat__sendbtn{width:auto!important;flex:none}
.gcf-chat__build{display:block;width:100%;margin-top:14px;padding:12px;border:1px dashed #C9D6E3;background:#fff;color:var(--gcf-muted,#5B6B7B);border-radius:12px;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;transition:all .15s}
.gcf-chat__build.is-ready{border-style:solid;border-color:transparent;background:linear-gradient(150deg,#1B6CA8,#14568A);color:#fff;box-shadow:0 8px 20px rgba(20,86,138,.28)}

/* gcf-rec chat-entry */
.gcf-rec__actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}
.gcf-rec__chatbtn{background:#fff;color:#1E2530;border:1px solid #1B6CA8}
.gcf-rec__chatbtn:hover{background:#1E2530;color:#fff}

/* gcf chunkB extras */
.gcf-dt__refreshed{font-size:.8rem;color:#5b6b7b;margin:-2px 0 12px;font-weight:500}
.gcf-fc__awardee{min-width:130px}

/* gcf chunkC multiselect */
.gcf-ms{position:relative;display:inline-block}
.gcf-ms__btn{font:inherit;padding:8px 12px;border:1px solid #cdd7e1;border-radius:8px;background:#fff;color:#1E2530;cursor:pointer;display:inline-flex;align-items:center;gap:8px;max-width:220px}
.gcf-ms__btn.is-active{border-color:#1B6CA8;box-shadow:inset 0 0 0 1px #1B6CA8}
.gcf-ms__lab{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gcf-ms__caret{color:#586071;font-size:.8em}
.gcf-ms__panel{position:absolute;z-index:60;top:calc(100% + 4px);left:0;width:260px;max-width:82vw;background:#fff;border:1px solid #cdd7e1;border-radius:10px;box-shadow:0 8px 28px rgba(30,37,48,.16);padding:8px}
.gcf-ms__search{width:100%;box-sizing:border-box;padding:7px 9px;border:1px solid #d8e0e8;border-radius:7px;margin-bottom:6px;font:inherit}
.gcf-ms__opts{max-height:240px;overflow:auto;display:flex;flex-direction:column;gap:1px}
.gcf-ms__opt{display:flex;align-items:center;gap:8px;padding:6px 7px;border-radius:6px;cursor:pointer;font-size:.9rem}
.gcf-ms__opt:hover{background:#f1f5f9}
.gcf-ms__opt input{margin:0;flex:none}
.gcf-ms__opt i{color:#586071;font-style:normal;font-size:.85em}
.gcf-ms__foot{display:flex;justify-content:space-between;gap:8px;margin-top:8px;border-top:1px solid #eef2f6;padding-top:8px}
.gcf-ms__foot button{font:inherit;font-size:.85rem;padding:5px 12px;border-radius:7px;border:1px solid #cdd7e1;background:#fff;cursor:pointer}
.gcf-ms__done{background:#1E2530;color:#fff;border-color:#1E2530}

/* gcf chunkD advfilters */
.gcf-advrow{display:flex;flex-wrap:wrap;align-items:flex-start;gap:8px;margin:8px 0 4px}
.gcf-advadd{position:relative}
.gcf-advbtn{border-style:dashed}
.gcf-advmenu{position:absolute;z-index:60;top:calc(100% + 4px);left:0;width:240px;max-width:82vw;background:#fff;border:1px solid #cdd7e1;border-radius:10px;box-shadow:0 8px 28px rgba(30,37,48,.16);padding:6px;max-height:300px;overflow:auto}
.gcf-advmenu__item{display:block;width:100%;text-align:left;font:inherit;font-size:.9rem;padding:7px 9px;border:0;background:none;border-radius:6px;cursor:pointer;color:#1E2530}
.gcf-advmenu__item:hover{background:#f1f5f9}
.gcf-advmenu__item i{color:#586071;font-style:normal;font-size:.85em}
.gcf-advmenu__load,.gcf-advmenu__empty{padding:8px 9px;color:#5b6b7b;font-size:.85rem}
.gcf-advbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.gcf-advf{display:inline-flex;align-items:center;gap:6px;background:#f3f6f9;border:1px solid #dde5ec;border-radius:8px;padding:3px 6px 3px 4px}
.gcf-advf__x{cursor:pointer;color:#586071;font-size:1.05rem;line-height:1;padding:0 3px}
.gcf-advf__x:hover{color:#c0392b}
.gcf-advf__lab{font-size:.85rem;color:#1E2530;font-weight:600}
.gcf-advf__in{min-width:150px}

/* gcf chunkE crosswalk */
.gcf-xw{margin-top:14px}
.gcf-xw__card{background:#fff;border:1px solid #e4ebf2;border-radius:12px;padding:14px 16px}
.gcf-xw__h{font-weight:700;color:#1E2530;margin-bottom:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.gcf-xw__sum{margin:0 0 10px;color:#2b3a4a;line-height:1.55}
.gcf-xw__sec{margin:12px 0}
.gcf-xw__sec h4{margin:0 0 5px;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:#5b6b7b}
.gcf-xw__players{margin:0;padding-left:18px}
.gcf-xw__players li{margin:4px 0;line-height:1.45}
.gcf-xw__list{margin:0;padding-left:18px}
.gcf-xw__list li{margin:3px 0}
.gcf-xw__note{font-size:.82rem;color:#5b6b7b;margin:10px 0 0}
.gcf-xw__gen,.gcf-xw__regen{margin-top:10px}

/* gcf research */
.gcf-rs__tabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid #e4ebf2}
.gcf-rs__tab{font:inherit;font-size:.95rem;padding:10px 16px;border:0;background:none;cursor:pointer;color:#5b6b7b;border-bottom:2px solid transparent;margin-bottom:-1px}
.gcf-rs__tab.is-active{color:#1E2530;font-weight:600;border-bottom-color:#1B6CA8}
.gcf-rs__searchbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:6px}
.gcf-rs__searchbar .gcf-fc__search{flex:1;min-width:220px}
.gcf-rs__recip{min-width:180px}
.gcf-rs__hint{font-size:.82rem;color:#586071;margin-bottom:14px}
.gcf-rs__companies{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;margin-top:12px}
.gcf-rs__co{background:#fff;border:1px solid #e4ebf2;border-radius:12px;padding:14px;cursor:pointer;transition:box-shadow .15s}
.gcf-rs__co:hover{box-shadow:0 4px 16px rgba(30,37,48,.10)}
.gcf-rs__co-h{display:flex;justify-content:space-between;align-items:baseline;gap:8px}
.gcf-rs__co-h h4{margin:0;font-size:1rem;color:#1E2530}
.gcf-rs__co-loc{font-size:.8rem;color:#586071;white-space:nowrap}
.gcf-rs__co-dba{font-size:.82rem;color:#5b6b7b;margin:2px 0 6px}
.gcf-rs__co-awtitle{font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:#5b6b7b;margin:8px 0 4px}
.gcf-rs__none{font-size:.85rem;color:#586071;padding:6px 0}
.gcf-rs__lock{text-align:center;padding:32px 20px}

/* gcf news feed */
.gcf-news{display:flex;flex-direction:column;gap:14px;margin-top:12px}
.gcf-news__item{display:flex;gap:14px;background:#fff;border:1px solid #e4ebf2;border-radius:12px;padding:14px;align-items:flex-start}
.gcf-news__imgwrap{flex:none;width:120px;height:80px;border-radius:8px;overflow:hidden;display:block}
.gcf-news__img{width:100%;height:100%;object-fit:cover}
.gcf-news__body{flex:1;min-width:0}
.gcf-news__meta{display:flex;gap:10px;align-items:center;font-size:.78rem;margin-bottom:4px}
.gcf-news__src{font-weight:600;color:#1B6CA8;text-transform:uppercase;letter-spacing:.03em}
.gcf-news__date{color:#586071}
.gcf-news__title{margin:0 0 4px;font-size:1.05rem;line-height:1.3}
.gcf-news__title a{color:#1E2530;text-decoration:none}
.gcf-news__title a:hover{color:#1B6CA8;text-decoration:underline}
.gcf-news__sum{margin:0 0 6px;color:#5b6b7b;font-size:.9rem;line-height:1.5}
.gcf-news__read{font-size:.82rem;color:#1B6CA8;text-decoration:none}
.gcf-news__related{margin-top:14px}
.gcf-news__related .gcf-news__item{padding:10px}
@media(max-width:560px){.gcf-news__imgwrap{display:none}}

/* gcf rs conews */
.gcf-rs__conews{list-style:none;margin:4px 0 0;padding:0}
.gcf-rs__conews li{padding:5px 0;border-top:1px solid #eef2f6;font-size:.88rem;line-height:1.4}
.gcf-rs__conews a{color:#1E2530;text-decoration:none}
.gcf-rs__conews a:hover{color:#1B6CA8;text-decoration:underline}
.gcf-rs__conews .gcf-news__src{font-size:.72rem;margin-left:4px}

/* gcf news brief */
.gcf-news__brief{margin-bottom:16px}
.gcf-news__brief-card{background:linear-gradient(180deg,#f7faff,#fff);border:1px solid #d8e6f5;border-radius:12px;padding:16px}
.gcf-news__brief-h{font-weight:700;color:#1E2530;display:flex;align-items:center;gap:8px;margin-bottom:8px}
.gcf-news__regen{margin-left:auto;border:0;background:none;cursor:pointer;color:#586071;font-size:1rem}
.gcf-news__brief-sum{margin:0 0 10px;color:#2b3a4a;line-height:1.55}
.gcf-news__brief-list{margin:0;padding-left:18px}
.gcf-news__brief-list li{margin:6px 0;line-height:1.4}
.gcf-news__why{color:#5b6b7b;font-size:.85rem}
.gcf-news__brief-empty{color:#5b6b7b;font-size:.9rem}

/* gcf profile v2 (2026-07-20) */
.gcf-prof__meter{display:flex;align-items:center;gap:12px;margin:0 0 14px}
.gcf-prof__meterbar{flex:0 0 180px;height:7px;border-radius:4px;background:#EDEEF0;overflow:hidden}
.gcf-prof__meterbar span{display:block;height:100%;background:#1B6CA8;border-radius:4px;transition:width .35s ease}
.gcf-prof__meterlbl{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#586071}
.gcf-prof__ai{border:1px solid #C7D9F7;background:#F2F6FE;border-radius:12px;padding:14px 16px;margin:0 0 18px}
.gcf-prof__ai h4{margin:0 0 4px;font-size:14px;color:#141821}
.gcf-prof__ai p{font-size:12.5px;color:#586071;margin:0 0 8px}
.gcf-prof__ai textarea{width:100%;box-sizing:border-box;min-height:64px}
.gcf-prof__aibtn{margin-top:8px;margin-right:10px}
.gcf-prof__aimsg{font-size:12px}
.gcf-prof__sec{margin:0 0 6px;padding-top:14px;border-top:1px solid #E3E7EC}
.gcf-prof__form .gcf-prof__sec:first-of-type{border-top:0;padding-top:0}
.gcf-prof__sech{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#586071;margin:0 0 10px;font-weight:600}
.gcf-prof__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;margin-bottom:12px}
.gcf-prof__grid .gcf-prof__f{margin:0}
.gcf-prof__range{display:flex;align-items:center;gap:8px}
.gcf-prof__range select{flex:1}
@media (max-width:640px){.gcf-prof__grid{grid-template-columns:1fr}}

/* gcf settings polish (2026-07-20) */
#gcf-settings .gcf-set__card h3{font-size:19px;margin:0 0 12px}
#gcf-settings .gcf-set__form label{display:block;font-weight:600;font-size:13px;color:#141821;margin:0 0 14px}
#gcf-settings .gcf-set__form input[type=text],#gcf-settings .gcf-set__form input[type=email],#gcf-settings .gcf-set__form input[type=password]{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:10px 12px;font:inherit;font-size:14px;color:#141821;background:#fff;border:1px solid #D4D4D8;border-radius:10px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
#gcf-settings .gcf-set__form select{display:block;margin-top:6px;padding:9px 12px;font:inherit;font-size:14px;color:#141821;background:#fff;border:1px solid #D4D4D8;border-radius:10px;min-width:180px}
#gcf-settings .gcf-set__form input:focus,#gcf-settings .gcf-set__form select:focus{border-color:#1B6CA8;box-shadow:0 0 0 3px rgba(27,108,168,.15)}
#gcf-settings .gcf-set__check{display:flex;align-items:center;gap:8px;font-weight:500}
#gcf-settings .gcf-set__check input{width:auto !important;margin:0 !important;display:inline-block !important}
#gcf-settings .gcf-set__hint{font-size:12.5px;color:#6B7585}
#gcf-profile-app .gcf-prof__sech{font-family:'IBM Plex Mono',ui-monospace,monospace !important;font-size:11px !important;font-weight:600 !important;letter-spacing:.06em !important;text-transform:uppercase;color:#586071 !important;margin:0 0 10px !important}
#gcf-profile-app .gcf-prof__ai h4{font-family:Inter,system-ui,sans-serif !important;font-size:14px !important;font-weight:700 !important;letter-spacing:0 !important;color:#141821 !important}


/* ===== a11y pass 2026-07-27 ===== */
/* Expand small icon-button hit areas to the 44px floor without moving anything
   visually (PRODUCT.md commits to 44px touch targets). */
.gcf-fav,.gcf-advf__x{position:relative;}
.gcf-fav::after,.gcf-advf__x::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;}
/* Every animation in this sheet needs a reduced-motion path; there was none. */
@media (prefers-reduced-motion: reduce){
  .gcf-fc__card,.gcf-fc__card:hover{transition:none!important;transform:none!important;}
  .gcf-fc *,.gcf-dt *,.gcf-ms *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important;}
}

/* =====================================================================
   GCF Data glass v3 (2026-08-06) — frosted data surface
   Scope: .gcf-fc data apps (forecast table + shared table/card surfaces),
   detail + save modals, filter controls. Ambient stage only on
   #gcf-forecast-app. Appended layer: later rules override the flat v2 look.
   ===================================================================== */
.gcf-fc{
  font-family:'Karla','Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  color:#16202B;
}

/* ---- ambient stage: gives the glass something real to refract (tr8: extended to all gcf-fc data apps) ---- */
#gcf-forecast-app.gcf-fc,#gcf-opps-app.gcf-fc,#gcf-saved-app.gcf-fc,#gcf-saved-opps-app.gcf-fc{
  position:relative;
  isolation:isolate;
  border-radius:22px;
  padding:20px 20px 26px;
  border:1px solid #E0E8F1;
  background:
    radial-gradient(720px 340px at 6% -12%, rgba(10,37,64,.11), transparent 62%),
    radial-gradient(560px 300px at 97% 4%, rgba(217,169,58,.16), transparent 56%),
    radial-gradient(680px 380px at 52% 118%, rgba(27,108,168,.12), transparent 62%),
    linear-gradient(158deg,#F0F5FA 0%,#E9F0F7 55%,#EEF3F9 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
@media(max-width:680px){ #gcf-forecast-app.gcf-fc,#gcf-opps-app.gcf-fc,#gcf-saved-app.gcf-fc,#gcf-saved-opps-app.gcf-fc{padding:12px 12px 18px;border-radius:16px;} }

/* ---- glass panel recipe ---- */
.gcf-fc__bar,
.gcf-fc__tablewrap,
.gcf-fc__card,
.gcf-ms__panel,
.gcf-advmenu{
  background:rgba(255,255,255,.66);
  -webkit-backdrop-filter:blur(18px) saturate(1.6);
  backdrop-filter:blur(18px) saturate(1.6);
  border:1px solid rgba(255,255,255,.85);
  outline:1px solid rgba(10,37,64,.07);
  outline-offset:-1px;
  box-shadow:0 10px 30px rgba(10,37,64,.10), inset 0 1px 0 rgba(255,255,255,.9);
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .gcf-fc__bar,.gcf-fc__tablewrap,.gcf-fc__card,.gcf-ms__panel,.gcf-advmenu{background:rgba(255,255,255,.94);}
}

/* ---- filter bar ---- */
.gcf-fc__bar{border-radius:18px;padding:14px;}
.gcf-fc__search,.gcf-fc__sel,.gcf-ms__btn{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(10,37,64,.12);
  border-radius:10px;
  color:#16202B;
}
.gcf-fc__search::placeholder{color:#4A5868;opacity:1;}
.gcf-fc__search:focus-visible,.gcf-fc__sel:focus-visible,.gcf-ms__btn:focus-visible,.gcf-fc__btn:focus-visible{
  outline:none;
  border-color:#1B6CA8;
  box-shadow:0 0 0 3px rgba(27,108,168,.20);
}
.gcf-fc__btn{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(10,37,64,.12);
  border-radius:10px;
  color:#0A2540;
  transition:border-color .15s,color .15s,background-color .15s;
}
.gcf-fc__btn:hover:not([disabled]){border-color:#1B6CA8;color:#14568A;background:rgba(255,255,255,.9);}
/* primary action: save search = solid gold, navy ink (9.2:1) */
.gcf-fc__save{
  background:#D9A93A!important;
  border-color:#D9A93A!important;
  color:#0A2540!important;
}
.gcf-fc__save:hover{background:#C2932B!important;border-color:#C2932B!important;color:#0A2540!important;}
/* view toggle: glass segmented control, navy active */
.gcf-fc__views{border:1px solid rgba(10,37,64,.12);border-radius:10px;background:rgba(255,255,255,.55);}
.gcf-fc__views button{background:transparent;color:#4A5868;transition:background-color .15s,color .15s;}
.gcf-fc__views button:hover{color:#0A2540;}
.gcf-fc__views button.is-active{background:#0A2540;color:#fff;}
.gcf-fc__meta{color:#4A5868;}
.gcf-fc__meta b{color:#0A2540;font-variant-numeric:tabular-nums;}

/* ---- table view ---- */
.gcf-fc__tablewrap{border-radius:18px;}
.gcf-fc__table th{
  background:rgba(243,247,251,.82);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  color:#3E4C5E;
  border-bottom:1px solid rgba(10,37,64,.12);
}
.gcf-fc__table td{border-bottom:1px solid rgba(10,37,64,.06);color:#16202B;}
.gcf-fc__table tr:hover td{background:rgba(27,108,168,.05);}
.gcf-fc__table td:nth-last-child(2){font-variant-numeric:tabular-nums;font-weight:700;color:#0A2540;white-space:nowrap;}
.gcf-fc__title{color:#0A2540;}
.gcf-fc__row:focus-visible{outline:3px solid #1B6CA8;outline-offset:-3px;}

/* ---- card view ---- */
.gcf-fc__cards{gap:16px;}
.gcf-fc__card{
  border-top:1px solid rgba(255,255,255,.85); /* retire the v2 accent stripe */
  border-radius:18px;
  padding:20px;
  transition:transform .18s cubic-bezier(.22,.61,.36,1),box-shadow .18s cubic-bezier(.22,.61,.36,1),border-color .18s;
}
.gcf-fc__card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 48px rgba(10,37,64,.16), inset 0 1px 0 rgba(255,255,255,.9);
  outline-color:rgba(27,108,168,.28);
}
.gcf-fc__card:focus-visible{outline:3px solid #1B6CA8;outline-offset:-3px;}
.gcf-fc__agency{color:#14568A;}
.gcf-fc__value{color:#0A2540;font-variant-numeric:tabular-nums;}
.gcf-fc__card-title{color:#101A26;}
.gcf-fc__naics{color:#4A5868;}

/* ---- chips ---- */
.gcf-tagx{background:rgba(10,37,64,.07);color:#33415C;border-radius:8px;}
.gcf-tagx--gold{background:rgba(217,169,58,.20);color:#6E5312;}
.gcf-tagx--muted{background:rgba(10,37,64,.05);color:#4A5868;}
.gcf-tagx--wd{background:rgba(190,98,20,.18);color:#C98A4B;}
.gcf-fc__demobadge{background:rgba(217,169,58,.20);color:#6E5312;}

/* ---- favorites + switches: gold state color ---- */
.gcf-fav:hover{color:#C2932B;transform:scale(1.12);}
.gcf-fav.is-on{color:#D9A93A;}
.gcf-switch input{accent-color:#0A2540;}
.gcf-dt__fav.is-on{border-color:#D9A93A!important;color:#8A6A14!important;}

/* ---- pager ---- */
.gcf-fc__pager .gcf-fc__btn{min-width:96px;}
.gcf-fc__pageinfo{color:#4A5868;font-variant-numeric:tabular-nums;}

/* ---- loading / empty ---- */
.gcf-fc__loading,.gcf-fc__empty{
  background:rgba(255,255,255,.55);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.8);
  outline:1px solid rgba(10,37,64,.06);
  outline-offset:-1px;
  border-radius:18px;
  color:#3E4C5E;
}
.gcf-fc__loading{position:relative;overflow:hidden;}
.gcf-fc__loading::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:3px;
  background:linear-gradient(90deg,transparent,rgba(217,169,58,.85),transparent);
  animation:gcf-scan 1.4s linear infinite;
}
@keyframes gcf-scan{from{transform:translateX(-100%);}to{transform:translateX(100%);}}

/* ---- demo gate: dark frosted navy, gold action ---- */
.gcf-fc__gate{
  background:rgba(10,37,64,.92);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  box-shadow:0 18px 44px rgba(6,24,43,.35);
}
.gcf-fc__gate div{color:#C7D3E2;}
.gcf-fc__gatebtn{background:#D9A93A;color:#0A2540;border-radius:10px;transition:background-color .15s;}
.gcf-fc__gatebtn:hover{background:#C2932B;filter:none;}

/* ---- detail modal: frosted sheet ---- */
.gcf-dt__overlay{
  background:rgba(6,24,43,.52);
  -webkit-backdrop-filter:blur(9px);
  backdrop-filter:blur(9px);
}
.gcf-dt{
  font-family:'Karla','Inter',system-ui,sans-serif;
  background:rgba(255,255,255,.88);
  -webkit-backdrop-filter:blur(26px) saturate(1.5);
  backdrop-filter:blur(26px) saturate(1.5);
  border:1px solid rgba(255,255,255,.9);
  outline:1px solid rgba(10,37,64,.08);
  outline-offset:-1px;
  border-radius:20px;
  box-shadow:0 34px 90px rgba(6,24,43,.4), inset 0 1px 0 rgba(255,255,255,.95);
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .gcf-dt{background:#fff;}
}
.gcf-dt__head{border-bottom:1px solid rgba(10,37,64,.10);}
.gcf-dt__head h2{color:#0A2540;}
.gcf-dt__value{background:#D9A93A;color:#0A2540;border-radius:8px;}
.gcf-dt__grid{background:rgba(10,37,64,.08);border:1px solid rgba(10,37,64,.08);border-radius:14px;}
.gcf-dt__f{background:rgba(255,255,255,.72);}
.gcf-dt__l{color:#4A5868;}
.gcf-dt__close:hover{color:#0A2540;}
.gcf-dt__close:focus-visible{outline:3px solid #1B6CA8;outline-offset:2px;border-radius:8px;}

/* ---- save-search modal ---- */
.gcf-sm__overlay{background:rgba(6,24,43,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);}
.gcf-sm{
  background:rgba(255,255,255,.9);
  -webkit-backdrop-filter:blur(24px) saturate(1.5);
  backdrop-filter:blur(24px) saturate(1.5);
  border:1px solid rgba(255,255,255,.9);
  border-radius:18px;
}
.gcf-sm__alert{background:rgba(243,247,251,.8);border-radius:12px;}
.gcf-sm__field input:focus{border-color:#1B6CA8;box-shadow:0 0 0 3px rgba(27,108,168,.2);outline:none;}

/* ---- dropdown panels (multiselect / advanced filters) ---- */
.gcf-ms__panel,.gcf-advmenu{border-radius:14px;}
.gcf-ms__opt:hover,.gcf-advmenu__item:hover{background:rgba(27,108,168,.08);}
.gcf-ms__btn.is-active{border-color:#1B6CA8;box-shadow:inset 0 0 0 1px #1B6CA8;}
.gcf-ms__done{background:#0A2540;border-color:#0A2540;}
.gcf-advf{background:rgba(255,255,255,.6);border:1px solid rgba(10,37,64,.1);border-radius:9px;}

/* ---- reduced motion for the glass layer ---- */
@media (prefers-reduced-motion: reduce){
  .gcf-fc__loading::after{animation:none;}
  .gcf-fc__card,.gcf-fc__card:hover{transform:none!important;}
}
/* glass v3.1: retire the side-stripe accent on AI/insight cards (full hairline + tint instead) */
.gcf-ai__card{border:1px solid rgba(27,108,168,.28);border-left-width:1px;background:rgba(240,246,252,.85);border-radius:12px;}
.gcf-ai__lock{border-color:rgba(217,169,58,.45);background:rgba(251,247,238,.85);}
.gcf-rec__ai{border-radius:12px;}

/* ---- tr8-20260808: click/tap polish ---- */
.gcf-fc,.gcf-fc *{-webkit-tap-highlight-color:transparent;}
@media (hover:none){.gcf-fc__table tr:hover td{background:transparent;}}

/* tr8-20260808: lifecycle status badges on the forecasts table (ported from hub) */
.gcf-hub__lcbadge{display:inline-block;padding:3px 9px;border-radius:8px;font-size:11.5px;font-weight:700;letter-spacing:.02em;white-space:nowrap;}
.gcf-hub__lcbadge.is-awarded{background:rgba(217,169,58,.16);color:#8F6A14;border:1px solid rgba(217,169,58,.45);}
.gcf-hub__lcbadge.is-open{background:rgba(21,128,61,.12);color:#166534;border:1px solid rgba(21,128,61,.35);}
.gcf-hub__lcbadge.is-solicited{background:rgba(27,108,168,.12);color:#14568A;border:1px solid rgba(27,108,168,.35);}

/* =====================================================================
   settings glass (2026-08-12) — bring /settings/ onto the same frosted
   surface as the gcf-fc data apps: ambient gradient stage on the root,
   glass panel recipe on the cards, navy segmented-style rail tabs.
   Appended layer: later rules override the flat card look defined above.
   ===================================================================== */
.gcf-settings{
  position:relative;isolation:isolate;
  border:1px solid #E0E8F1;border-radius:22px;padding:20px 20px 26px;
  background:
    radial-gradient(720px 340px at 6% -12%, rgba(10,37,64,.11), transparent 62%),
    radial-gradient(560px 300px at 97% 4%, rgba(217,169,58,.16), transparent 56%),
    radial-gradient(680px 380px at 52% 118%, rgba(27,108,168,.12), transparent 62%),
    linear-gradient(158deg,#F0F5FA 0%,#E9F0F7 55%,#EEF3F9 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
#gcf-settings .gcf-set__card,#gcf-settings .gcf-x__card{
  background:rgba(255,255,255,.66);
  -webkit-backdrop-filter:blur(18px) saturate(1.6);
  backdrop-filter:blur(18px) saturate(1.6);
  border:1px solid rgba(255,255,255,.85);
  outline:1px solid rgba(10,37,64,.07);
  outline-offset:-1px;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(10,37,64,.10), inset 0 1px 0 rgba(255,255,255,.9);
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  #gcf-settings .gcf-set__card,#gcf-settings .gcf-x__card{background:rgba(255,255,255,.94);}
}
#gcf-settings .gcf-set__card>h3,#gcf-settings .gcf-x__card>h3{color:#0A2540;}
#gcf-settings .gcf-set__danger{
  border-color:rgba(255,255,255,.85);
  outline-color:rgba(179,38,30,.28);
  background:rgba(255,251,251,.72);
}
#gcf-settings .gcf-set__danger>h3{color:#B3261E;}
/* rail: match the app's segmented control — navy active, steel hover */
.gcf-set__tab{color:#4A5868;}
.gcf-set__tab:hover{background:rgba(27,108,168,.08);color:#0A2540;}
.gcf-set__tab.is-on{background:#0A2540;color:#fff;}
.gcf-set__tab--danger:hover{background:rgba(179,38,30,.08);color:#B3261E;}
.gcf-set__tab--danger.is-on{background:#B3261E;color:#fff;}
/* form controls: glass field recipe */
#gcf-settings .gcf-set__form input[type=text],
#gcf-settings .gcf-set__form input[type=email],
#gcf-settings .gcf-set__form input[type=password],
#gcf-settings .gcf-set__form select,
#gcf-settings .gcf-x__card input[type=email],
#gcf-settings .gcf-x__card input[type=text]{
  background:rgba(255,255,255,.72);
  border-color:rgba(10,37,64,.12);
}
#gcf-settings .gcf-set__form input:focus,#gcf-settings .gcf-set__form select:focus{
  border-color:#1B6CA8;box-shadow:0 0 0 3px rgba(27,108,168,.20);
}
@media (max-width:820px){
  .gcf-settings{padding:12px 12px 18px;border-radius:16px;}
  .gcf-settings>.gcf-set__rail{border-bottom-color:rgba(10,37,64,.12);}
}

/* ============================================================
   onb-20260813 — first-run onboarding wizard (gcf-onboard.js)
   Built on the shipped Secure Slate tokens: --ff-accent #1B6CA8 steel,
   --ff-accent-deep #14568A, --ff-accent-tint #E9F1F8, Manrope display /
   Inter body / Plex Mono as the data voice. Fallbacks are inlined on every
   var() so the block still renders if gcf-site.css is ever dropped.
   Revert: delete this block and re-point page 7272 at [gcf_profile_form].
   ============================================================ */
.gcf-onb{max-width:760px;margin:0 auto;padding:8px 0 40px;}

/* ---- progress rail ---- */
.gcf-onb__rail{display:flex;list-style:none;margin:0 0 22px;padding:0;gap:0;}
.gcf-onb__railitem{flex:1 1 0;position:relative;min-width:0;}
.gcf-onb__railitem:not(:first-child):before{content:"";position:absolute;left:0;right:50%;top:13px;height:2px;background:var(--gcf-line,#E3E7EC);}
.gcf-onb__railitem.is-done:before,.gcf-onb__railitem.is-now:before{background:var(--ff-accent,#1B6CA8);}
.gcf-onb__railbtn{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;background:none;border:0;padding:0;font:inherit;color:var(--ff-ink2,#586071);position:relative;z-index:1;}
button.gcf-onb__railbtn{cursor:pointer;}
.gcf-onb__railno{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid var(--gcf-line,#E3E7EC);font:600 12px/1 'IBM Plex Mono',ui-monospace,monospace;color:var(--ff-ink2,#586071);transition:background .18s ease,border-color .18s ease,color .18s ease;}
.gcf-onb__railno svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.gcf-onb__railitem.is-now .gcf-onb__railno{border-color:var(--ff-accent,#1B6CA8);color:var(--ff-accent-deep,#14568A);box-shadow:0 0 0 4px rgba(27,108,168,.14);}
.gcf-onb__railitem.is-done .gcf-onb__railno{background:var(--ff-accent,#1B6CA8);border-color:var(--ff-accent,#1B6CA8);color:#fff;}
.gcf-onb__raillbl{font-size:11.5px;font-weight:600;letter-spacing:.02em;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
.gcf-onb__railitem.is-now .gcf-onb__raillbl{color:var(--ff-ink,#141821);}
button.gcf-onb__railbtn:hover .gcf-onb__raillbl{color:var(--ff-accent-deep,#14568A);}
button.gcf-onb__railbtn:focus-visible{outline:2px solid var(--ff-accent,#1B6CA8);outline-offset:3px;border-radius:8px;}

/* ---- card ---- */
.gcf-onb__card{background:#fff;border:1px solid var(--gcf-line,#E3E7EC);border-radius:16px;padding:30px 32px;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.03);}
.gcf-onb__h{font-family:Manrope,Inter,system-ui,sans-serif;font-weight:800;letter-spacing:-.02em;font-size:clamp(22px,3vw,28px);line-height:1.2;color:var(--ff-ink,#141821);margin:0 0 8px;}
.gcf-onb__h:focus{outline:none;}
.gcf-onb__lead{font-size:15px;line-height:1.6;color:var(--ff-ink2,#586071);margin:0 0 22px;max-width:60ch;}
.gcf-onb__body{margin:0 0 24px;}
.gcf-onb__p{font-size:14.5px;line-height:1.6;color:#3D4553;margin:0 0 14px;}
.gcf-onb__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-top:18px;border-top:1px solid var(--gcf-line,#E3E7EC);}
.gcf-onb__footr{display:flex;align-items:center;gap:14px;margin-left:auto;}

/* ---- banner carried in from an accelerator ---- */
.gcf-onb__banner{background:var(--ff-accent-tint,#E9F1F8);border:1px solid rgba(27,108,168,.28);border-radius:12px;padding:12px 16px;margin:0 0 16px;font-size:14px;line-height:1.5;color:#1F3A52;}
.gcf-onb__banner b{color:var(--ff-accent-deep,#14568A);}

/* ---- route picker ---- */
.gcf-onb__routes{display:flex;flex-direction:column;gap:10px;}
.gcf-onb__route{display:grid;grid-template-columns:1fr auto;grid-template-areas:"tag go" "head go" "desc go";align-items:center;gap:2px 16px;text-align:left;width:100%;background:#fff;border:1px solid var(--gcf-line,#E3E7EC);border-radius:12px;padding:16px 18px;font:inherit;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.gcf-onb__route:hover{border-color:var(--ff-accent,#1B6CA8);box-shadow:0 8px 22px rgba(27,108,168,.10);transform:translateY(-1px);}
.gcf-onb__route:focus-visible{outline:2px solid var(--ff-accent,#1B6CA8);outline-offset:2px;}
.gcf-onb__route.is-primary{border-color:rgba(27,108,168,.42);background:linear-gradient(180deg,#fff,var(--ff-accent-tint,#E9F1F8));}
.gcf-onb__routetag{grid-area:tag;justify-self:start;font:600 10.5px/1 'IBM Plex Mono',ui-monospace,monospace;letter-spacing:.06em;text-transform:uppercase;color:var(--ff-accent-deep,#14568A);background:rgba(27,108,168,.12);border-radius:999px;padding:4px 9px;margin:0 0 6px;}
.gcf-onb__routeh{grid-area:head;font-weight:700;font-size:15.5px;color:var(--ff-ink,#141821);}
.gcf-onb__routed{grid-area:desc;font-size:13.5px;line-height:1.5;color:var(--ff-ink2,#586071);margin-top:3px;}
.gcf-onb__routego{grid-area:go;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--ff-accent-tint,#E9F1F8);color:var(--ff-accent-deep,#14568A);transition:background .18s ease,transform .18s ease;}
.gcf-onb__routego svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.gcf-onb__route:hover .gcf-onb__routego{background:var(--ff-accent,#1B6CA8);color:#fff;transform:translateX(2px);}

/* ---- fields ---- */
.gcf-onb__f{margin:0 0 18px;}
.gcf-onb__f:last-child{margin-bottom:0;}
.gcf-onb__l{display:block;font-weight:700;font-size:14px;color:var(--ff-ink,#141821);margin:0 0 4px;}
.gcf-onb__l span{font-weight:400;color:var(--ff-ink2,#586071);font-size:12.5px;}
.gcf-onb__hint{margin:4px 0 8px;font-size:13px;line-height:1.5;color:var(--ff-ink2,#586071);}
.gcf-onb input[type=text],.gcf-onb textarea,.gcf-onb select{width:100%;box-sizing:border-box;border:1px solid #cfd8e6;border-radius:10px;padding:11px 13px;font:inherit;font-size:14.5px;background:#fff;color:var(--ff-ink,#141821);min-height:44px;transition:border-color .16s ease,box-shadow .16s ease;}
.gcf-onb input[type=text]:focus,.gcf-onb textarea:focus,.gcf-onb select:focus{outline:none;border-color:var(--ff-accent,#1B6CA8);box-shadow:0 0 0 3px rgba(27,108,168,.16);}
.gcf-onb textarea{min-height:76px;resize:vertical;line-height:1.5;}
.gcf-onb__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.gcf-onb__f--wide{grid-column:1/-1;}
.gcf-onb__grid .gcf-onb__f{margin:0;}
.gcf-onb__range{display:flex;align-items:center;gap:10px;}
.gcf-onb__range select{flex:1;}
.gcf-onb__range span{color:var(--ff-ink2,#586071);}
.gcf-onb__inline{display:flex;gap:10px;flex-wrap:wrap;}
.gcf-onb__inline input{flex:1 1 260px;}

/* ---- live chip echo ---- */
.gcf-onb__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px;}
.gcf-onb__chips:empty{display:none;}
.gcf-onb__chip{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--ff-accent-tint,#E9F1F8);color:var(--ff-accent-deep,#14568A);font:500 12px/1.35 'IBM Plex Mono',ui-monospace,monospace;}

/* ---- checkbox cards ---- */
.gcf-onb__opts{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;}
.gcf-onb__opt{display:flex;align-items:flex-start;gap:11px;border:1px solid var(--gcf-line,#E3E7EC);border-radius:11px;padding:13px 15px;cursor:pointer;transition:border-color .16s ease,background .16s ease;min-height:44px;box-sizing:border-box;position:relative;}
.gcf-onb__opt:hover{border-color:rgba(27,108,168,.5);}
.gcf-onb__opt.is-on{border-color:var(--ff-accent,#1B6CA8);background:var(--ff-accent-tint,#E9F1F8);}
.gcf-onb__opt input{position:absolute;opacity:0;width:0;height:0;}
.gcf-onb__optbox{flex:0 0 18px;width:18px;height:18px;margin-top:1px;border:2px solid #cfd8e6;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;transition:background .16s ease,border-color .16s ease;}
.gcf-onb__optbox svg{width:12px;height:12px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;opacity:0;transition:opacity .16s ease;}
.gcf-onb__opt.is-on .gcf-onb__optbox{background:var(--ff-accent,#1B6CA8);border-color:var(--ff-accent,#1B6CA8);}
.gcf-onb__opt.is-on .gcf-onb__optbox svg{opacity:1;}
.gcf-onb__opt input:focus-visible+.gcf-onb__optbox{outline:2px solid var(--ff-accent,#1B6CA8);outline-offset:2px;}
.gcf-onb__optlbl{font-size:14px;line-height:1.45;color:var(--ff-ink,#141821);}

/* ---- buttons ---- */
.gcf-onb__next{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 22px;border:0;border-radius:11px;background:var(--ff-accent,#1B6CA8);color:#fff;font:700 15px/1 Inter,system-ui,sans-serif;text-decoration:none;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease;}
.gcf-onb__next:hover{background:var(--ff-accent-deep,#14568A);color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px rgba(27,108,168,.26);}
.gcf-onb__next:focus-visible{outline:2px solid var(--ff-accent,#1B6CA8);outline-offset:3px;}
.gcf-onb__next[disabled]{opacity:.55;cursor:default;transform:none;box-shadow:none;}
.gcf-onb__back{min-height:44px;padding:11px 18px;border:1px solid var(--gcf-line,#E3E7EC);border-radius:11px;background:#fff;color:#3D4553;font:600 14.5px/1 Inter,system-ui,sans-serif;cursor:pointer;transition:border-color .16s ease,color .16s ease;}
.gcf-onb__back:hover{border-color:#b9c4d3;color:var(--ff-ink,#141821);}
.gcf-onb__back:focus-visible{outline:2px solid var(--ff-accent,#1B6CA8);outline-offset:2px;}
.gcf-onb__skip{background:none;border:0;padding:8px 4px;font:500 14px/1 Inter,system-ui,sans-serif;color:var(--ff-ink2,#586071);text-decoration:none;cursor:pointer;border-radius:6px;}
.gcf-onb__skip:hover{color:var(--ff-accent-deep,#14568A);text-decoration:underline;}
.gcf-onb__skip:focus-visible{outline:2px solid var(--ff-accent,#1B6CA8);outline-offset:2px;}

/* ---- accelerator output ---- */
.gcf-onb__out{margin-top:18px;}
.gcf-onb__out:empty{display:none;}
.gcf-onb__msg{font-size:14px;line-height:1.5;color:var(--ff-ink2,#586071);margin:0;}
.gcf-onb__msg.is-err{color:#B3261E;}
.gcf-onb__cands{display:flex;flex-direction:column;gap:8px;margin-top:10px;}
.gcf-onb__cand{display:flex;flex-direction:column;gap:2px;align-items:flex-start;text-align:left;width:100%;background:#fff;border:1px solid var(--gcf-line,#E3E7EC);border-radius:10px;padding:11px 14px;font:inherit;cursor:pointer;transition:border-color .16s ease,background .16s ease;}
.gcf-onb__cand:hover{border-color:var(--ff-accent,#1B6CA8);background:var(--ff-accent-tint,#E9F1F8);}
.gcf-onb__cand:focus-visible{outline:2px solid var(--ff-accent,#1B6CA8);outline-offset:2px;}
.gcf-onb__cand b{font-size:14.5px;color:var(--ff-ink,#141821);}
.gcf-onb__cand span{font:500 12px/1.4 'IBM Plex Mono',ui-monospace,monospace;color:var(--ff-ink2,#586071);}
.gcf-onb__prop{border:1px solid var(--gcf-line,#E3E7EC);border-radius:12px;padding:18px 20px;background:#FBFCFE;}
.gcf-onb__proph{font-family:Manrope,Inter,system-ui,sans-serif;font-weight:800;font-size:17px;letter-spacing:-.01em;color:var(--ff-ink,#141821);margin:0 0 10px;}
.gcf-onb__ev{display:flex;gap:26px;flex-wrap:wrap;margin:0 0 16px;}
.gcf-onb__ev b{display:block;font-family:Manrope,Inter,system-ui,sans-serif;font-weight:800;font-size:20px;letter-spacing:-.02em;color:var(--ff-ink,#141821);line-height:1.15;}
.gcf-onb__ev span{font:500 11px/1.4 'IBM Plex Mono',ui-monospace,monospace;letter-spacing:.05em;text-transform:uppercase;color:var(--ff-ink2,#586071);}
.gcf-onb__psec{margin:0 0 12px;}
.gcf-onb__psec>span{display:block;font:600 10.5px/1 'IBM Plex Mono',ui-monospace,monospace;letter-spacing:.06em;text-transform:uppercase;color:var(--ff-ink2,#586071);margin:0 0 6px;}

/* ---- done screen ---- */
.gcf-onb__card--done{text-align:center;}
.gcf-onb__card--done .gcf-onb__lead{margin-left:auto;margin-right:auto;}
.gcf-onb__donemark{width:48px;height:48px;margin:0 auto 14px;border-radius:50%;background:var(--ff-green-tint,#F0FDF4);color:var(--ff-green,#059669);display:flex;align-items:center;justify-content:center;}
.gcf-onb__donemark svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.gcf-onb__count{font-size:16px;line-height:1.5;color:#3D4553;margin:0 0 16px;}
.gcf-onb__count b{font-family:Manrope,Inter,system-ui,sans-serif;font-weight:800;font-size:26px;letter-spacing:-.02em;color:var(--ff-accent-deep,#14568A);}
.gcf-onb__preview{display:flex;flex-direction:column;gap:8px;text-align:left;}
.gcf-onb__row{border:1px solid var(--gcf-line,#E3E7EC);border-radius:10px;padding:12px 14px;background:#fff;}
.gcf-onb__rowh{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;font-weight:600;font-size:14px;line-height:1.4;color:var(--ff-ink,#141821);}
.gcf-onb__rowm{margin-top:5px;font:500 11.5px/1.5 'IBM Plex Mono',ui-monospace,monospace;color:var(--ff-ink2,#586071);}
.gcf-onb__fit{flex:0 0 auto;padding:3px 9px;border-radius:999px;font:600 11px/1.35 'IBM Plex Mono',ui-monospace,monospace;background:#F1F3F6;color:var(--ff-ink2,#586071);}
.gcf-onb__fit--strong{background:var(--ff-green-tint,#F0FDF4);color:var(--ff-green,#059669);}
.gcf-onb__fit--moderate{background:var(--ff-accent-tint,#E9F1F8);color:var(--ff-accent-deep,#14568A);}
.gcf-onb__foot--done{justify-content:center;border-top:0;padding-top:6px;}
.gcf-onb__foot--done .gcf-onb__skip{margin-left:6px;}

/* ---- responsive ---- */
@media (max-width:640px){
  .gcf-onb__card{padding:22px 18px;border-radius:14px;}
  .gcf-onb__grid{grid-template-columns:1fr;}
  .gcf-onb__raillbl{display:none;}
  .gcf-onb__foot{flex-direction:column-reverse;align-items:stretch;}
  .gcf-onb__footr{margin-left:0;justify-content:space-between;}
  .gcf-onb__next{width:100%;}
  .gcf-onb__ev{gap:18px;}
}
@media (prefers-reduced-motion:reduce){
  .gcf-onb__route,.gcf-onb__next,.gcf-onb__routego,.gcf-onb__railno,.gcf-onb__optbox,.gcf-onb__optbox svg{transition:none;}
  .gcf-onb__route:hover,.gcf-onb__next:hover{transform:none;}
  .gcf-onb__route:hover .gcf-onb__routego{transform:none;}
}
/* ---- onb typography lock ----
   The Logisco theme styles h2 and every button/span descendant with rules that
   out-specify a plain class, so the wizard rendered its headline as Inter 300 48px
   and its buttons in Karla — a face DESIGN.md explicitly retired. Same #id-scoped
   !important treatment gcf-app.css already applies to #gcf-profile-app.
   (Manrope 800 is in the gcf-site.css @import; it simply never downloaded while the
   theme was winning the h2, because browsers only fetch faces that get used.) */
#gcf-onboard-app .gcf-onb__h{font-family:Manrope,Inter,system-ui,sans-serif!important;font-weight:800!important;font-size:clamp(22px,3vw,28px)!important;line-height:1.2!important;letter-spacing:-.02em!important;color:var(--ff-ink,#141821)!important;margin:0 0 8px!important;text-transform:none!important;}
#gcf-onboard-app .gcf-onb__proph{font-family:Manrope,Inter,system-ui,sans-serif!important;font-weight:800!important;font-size:17px!important;letter-spacing:-.01em!important;line-height:1.3!important;color:var(--ff-ink,#141821)!important;margin:0 0 10px!important;text-transform:none!important;}
#gcf-onboard-app .gcf-onb__ev b,#gcf-onboard-app .gcf-onb__count b{font-family:Manrope,Inter,system-ui,sans-serif!important;font-weight:800!important;letter-spacing:-.02em!important;}
#gcf-onboard-app .gcf-onb__lead,#gcf-onboard-app .gcf-onb__hint,#gcf-onboard-app .gcf-onb__p,
#gcf-onboard-app .gcf-onb__l,#gcf-onboard-app .gcf-onb__optlbl,#gcf-onboard-app .gcf-onb__banner,
#gcf-onboard-app .gcf-onb__routeh,#gcf-onboard-app .gcf-onb__routed,#gcf-onboard-app .gcf-onb__raillbl,
#gcf-onboard-app .gcf-onb__cand b,#gcf-onboard-app .gcf-onb__count,#gcf-onboard-app .gcf-onb__rowh,
#gcf-onboard-app .gcf-onb__msg,#gcf-onboard-app .gcf-onb__next,#gcf-onboard-app .gcf-onb__back,
#gcf-onboard-app .gcf-onb__skip,#gcf-onboard-app input,#gcf-onboard-app textarea,#gcf-onboard-app select{
  font-family:Inter,system-ui,-apple-system,'Segoe UI',Arial,sans-serif!important;}
#gcf-onboard-app .gcf-onb__railno,#gcf-onboard-app .gcf-onb__chip,#gcf-onboard-app .gcf-onb__rowm,
#gcf-onboard-app .gcf-onb__fit,#gcf-onboard-app .gcf-onb__routetag,#gcf-onboard-app .gcf-onb__psec>span,
#gcf-onboard-app .gcf-onb__ev span,#gcf-onboard-app .gcf-onb__cand span{
  font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,monospace!important;}
/* The theme also injects its own letter-spacing/text-transform onto buttons. */
#gcf-onboard-app .gcf-onb__next,#gcf-onboard-app .gcf-onb__back,#gcf-onboard-app .gcf-onb__skip{letter-spacing:0!important;text-transform:none!important;}
#gcf-onboard-app .gcf-onb__next{color:#fff!important;font-weight:700!important;}
#gcf-onboard-app .gcf-onb__next:hover{color:#fff!important;}
/* === end onb-20260813 === */

/* ============================================================
   int-20260813 — shared interaction layer (gcf-interact.js)
   Toasts + the keyboard-shortcuts sheet. Same Secure Slate tokens
   as the rest of the app; charcoal chrome for the toast so it reads
   as system feedback rather than page content.
   Revert: delete this block and the enqueue in gcf-appshell.php.
   ============================================================ */
.gcf-toasts{position:fixed;left:50%;bottom:26px;transform:translateX(-50%);z-index:9600;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none;max-width:calc(100vw - 32px);}
.gcf-toast{display:flex;align-items:center;gap:14px;background:#1E2530;color:#E7EBF2;border-radius:11px;padding:12px 16px;font:500 14px/1.4 Inter,system-ui,sans-serif;box-shadow:0 12px 32px rgba(10,20,35,.28);pointer-events:auto;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease;max-width:100%;}
.gcf-toast.is-in{opacity:1;transform:translateY(0);}
.gcf-toast.is-err{background:#7F1D1D;color:#FEE2E2;}
.gcf-toast__undo{background:none;border:0;padding:2px;font:700 14px/1 Inter,system-ui,sans-serif;color:#9DBDF7;cursor:pointer;border-radius:5px;flex:0 0 auto;}
.gcf-toast__undo:hover{color:#fff;text-decoration:underline;}
.gcf-toast__undo:focus-visible{outline:2px solid #9DBDF7;outline-offset:2px;}
.gcf-toast.is-err .gcf-toast__undo{color:#FECACA;}

.gcf-ks{position:fixed;inset:0;z-index:9700;background:rgba(15,22,32,.44);display:flex;align-items:center;justify-content:center;padding:24px;}
.gcf-ks__panel{background:#fff;border-radius:16px;max-width:460px;width:100%;padding:22px 24px;box-shadow:0 24px 60px rgba(30,37,48,.28);max-height:82vh;overflow:auto;}
.gcf-ks__panel:focus{outline:none;}
.gcf-ks__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;}
.gcf-ks__head h2{font-family:Manrope,Inter,system-ui,sans-serif!important;font-weight:800!important;font-size:18px!important;letter-spacing:-.01em!important;color:#141821!important;margin:0!important;text-transform:none!important;}
.gcf-ks__x{background:none;border:0;font-size:24px;line-height:1;color:#586071;cursor:pointer;padding:2px 6px;border-radius:6px;}
.gcf-ks__x:hover{color:#141821;background:#F1F3F6;}
.gcf-ks__x:focus-visible{outline:2px solid #1B6CA8;outline-offset:2px;}
.gcf-ks__grid{display:flex;flex-direction:column;gap:2px;}
.gcf-ks__row{display:flex;align-items:center;gap:14px;padding:7px 0;border-bottom:1px solid #F1F3F6;}
.gcf-ks__row:last-child{border-bottom:0;}
.gcf-ks__row kbd{flex:0 0 92px;font:600 11.5px/1 'IBM Plex Mono',ui-monospace,monospace;color:#14568A;background:#E9F1F8;border:1px solid rgba(27,108,168,.24);border-radius:6px;padding:5px 7px;text-align:center;}
.gcf-ks__row span{font-size:14px;color:#3D4553;}
@media (prefers-reduced-motion:reduce){.gcf-toast{transition:none;}}
/* === end int-20260813 === */

/* ============================================================
   recbtn-20260813 — the two "Refine …" buttons moved into the page builder
   They are now a Goodlayers button element on page 7314 (row 2, above the
   [gcf_recommendations] text-box), so the builder owns their copy, order,
   colors and alignment. Everything below is only what the builder cannot
   express: the default-hidden state and the type system.
   Hidden by default because gcf-rec.js reveals them, and that file only
   loads once the member-gated shortcode rendered #gcf-rec-app — which is
   what keeps them off the page for logged-out visitors.
   Revert: delete this block, drop the button element from the builder, and
   restore the two buttons in gcf-rec.js recView().
   ============================================================ */
.gcf-rec__pagebtns{display:none;}
.gcf-rec__pagebtns .gdlr-core-button{
  font-family:Inter,system-ui,-apple-system,'Segoe UI',Arial,sans-serif!important;
  font-size:14px!important;font-weight:700!important;letter-spacing:0!important;text-transform:none!important;
  min-height:44px;display:inline-flex;align-items:center;justify-content:center;
  transition:background-color .16s ease,color .16s ease,border-color .16s ease;
}
.gcf-rec__pagebtns .gdlr-core-button:focus-visible{outline:2px solid #1B6CA8;outline-offset:2px;}
@media (prefers-reduced-motion:reduce){.gcf-rec__pagebtns .gdlr-core-button{transition:none;}}
/* === end recbtn-20260813 === */
/* =====================================================================
   drop-20260819 — filter dropdowns paint above the rest of the app
   .gcf-fc__bar, .gcf-fc__tablewrap, .gcf-fc__card and .gcf-selbar all carry
   backdrop-filter, and backdrop-filter creates a stacking context. The bar was
   position:static, so .gcf-ms__panel (z-index:60) and .gcf-advmenu were trapped
   inside it and painted underneath every later sibling: the bar's own second
   row, the +Add filter row, the sticky select bar (z-index:40), the result
   count and the table. Giving the two filter rows a real position+z-index lifts
   each subtree as a whole, above everything that follows it in the app.
   ===================================================================== */
.gcf-fc .gcf-fc__bar{position:relative;z-index:50;}
.gcf-fc .gcf-advrow{position:relative;z-index:45;}
.gcf-fc .gcf-advadd,.gcf-fc .gcf-advbar{position:relative;}
.gcf-fc .gcf-selbar{z-index:40;}

/* The Done button had been invisible: .gcf-ms__foot button (0,1,1) outranks
   .gcf-ms__done (0,1,0), so the white footer-button background won while the
   navy rule's color:#fff survived — white text on white. Match the specificity. */
.gcf-fc .gcf-ms__foot .gcf-ms__done{background:#0A2540;border-color:#0A2540;color:#fff;}

/* Now that the menus paint on top of the table, .66 alpha let the column
   headers read straight through them. Keep the frosted look, lose the bleed. */
.gcf-fc .gcf-ms__panel,.gcf-fc .gcf-advmenu{background:rgba(255,255,255,.93);}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .gcf-fc .gcf-ms__panel,.gcf-fc .gcf-advmenu{background:#fff;}
}


/* Source location + record number, pinned to the top of the forecast detail pane.
   Previously the source link was the last thing in the pane and had to be scrolled to. */
.gcf-dt__srctop{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .9rem;margin:.35rem 0 .6rem;}
.gcf-dt__srclink{font-weight:600;text-decoration:none;border-bottom:1px solid currentColor;}
.gcf-dt__srclink:hover{opacity:.8;}
.gcf-dt__rec{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82em;
  padding:.12em .5em;border-radius:4px;background:rgba(10,37,64,.07);color:#0A2540;
  cursor:help;white-space:nowrap;}
