.hx-restart-layer{position:fixed;inset:0;background:linear-gradient(115deg,#eaf7ed,#fffdf5);z-index:9995;display:none;align-items:center;justify-content:center}
.hx-restart-layer.show{display:flex}
.hx-restart-box{width:min(680px,94vw);background:#fff;border:1px solid #d7e5d8;border-radius:14px;box-shadow:0 24px 64px rgba(20,45,24,.18);padding:22px}
.hx-restart-box h2{margin:0 0 8px}
.hx-restart-steps{display:grid;gap:6px;margin-top:12px}
.hx-restart-step{height:30px;border:1px solid #e2ece2;border-radius:7px;background:#fbfdfb;display:flex;align-items:center;justify-content:space-between;padding:0 10px;color:#66766d}
.hx-restart-step.done{color:#0b8f23;background:#eef8ef;border-color:#a7dcae}
.hx-kernel-ok{color:#0b8f23;font-weight:700}
.hx-kernel-warn{color:#b58200;font-weight:700}
.hx-kernel-error{color:#c62828;font-weight:700}
