/* GrowFleet homepage hero - the animated "content engine" + platform-true
   post preview. Homepage only (linked from index.html). Uses the shared
   design tokens from styles.css. Engine classes are namespaced .gfe-* to avoid
   collisions; the preview reuses the app's canonical .pv/.np class language. */

/* ---------------- the content engine ---------------- */
.gfe-engine { background: var(--panel-solid); border: 1px solid var(--line2);
  border-radius: var(--rad); box-shadow: var(--shadow); overflow: hidden; }
.gfe-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  border-bottom: 1px solid var(--line); background: var(--panel2);
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.1em; color: var(--dim); }
.gfe-dots { display: flex; gap: 6px; }
.gfe-dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--line2); }
.gfe-live { margin-left: auto; color: var(--green); display: flex; align-items: center; gap: 6px; }
.gfe-live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  animation: gfeRing 2.2s infinite; }
@keyframes gfeRing { 0% { box-shadow: 0 0 0 0 rgba(62,207,142,0.5); } 70%,100% { box-shadow: 0 0 0 7px rgba(62,207,142,0); } }
.gfe-body { padding: 15px; display: flex; flex-direction: column; gap: 12px; }

/* source: AI is drafting */
.gfe-source { display: flex; align-items: center; gap: 12px; padding: 12px 13px;
  border: 1px dashed var(--line2); border-radius: var(--r-3); background: var(--amber-soft); }
.gfe-mark { width: 34px; height: 34px; border-radius: var(--r-3); flex: none; }
.gfe-stx { min-width: 0; flex: 1; }
.gfe-stx b { font-size: 0.85rem; display: block; }
.gfe-stx .gfe-cnt { font-family: var(--font-mono); font-size: 0.64rem; color: var(--muted);
  letter-spacing: 0.03em; margin-top: 2px; }
.gfe-stx .gfe-cnt .amb { color: var(--amber-deep); }
.gfe-caret { display: inline-block; width: 7px; height: 0.85em; vertical-align: -1px; margin-left: 3px;
  background: var(--amber); animation: gfeBlink 1s steps(1) infinite; }
@keyframes gfeBlink { 50% { opacity: 0; } }

/* approval cards */
.gfe-card { display: flex; align-items: center; gap: 12px; padding: 11px 12px;
  border: 1px solid var(--line); border-radius: var(--r-3); background: var(--bg2);
  transition: transform .25s ease, border-color .25s ease; }
.gfe-card:hover { transform: translateY(-2px); border-color: var(--line2); }
.gfe-thumb { width: 54px; height: 54px; border-radius: var(--r-3); flex: none; position: relative; overflow: hidden;
  background: var(--panel2); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06); }
.gfe-img { position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform .45s ease; }
.gfe-card:hover .gfe-img { transform: scale(1.09); }
.gfe-thumb::after { content: ""; position: absolute; inset: 0; border-radius: var(--r-3); pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16); }
.gfe-playb { position: absolute; inset: 0; display: grid; place-items: center; z-index: 2; }
.gfe-playb i { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(10,14,22,0.5); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.35); }
.gfe-playb svg { width: 11px; height: 11px; margin-left: 1px; fill: #fff; }
.gfe-cmeta { flex: 1; min-width: 0; }
.gfe-cmeta b { font-size: 0.86rem; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gfe-when { font-family: var(--font-mono); font-size: 0.6rem; color: var(--dim);
  letter-spacing: 0.06em; display: block; margin-top: 3px; }
.gfe-chips { display: flex; gap: 6px; margin-top: 7px; }
.gfe-chip { width: 22px; height: 22px; border-radius: var(--r-2); display: grid; place-items: center;
  background: color-mix(in srgb, var(--net) 15%, transparent); color: var(--net);
  border: 0; cursor: pointer; padding: 0; }
.gfe-chip svg { width: 14px; height: 14px; }
.gfe-qbtn { flex: none; font-family: var(--font-mono); font-size: 0.64rem; font-weight: 500;
  letter-spacing: 0.06em; padding: 8px 12px; border-radius: var(--r-3); border: 1px solid var(--line2);
  color: var(--muted); position: relative; overflow: hidden; }
/* card 1 button morphs AWAITING YOU (amber) -> APPROVED (green), in sync with its switch */
.gfe-qbtn.gfe-morph { display: grid; place-items: center; position: relative; border-color: transparent; font-weight: 700;
  background: var(--amber-soft); color: var(--amber-deep); animation: gfeBtnMorph 7s ease-in-out infinite; }
.gfe-morph .gfe-ml { grid-area: 1 / 1; }
.gfe-morph .gfe-ml-await { animation: gfeMlOut 7s ease-in-out infinite; }
.gfe-morph .gfe-ml-appr { color: #06120c; opacity: 0; animation: gfeMlIn 7s ease-in-out infinite; }
@keyframes gfeBtnMorph { 0%,14% { background: var(--amber-soft); } 24%,100% { background: var(--green); } }
@keyframes gfeMlOut { 0%,14% { opacity: 1; } 22%,100% { opacity: 0; } }
@keyframes gfeMlIn { 0%,16% { opacity: 0; } 24%,100% { opacity: 1; } }

/* the fan-out to every network */
.gfe-fanout { border: 1px solid var(--line); border-radius: var(--r-3); background: var(--panel2);
  padding: 13px 14px 15px; position: relative; }
.gfe-fantop { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.gfe-lab { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--dim); }
.gfe-liveon { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green); font-weight: 500; display: flex; align-items: center; gap: 6px;
  animation: gfeLiveOn 7s ease-in-out infinite; }
.gfe-liveon svg { width: 13px; height: 13px; }
@keyframes gfeLiveOn { 0%,44% { opacity: 0; } 56%,100% { opacity: 1; } }
.gfe-pulse { position: absolute; left: 50%; top: -9px; width: 8px; height: 8px; border-radius: 50%;
  background: var(--green); box-shadow: 0 0 12px 2px var(--green); transform: translateX(-50%);
  opacity: 0; animation: gfePulseTravel 7s ease-in-out infinite; }
@keyframes gfePulseTravel { 0%,26% { opacity: 0; top: -9px; } 30% { opacity: 1; top: -9px; }
  44% { opacity: 1; top: 30px; } 50%,100% { opacity: 0; top: 30px; } }
.gfe-rail { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 8px; }
.gfe-net { aspect-ratio: 1; border-radius: var(--r-3); display: grid; place-items: center;
  background: color-mix(in srgb, var(--net) 13%, transparent);
  border: 1px solid color-mix(in srgb, var(--net) 26%, transparent);
  color: var(--net); cursor: pointer; -webkit-appearance: none; appearance: none;
  animation: gfeNetLight 7s ease-in-out infinite; animation-delay: var(--d); }
.gfe-net svg { width: 60%; height: 60%; }
.gfe-net:focus-visible, .gfe-chip:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }
.gfe-net:hover { box-shadow: 0 0 0 2px color-mix(in srgb, var(--net) 55%, transparent); }
.gfe-chip:hover { box-shadow: 0 0 0 2px color-mix(in srgb, var(--net) 50%, transparent); }
@keyframes gfeNetLight { 0%,40% { opacity: 0.32; filter: grayscale(1); transform: scale(0.9); }
  52% { opacity: 1; filter: grayscale(0); transform: scale(1.08); }
  60%,100% { opacity: 1; filter: grayscale(0); transform: scale(1); } }
/* the result beat: content published -> reach climbs */
.gfe-result { display: flex; align-items: center; gap: 10px; margin-top: 11px; padding-top: 11px;
  border-top: 1px dashed var(--line); opacity: 0; animation: gfeResultIn 7s ease-in-out infinite; }
.gfe-spark { width: 46px; height: 18px; flex: none; overflow: visible; }
.gfe-spark path { fill: none; stroke: var(--green); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
  stroke-dasharray: 62; stroke-dashoffset: 62; animation: gfeDraw 7s ease-in-out infinite; }
.gfe-spark circle { fill: var(--green); opacity: 0; animation: gfeSparkDot 7s ease-in-out infinite; }
.gfe-rtx { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--muted); }
.gfe-rtx b { color: var(--green); font-weight: 500; }
@keyframes gfeResultIn { 0%,58% { opacity: 0; } 68%,100% { opacity: 1; } }
@keyframes gfeDraw { 0%,58% { stroke-dashoffset: 62; } 76%,100% { stroke-dashoffset: 0; } }
@keyframes gfeSparkDot { 0%,74% { opacity: 0; } 80%,100% { opacity: 1; } }
.gfe-foot { padding: 11px 16px; border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.06em; color: var(--dim);
  display: flex; align-items: center; gap: 7px; }
.gfe-ok { color: var(--green); }
.gfe-ok svg { width: 12px; height: 12px; vertical-align: -2px; margin-right: 4px; }
.gfe-hint { text-align: center; margin-top: 13px; font-family: var(--font-mono); font-size: 0.62rem;
  letter-spacing: 0.06em; color: var(--dim); text-transform: uppercase; }

/* ---------------- platform-true preview (app-canonical .pv/.np) ---------------- */
.npwrap { position: fixed; inset: 0; z-index: 400; display: flex; align-items: center; justify-content: center; }
.npdim { position: absolute; inset: 0; background: rgba(7,11,20,0.55);
  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.npmodal { position: relative; z-index: 1; width: min(430px, calc(100vw - 24px)); max-height: 92vh;
  display: flex; flex-direction: column; background: var(--panel-solid); border: 1px solid var(--line);
  border-radius: var(--r-5); box-shadow: 0 34px 90px -26px rgba(0,0,0,0.62); overflow: hidden; animation: gfePpin .2s ease; }
.npmodal.tall { width: min(372px, calc(100vw - 24px)); }
@keyframes gfePpin { from { transform: translateY(14px) scale(.985); opacity: 0; } to { transform: none; opacity: 1; } }
.phead { flex: none; display: flex; align-items: center; gap: 10px; padding: 14px 16px;
  border-bottom: 1px solid var(--line); font-family: var(--font-mono); font-size: 0.62rem;
  letter-spacing: 0.12em; color: var(--dim); white-space: nowrap; }
.phead .spacer { flex: 1; }
.ppclose { width: 32px; height: 32px; border-radius: 999px; border: 1px solid var(--line2);
  background: transparent; color: var(--text); cursor: pointer; font-size: 0.9rem; flex: none;
  display: grid; place-items: center; }
.ppclose:hover { border-color: var(--amber); }
.npbody { background: var(--panel2); padding: 22px 22px 24px; overflow-y: auto; }

.pv { font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  width: 320px; max-width: 100%; margin: 0 auto 4px; background: #fff; border: 1px solid #e3e6ea;
  border-radius: var(--r-4); overflow: hidden; color: #101418; box-shadow: 0 14px 34px rgba(10,16,30,0.24); }
.pvhead { display: flex; align-items: center; gap: 8px; padding: 9px 12px; }
.pvhead b { font-size: 0.8rem; font-weight: 600; }
.pvav { width: 30px; height: 30px; border-radius: 999px; color: #fff; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.8rem; flex: none; }
.pvav.pvlogo { background: #070b14 url("/assets/img/logo-badge-128.png") center/cover no-repeat; }
.pvnames { display: flex; flex-direction: column; line-height: 1.25; }
.pvnames b { font-size: 0.8rem; }
.pvdim { color: #7a8794; font-size: 0.7rem; display: inline-flex; align-items: center; gap: 4px; }
.pvdim svg { width: 12px; height: 12px; }
.pvimg { position: relative; background: #0c1220 center/cover no-repeat; }
.pvimg.sq { aspect-ratio: 4/5; }
.pvimg.rnd { aspect-ratio: 16/9; border-radius: var(--r-4); margin: 0 12px 10px; }
.pvimg.flat { aspect-ratio: 4/5; max-height: 420px; }
.pvimg.wide { aspect-ratio: 16/9; }
.pvimg.gbp { aspect-ratio: 4/3; }
.pvplay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 2; }
.pvplay svg { width: 46px; height: 46px; color: #fff; filter: drop-shadow(0 2px 8px rgba(0,0,0,.5)); }
.pvdur { position: absolute; right: 8px; bottom: 8px; background: rgba(0,0,0,.8); color: #fff;
  font-size: .68rem; padding: 1px 5px; border-radius: var(--r-1); z-index: 2; }
.pvcount { position: absolute; top: 10px; right: 10px; background: rgba(0,0,0,.65); color: #fff;
  font-size: .7rem; padding: 2px 9px; border-radius: var(--r-pill); z-index: 3; }
.pvdots { position: absolute; bottom: 9px; left: 0; right: 0; display: flex; gap: 4px; justify-content: center; z-index: 3; }
.pvdots i { width: 6px; height: 6px; border-radius: 999px; background: rgba(255,255,255,.5); }
.pvdots i.on { background: #fff; }
.pvacts { display: flex; justify-content: space-between; padding: 8px 12px 4px; }
.pvacts svg { width: 22px; height: 22px; margin-right: 10px; color: #101418; }
.pvacts.pvx { color: #7a8794; font-size: .7rem; padding: 2px 12px 10px; }
.pvacts.pvx span { display: inline-flex; align-items: center; }
.pvacts.pvx svg { width: 15px; height: 15px; margin-right: 3px; color: #7a8794; }
.pvlikes { padding: 0 12px; font-size: .78rem; }
.pvcap { padding: 3px 12px 2px; font-size: .78rem; line-height: 1.45; }
.pvwhen { padding: 4px 12px 11px; font-size: .58rem; color: #7a8794; letter-spacing: .04em; }
.pvmore { background: none; border: none; color: #7a8794; cursor: pointer; font: inherit; padding: 0; }
.pvtext { padding: 2px 12px 10px; font-size: .82rem; line-height: 1.45; }
.pvtextx { padding: 2px 12px 10px; font-size: .84rem; line-height: 1.4; }
.pvbar { display: flex; border-top: 1px solid #e3e6ea; }
.pvbar span { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 9px 0; font-size: .74rem; color: #5b6673; font-weight: 600; }
.pvbar svg { width: 16px; height: 16px; }
.pvcar { overflow: hidden; touch-action: pan-y; }
.pvstrip { display: flex; height: 100%; width: 100%; transition: transform .28s ease; }
.pvimg.pvcar .pvstrip { position: absolute; inset: 0; }
.pvslide { flex: 0 0 100%; height: 100%; background: #0c1220 center/cover no-repeat; }
.pvnav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 28px; height: 28px;
  border-radius: var(--r-pill); border: none; cursor: pointer; background: rgba(255,255,255,.92); color: #101418;
  font-size: 1.1rem; line-height: 1; box-shadow: 0 1px 6px rgba(0,0,0,.25); display: flex; align-items: center; justify-content: center; }
.pvnav.prev { left: 8px; } .pvnav.next { right: 8px; }
.pvnav[hidden] { display: none; }
.pvcollage { display: grid; gap: 2px; aspect-ratio: 16/10; }
.pvcollage.two { grid-template-columns: 1fr 1fr; }
.pvcollage.three { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; }
.pvcollage.three .big { grid-row: 1/3; }
.pvcollage > div { background: #0c1220 center/cover no-repeat; }
.pvgrid { display: grid; gap: 2px; border-radius: var(--r-4); overflow: hidden; margin: 0 12px 10px; aspect-ratio: 16/10; }
.pvgrid.n2 { grid-template-columns: 1fr 1fr; }
.pvgrid.n3 { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
.pvgrid.n3 > div:first-child { grid-row: 1/3; }
.pvgrid > div { background: #0c1220 center/cover no-repeat; position: relative; }
.pvmoreimg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.45); color: #fff; font-size: 1.1rem; font-weight: 700; }
.pv-tt { position: relative; width: 252px; aspect-ratio: 9/16; background: #000 center/cover no-repeat;
  color: #fff; border: none; margin: 0 auto 4px; border-radius: var(--r-5); overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.45); }
.pv-tt::after { content: ""; position: absolute; inset: 40% 0 0 0; z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.68)); }
.pv-tt .pvstrip { position: absolute; inset: 0; z-index: 0; }
.pvttside { position: absolute; right: 10px; bottom: 84px; display: flex; flex-direction: column; gap: 14px; align-items: center; z-index: 2; }
.pvttside span { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.pvttside svg { width: 26px; height: 26px; color: #fff; filter: drop-shadow(0 1px 4px rgba(0,0,0,.6)); }
.pvttside i { font-style: normal; font-size: .62rem; text-shadow: 0 1px 3px rgba(0,0,0,.7); }
.pvttcap { position: absolute; left: 12px; right: 54px; bottom: 12px; z-index: 2; text-shadow: 0 1px 4px rgba(0,0,0,.75); }
.pvttcap b { font-size: .82rem; }
.pvttcap p { font-size: .76rem; line-height: 1.4; margin: 3px 0; }
.pvttcap .pvmore { color: #d9dde2; }
.pvttmusic { display: inline-flex; align-items: center; gap: 6px; font-size: .7rem; }
.pvttmusic svg { width: 13px; height: 13px; }
.pv-yt .pvythead { display: flex; gap: 10px; padding: 11px 12px; align-items: flex-start; }
.pv-pin .pvimg.pin { aspect-ratio: 2/3; max-height: 420px; border-radius: var(--r-5); margin: 10px 12px 0; }
.pv-pin .pvpinbody { padding: 10px 14px 12px; }
.pv-pin .pvpintitle { display: block; font-size: 1rem; font-weight: 700; color: #101418; margin-bottom: 4px; }
.pv-pin .pvhead { padding: 8px 0 0; }
.pv-pin .pvtext { padding: 2px 0 6px; }
.pv-pin .pvpinsave { margin-left: auto; background: #e60023; color: #fff; border-radius: var(--r-pill);
  padding: 7px 15px; font-weight: 700; font-size: .8rem; }
.pvgmbg { margin-left: auto; display: inline-flex; }
.pvgmbg svg { width: 18px; height: 18px; }
.pvnote { max-width: 320px; margin: 9px auto 0; font-size: .72rem; line-height: 1.5; color: var(--muted); }
.pvnote::before { content: "\203A  "; color: var(--amber-deep); }
@media (max-width: 620px) {
  .npwrap { align-items: flex-start; align-items: safe center; overflow-y: auto;
    overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 14px 0 20px; }
  .npdim { position: fixed; }
}

/* network chips in the "brand template" preview (dashboards section): real brand glyphs */
.netchip { display: inline-flex; align-items: center; gap: 5px; }
.netchip svg { width: 12px; height: 12px; color: var(--net, currentColor); flex: none; }
.netchip:not(.sel) svg { opacity: 0.5; }

/* approval toggles (match the app switch: green when on, grey when off) */
.gfe-appr { display: flex; align-items: center; gap: 10px; flex: none; }
.gfe-sw, .gfe-mtrack { --sw-off: #cfc8ba; width: 38px; height: 22px; border-radius: 999px; background: var(--sw-off);
  position: relative; flex: none; display: inline-block; }
:root:not([data-theme="light"]) .gfe-sw, :root:not([data-theme="light"]) .gfe-mtrack { --sw-off: var(--line2); }
:root[data-theme="dark"] .gfe-sw, :root[data-theme="dark"] .gfe-mtrack { --sw-off: var(--line2); }
.gfe-sw::after, .gfe-mtrack::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px;
  border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.28); }
/* card 1: the switch flips on in sync with APPROVE -> APPROVED */
.gfe-sw-anim { animation: gfeSwOn 7s ease-in-out infinite; }
.gfe-sw-anim::after { animation: gfeSwKnob 7s ease-in-out infinite; }
@keyframes gfeSwOn { 0%,13% { background: var(--sw-off); } 22%,100% { background: var(--green); } }
@keyframes gfeSwKnob { 0%,13% { transform: none; } 22%,100% { transform: translateX(16px); } }
.gfe-qbtn.gfe-await { border-color: transparent; color: var(--amber-deep); background: var(--amber-soft); font-weight: 700; }
/* master auto-approve switch (off by default) */
.gfe-autorow { display: flex; align-items: center; padding: 12px 16px; border-top: 1px solid var(--line); background: var(--panel2); }
.gfe-mtog { display: inline-flex; align-items: center; gap: 11px; cursor: pointer; }
.gfe-mtog input { position: absolute; opacity: 0; width: 0; height: 0; }
.gfe-mtrack { transition: background .2s ease; }
.gfe-mtrack::after { transition: transform .2s ease; }
.gfe-mtog input:checked + .gfe-mtrack { background: var(--green); }
.gfe-mtog input:checked + .gfe-mtrack::after { transform: translateX(16px); }
.gfe-mtog input:focus-visible + .gfe-mtrack { outline: 2px solid var(--amber); outline-offset: 2px; }
.gfe-mlab { font-size: 0.8rem; color: var(--text); font-weight: 500; }
.gfe-help { margin-left: auto; position: relative; width: 18px; height: 18px; border-radius: 50%; border: 1px solid var(--line2);
  color: var(--dim); font-size: 0.64rem; display: grid; place-items: center; flex: none; font-family: var(--font-mono);
  cursor: help; background: transparent; -webkit-appearance: none; appearance: none; padding: 0; }
.gfe-help:hover, .gfe-help:focus-visible { border-color: var(--amber); color: var(--amber-deep); outline: none; }
.gfe-tip { position: absolute; bottom: calc(100% + 9px); right: -3px; width: 246px; max-width: 70vw;
  background: var(--panel-solid); color: var(--text); border: 1px solid var(--line2); border-radius: var(--r-3);
  padding: 10px 12px; font-family: var(--font-body); font-size: 0.78rem; line-height: 1.45; font-weight: 400;
  letter-spacing: normal; text-transform: none; text-align: left; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translateY(5px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s; z-index: 6; pointer-events: none; }
.gfe-tip::after { content: ""; position: absolute; top: 100%; right: 8px; border: 6px solid transparent; border-top-color: var(--line2); }
.gfe-tip::before { content: ""; position: absolute; top: calc(100% - 1px); right: 8px; border: 6px solid transparent; border-top-color: var(--panel-solid); z-index: 1; }
.gfe-help:hover .gfe-tip, .gfe-help:focus .gfe-tip, .gfe-help:focus-visible .gfe-tip { opacity: 1; visibility: visible; transform: none; }
@media (max-width: 560px) {
  .gfe-card { flex-wrap: wrap; }
  .gfe-appr { width: 100%; justify-content: flex-end; margin-top: 2px; }
}

/* ---------------- reduced motion: resolve to the end state ---------------- */
@media (prefers-reduced-motion: reduce) {
  .gfe-live::before, .gfe-caret, .gfe-morph, .gfe-morph .gfe-ml, .gfe-pulse,
  .gfe-liveon, .gfe-net, .gfe-result, .gfe-spark path, .gfe-spark circle,
  .gfe-img, .gfe-card, .npmodal, .pvstrip { animation: none !important; transition: none !important; }
  .gfe-morph { background: var(--green); }
  .gfe-morph .gfe-ml-await { opacity: 0; }
  .gfe-morph .gfe-ml-appr { opacity: 1; }
  .gfe-liveon { opacity: 1; }
  .gfe-net { opacity: 1; filter: none; transform: none; }
  .gfe-pulse { display: none; }
  .gfe-caret { display: none; }
  .gfe-result { opacity: 1; }
  .gfe-spark path { stroke-dashoffset: 0; }
  .gfe-spark circle { opacity: 1; }
  .gfe-sw-anim, .gfe-sw-anim::after { animation: none !important; }
  .gfe-sw-anim { background: var(--green); }
  .gfe-sw-anim::after { transform: translateX(16px); }
}
