.amem{--bg: #ffffff;--surface: #f8fafc;--ink: #0f172a;--ink-2: #475569;--ink-3: #64748b;--line: #e2e8f0;--line-2: #cbd5e1;--accent: #b45309;--accent-soft: #fef3c7;--hit: #047857;--hit-soft: #d1fae5;--miss: #b91c1c;--miss-soft: #fee2e2;--vec: #1d4ed8;--vec-soft: #dbeafe;--mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;--r-sm: 4px;--r-md: 8px;--r-lg: 12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:1.5rem;margin:2rem 0;color:var(--ink);font-family:Inter,system-ui,sans-serif}.dark .amem{--bg: #0f172a;--surface: #1e293b;--ink: #f1f5f9;--ink-2: #cbd5e1;--ink-3: #94a3b8;--line: #334155;--line-2: #475569;--accent: #fbbf24;--accent-soft: #78350f;--hit: #34d399;--hit-soft: #064e3b;--miss: #f87171;--miss-soft: #7f1d1d;--vec: #60a5fa;--vec-soft: #1e3a8a}.amem *{box-sizing:border-box}.amem .amem-cap{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);font-weight:600;margin:0 0 .75rem}.amem .amem-note{font-size:.85rem;line-height:1.6;color:var(--ink-2);margin:1rem 0 0}.amem code,.amem .amem-mono{font-family:var(--mono)}.amem .amem-src{font-size:.72rem;line-height:1.5;color:var(--ink-3);margin:.85rem 0 0;padding-top:.6rem;border-top:1px dashed var(--line)}.amem .amem-src b{color:var(--ink-2);font-weight:600}.amem .amem-src a{color:var(--ink-2);text-decoration:underline;text-underline-offset:2px}.amem .amem-src a:hover{color:var(--accent)}.amem .amem-btn{font:inherit;font-size:.8rem;font-weight:500;background:var(--ink);color:var(--bg);border:1px solid var(--ink);padding:.45rem .85rem;border-radius:var(--r-sm);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.amem .amem-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.dark .amem .amem-btn:hover{color:var(--bg)}.amem .amem-btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--line-2)}.amem .amem-btn-ghost:hover{color:var(--accent);border-color:var(--accent);background:transparent}.amem input[type=range]{accent-color:var(--accent)}.amem input[type=text],.amem textarea{font:inherit;width:100%;background:var(--bg);border:1px solid var(--line-2);border-radius:var(--r-sm);padding:.5rem .65rem;color:var(--ink);resize:vertical}.amem input[type=text]:focus,.amem textarea:focus{outline:2px solid var(--accent);outline-offset:0;border-color:var(--accent)}@media(prefers-reduced-motion:reduce){.amem *,.amem *:before,.amem *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.amem.mm-root .mm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.amem.mm-root .mm-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);padding:.9rem 1rem;transition:transform .15s ease,border-color .15s ease}.amem.mm-root .mm-card:hover{transform:translateY(-3px);border-color:var(--accent)}.amem.mm-root .mm-card h4{font-size:.92rem;font-weight:700;margin:0 0 .5rem;color:var(--ink)}.amem.mm-root .mm-cog{font-size:.76rem;color:var(--ink-3);margin:0 0 .6rem;font-style:italic}.amem.mm-root .mm-sys{font-family:var(--mono);font-size:.76rem;line-height:1.45;color:var(--ink);margin:0;padding-top:.55rem;border-top:1px solid var(--line)}.amem.mm-root .mm-proc{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--line)}.amem.mm-root .mm-proc-head{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-3);margin:0 0 .75rem}.amem.mm-root .mm-proc-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.6rem 1.25rem}.amem.mm-root .mm-proc-list li{display:flex;flex-direction:column;gap:.15rem}.amem.mm-root .mm-proc-list b{font-size:.82rem;font-weight:700;color:var(--ink)}.amem.mm-root .mm-proc-list span{font-size:.76rem;color:var(--ink-2);line-height:1.4}.amem.cb-root .cb-gauges{display:flex;gap:1.25rem;flex-wrap:wrap}.amem.cb-root .cb-gauge{flex:1;min-width:240px}.amem.cb-root .cb-gauge-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.8rem;font-weight:600;margin-bottom:.4rem}.amem.cb-root .cb-used{font-family:var(--mono);font-size:.75rem;color:var(--ink-3);font-variant-numeric:tabular-nums}.amem.cb-root .cb-bar{height:8px;background:var(--line);border-radius:999px;overflow:hidden}.amem.cb-root .cb-fill{height:100%;width:0%;background:var(--accent);border-radius:999px;transition:width .25s ease,background .25s ease}.amem.cb-root .cb-fill.cb-warn{background:var(--miss)}.amem.cb-root .cb-entries{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.4rem}.amem.cb-root .cb-entries li{font-family:var(--mono);font-size:.78rem;line-height:1.4;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-sm);padding:.4rem .55rem;display:flex;gap:.5rem;align-items:flex-start;color:var(--ink)}.amem.cb-root .cb-rm{margin-left:auto;flex:none;border:none;background:none;cursor:pointer;color:var(--ink-3);font-size:1rem;line-height:1;padding:0 .15rem}.amem.cb-root .cb-rm:hover{color:var(--miss)}.amem.cb-root .cb-controls{display:flex;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}.amem.cb-root .cb-controls .cb-input{flex:1;min-width:200px}.amem.cb-root .cb-scope{font:inherit;font-size:.8rem;background:var(--bg);color:var(--ink);border:1px solid var(--line-2);border-radius:var(--r-sm);padding:.45rem .5rem}.amem.cb-root .cb-status{min-height:1.2rem;font-family:var(--mono);font-size:.78rem}.amem.cb-root .cb-status.ok{color:var(--hit)}.amem.cb-root .cb-status.bad{color:var(--miss)}.amem.hs-root .hs-query{font-size:.82rem;color:var(--ink-2);margin:0 0 1.25rem}.amem.hs-root .hs-query span{font-family:var(--mono);color:var(--ink)}.amem.hs-root .hs-weights{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.amem.hs-root .hs-weights label{display:flex;flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:600;color:var(--ink-2);flex:1;min-width:130px}.amem.hs-root .hs-wv{font-family:var(--mono);color:var(--accent);font-variant-numeric:tabular-nums}.amem.hs-root .hs-help{font-size:.74rem;color:var(--ink-3);margin:0 0 .85rem}.amem.hs-root .hs-rows{display:flex;flex-direction:column;gap:.85rem}.amem.hs-root .hs-signals{font-family:var(--mono);font-size:.68rem;color:var(--ink-3);margin:.1rem 0 .25rem}.amem.hs-root .hs-row{display:grid;grid-template-columns:1fr;gap:.3rem}.amem.hs-root .hs-row-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.8rem;color:var(--ink)}.amem.hs-root .hs-row-head .hs-total{font-family:var(--mono);font-weight:700;font-variant-numeric:tabular-nums}.amem.hs-root .hs-track{height:22px;background:var(--line);border-radius:var(--r-sm);overflow:hidden;display:flex}.amem.hs-root .hs-seg{height:100%;transition:width .3s ease}.amem.hs-root .hs-foot{display:flex;gap:1.25rem;align-items:center;margin-top:1.5rem;flex-wrap:wrap}.amem.hs-root .hs-legend{display:flex;gap:1rem;margin-top:1rem;font-size:.72rem;color:var(--ink-3);flex-wrap:wrap}.amem.hs-root .hs-legend span{display:inline-flex;align-items:center;gap:.35rem}.amem.hs-root .hs-legend i{width:11px;height:11px;border-radius:2px;display:inline-block}.amem.hs-root .hs-caption{min-height:1.2rem}.amem.rc-root .rc-facts{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.amem.rc-root .rc-fact{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-sm);padding:.55rem .7rem}.amem.rc-root .rc-fact code{font-size:.82rem;color:var(--ink)}.amem.rc-root .rc-tag{font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;padding:.18rem .45rem;border-radius:var(--r-sm);flex:none}.amem.rc-root .rc-new .rc-tag{background:var(--accent-soft);color:var(--accent)}.amem.rc-root .rc-old .rc-tag{background:var(--vec-soft);color:var(--vec)}.amem.rc-root .rc-track{position:relative;display:flex;height:34px;border-radius:var(--r-sm);overflow:hidden;border:1px solid var(--line);font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.amem.rc-root .rc-zone{display:flex;align-items:center;justify-content:center;color:var(--ink-3);padding:0 .4rem;text-align:center}.amem.rc-root .rc-zone-add{width:55%;background:var(--surface)}.amem.rc-root .rc-zone-route{width:45%;background:var(--accent-soft);color:var(--accent)}.amem.rc-root .rc-caret{position:absolute;top:-4px;bottom:-4px;width:2px;background:var(--ink);left:70%;transition:left .1s linear}.amem.rc-root .rc-caret:after{content:"";position:absolute;top:-5px;left:-4px;border:5px solid transparent;border-top-color:var(--ink)}.amem.rc-root .rc-sliderlabel{display:flex;justify-content:space-between;font-size:.78rem;color:var(--ink-2);font-weight:600;margin:.9rem 0 .3rem}.amem.rc-root .rc-simval{font-family:var(--mono);color:var(--accent)}.amem.rc-root .rc-sim{width:100%}.amem.rc-root .rc-actions{display:flex;gap:.5rem;margin:1.5rem 0 1rem;flex-wrap:wrap}.amem.rc-root .rc-act{font:inherit;font-size:.8rem;font-weight:600;font-family:var(--mono);background:var(--bg);color:var(--ink-2);border:1px solid var(--line-2);border-radius:var(--r-sm);padding:.45rem .9rem;cursor:pointer;transition:all .15s}.amem.rc-root .rc-act[aria-pressed=true]{background:var(--accent);border-color:var(--accent);color:#fff}.dark .amem.rc-root .rc-act[aria-pressed=true]{color:var(--bg)}.amem.rc-root .rc-act:disabled{opacity:.4;cursor:not-allowed}.amem.rc-root .rc-outcome{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);padding:.9rem 1rem}.amem.rc-root .rc-outcome-head{font-size:.78rem;font-weight:700;margin-bottom:.6rem}.amem.rc-root .rc-outcome-head.add{color:var(--hit)}.amem.rc-root .rc-outcome-head.dedupe{color:var(--ink-3)}.amem.rc-root .rc-outcome-head.supersede{color:var(--accent)}.amem.rc-root .rc-store{display:flex;flex-direction:column;gap:.4rem}.amem.rc-root .rc-line{font-family:var(--mono);font-size:.8rem;padding:.4rem .55rem;border-radius:var(--r-sm);border:1px solid var(--line);color:var(--ink)}.amem.rc-root .rc-line.added{border-color:var(--hit);background:var(--hit-soft)}.amem.rc-root .rc-line.dropped{text-decoration:line-through;color:var(--ink-3)}.amem.rc-root .rc-line.merged{border-color:var(--accent);background:var(--accent-soft)}.amem.rc-root .rc-caption{min-height:1.2rem}.amem.dr-root .dr-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;gap:.75rem}.amem.dr-root .dr-store{background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);padding:.85rem .9rem;transition:border-color .25s,box-shadow .25s,opacity .25s}.amem.dr-root .dr-store h4{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-3);margin:0 0 .6rem;font-weight:700}.amem.dr-root .dr-badge{font-size:.58rem;letter-spacing:.08em;padding:.12rem .4rem;border-radius:var(--r-sm);font-weight:700}.amem.dr-root .dr-badge-keep{background:var(--hit-soft);color:var(--hit)}.amem.dr-root .dr-badge-cand{background:var(--accent-soft);color:var(--accent)}.amem.dr-root .dr-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.amem.dr-root .dr-list li{font-family:var(--mono);font-size:.74rem;line-height:1.3;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);padding:.32rem .45rem}.amem.dr-root .dr-placeholder{color:var(--ink-3);font-style:italic;background:transparent!important;border-style:dashed!important}.amem.dr-root .dr-out-list li.show{animation:dr-pop .35s ease both}.amem.dr-root .dr-out-list li.merged{border-color:var(--accent);background:var(--accent-soft)}.amem.dr-root .dr-out-list li.insight{border-color:var(--hit);background:var(--hit-soft)}.amem.dr-root .dr-tag{font-size:.58rem;text-transform:uppercase;letter-spacing:.06em;opacity:.75;margin-left:.4rem}@keyframes dr-pop{0%{transform:translateY(-5px);opacity:0}to{transform:none;opacity:1}}.amem.dr-root .dr-store.active{border-color:var(--hit);box-shadow:0 0 0 1px var(--hit)}.amem.dr-root .dr-store.faded{opacity:.55}.amem.dr-root .dr-output.dr-empty{border-style:dashed}.amem.dr-root .dr-arrow{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--ink-3);font-family:var(--mono)}.amem.dr-root .dr-sessions{display:flex;flex-direction:column;align-items:center;gap:.25rem}.amem.dr-root .dr-sessions i{font-style:normal;font-size:.6rem;background:var(--vec-soft);color:var(--vec);border:1px solid var(--vec);border-radius:var(--r-sm);padding:.08rem .3rem;margin:0 .08rem;display:inline-block}.amem.dr-root .dr-sessions small{font-size:.56rem;color:var(--ink-3)}.amem.dr-root .dr-flow{font-size:1.3rem;line-height:1}.amem.dr-root .dr-flow.spinning{animation:dr-spin .9s linear infinite}@keyframes dr-spin{to{transform:rotate(360deg)}}.amem.dr-root .dr-controls{display:flex;gap:.5rem;margin-top:1.2rem;flex-wrap:wrap}.amem.dr-root .dr-adopt{background:var(--hit);border-color:var(--hit);color:#fff}.dark .amem.dr-root .dr-adopt{color:var(--bg)}.amem.dr-root .dr-adopt:hover{background:var(--hit);border-color:var(--hit);opacity:.9;color:#fff}.amem.dr-root .dr-status{min-height:2.4rem}@media(max-width:560px){.amem.dr-root .dr-grid{grid-template-columns:1fr}.amem.dr-root .dr-arrow{flex-direction:row;gap:1rem}.amem.dr-root .dr-flow{transform:rotate(90deg)}}.amem.cc-root .cc-svg{width:100%;height:auto;display:block}.amem.cc-root .cc-axis{stroke:var(--line-2);stroke-width:1}.amem.cc-root .cc-line{fill:none;stroke-width:2.5;stroke-linejoin:round}.amem.cc-root .cc-full{stroke:var(--miss)}.amem.cc-root .cc-bounded{stroke:var(--hit)}.amem.cc-root .cc-ylab,.amem.cc-root .cc-xlab{fill:var(--ink-3);font-size:11px;font-family:Inter,system-ui,sans-serif;text-anchor:middle}.amem.cc-root .cc-sliderlabel{display:flex;align-items:center;gap:.6rem;font-size:.8rem;font-weight:600;color:var(--ink-2);margin:1rem 0 .25rem}.amem.cc-root .cc-nval{font-family:var(--mono);color:var(--accent)}.amem.cc-root .cc-n{flex:1}.amem.cc-root .cc-readout{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;font-size:.82rem;color:var(--ink);margin-top:.75rem;align-items:center}.amem.cc-root .cc-readout b{font-family:var(--mono);font-variant-numeric:tabular-nums}.amem.cc-root .cc-dot{display:inline-block;width:11px;height:11px;border-radius:2px;margin-right:.35rem;vertical-align:-1px}.amem.cc-root .cc-d-full{background:var(--miss)}.amem.cc-root .cc-d-bounded{background:var(--hit)}.amem.cc-root .cc-mult{font-weight:700;color:var(--accent);font-family:var(--mono)}.amem.cf-root .cf-layout{display:flex;gap:1.25rem;flex-wrap:wrap}.amem.cf-root .cf-main{flex:1;min-width:260px}.amem.cf-root .cf-track{position:relative;height:40px;background:var(--line);border-radius:var(--r-sm);overflow:hidden}.amem.cf-root .cf-segs{display:flex;height:100%;width:100%;gap:2px;padding:2px}.amem.cf-root .cf-seg{height:100%;border-radius:3px;transition:width .4s ease,opacity .3s ease,background .3s ease;display:flex;align-items:center;justify-content:center;font-size:.6rem;color:#fff;font-family:var(--mono);overflow:hidden;opacity:1}.amem.cf-root .cf-seg.turn{background:var(--accent)}.amem.cf-root .cf-seg.summary{background:var(--vec)}.amem.cf-root .cf-seg.keep{box-shadow:inset 0 0 0 2px var(--hit)}.amem.cf-root .cf-seg.flushing{opacity:.35}.amem.cf-root .cf-thresh{position:absolute;top:-3px;bottom:-3px;left:80%;width:2px;background:var(--ink);border-left:2px dashed var(--ink);z-index:2}.amem.cf-root .cf-meter{margin-top:.4rem;font-family:var(--mono);font-size:.72rem;color:var(--ink-3);font-variant-numeric:tabular-nums}.amem.cf-root .cf-controls{display:flex;gap:.5rem;margin-top:1rem}.amem.cf-root .cf-status{min-height:2.4rem}.amem.cf-root .cf-store{flex:none;width:200px;background:var(--bg);border:1px solid var(--line);border-radius:var(--r-md);padding:.85rem .9rem}.amem.cf-root .cf-store h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--hit);margin:0 0 .3rem}.amem.cf-root .cf-store-count{font-size:.72rem;color:var(--ink-3);margin:0 0 .6rem;font-family:var(--mono)}.amem.cf-root .cf-store-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.amem.cf-root .cf-store-list li{font-family:var(--mono);font-size:.7rem;line-height:1.3;color:var(--ink);background:var(--hit-soft);border:1px solid var(--hit);border-radius:var(--r-sm);padding:.3rem .45rem;animation:cf-pop .4s ease}@keyframes cf-pop{0%{transform:translateY(-6px);opacity:0}to{transform:none;opacity:1}}.amem.cf-root .cf-legend{display:flex;gap:1rem;margin-top:1rem;font-size:.7rem;color:var(--ink-3);flex-wrap:wrap}.amem.cf-root .cf-legend span{display:inline-flex;align-items:center;gap:.35rem}.amem.cf-root .cf-legend i{width:11px;height:11px;border-radius:2px;display:inline-block}.amem.cf-root .cf-keep-swatch{background:transparent;box-shadow:inset 0 0 0 2px var(--hit)}.amem.tf-root .tf-svg{width:100%;height:auto;display:block}.amem.tf-root .tf-box rect{fill:var(--bg);stroke:var(--line-2);stroke-width:1.5}.amem.tf-root .tf-box text{fill:var(--ink);font-size:13px;font-weight:600;text-anchor:middle;font-family:Inter,system-ui,sans-serif}.amem.tf-root .tf-box .tf-sub{font-size:10.5px;font-weight:400;fill:var(--ink-3)}.amem.tf-root .tf-store rect{fill:var(--vec-soft);stroke:var(--vec)}.amem.tf-root .tf-retr rect{fill:var(--accent-soft);stroke:var(--accent)}.amem.tf-root .tf-ctx rect{fill:var(--accent-soft);stroke:var(--accent)}.amem.tf-root .tf-cons rect{fill:var(--hit-soft);stroke:var(--hit)}.amem.tf-root .tf-edge line,.amem.tf-root .tf-edge path{stroke:var(--ink-3);stroke-width:1.6;marker-end:url(#tf-arr)}.amem.tf-root .tf-edge-dash line,.amem.tf-root .tf-edge-dash path{stroke-dasharray:5 4}.amem.tf-root .tf-edgelabel{fill:var(--ink-3);font-size:10px;text-anchor:middle;font-family:Inter,system-ui,sans-serif;font-style:italic}.amem.tf-root .tf-legend{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1rem;font-size:.74rem;color:var(--ink-3)}.amem.tf-root .tf-legend span{display:inline-flex;align-items:center;gap:.4rem}.amem.tf-root .tf-leg-solid{stroke:var(--ink-3);stroke-width:1.6}.amem.tf-root .tf-leg-dash{stroke:var(--ink-3);stroke-width:1.6;stroke-dasharray:5 4}@media(max-width:560px){.amem.tf-root .tf-box text{font-size:12px}}
