/* 网页字效生成 */
.te-preview {
  margin: 12px 0; padding: 28px 16px; min-height: 90px;
  display: flex; align-items: center; justify-content: center;
  background: var(--panel-2, #f7f9fc); border: 1px solid var(--line, #e6e8ef); border-radius: 12px;
  overflow: auto;
}
.te-preview .text-effect { line-height: 1.1; white-space: nowrap; }
