  .debug-overlay {
    position: fixed; inset: 0; z-index: 99999;
    background: rgba(13,18,56,0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex; align-items: center; justify-content: center;
    padding: 16px;
    direction: rtl;
  }
  .debug-card {
    background: #fff;
    border-radius: 14px;
    max-width: 520px;
    width: 100%;
    max-height: 88vh;
    overflow: auto;
    padding: 18px 18px 14px;
    box-shadow: 0 30px 80px rgba(13,18,56,.28);
    font-family: inherit;
  }
  .debug-card h3 { margin: 0 0 10px; font-size: 16px; color: #c0344a; }
  .debug-card .debug-row { font-size: 12px; margin-bottom: 6px; color: #1a1a1a; word-break: break-word; }
  .debug-card .debug-row strong { display: inline-block; min-width: 70px; color: #66677a; }
  .debug-card pre {
    background: #f6f5f1;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 11px;
    overflow: auto;
    direction: ltr;
    margin: 6px 0;
    max-height: 200px;
  }
  .debug-card .debug-row.body-row pre { white-space: pre-wrap; }
  .debug-card .debug-tip {
    background: #f0eef9;
    color: #5b3fcc;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 10px;
  }
  .debug-card button {
    margin-top: 12px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 100px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
