@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 .cross-stitch-font-generator-tool{
  width: 100%;
  max-width: none;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 54px 22px;
  color: #fffaf6;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 126, 145, 0.22), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(61, 214, 192, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(61, 38, 70, 0.98), rgba(37, 45, 72, 0.98) 48%, rgba(48, 35, 57, 0.98)),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 18px);
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-inner{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 860px;
  box-sizing: border-box;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-title{
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #fffaf6;
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 0 26px rgba(255, 160, 176, 0.34);
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-subtitle{
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.65;
  color: rgba(255, 250, 246, 0.86);
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-controls{
  width: 100%;
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 22px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 232, 214, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.07)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.035) 0 2px, transparent 2px 10px);
  box-shadow: 0 22px 60px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.22);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-label{
  display: block;
  margin: 0 0 10px;
  color: #fff7ee;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 235, 220, 0.38);
  border-radius: 14px;
  padding: 16px 18px;
  background: rgba(20, 18, 28, 0.62);
  color: #fffaf6;
  font-size: 1.05rem;
  line-height: 1.35;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-input:focus{
  border-color: rgba(255, 166, 184, 0.88);
  background: rgba(22, 20, 32, 0.78);
  box-shadow: 0 0 0 4px rgba(255, 126, 145, 0.18), 0 0 32px rgba(87, 220, 199, 0.16);
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-help{
  margin: 9px 0 0;
  color: rgba(255, 250, 246, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-action-row{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button{
  width: auto;
  max-width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 232, 214, 0.28);
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
  color: #241a2d;
  background: linear-gradient(135deg, #ffd7a8, #ff8fa5 48%, #6ce0cf);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 12px 28px rgba(0,0,0,0.24), 0 0 22px rgba(255, 143, 165, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 36px rgba(0,0,0,0.28), 0 0 28px rgba(108, 224, 207, 0.28);
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button:focus-visible{
  outline: 3px solid rgba(255, 250, 246, 0.9);
  outline-offset: 3px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-section{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-grid{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 232, 214, 0.2);
  background:
    linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.065)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 14px);
  box-shadow: 0 18px 46px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.16);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  animation: csgCardIn 260ms ease both;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 166, 184, 0.54);
  box-shadow: 0 22px 58px rgba(0,0,0,0.3), 0 0 30px rgba(255, 143, 165, 0.12);
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-style-name{
  margin: 0 0 12px;
  color: #fff5ed;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-box{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 112px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  border: 1px dashed rgba(255, 221, 199, 0.36);
  border-radius: 14px;
  padding: 16px;
  background: rgba(18, 17, 28, 0.58);
  color: #fffaf6;
  box-shadow: inset 0 0 24px rgba(0,0,0,0.22);
  scrollbar-color: rgba(255, 143, 165, 0.85) rgba(255,255,255,0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-box::-webkit-scrollbar-track{
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff8fa5, #6ce0cf);
  border-radius: 999px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-text{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #fffaf6;
  font-size: 1.02rem;
  line-height: 1.65;
  letter-spacing: 0;
  font-family: "Courier New", Courier, monospace;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-copy{
  width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-load-wrap{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 26px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-load-more{
  min-width: 220px;
}.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-hidden{
  display: none !important;
}@keyframes csgCardIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cross-stitch-font-generator-tool{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-inner{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-controls{
    padding: 15px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    padding: 14px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button{
    width: 100%;
    font-size: 0.92rem;
    padding: 12px 14px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-card{
    padding: 14px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-text{
    font-size: 0.94rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cross-stitch-font-generator-tool{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-inner{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-controls{
    padding: 16px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
    padding: 14px 15px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button{
    width: 100%;
    font-size: 0.94rem;
    padding: 12px 15px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-card{
    padding: 15px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-text{
    font-size: 0.96rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cross-stitch-font-generator-tool{
    padding: 42px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-inner{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-controls{
    padding: 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1.02rem;
    padding: 15px 16px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button{
    width: 100%;
    font-size: 0.95rem;
    padding: 13px 16px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-card{
    padding: 16px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-text{
    font-size: 0.98rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cross-stitch-font-generator-tool{
    padding: 50px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-inner{
    width: 94%;
    max-width: 1200px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1.04rem;
    padding: 16px 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button{
    font-size: 0.95rem;
    padding: 12px 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-card{
    padding: 17px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-text{
    font-size: 1rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cross-stitch-font-generator-tool{
    padding: 54px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-inner{
    width: 95%;
    max-width: 1200px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1.05rem;
    padding: 16px 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button{
    font-size: 0.95rem;
    padding: 12px 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-card{
    padding: 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-text{
    font-size: 1.01rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .cross-stitch-font-generator-tool{
    padding: 60px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-inner{
    width: 96%;
    max-width: 1200px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-input{
    width: 100%;
    max-width: 100%;
    font-size: 1.05rem;
    padding: 16px 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-button{
    font-size: 0.95rem;
    padding: 12px 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-card{
    padding: 18px;
  }.tc-wp-tool-root .cross-stitch-font-generator-tool .csg-preview-text{
    font-size: 1.02rem;
  }}.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 .csg-clear {}