@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;
}.wpc-scope-140 .tc-wp-tool-root img, .wpc-scope-140 .tc-wp-tool-root video, .wpc-scope-140 .tc-wp-tool-root svg, .wpc-scope-140 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 46px 18px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 0, 0, 0.2), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(255, 184, 77, 0.16), transparent 28%),
    linear-gradient(135deg, #080808 0%, #171717 48%, #090909 100%);
  color: #fff;
  overflow-x: hidden;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-container, .wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-container *{
  box-sizing: border-box;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-hero h1{
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(255, 0, 0, 0.36);
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-hero p{
  max-width: 820px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-input-panel{
  width: 100%;
  padding: 22px;
  margin: 0 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  outline: none;
  background: rgba(10, 10, 10, 0.78);
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(255, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-input::placeholder{
  color: rgba(255, 255, 255, 0.42);
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-input:focus{
  border-color: rgba(255, 43, 43, 0.75);
  background: rgba(8, 8, 8, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 0, 0, 0.14), 0 0 34px rgba(255, 0, 0, 0.2);
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-row, .wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-row{
  margin-top: 14px;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-load-row{
  margin-top: 26px;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn, .wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn, .wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-copy-btn{
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, #ff1717, #b80000);
  box-shadow: 0 12px 28px rgba(255, 0, 0, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn{
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 750;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn{
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 800;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-copy-btn{
  align-self: flex-start;
  padding: 10px 18px;
  min-width: 88px;
  font-size: 14px;
  font-weight: 800;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn:hover, .wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn:hover, .wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-copy-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(255, 0, 0, 0.34);
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn.ytfg-hidden{
  display: none;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-grid{
  display: grid;
  width: 100%;
  gap: 18px;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 88% 12%, rgba(255, 0, 0, 0.13), transparent 36%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(10px);
  animation: ytfgFadeIn 0.36s ease forwards;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 49, 49, 0.42);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.43), 0 0 24px rgba(255, 0, 0, 0.13);
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-card h2{
  margin: 0 0 12px;
  color: #ffd2d2;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 92px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  margin: 0 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.38);
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}.wpc-scope-140 .tc-wp-tool-root .yt-font-generator-tool .ytfg-preview::-webkit-scrollbar-thumb{
  background: rgba(255, 35, 35, 0.7);
  border-radius: 12px;
}@keyframes ytfgFadeIn{
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .yt-font-generator-tool{ padding: 52px 24px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero h1{ font-size: 48px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero p{ font-size: 18px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input{ min-height: 160px; font-size: 18px; padding: 22px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn{ font-size: 14px; padding: 9px 20px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn{ font-size: 15px; padding: 13px 30px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-card{ padding: 18px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-preview{ font-size: 18px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .yt-font-generator-tool{ padding: 46px 22px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-container{ width: 100%; max-width: 1100px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero h1{ font-size: 42px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero p{ font-size: 17px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input{ min-height: 150px; font-size: 17px; padding: 20px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn{ font-size: 14px; padding: 9px 19px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn{ font-size: 15px; padding: 12px 28px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-card{ padding: 18px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-preview{ font-size: 17px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .yt-font-generator-tool{ padding: 40px 18px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-container{ width: 100%; max-width: 900px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero h1{ font-size: 36px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero p{ font-size: 16px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input{ min-height: 142px; font-size: 16px; padding: 18px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn{ font-size: 13px; padding: 8px 18px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn{ font-size: 14px; padding: 12px 26px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-card{ padding: 17px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-preview{ font-size: 16px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .yt-font-generator-tool{ padding: 34px 14px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero h1{ font-size: 31px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero p{ font-size: 15px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input-panel{ padding: 16px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input{ min-height: 132px; font-size: 16px; padding: 16px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn{ font-size: 13px; padding: 8px 17px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn{ font-size: 14px; padding: 12px 24px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-card{ width: 100%; max-width: 100%; padding: 16px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-preview{ font-size: 16px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .yt-font-generator-tool{ padding: 30px 12px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero h1{ font-size: 28px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero p{ font-size: 14px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input-panel{ padding: 14px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input{ min-height: 126px; font-size: 15px; padding: 15px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn{ font-size: 13px; padding: 8px 16px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn{ font-size: 14px; padding: 11px 22px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-card{ width: 100%; max-width: 100%; padding: 15px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-preview{ font-size: 15px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .yt-font-generator-tool{ padding: 26px 10px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero h1{ font-size: 25px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-hero p{ font-size: 13px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input-panel{ padding: 12px; border-radius: 16px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-input{ min-height: 118px; font-size: 14px; padding: 14px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-clear-btn{ font-size: 12px; padding: 8px 15px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-load-btn{ font-size: 13px; padding: 10px 20px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-card{ width: 100%; max-width: 100%; padding: 14px; }.tc-wp-tool-root .yt-font-generator-tool .ytfg-preview{ font-size: 14px; }}.wpc-scope-140 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.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;
}.wpc-scope-140 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .ytfg-results{}