    /* ── Skip-Streak-Nudge-Modal ── */
    .skip-streak-modal-text {
      margin: 0 0 1rem;
      font-size: 1rem;
      line-height: 1.4;
    }
    .skip-streak-modal-actions {
      display: flex;
      gap: .75rem;
      justify-content: center;
    }
    .btn-ghost {
      background: transparent;
      color: var(--muted);
      border: none;
      padding: .55rem 1.1rem;
      border-radius: 999px;
      font-size: .9rem;
      cursor: pointer;
    }
