/* GCF Extras — styles for add-on features (kept separate from gcf-app.css on purpose). */

/* ===== GX base ===== */
.gcf-x__card{margin:18px 0;padding:16px 18px;border:1px solid #e3e8ef;border-radius:10px;background:#fff}
.gcf-x__card h3{margin:0 0 10px;font-size:15px;font-weight:700;color:#1E2530}
.gcf-x__muted{color:#5b6b7b;font-size:13px}
.gcf-x__btn{display:inline-block;padding:7px 14px;border:1px solid #2563EB;border-radius:7px;background:#fff;color:#2563EB;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;line-height:1.3}
.gcf-x__btn:hover{background:#2563EB;color:#fff}
.gcf-x__btn--gold{border-color:#2563EB;background:#2563EB;color:#fff}
.gcf-x__btn--gold:hover{background:#2157CF;border-color:#2157CF;color:#fff}
.gcf-x__btn[disabled]{opacity:.55;cursor:default}
.gcf-x__pill{display:inline-block;padding:2px 9px;border-radius:99px;font-size:11.5px;font-weight:700;letter-spacing:.02em}
.gcf-x__err{color:#a33;font-size:13px}
.gcf-x__spin{display:inline-block;width:14px;height:14px;border:2px solid #c9d6e2;border-top-color:#2563EB;border-radius:50%;animation:gcfxspin .8s linear infinite;vertical-align:-2px}
@keyframes gcfxspin{to{transform:rotate(360deg)}}

/* ===== GX:nl ===== */
.gcf-x__nl{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 14px;padding:10px 12px;border:1px solid #d8e4ee;border-radius:10px;background:linear-gradient(180deg,#f6fafd,#eef5fa)}
.gcf-x__nlin{flex:1 1 320px;min-width:240px;padding:9px 12px;border:1px solid #c9d6e2;border-radius:7px;font-size:14px;background:#fff}
.gcf-x__nlin:focus{outline:2px solid #2563EB;outline-offset:0}
.gcf-x__nlmsg{flex-basis:100%;font-size:13px;color:#23425f;padding-top:2px}
.gcf-x__nlmsg a{color:#2563EB;font-weight:600}

/* ===== GX:gonogo ===== */
.gcf-x__gnghead{margin:2px 0 10px}
.gcf-x__gng-pursue{background:#e7f5ec;color:#176f3f;border:1px solid #bfe3cd}
.gcf-x__gng-watch{background:#e8f1f8;color:#2563EB;border:1px solid #c5dcEe}
.gcf-x__gng-pass{background:#eef1f4;color:#5b6b7b;border:1px solid #d7dee6}
.gcf-x__gnglist{list-style:none;margin:0 0 8px;padding:0}
.gcf-x__gnglist li{margin:4px 0;font-size:13.5px;line-height:1.45}
.gcf-x__gngwarn li{color:#8a5a14}
.gcf-x__gngsub{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#5b6b7b;margin:10px 0 4px}
.gcf-x__gngsteps{margin:0 0 8px 18px;padding:0}
.gcf-x__gngsteps li{margin:4px 0;font-size:13.5px}
.gcf-x__gngpwin{font-style:italic;color:#23425f;font-size:13px;margin:8px 0}

/* ===== GX:pipeline (board page) ===== */
.gcf-pipe__stats{margin:0 0 14px;font-size:14px;color:#23425f}
.gcf-pipe__board{display:grid;grid-template-columns:repeat(6,minmax(170px,1fr));gap:10px;align-items:start;overflow-x:auto}
@media(max-width:1100px){.gcf-pipe__board{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.gcf-pipe__board{grid-template-columns:repeat(2,1fr)}}
.gcf-pipe__col{background:#f2f6fa;border:1px solid #e0e8f0;border-radius:10px;padding:8px;min-height:120px}
.gcf-pipe__col.is-over{outline:2px dashed #2563EB;outline-offset:-4px}
.gcf-pipe__colhead{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#1E2530;padding:2px 4px 8px}
.gcf-pipe__colhead span{color:#5b6b7b;font-weight:600}
.gcf-pipe__card{background:#fff;border:1px solid #dde6ee;border-radius:8px;padding:9px 10px;margin:0 0 8px;cursor:grab;box-shadow:0 1px 2px rgba(30,37,48,.06)}
.gcf-pipe__card.is-drag{opacity:.5}
.gcf-pipe__cardtop{display:flex;justify-content:space-between;align-items:center;gap:6px;margin-bottom:5px}
.gcf-pipe__tag{font-size:10.5px;font-weight:700;letter-spacing:.03em;padding:1px 7px;border-radius:99px}
.gcf-pipe__tag--f{background:#faf3e3;color:#8a5a14;border:1px solid #ecd9a8}
.gcf-pipe__tag--c{background:#e8f1f8;color:#2563EB;border:1px solid #c5dcee}
.gcf-pipe__due{font-size:10.5px;font-weight:700;color:#5b6b7b}
.gcf-pipe__due.is-soon{color:#8a5a14}
.gcf-pipe__due.is-over{color:#a33}
.gcf-pipe__title{font-size:13px;font-weight:600;color:#1E2530;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.gcf-pipe__meta{font-size:11.5px;color:#5b6b7b;margin-top:3px}
.gcf-pipe__meta2{font-size:11.5px;color:#23425f;margin-top:2px}
.gcf-pipe__notespeek{font-size:11.5px;color:#5b6b7b;margin-top:5px;border-top:1px dashed #e3e8ef;padding-top:5px}
.gcf-pipe__edit{margin-top:8px;border-top:1px solid #e3e8ef;padding-top:8px}
.gcf-pipe__edit label{display:block;font-size:11.5px;font-weight:600;color:#23425f;margin:0 0 6px}
.gcf-pipe__edit select,.gcf-pipe__edit input,.gcf-pipe__edit textarea{display:block;width:100%;margin-top:2px;padding:6px 8px;border:1px solid #c9d6e2;border-radius:6px;font-size:12.5px;background:#fff}
.gcf-pipe__editrow{display:flex;gap:6px;margin-top:4px}
.gcf-pipe__editrow .gcf-x__btn{font-size:12px;padding:5px 10px}

/* ===== GX:calendar ===== */
.gcf-cal__nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.gcf-cal__nav b{font-size:14px;color:#1E2530;min-width:130px;text-align:center}
.gcf-cal__legend{font-size:11.5px;color:#5b6b7b;display:inline-flex;align-items:center;gap:5px;margin-left:6px}
.gcf-cal__sub{margin-left:auto}
.gcf-cal__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.gcf-cal__wd{font-size:10.5px;font-weight:700;text-transform:uppercase;color:#5b6b7b;text-align:center;padding:3px 0}
.gcf-cal__cell{min-height:44px;border:1px solid #e8eef4;border-radius:6px;padding:3px 5px;font-size:11px;position:relative;background:#fff}
.gcf-cal__cell.is-pad{background:transparent;border-color:transparent}
.gcf-cal__cell.is-today{outline:2px solid #2563EB;outline-offset:-2px}
.gcf-cal__cell.has-ev{cursor:pointer;background:#f8fbfd}
.gcf-cal__cell.has-ev:hover{border-color:#2563EB}
.gcf-cal__num{color:#23425f;font-weight:600}
.gcf-cal__dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin:0 1px}
.gcf-cal__dot.is-dl{background:#2563EB}
.gcf-cal__dot.is-due{background:#2563EB}
.gcf-cal__more{font-style:normal;font-size:9.5px;color:#5b6b7b}
.gcf-cal__list{margin-top:10px}
.gcf-cal__ev{padding:6px 0;border-top:1px dashed #e3e8ef;font-size:13px}
.gcf-cal__ev a{color:#2563EB;font-weight:600}
.gcf-cal__pill-dl{background:#e8f1f8;color:#2563EB}
.gcf-cal__pill-due{background:#faf3e3;color:#8a5a14}
.gcf-cal__subbox{margin-top:10px}
.gcf-cal__url{width:70%;min-width:220px;padding:7px 9px;border:1px solid #c9d6e2;border-radius:6px;font-size:12px}
.gcf-cal__subbox .gcf-x__muted{margin-top:6px;font-size:12px}

/* ===== GX:watchlist ===== */
.gcf-x__wlrow{display:flex;gap:8px;margin:8px 0 10px}
.gcf-x__wlin{flex:1 1 240px;padding:8px 10px;border:1px solid #c9d6e2;border-radius:7px;font-size:13.5px}
.gcf-x__wllist{display:flex;flex-wrap:wrap;gap:7px}
.gcf-x__wlchip{display:inline-flex;align-items:center;gap:5px;background:#eef4f9;border:1px solid #d4e2ed;border-radius:99px;padding:4px 7px 4px 12px;font-size:12.5px;color:#23425f;font-weight:600}
.gcf-x__wlchip button{border:0;background:#d9e5ef;border-radius:50%;width:18px;height:18px;line-height:16px;cursor:pointer;color:#23425f;font-size:12px;padding:0}
.gcf-x__wlchip button:hover{background:#a33;color:#fff}

/* ===== GX:matches ===== */
.gcf-x__matchrow{padding:7px 0;border-top:1px dashed #e3e8ef;font-size:13.5px;line-height:1.5}
.gcf-x__matchrow a{color:#2563EB;font-weight:600}
.gcf-x__match-open{background:#e7f5ec;color:#176f3f;border:1px solid #bfe3cd}
.gcf-x__match-past{background:#eef1f4;color:#5b6b7b;border:1px solid #d7dee6}

/* ===== GX:sow ===== */
.gcf-x__sowfiles{margin:0 0 10px;display:flex;flex-wrap:wrap;gap:6px}
.gcf-x__sowfile{background:#eef4f9;color:#23425f;border:1px solid #d4e2ed;font-weight:600}
.gcf-x__sowscope{font-size:14px;line-height:1.55;color:#1c3550;margin:0 0 6px}
.gcf-x__sowlist{list-style:none;margin:0 0 8px;padding:0}
.gcf-x__sowlist li{margin:4px 0;font-size:13.5px;line-height:1.45}

/* ===== GX:recompete (page) ===== */
.gcf-rcp__tablewrap{overflow-x:auto}
.gcf-rcp__table{width:100%;border-collapse:collapse;font-size:13.5px}
.gcf-rcp__table th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:#5b6b7b;padding:8px 10px;border-bottom:2px solid #e0e8f0}
.gcf-rcp__table td{padding:9px 10px;border-bottom:1px solid #edf2f7;vertical-align:top}
.gcf-rcp__table tr:hover td{background:#f8fbfd}
.gcf-rcp__amt{font-weight:700;color:#1E2530;white-space:nowrap}
.gcf-rcp__table a{color:#2563EB;font-weight:600}

/* ===== GX:markets (page) ===== */
.gcf-mkt__head h2{margin:6px 0 2px;color:#1E2530}
.gcf-mkt__descr{font-size:15px;font-weight:500;color:#5b6b7b}
.gcf-mkt__kpis{display:flex;gap:12px;flex-wrap:wrap;margin:14px 0}
/* Light-theme KPI tiles matching .gcf-window__kpi (pass-5 leftover fixed 2026-08-02). */
.gcf-mkt__kpi{background:#fff;color:#141821;border:1px solid #E2E8F0;border-radius:12px;padding:14px 18px;min-width:150px;box-shadow:0 1px 2px rgba(30,37,48,.04)}
.gcf-mkt__kpi b{display:block;font-size:22px;color:#141821;font-weight:800;letter-spacing:-.02em}
.gcf-mkt__kpi span{font-size:12px;color:#6B7585}
.gcf-mkt__ctas{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}
.gcf-mkt__cols{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
@media(max-width:900px){.gcf-mkt__cols{grid-template-columns:1fr}}
.gcf-mkt__bar{display:grid;grid-template-columns:minmax(120px,42%) 1fr 70px;gap:8px;align-items:center;margin:6px 0;font-size:12.5px}
.gcf-mkt__barlabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#23425f}
.gcf-mkt__barlabel a{color:#2563EB;font-weight:600}
.gcf-mkt__bartrack{background:#edf2f7;border-radius:5px;height:14px}
.gcf-mkt__barfill{background:linear-gradient(90deg,#2563EB,#3d8cc4);height:14px;border-radius:5px}
.gcf-mkt__barval{text-align:right;font-weight:700;color:#1E2530;white-space:nowrap}
.gcf-mkt__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}
.gcf-mkt__cell{display:flex;justify-content:space-between;gap:8px;padding:9px 12px;border:1px solid #dde6ee;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#2563EB;text-decoration:none}
.gcf-mkt__cell:hover{border-color:#2563EB;background:#f6fafd}
.gcf-mkt__cell span{color:#5b6b7b;font-weight:600}
.gcf-mkt__vendor{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-top:1px dashed #e3e8ef;font-size:13.5px}
.gcf-mkt__vendor a{color:#2563EB;font-weight:600}

/* ===== GX:settings cards ===== */
.gcf-x__keydocs{margin-top:8px}
.gcf-x__keydocs summary{cursor:pointer;font-size:13px;font-weight:600;color:#2563EB}
.gcf-x__keydocs pre{background:#1E2530;color:#d7e5f2;padding:10px 12px;border-radius:8px;font-size:12px;overflow-x:auto;margin:8px 0}
.gcf-x__keycard code{background:#eef4f9;padding:2px 7px;border-radius:5px;font-size:12.5px}

/* ===== GX:recompete form + chips + track (2026-06-15) ===== */
.gcf-rcp__form{align-items:flex-end}
.gcf-rcp__fld{display:flex;flex-direction:column;gap:3px;margin:0}
.gcf-rcp__lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#5b6b7b}
.gcf-rcp__lbl em{font-style:normal;font-weight:600;text-transform:none;color:#586071}
.gcf-rcp__scan{align-self:flex-end}
.gcf-rcp__pop{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 14px}
.gcf-rcp__poplbl{font-size:12px;font-weight:700;color:#5b6b7b}
.gcf-rcp__chip{border:1px solid #c9d6e2;background:#fff;color:#2563EB;border-radius:99px;padding:4px 11px;font-size:12.5px;font-weight:600;cursor:pointer;line-height:1.3}
.gcf-rcp__chip:hover{background:#2563EB;color:#fff;border-color:#2563EB}
.gcf-rcp__track{font-size:12px;padding:4px 10px;white-space:nowrap}
/* White on the accent is 5.17:1; the previous charcoal-on-blue was 2.98:1 - a
   leftover from the sage era, where dark text did work on #5C7A35. */
.gcf-rcp__track.is-on{background:#2563EB;border-color:#2563EB;color:#fff}
.gcf-rcp__trackcell{white-space:nowrap}

/* ===== GX:pipeline intro + saved (2026-06-15) ===== */
.gcf-pipe__intro{margin:0 0 12px;padding:11px 14px;border:1px solid #d8e4ee;border-radius:10px;background:linear-gradient(180deg,#f6fafd,#eef5fa)}
.gcf-pipe__introtext{font-size:13px;color:#23425f;line-height:1.5}
.gcf-pipe__introtext a{color:#2563EB;font-weight:600}
.gcf-pipe__introteam{font-size:12px;color:#5b6b7b;margin-top:6px}
.gcf-pipe__introteam a{color:#2563EB;font-weight:600}
.gcf-pipe__saved{font-size:10.5px;color:#586071;margin-top:5px}

/* GX:recompete form input sizing fix (2026-06-23) */
.gcf-rcp__fld .gcf-x__nlin{flex:0 0 auto;width:100%;box-sizing:border-box}
.gcf-rcp__form{align-items:flex-end;gap:14px}

/* ===== GX:recompete search build-out (2026-06-25) ===== */
.gcf-rcp__row2{align-items:flex-end;gap:12px;margin-top:10px;padding:11px 14px;border:1px solid #e3eaf1;border-radius:10px;background:#f7fafc}
.gcf-rcp__row2lbl{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#586071;align-self:center;white-space:nowrap}
.gcf-rcp__reset{align-self:flex-end;background:none;border:none;color:#2563EB;font-size:12.5px;font-weight:600;cursor:pointer;padding:8px 4px;text-decoration:underline}
.gcf-rcp__reset:hover{color:#1E2530}
.gcf-rcp__resbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin:14px 0 4px}
.gcf-rcp__count{font-size:13px;color:#5b6b7b}
.gcf-rcp__count b{color:#1E2530}
.gcf-rcp__tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.gcf-rcp__filter{width:210px;max-width:46vw}
.gcf-rcp__sortsel{width:auto;min-width:150px}
.gcf-rcp__scope{margin:2px 0 12px}
.gcf-rcp__table td{vertical-align:top}
.gcf-rcp__what{max-width:430px}
.gcf-rcp__desc{color:#23425f;line-height:1.4}
.gcf-rcp__sub{font-size:11.5px;color:#586071;margin-top:3px}
.gcf-rcp__award{font-size:12px;margin-top:4px}
.gcf-rcp__award a{color:#2563EB;font-weight:600}
.gcf-rcp__st{color:#586071;font-weight:600}
.gcf-rcp__endcell{white-space:nowrap}
.gcf-rcp__trackcell{margin-top:6px}
@media(max-width:640px){.gcf-rcp__what{max-width:none}.gcf-rcp__filter{width:100%;max-width:none}.gcf-rcp__tools{width:100%}.gcf-rcp__sortsel{flex:1}}
/* ===== GX:hub toggle + table (2026-06-25) ===== */
.gcf-hub__toggle{display:inline-flex;border:1px solid #c9d6e2;border-radius:10px;overflow:hidden;margin:0 0 14px;background:#fff}
.gcf-hub__tab{appearance:none;border:none;background:#fff;color:#2563EB;font-size:14px;font-weight:700;padding:9px 18px;cursor:pointer;border-right:1px solid #e3eaf1;line-height:1.2}
.gcf-hub__tab:last-child{border-right:none}
.gcf-hub__tab:hover{background:#f3f8fc}
.gcf-hub__tab.is-active{background:#1E2530;color:#fff}
.gcf-hub__bar{margin:0 0 8px}
.gcf-hub__main{max-width:460px}
.gcf-hub__main b{color:#1E2530}
.gcf-hub__tag{display:inline-block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#5b6b7b;background:#eef4f9;border-radius:5px;padding:1px 7px;vertical-align:middle}
.gcf-hub__more{text-align:center;margin:14px 0}
@media(max-width:640px){.gcf-hub__main{max-width:none}.gcf-hub__toggle{display:flex;width:100%}.gcf-hub__tab{flex:1;padding:9px 6px;font-size:13px}}
/* GX:hub intel views (2026-06-29) */
.gcf-hub__intro{font-size:13px;line-height:1.5;color:#4a5b6b;background:#f4f7fa;border-left:3px solid #2563EB;padding:10px 14px;border-radius:6px;margin:0 0 12px}
.gcf-hub__acc{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.gcf-hub__accbar{width:64px;height:7px;background:#e6ebf0;border-radius:4px;overflow:hidden;display:inline-block}
.gcf-hub__accbar i{display:block;height:100%;border-radius:4px}
.gcf-hub__accbar i.is-hi{background:#2e9e5b}
.gcf-hub__accbar i.is-mid{background:#2563EB}
.gcf-hub__accbar i.is-lo{background:#c2553a}
.gcf-hub__acc b{font-variant-numeric:tabular-nums;color:#1E2530}

/* GX:hub lifecycle badge (2026-06-29) */
.gcf-hub__lcbadge{display:inline-block;font-size:11px;font-weight:600;padding:2px 9px;border-radius:11px;white-space:nowrap;cursor:default}
.gcf-hub__lcbadge.is-awarded{background:#e3f3ea;color:#1f7a45}
.gcf-hub__lcbadge.is-open{background:#e6eef7;color:#1D4DB7}
.gcf-hub__lcbadge.is-solicited{background:#eef0f2;color:#5a6b7b}

/* GX:hub search + detail + download (2026-07-01) ===== */
.gcf-rcp__table tbody tr.gcf-hub__clk{ cursor:pointer; }
.gcf-rcp__table tbody tr.gcf-hub__clk:hover{ background:#f2f6fb; }
.gcf-hub__cty .gcf-hub__ctgo{ color:#2563EB; font-weight:600; white-space:nowrap; opacity:0; transition:opacity .12s; }
.gcf-rcp__table tbody tr.gcf-hub__cty:hover .gcf-hub__ctgo{ opacity:1; }
.gcf-hub__dl{ align-self:flex-end; }
.gcf-hub__ov{ position:fixed; inset:0; z-index:99999; background:rgba(30,37,48,.55); display:flex; align-items:flex-start; justify-content:center; padding:5vh 16px; overflow-y:auto; -webkit-overflow-scrolling:touch; }
.gcf-hub__panel{ position:relative; background:#fff; width:100%; max-width:660px; border-radius:12px; box-shadow:0 24px 60px rgba(30,37,48,.35); padding:26px 28px 30px; }
.gcf-hub__ovx{ position:absolute; top:10px; right:12px; border:0; background:transparent; font-size:26px; line-height:1; color:#5b6b7b; cursor:pointer; padding:6px 10px; border-radius:8px; }
.gcf-hub__ovx:hover{ background:#eef2f7; color:#1E2530; }
.gcf-hub__ptitle{ margin:0 34px 8px 0; font-size:1.28rem; line-height:1.3; color:#1E2530; }
.gcf-hub__ptags{ display:flex; flex-wrap:wrap; gap:6px; margin-bottom:16px; }
.gcf-hub__grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 22px; }
.gcf-hub__kv{ display:flex; flex-direction:column; gap:2px; min-width:0; }
.gcf-hub__kvk{ font-size:.7rem; text-transform:uppercase; letter-spacing:.04em; color:#586071; font-weight:700; }
.gcf-hub__kvv{ font-size:.94rem; color:#1c2b3a; word-break:break-word; }
.gcf-hub__kvv .gcf-x__muted{ display:block; font-size:.82rem; }
.gcf-hub__pdesc{ margin-top:18px; }
.gcf-hub__pdesc p{ margin:4px 0 0; font-size:.92rem; line-height:1.5; color:#33414f; white-space:pre-wrap; }
.gcf-hub__plinks{ margin-top:18px; display:flex; flex-wrap:wrap; gap:16px; }
.gcf-hub__plinks a{ color:#2563EB; font-weight:600; }
.gcf-hub__lock{ margin-top:18px; }
@media (max-width:560px){ .gcf-hub__grid{ grid-template-columns:1fr; } .gcf-hub__panel{ padding:22px 18px 24px; } }

/* GX:hub minmax inline (2026-07-19) */
#gcf-hub-extra{display:flex;gap:14px;align-items:flex-end}

/* GX:vehicles tab css (2026-07-19) */
#gcf-rs-vehwrap{margin-top:18px}
#gcf-rs-vehwrap[hidden]{display:none}

/* GX:team workspace v2 + record descriptions (2026-07-20) */
.gcf-x__teamcard h3{margin-bottom:6px}
.gcf-team__what{margin:2px 0 10px}
.gcf-team__meter{display:flex;align-items:center;gap:10px;margin:6px 0 12px}
.gcf-team__meterbar{flex:0 0 160px;height:6px;border-radius:4px;background:#EDEEF0;overflow:hidden}
.gcf-team__meterbar span{display:block;height:100%;border-radius:4px;background:#2563EB;transition:width .3s ease}
.gcf-team__meterlbl{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#586071}
.gcf-team__list{border:1px solid #E3E7EC;border-radius:10px;overflow:hidden;margin:0 0 12px;background:#fff}
.gcf-team__row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-top:1px solid #E3E7EC;background:#fff}
.gcf-team__row:first-child{border-top:0}
.gcf-team__row--owner{background:#F8FAF5}
.gcf-team__row--pending{background:#FAFAFA}
.gcf-team__who{display:flex;flex-direction:column;min-width:0}
.gcf-team__who b{font-size:13.5px;color:#141821;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gcf-team__who .gcf-x__muted{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gcf-team__badge{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#1D4DB7;background:#E8EFFC;border:1px solid #D8E4C6;border-radius:999px;padding:2px 9px;flex:0 0 auto}
.gcf-team__acts{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.gcf-team__act{font-size:11px !important;padding:3px 9px !important}
.gcf-team__note{font-size:12px;margin:6px 0 0}
.gcf-team__invrow{margin-top:2px}
.gcf-hub__desc,.gcf-dt__descw{margin:12px 0 4px;border:1px solid #E3E7EC;border-radius:10px;background:#FAFAFA;padding:10px 14px}
.gcf-hub__desc summary,.gcf-dt__descw summary{cursor:pointer;font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#586071}
.gcf-hub__desc[open] summary,.gcf-dt__descw[open] summary{margin-bottom:6px}
.gcf-hub__desc p,.gcf-dt__descw p{white-space:pre-line;font-size:13px;line-height:1.55;color:#3D4553;margin:0;max-height:340px;overflow-y:auto}
@media (max-width:640px){.gcf-team__row{flex-direction:column;align-items:flex-start}.gcf-team__acts{justify-content:flex-start}}

/* GX:record change-history + matched-contact (2026-07-20b) */
.gcf-hub__xcontact{margin:12px 0 2px;border:1px solid #C7D9F7;background:#F2F6FE;border-radius:10px;padding:10px 14px}
.gcf-hub__xcontact .gcf-hub__kvk{display:block;margin-bottom:3px}
.gcf-hub__xcbits{font-size:13.5px;color:#141821}
.gcf-hub__xcnote{font-size:11.5px;margin-top:3px}
.gcf-hub__hist{margin:14px 0 2px;border:1px solid #E3E7EC;border-radius:10px;background:#fff;overflow:hidden}
.gcf-hub__histh{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#586071;padding:8px 14px;border-bottom:1px solid #E3E7EC;background:#FAFAFA}
.gcf-hub__histrow{display:flex;gap:10px;align-items:baseline;padding:7px 14px;border-top:1px solid #F1F1F3;font-size:12.5px}
.gcf-hub__histrow:first-of-type{border-top:0}
.gcf-hub__histwhen{flex:0 0 70px;color:#6B7585;font-size:11.5px}
.gcf-hub__histlbl{flex:0 0 150px;font-weight:600;color:#141821}
.gcf-hub__histval{color:#3D4553;min-width:0;overflow-wrap:anywhere}
@media(max-width:640px){.gcf-hub__histrow{flex-wrap:wrap}.gcf-hub__histlbl{flex-basis:auto}}


/* ===== a11y pass 2026-07-27 ===== */
/* Hub rows and pipeline cards carry tabindex + role=button, so focus must show. */
.gcf-hub__clk:focus-visible,.gcf-pipe__card:focus-visible{outline:3px solid #2563EB;outline-offset:-3px;}
.gcf-hub__clk:focus:not(:focus-visible),.gcf-pipe__card:focus:not(:focus-visible){outline:none;}
/* 44px hit area for the small chip/close buttons, without shifting layout. */
.gcf-x__wlchip button,.gcf-rcp__track{position:relative;}
.gcf-x__wlchip button::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;}
.gcf-rcp__track{min-height:44px;}
@media (prefers-reduced-motion: reduce){
  .gcf-x__spin{animation:none!important;border-top-color:#2563EB;}
  .gcf-pipe__card,.gcf-x__card,.gcf-hub__clk{transition:none!important;transform:none!important;}
  .gcf-x__nl *,.gcf-pipe__board *,.gcf-cal__grid *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;}
}

/* === recompete forecast-confirmed badge (07-30-2026, gcf-rcp-fc.php) === */
.gcf-rcp__fc{margin-top:5px;font-size:12.5px;color:#5b6472;line-height:1.45;}
.gcf-rcp__fcbadge{display:inline-block;padding:1px 9px;border-radius:999px;background:rgba(92,122,53,.13);color:#4c6a2b;font-weight:600;font-size:11px;letter-spacing:.02em;white-space:nowrap;}
.gcf-rcp__fctitle{font-weight:500;}

/* === compliance matrix app (07-30-2026, gcf-matrix.php) === */
.gcf-mx__row{margin:10px 0;}
.gcf-mx__or{text-align:center;margin:4px 0;font-size:12px;}
.gcf-mx__paste{width:100%;resize:vertical;}
.gcf-mx__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.gcf-mx__quota{font-size:12.5px;}
.gcf-mx__resbar{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap;margin-bottom:10px;}
.gcf-mx__warn{background:rgba(180,130,20,.1);color:#7a5b12;border-radius:8px;padding:8px 12px;margin:8px 0;font-size:13px;line-height:1.5;}
.gcf-mx__table td{vertical-align:top;}
.gcf-mx__req{min-width:280px;}
.gcf-mx__hist{margin:0;padding-left:18px;}
.gcf-mx__hist li{margin:4px 0;}

/* === policy watch page (07-30-2026, gcf-policy.php) === */
.gcf-pw{max-width:840px;margin:0 auto;}
.gcf-pw__intro{font-size:15px;}
.gcf-pw__track{margin:34px 0;}
.gcf-pw__entry{border:1px solid rgba(0,0,0,.09);border-radius:12px;padding:18px 20px;margin:14px 0;}
.gcf-pw__entry.is-latest{border-color:rgba(92,122,53,.45);}
.gcf-pw__date{font-size:12px;color:#6b7280;letter-spacing:.03em;text-transform:uppercase;}
.gcf-pw__badge{display:inline-block;padding:1px 8px;border-radius:999px;background:rgba(92,122,53,.13);color:#4c6a2b;font-weight:600;font-size:10.5px;margin-left:6px;}
.gcf-pw__headline{margin:6px 0 8px;}
.gcf-pw__bullets{margin:10px 0;padding-left:20px;}
.gcf-pw__bullets li{margin:6px 0;line-height:1.5;}
.gcf-pw__bullets a{font-size:12px;white-space:nowrap;}
.gcf-pw__watch{font-size:13.5px;}
.gcf-pw__prev{margin-top:10px;}
.gcf-pw__prev summary{cursor:pointer;color:#4c6a2b;font-weight:600;font-size:13.5px;}
.gcf-pw__foot{margin-top:30px;font-size:12.5px;}

/* === buyer intelligence app (07-31-2026, gcf-buyerintel.php) === */
.gcf-bi__search{display:flex;gap:10px;margin-top:10px;}
.gcf-bi__search input{flex:1;}
.gcf-bi__card{margin:14px 0;}
.gcf-bi__head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap;}
.gcf-bi__head h3{margin:0 0 2px;}
.gcf-bi__vols{font-size:13.5px;white-space:nowrap;}
.gcf-bi__stats{margin:10px 0 4px;font-size:13.5px;line-height:1.7;}
.gcf-bi__naics{margin:8px 0;}
.gcf-bi__chip{display:inline-block;padding:2px 9px;border-radius:999px;background:rgba(59,107,165,.1);color:#2f5586;font-size:12px;margin:2px 3px 2px 0;}
.gcf-bi__inc ul{margin:6px 0 0;padding-left:20px;}
.gcf-bi__inc li{margin:3px 0;font-size:13.5px;}
.gcf-bi__inclbl{font-weight:600;font-size:13.5px;}
.gcf-bi__locked{margin-top:10px;padding:10px 12px;background:rgba(0,0,0,.04);border-radius:8px;font-size:13.5px;}
.gcf-bi__briefwrap{margin-top:10px;}
.gcf-bi__brief{background:rgba(92,122,53,.07);border-radius:8px;padding:10px 14px;font-size:14px;line-height:1.55;}
.gcf-bi__brief p{margin:6px 0;}

/* === capability matching app (07-31-2026, gcf-capmatch.php) === */
.gcf-cap__meta{font-size:13px;margin-top:8px;}
.gcf-cap__match{border-top:1px solid rgba(0,0,0,.07);padding:12px 0;}
.gcf-cap__match:first-of-type{border-top:none;}
.gcf-cap__mhead{line-height:1.45;}
.gcf-cap__msub{font-size:12.5px;margin:3px 0 6px;}
.gcf-cap__why{background:rgba(92,122,53,.07);border-radius:8px;padding:8px 12px;font-size:13.5px;line-height:1.5;}

/* === mcp access page (07-31-2026, gcf-mcp.php) === */
.gcf-mcp__tokenbox{margin:10px 0;padding:12px 14px;background:rgba(92,122,53,.08);border-radius:8px;font-size:13.5px;}
.gcf-mcp__token{display:block;margin-top:6px;font-size:13px;word-break:break-all;user-select:all;}
.gcf-mcp__cfg{background:#1e2530;color:#e6edf3;border-radius:8px;padding:12px 14px;font-size:12px;overflow-x:auto;}

/* GX:timeline — change-history card */
.gcf-x__tlsum{margin:0 0 8px;font-size:14px;line-height:1.55;color:#3d4553}
.gcf-x__tl--routine{background:#eef1f5;color:#5b6b7b}
.gcf-x__tl--notable{background:#fff4e0;color:#8a5a00}
.gcf-x__tl--major{background:#fde8e8;color:#a11}
.gcf-x__tlhi{margin:0 0 10px;padding-left:18px}
.gcf-x__tlhi li{margin:3px 0;font-size:13px;line-height:1.5;color:#3d4553}
.gcf-x__tlnet{margin:10px 0 0;padding-left:18px}
.gcf-x__tlnet li{margin:3px 0;font-size:13px;color:#1E2530}
.gcf-x__tldet{margin-top:10px}
.gcf-x__tldet summary{cursor:pointer;font-size:13px}
.gcf-x__tlev{margin:8px 0 0;padding-left:18px}
.gcf-x__tlev li{margin:2px 0;font-size:12.5px;color:#5b6b7b;line-height:1.5}
