.mt-fa-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:var(--dv-gap)}@media(max-width:480px){.mt-fa-grid{grid-template-columns:repeat(2,1fr)}}.mt-fa-chip{padding:10px 6px;font:inherit;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--dv-text);background:var(--dv-surface);border:2px solid var(--dv-border-strong);border-radius:var(--dv-radius);cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;text-align:center}.mt-fa-chip:hover{border-color:var(--dv-accent)}.mt-fa-chip.is-in{background:var(--dv-accent);border-color:var(--dv-accent);color:#fff}.mt-fa-chip.is-missing{border-color:var(--dv-c3);border-style:dashed;animation:mt-fa-pulse 1.1s ease-in-out infinite}@keyframes mt-fa-pulse{0%,100%{box-shadow:0 0 rgba(217,72,14,.45)}50%{box-shadow:0 0 0 6px rgba(217,72,14,0)}}.mt-fa-chip-note{display:block;font-size:10px;font-weight:400;margin-top:2px;opacity:.85}.mt-fa-checks{display:grid;gap:6px;margin-bottom:var(--dv-gap)}.mt-fa-check-row{display:flex;align-items:flex-start;gap:8px;padding:7px 9px;background:var(--dv-surface);border:1px solid var(--dv-border);border-radius:var(--dv-radius);font-size:12.5px}.mt-fa-check-icon{flex:none;font-weight:700}.mt-fa-check-row.is-ok .mt-fa-check-icon{color:var(--dv-ok)}.mt-fa-check-row.is-ng .mt-fa-check-icon{color:var(--dv-danger)}.mt-fa-verdict{padding:9px 12px;border-radius:var(--dv-radius);font-size:13px;font-weight:700;margin-bottom:var(--dv-gap)}.mt-fa-verdict.is-ok{background:var(--dv-ok-soft);color:#1e7e34;border:1px solid rgba(47,158,68,.4)}.mt-fa-verdict.is-ng{background:var(--dv-danger-soft);color:#c82333;border:1px solid rgba(220,53,69,.35)}.mt-ad-mode-a.is-active{background:var(--dv-accent);border-color:var(--dv-accent)}.mt-ad-mode-b.is-active{background:var(--dv-c3);border-color:var(--dv-c3);color:#fff}.mt-ad-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;max-width:320px;margin:0 auto var(--dv-gap);background:var(--dv-surface);border:1px solid var(--dv-border);border-radius:6px;padding:6px}.mt-ad-cell{aspect-ratio:1/1;padding:0;border-radius:3px;background:var(--dv-inset);border:1px solid var(--dv-border);cursor:pointer;transition:background-color .15s ease}.mt-ad-cell.is-a{background:rgba(0,133,161,.55);border-color:var(--dv-accent)}.mt-ad-cell.is-b{background:rgba(217,72,14,.55);border-color:var(--dv-c3)}.mt-ad-cell.is-both{background:repeating-linear-gradient( 45deg,rgba(0,133,161,.75) 0,rgba(0,133,161,.75) 4px,rgba(217,72,14,.75) 4px,rgba(217,72,14,.75) 8px );border-color:var(--dv-text)}.mt-ad-stats{display:grid;gap:6px;font-size:12.5px;margin-bottom:10px}.mt-ad-stats-row{display:flex;justify-content:space-between;gap:8px;padding:6px 9px;background:var(--dv-surface);border:1px solid var(--dv-border);border-radius:6px}.mt-ad-value{font-weight:700;font-variant-numeric:tabular-nums;color:var(--dv-accent)}.mt-ad-message{padding:9px 12px;border-radius:var(--dv-radius);font-size:12.5px;font-weight:600}.mt-ad-message.is-ok{background:var(--dv-ok-soft);color:#1e7e34;border:1px solid rgba(47,158,68,.4)}.mt-ad-message.is-warn{background:var(--dv-warn-soft);color:#8a5300;border:1px solid rgba(176,137,0,.4)}.mt-ad-bar-shell{background:var(--dv-surface);border:1px solid var(--dv-border);border-radius:var(--dv-radius);padding:10px;margin-bottom:var(--dv-gap)}.mt-ad-bar{position:relative;display:flex;width:100%;height:40px;border-radius:6px;overflow:hidden;background:var(--dv-inset)}.mt-ad-seg{height:100%;flex:none;width:0%;transition:width .5s ease;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;font-weight:700;overflow:hidden;white-space:nowrap;box-sizing:border-box;border-right:1px solid rgba(255,255,255,.5)}.mt-ad-remaining{height:100%;flex:none;width:100%;transition:width .5s ease;background:repeating-linear-gradient( 45deg,var(--dv-border) 0,var(--dv-border) 6px,var(--dv-inset) 6px,var(--dv-inset) 12px )}.mt-ad-readout{margin:0;font-size:12.5px;color:var(--dv-muted)}.mt-mv-approx{display:inline-block;min-width:4.5em;font-variant-numeric:tabular-nums;font-weight:700;color:var(--dv-accent)}.mt-mv-readout-note{display:block;margin-top:4px;color:var(--dv-muted)}.mt-mu-edge{fill:none;stroke:var(--dv-accent);stroke-width:2;opacity:.55}.mt-mu-edge-dashed{stroke:var(--dv-c3);stroke-width:2;stroke-dasharray:6 6;opacity:.6;animation:mt-mu-dash 1.6s linear infinite}@keyframes mt-mu-dash{to{stroke-dashoffset:-24}}.mt-mu-edge-label{font-size:11px;fill:var(--dv-muted)}.mt-mu-flow-dot{fill:var(--dv-accent);filter:drop-shadow(0 0 3px rgba(0,133,161,.7))}.mt-mu-flow-dot-sm{fill:#17a2b8}.mt-mu-flow-dot-rn{fill:var(--dv-c3);filter:drop-shadow(0 0 3px rgba(217,72,14,.7))}.mt-mu-node rect{fill:var(--dv-surface);stroke:var(--dv-text);stroke-width:1.5;transition:fill .2s ease,stroke-width .2s ease}.mt-mu-node-title{font-size:15px;font-weight:700;fill:var(--dv-text)}.mt-mu-node-title-sm{font-size:13px}.mt-mu-node-sub{font-size:11px;fill:var(--dv-muted)}.mt-mu-node-blue rect{stroke:var(--dv-accent)}.mt-mu-node-orange rect{stroke:var(--dv-c3)}.mt-mu-node{cursor:pointer;outline:none}.mt-mu-node:hover rect,.mt-mu-node:focus rect{fill:var(--dv-accent-soft);stroke-width:2.5;filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}.mt-mu-caption{min-height:2.6em;margin:10px 0 0;padding:9px 12px;background:var(--dv-surface);border:1px dashed var(--dv-border);border-radius:var(--dv-radius);font-size:12.5px;color:var(--dv-muted)}