/* Debug-paneeli */
.debugFab{
  position:fixed;right:14px;bottom:14px;z-index:9999;
  border:0;border-radius:999px;padding:10px 12px;
  background:#111827;color:#fff;font-weight:900;cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.debugPanel{
  position:fixed;right:14px;bottom:64px;z-index:9999;
  width:min(520px,calc(100vw - 28px));
  max-height:min(70vh,720px);
  background:#0b1220;color:#e5e7eb;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.debugHead{
  display:flex;align-items:center;justify-content:space-between;
  gap:10px;padding:10px 12px;background:rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.debugHead b{font-size:13px}
.debugHead .row{gap:8px}
.debugBtn{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#e5e7eb;border-radius:10px;padding:6px 10px;
  font-weight:900;cursor:pointer;font-size:12px;
}
.debugBody{
  padding:10px 12px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:12px;line-height:1.35;
}
.dbgLine{padding:6px 0;border-bottom:1px dashed rgba(255,255,255,.10)}
.dbgTs{color:#93c5fd}
.dbgLvl{display:inline-block;min-width:58px;font-weight:900}
.dbgInfo{color:#a7f3d0}
.dbgWarn{color:#fde68a}
.dbgErr{color:#fca5a5}
.dbgKey{color:#c7d2fe}
.dbgVal{color:#e5e7eb}


/* Debug-paneeli */
.debugFab{
  position:fixed;right:14px;bottom:14px;z-index:9999;
  border:0;border-radius:999px;padding:10px 12px;
  background:#111827;color:#fff;font-weight:900;cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.debugPanel{
  position:fixed;right:14px;bottom:64px;z-index:9999;
  width:min(520px,calc(100vw - 28px));
  max-height:min(70vh,720px);
  background:#0b1220;color:#e5e7eb;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.debugHead{
  display:flex;align-items:center;justify-content:space-between;
  gap:10px;padding:10px 12px;background:rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.debugHead b{font-size:13px}
.debugHead .row{gap:8px}
.debugBtn{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#e5e7eb;border-radius:10px;padding:6px 10px;
  font-weight:900;cursor:pointer;font-size:12px;
}
.debugBody{
  padding:10px 12px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:12px;line-height:1.35;
}
.dbgLine{padding:6px 0;border-bottom:1px dashed rgba(255,255,255,.10)}
.dbgTs{color:#93c5fd}
.dbgLvl{display:inline-block;min-width:58px;font-weight:900}
.dbgInfo{color:#a7f3d0}
.dbgWarn{color:#fde68a}
.dbgErr{color:#fca5a5}
.dbgKey{color:#c7d2fe}
.dbgVal{color:#e5e7eb}
