.emaStatusPanel{overflow:hidden}.emaStatusPanel .emaPanelTitle{margin-bottom:12px}.emaStatusPanel .emaGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:stretch}.emaStatusPanel .emaCard{position:relative;display:flex;flex-direction:column;min-width:0;padding:10px;border:1px solid #e2e8f0;border-top:3px solid #94a3b8;border-radius:10px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 1px 2px rgba(15,23,42,.03);font-variant-numeric:tabular-nums;overflow:hidden}.emaStatusPanel .emaCard.emaAbove{border-top-color:#10b981}.emaStatusPanel .emaCard.emaBelow{border-top-color:#f43f5e}.emaStatusPanel .emaCard.emaTesting{border-top-color:#f59e0b}.emaCardTop{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:8px}.emaCardTop>b{font-size:11px;letter-spacing:.03em;color:#0f172a}.emaState{display:inline-flex;align-items:center;padding:3px 6px;border-radius:999px;font-size:7.5px;font-weight:900;white-space:nowrap}.emaStateUp{background:#dcfce7;color:#047857}.emaStateDn{background:#ffe4e6;color:#be123c}.emaStateTest{background:#fef3c7;color:#a16207}.emaValueRow{display:flex;align-items:center;justify-content:center;gap:5px;padding:4px 0 10px}.emaValueRow strong{font-size:15px;line-height:1;color:#0f172a}.emaValueRow i{font-style:normal;font-size:11px}.emaValueRow i.up{color:#10b981}.emaValueRow i.down{color:#f43f5e}.emaDistance{display:grid;grid-template-columns:1fr auto;gap:2px 6px;align-items:end;padding:8px;border:1px solid #eef2f7;border-radius:8px;background:#f8fafc;margin-bottom:9px}.emaDistance>span{grid-column:1/-1;font-size:7px;font-weight:900;letter-spacing:.05em;color:#64748b}.emaDistance>b{font-size:11px}.emaDistance>small{font-size:9px;font-weight:800;color:#475569}.emaProbGroup{display:flex;flex-direction:column;gap:6px;padding:2px 1px 9px}.emaProbGroup .mpProb{display:grid;grid-template-columns:minmax(50px,58px) minmax(24px,1fr) 24px;align-items:center;gap:4px;margin:0;min-width:0;width:100%}.emaProbGroup .mpProb>span{font-size:7px;font-weight:900;line-height:1.15;color:#334155;min-width:0;white-space:normal;overflow-wrap:anywhere}.emaProbGroup .mpProb>i{height:6px;min-width:0;border-radius:999px;background:#eef2f7;overflow:hidden}.emaProbGroup .mpProb>i>em{display:block;height:100%;max-width:100%;border-radius:999px}.emaProbGroup .mpProb>i>em.good{background:#10b981}.emaProbGroup .mpProb>i>em.bad{background:#f43f5e}.emaProbGroup .mpProb>b{font-size:8px;text-align:right;color:#334155;min-width:0;white-space:nowrap}.emaOutcome{margin-top:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;min-height:40px;padding:7px 8px;border-radius:8px;border:1px solid;overflow:hidden}.emaOutcome span{font-size:7.5px;font-weight:900;letter-spacing:.01em;line-height:1.2;min-width:0;white-space:normal;overflow-wrap:anywhere}.emaOutcome b{font-size:13px;white-space:nowrap}.emaOutcomeUp{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.emaOutcomeDn{background:#fff1f2;border-color:#fecdd3;color:#be123c}@media(max-width:1450px){.emaStatusPanel .emaGrid{grid-template-columns:repeat(5,minmax(125px,1fr));overflow-x:auto;padding-bottom:3px}.emaStatusPanel .emaCard{min-width:125px}}@media(max-width:1100px){.emaStatusPanel .emaGrid{grid-template-columns:repeat(3,minmax(170px,1fr));overflow:visible}.emaStatusPanel .emaCard{min-width:0}}@media(max-width:700px){.emaStatusPanel .emaGrid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.emaStatusPanel .emaCard{min-width:210px;scroll-snap-align:start}}