.cfo-mgp{--cfo-bg:#fff;--cfo-ink:#171717;--cfo-muted:#696969;--cfo-line:#dedede;--cfo-soft:#f5f5f5;--cfo-accent:#222;--cfo-good:#2d6a4f;--cfo-bad:#9b2226;box-sizing:border-box;color:var(--cfo-ink);font:inherit;max-width:1180px;margin:2rem auto}.cfo-mgp *{box-sizing:border-box}.cfo-mgp__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.cfo-mgp__eyebrow{margin:0 0 .25rem;color:var(--cfo-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cfo-mgp__title{margin:0;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.05}.cfo-mgp__version{border:1px solid var(--cfo-line);border-radius:999px;padding:.35rem .65rem;color:var(--cfo-muted);font-size:.78rem}.cfo-mgp__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.cfo-mgp__metric{border:1px solid var(--cfo-line);border-radius:14px;background:var(--cfo-bg);padding:1rem}.cfo-mgp__metric span{display:block;color:var(--cfo-muted);font-size:.82rem;margin-bottom:.35rem}.cfo-mgp__metric strong{display:block;font-size:1.45rem;line-height:1.1}.cfo-mgp__block{border-top:1px solid var(--cfo-line);padding:1.35rem 0}.cfo-mgp__block-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.cfo-mgp__block-head h3{font-size:1.2rem;margin:0}.cfo-mgp__block-head p{margin:0;color:var(--cfo-muted);font-size:.9rem}.cfo-mgp__chart{width:100%;min-height:260px;position:relative;overflow:hidden}.cfo-mgp__chart::before{content:'Chargement…';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--cfo-muted);font-size:.9rem;opacity:0;pointer-events:none}.cfo-mgp.is-loading .cfo-mgp__chart:empty::before{opacity:1}.cfo-mgp__svg{display:block;width:100%;height:auto;max-height:520px;overflow:visible}.cfo-mgp__grid{stroke:var(--cfo-line);stroke-width:1}.cfo-mgp__axis-zero{stroke:#aaa;stroke-width:1.25;stroke-dasharray:4 4}.cfo-mgp__axis-label,.cfo-mgp__caption{fill:var(--cfo-muted);font-size:12px}.cfo-mgp__axis-title{fill:var(--cfo-ink);font-size:13px;font-weight:700}.cfo-mgp__trajectory-line{fill:none;stroke:var(--cfo-accent);stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.cfo-mgp__trajectory-last circle{fill:var(--cfo-bg);stroke:var(--cfo-accent);stroke-width:3}.cfo-mgp__impulse-stem{stroke:#8a8a8a;stroke-width:1;stroke-dasharray:3 3}.cfo-mgp__impulse-dot{fill:#777;stroke:#fff;stroke-width:2}.cfo-mgp__impulse-dot--positive{fill:var(--cfo-good)}.cfo-mgp__impulse-dot--negative{fill:var(--cfo-bad)}.cfo-mgp__impulse:focus .cfo-mgp__impulse-dot{stroke:var(--cfo-ink);stroke-width:3}.cfo-mgp__forces{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;margin:.75rem 0 1rem}.cfo-mgp__force{border:1px solid var(--cfo-line);border-radius:10px;padding:.7rem;background:var(--cfo-bg)}.cfo-mgp__force span,.cfo-mgp__force small{display:block;color:var(--cfo-muted);font-size:.72rem}.cfo-mgp__force strong{display:block;font-size:1rem;margin-top:.25rem}.cfo-mgp__radar-grid{fill:none;stroke:var(--cfo-line);stroke-width:1}.cfo-mgp__radar-axis{stroke:var(--cfo-line);stroke-width:1}.cfo-mgp__radar-label{fill:var(--cfo-ink);font-size:12px;font-weight:600}.cfo-mgp__radar-shape{fill:rgba(60,60,60,.12);stroke:var(--cfo-accent);stroke-width:2}.cfo-mgp__radar-dot{fill:var(--cfo-bg);stroke:var(--cfo-accent);stroke-width:2}.cfo-mgp__quadrant{fill:var(--cfo-soft);stroke:var(--cfo-bg);stroke-width:3}.cfo-mgp__quadrant-label{fill:#999;font-size:12px;font-weight:700}.cfo-mgp__panel-point circle,.cfo-mgp__map-point circle{fill:#c6c6c6;stroke:#fff;stroke-width:2}.cfo-mgp__panel-point.is-current circle,.cfo-mgp__map-point.is-current circle{fill:var(--cfo-accent);stroke:var(--cfo-accent)}.cfo-mgp__panel-point:focus circle,.cfo-mgp__map-point:focus circle{stroke:#000;stroke-width:3}.cfo-mgp__panel-label,.cfo-mgp__map-label{fill:var(--cfo-muted);font-size:11px}.cfo-mgp__panel-label.is-current,.cfo-mgp__map-label.is-current{fill:var(--cfo-ink);font-weight:700}.cfo-mgp__orbit{fill:none;stroke:var(--cfo-line);stroke-width:1;stroke-dasharray:4 5}.cfo-mgp__notice{padding:.8rem 1rem;border-left:3px solid var(--cfo-line);background:var(--cfo-soft);color:var(--cfo-muted)}.cfo-mgp--error{padding:1rem;border:1px solid var(--cfo-line);border-radius:10px}.cfo-mgp__sr{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:820px){.cfo-mgp__metrics{grid-template-columns:1fr 1fr}.cfo-mgp__metric:last-child{grid-column:1/-1}.cfo-mgp__forces{grid-template-columns:repeat(3,minmax(0,1fr))}.cfo-mgp__block-head{display:block}.cfo-mgp__block-head p{margin-top:.25rem}.cfo-mgp__chart{min-height:220px}}
@media(max-width:520px){.cfo-mgp{margin:1.25rem auto}.cfo-mgp__metrics{grid-template-columns:1fr}.cfo-mgp__metric:last-child{grid-column:auto}.cfo-mgp__forces{grid-template-columns:repeat(2,minmax(0,1fr))}.cfo-mgp__header{display:block}.cfo-mgp__version{display:inline-block;margin-top:.65rem}.cfo-mgp__svg{min-width:620px}.cfo-mgp__chart{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.cfo-mgp__block--forces .cfo-mgp__svg{min-width:520px}.cfo-mgp__block--panel-map .cfo-mgp__svg{min-width:700px}}
@media(prefers-reduced-motion:reduce){.cfo-mgp *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
