#axRuntimeHealth{
  position:fixed;left:50%;bottom:max(12px,env(safe-area-inset-bottom));z-index:99999;
  width:min(680px,calc(100% - 24px));transform:translateX(-50%);
  display:none;align-items:center;justify-content:space-between;gap:14px;
  padding:13px 14px;border:1px solid #f3c8c8;border-radius:18px;
  background:rgba(255,248,248,.98);color:#8d2424;
  box-shadow:0 18px 50px rgba(38,18,18,.16);backdrop-filter:blur(14px);
  font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Segoe UI",sans-serif;
}
#axRuntimeHealth.visible{display:flex}
#axRuntimeHealth .ax-health-copy{min-width:0;font-size:13px;line-height:1.45;font-weight:700;word-break:keep-all}
#axRuntimeHealth .ax-health-copy b{display:block;margin-bottom:2px;font-size:14px;color:#691818}
#axRuntimeHealth .ax-health-actions{display:flex;gap:7px;flex:0 0 auto}
#axRuntimeHealth button,#axRuntimeHealth a{min-height:36px;padding:0 12px;border:1px solid #efb9b9;border-radius:999px;background:#fff;color:#7e2020;font:inherit;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}
@media(max-width:560px){
  #axRuntimeHealth{align-items:stretch;flex-direction:column;gap:10px;padding:12px}
  #axRuntimeHealth .ax-health-actions{display:grid;grid-template-columns:1fr 1fr}
  #axRuntimeHealth button,#axRuntimeHealth a{width:100%}
}
#axRuntimeHealth .ax-health-actions{display:flex;gap:7px;flex:0 0 auto;align-items:center}
#axRuntimeHealth button#axHealthDismiss{background:#fff7ed;border-color:#fed7aa;color:#9a3412}
