.ei-area-ajax { min-height: 120px; position: relative; }
.ei-area-ajax .ei-area-error { padding: 12px; background: #fff3cd; color: #664d03; border-radius: 6px; }
.ei-area-fragment { will-change: opacity; }

/* Debug HUD */
#ei-debug-hud{position:fixed;left:12px;bottom:12px;z-index:999999;background:#111;color:#d6f0ff;font:12px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial;border:1px solid #2a3a48;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.35);width:340px;max-height:50vh;overflow:hidden;opacity:.96}
#ei-debug-hud .ei-hud-head{padding:6px 8px;background:#17212b;color:#a6d1ff;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #243241}
#ei-debug-hud .ei-hud-head button{all:unset;cursor:pointer;padding:2px 6px;border:1px solid #34485b;border-radius:4px;color:#a6d1ff}
#ei-debug-hud .ei-hud-body{padding:6px 8px;max-height:42vh;overflow:auto;white-space:nowrap}