@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .chinese-font-generator-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 56px 24px;
  color: #fff8e8;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 214, 128, 0.28), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(94, 190, 152, 0.25), transparent 30%),
    linear-gradient(135deg, #4b0710 0%, #851725 36%, #173f37 72%, #0d1c1b 100%);
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-shell, .tc-wp-tool-root .chinese-font-generator-tool .cfg-control-card, .tc-wp-tool-root .chinese-font-generator-tool .cfg-grid, .tc-wp-tool-root .chinese-font-generator-tool .cfg-card, .tc-wp-tool-root .chinese-font-generator-tool .cfg-preview, .tc-wp-tool-root .chinese-font-generator-tool .cfg-actions, .tc-wp-tool-root .chinese-font-generator-tool .cfg-load-wrap{
  box-sizing: border-box;
  max-width: 100%;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-header{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: 0;
  color: #fff5d6;
  text-shadow: 0 10px 34px rgba(255, 198, 93, 0.26);
  font-family: Georgia, "Times New Roman", serif;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-subtitle{
  margin: 12px auto 0;
  max-width: 720px;
  font-size: 1.04rem;
  line-height: 1.65;
  color: rgba(255, 248, 232, 0.88);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-control-card{
  width: 100%;
  padding: 22px;
  margin: 0 0 24px;
  border: 1px solid rgba(255, 224, 153, 0.28);
  border-radius: 18px;
  background: rgba(255, 250, 235, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-label{
  display: block;
  margin: 0 0 10px;
  color: #ffe7aa;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 228, 166, 0.42);
  border-radius: 14px;
  outline: none;
  color: #fffdf5;
  background: rgba(12, 25, 23, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 1.05rem;
  line-height: 1.35;
  font-family: Arial, Helvetica, sans-serif;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-input::placeholder{
  color: rgba(255, 245, 214, 0.58);
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-input:focus{
  border-color: rgba(255, 211, 118, 0.95);
  background: rgba(10, 28, 25, 0.58);
  box-shadow: 0 0 0 4px rgba(255, 197, 82, 0.16), 0 0 26px rgba(255, 197, 82, 0.18);
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-actions, .tc-wp-tool-root .chinese-font-generator-tool .cfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-actions{
  margin-top: 14px;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-button{
  min-height: 44px;
  max-width: 100%;
  border: 1px solid rgba(255, 224, 153, 0.42);
  border-radius: 999px;
  padding: 11px 18px;
  color: #fff8e8;
  background: linear-gradient(135deg, rgba(202, 38, 49, 0.95), rgba(28, 122, 95, 0.92));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), 0 0 0 rgba(255, 209, 115, 0);
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-button:hover{
  transform: translateY(-1px);
  border-color: rgba(255, 231, 170, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), 0 0 28px rgba(255, 207, 106, 0.22);
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-button:focus-visible{
  outline: 3px solid rgba(255, 231, 170, 0.8);
  outline-offset: 3px;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 229, 170, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 252, 240, 0.13), rgba(255, 252, 240, 0.07)),
    rgba(18, 42, 38, 0.42);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  overflow: hidden;
  animation: cfgFadeIn 260ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 218, 138, 0.48);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.31), 0 0 24px rgba(255, 210, 116, 0.12);
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-style-name{
  min-width: 0;
  color: #ffe7aa;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-copy{
  flex: 0 0 auto;
  min-height: 40px;
  padding: 9px 14px;
  font-size: 0.88rem;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 104px;
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(255, 236, 190, 0.18);
  border-radius: 14px;
  color: #fffaf0;
  background:
    radial-gradient(circle at top left, rgba(255, 213, 126, 0.14), transparent 38%),
    rgba(5, 17, 16, 0.34);
  font-size: 1.35rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  font-family: "Times New Roman", SimSun, serif;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 248, 232, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #d6aa55, #2f9a7b);
  border-radius: 999px;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-load-wrap{
  margin-top: 26px;
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-load[hidden]{
  display: none;
}@keyframes cfgFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}.tc-wp-tool-root .chinese-font-generator-tool .cfg-card.cfg-new{
  animation: cfgFadeIn 360ms ease both;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .chinese-font-generator-tool{
    border-radius: 0 !important;
    padding: 34px 12px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-control-card{
    padding: 14px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-input{
    width: 100%;
    font-size: 1rem;
    min-height: 50px;
    padding: 12px 13px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-button{
    width: 100%;
    min-height: 44px;
    font-size: 0.92rem;
    padding: 11px 14px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-card{
    padding: 14px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview{
    font-size: 1.08rem;
    padding: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .chinese-font-generator-tool{
    border-radius: 0 !important;
    padding: 38px 14px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-control-card{
    padding: 16px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-input{
    width: 100%;
    font-size: 1rem;
    min-height: 52px;
    padding: 13px 14px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-button{
    min-height: 44px;
    font-size: 0.93rem;
    padding: 11px 16px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-card{
    padding: 15px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview{
    font-size: 1.13rem;
    padding: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .chinese-font-generator-tool{
    border-radius: 0 !important;
    padding: 42px 18px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-control-card{
    padding: 18px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-input{
    width: 100%;
    font-size: 1.02rem;
    min-height: 54px;
    padding: 14px 15px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-button{
    min-height: 45px;
    font-size: 0.94rem;
    padding: 11px 17px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-card{
    padding: 16px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview{
    font-size: 1.18rem;
    padding: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .chinese-font-generator-tool{
    border-radius: 0 !important;
    padding: 50px 22px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-input{
    width: 100%;
    font-size: 1.04rem;
    min-height: 54px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-button{
    min-height: 44px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-card{
    padding: 17px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview{
    font-size: 1.24rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .chinese-font-generator-tool{
    border-radius: 0 !important;
    padding: 56px 24px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-input{
    width: 100%;
    font-size: 1.05rem;
    min-height: 54px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-button{
    min-height: 44px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-card{
    padding: 18px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview{
    font-size: 1.3rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .chinese-font-generator-tool{
    border-radius: 0 !important;
    padding: 64px 28px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-input{
    width: 100%;
    font-size: 1.06rem;
    min-height: 56px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-button{
    min-height: 44px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-card{
    padding: 18px;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-preview{
    font-size: 1.32rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root .chinese-font-generator-tool .cfg-card, .tc-wp-tool-root .chinese-font-generator-tool .cfg-button, .tc-wp-tool-root .chinese-font-generator-tool .cfg-input{
    animation: none;
    transition: none;
  }.tc-wp-tool-root .chinese-font-generator-tool .cfg-card:hover, .tc-wp-tool-root .chinese-font-generator-tool .cfg-button:hover{
    transform: none;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .cfg-clear {}