@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-576 .tc-wp-tool-root img, .wpc-scope-576 .tc-wp-tool-root video, .wpc-scope-576 .tc-wp-tool-root svg, .wpc-scope-576 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-container, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-input-panel, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-grid, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-card, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-preview, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-actions, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-load-row, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-button, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-textarea{
  box-sizing: border-box;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 72px 24px;
  color: #fff7df;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 210, 112, 0.34), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 73, 64, 0.28), transparent 30%),
    radial-gradient(circle at 50% 92%, rgba(255, 184, 77, 0.24), transparent 34%),
    linear-gradient(135deg, #061326 0%, #851c25 46%, #d79c32 100%);
  isolation: isolate;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-container{
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel{
  width: 100%;
  padding: 38px;
  border: 1px solid rgba(255, 232, 179, 0.34);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(6, 19, 38, 0.78), rgba(116, 24, 35, 0.58));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-kicker{
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 14px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 216, 126, 0.48);
  border-radius: 999px;
  color: #ffe59d;
  background: rgba(255, 214, 111, 0.12);
  font: 800 13px/1.2 Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel h1{
  margin: 0 auto;
  max-width: 980px;
  color: #fff7df;
  font: 900 48px/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-subtitle{
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(255, 247, 223, 0.9);
  font: 500 18px/1.6 Arial, sans-serif;
  letter-spacing: 0;
  text-align: center;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-input-panel{
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(255, 233, 190, 0.28);
  border-radius: 22px;
  background: rgba(255, 248, 226, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-label{
  display: block;
  margin: 0 0 10px;
  color: #ffe7a8;
  font: 800 14px/1.35 Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  resize: vertical;
  padding: 18px 20px;
  border: 1px solid rgba(255, 226, 165, 0.45);
  border-radius: 18px;
  outline: none;
  color: #fff9ea;
  background: rgba(4, 14, 28, 0.72);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  font: 700 22px/1.45 Arial, sans-serif;
  letter-spacing: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-textarea:focus{
  border-color: rgba(255, 214, 103, 0.9);
  background: rgba(4, 14, 28, 0.86);
  box-shadow: 0 0 0 4px rgba(255, 207, 78, 0.18), 0 18px 42px rgba(0, 0, 0, 0.26);
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: 16px;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-height: 46px;
  padding: 13px 22px;
  border: 1px solid rgba(255, 228, 165, 0.42);
  border-radius: 999px;
  cursor: pointer;
  color: #fff8e8;
  background: linear-gradient(135deg, #b7192b, #e0a431);
  box-shadow: 0 12px 28px rgba(34, 8, 14, 0.26);
  font: 900 14px/1 Arial, sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-button:hover, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-button:focus-visible{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 0 0 4px rgba(255, 211, 97, 0.16), 0 16px 36px rgba(34, 8, 14, 0.34);
  outline: none;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-button:disabled{
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-count, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-help, .wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-copy-status{
  color: rgba(255, 247, 223, 0.78);
  font: 700 13px/1.45 Arial, sans-serif;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-help{
  display: block;
  margin-top: 10px;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 26px;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 232, 179, 0.28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 248, 226, 0.14), rgba(7, 20, 40, 0.64));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  animation: cftFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 214, 103, 0.54);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.31), 0 0 0 1px rgba(255, 214, 103, 0.1);
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-card-title{
  margin: 0 0 14px;
  color: #ffe6a2;
  font: 900 16px/1.25 Arial, sans-serif;
  letter-spacing: 0;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 18px;
  border: 1px solid rgba(255, 220, 143, 0.24);
  border-radius: 16px;
  color: #fff9ea;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 210, 96, 0.12), transparent 34%),
    rgba(4, 14, 28, 0.58);
  font: 800 22px/1.45 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-preview::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-preview::-webkit-scrollbar-track{
  background: rgba(6, 19, 38, 0.72);
  border-radius: 999px;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #f3c45d, #b7192b);
  border-radius: 999px;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-card-footer{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-copy-btn{
  min-width: 96px;
  min-height: 42px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #0b2241, #b7192b);
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-load-row{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  margin-top: 28px;
}.wpc-scope-576 .tc-wp-tool-root .circus-font-tool-wrap .cft-load-more{
  min-width: 210px;
  background: linear-gradient(135deg, #f0b94f, #b7192b);
}@keyframes cftFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .circus-font-tool-wrap{
    padding: 76px 24px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-container{
    width: min(1200px, 100%);
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel h1{
    font-size: 48px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-textarea{
    min-height: 118px;
    font-size: 22px;
    padding: 18px 20px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-button{
    min-height: 46px;
    padding: 13px 22px;
    font-size: 14px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-card{
    padding: 22px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-preview{
    font-size: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .circus-font-tool-wrap{
    padding: 68px 22px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-container{
    width: min(1120px, 100%);
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel h1{
    font-size: 42px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-textarea{
    min-height: 114px;
    font-size: 21px;
    padding: 17px 19px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-button{
    min-height: 45px;
    padding: 12px 20px;
    font-size: 14px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-card{
    padding: 21px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-preview{
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .circus-font-tool-wrap{
    padding: 58px 20px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-container{
    width: min(940px, 100%);
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel{
    padding: 32px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel h1{
    font-size: 36px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-textarea{
    min-height: 108px;
    font-size: 20px;
    padding: 16px 18px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-button{
    min-height: 44px;
    padding: 12px 19px;
    font-size: 13px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-card{
    padding: 20px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-preview{
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .circus-font-tool-wrap{
    padding: 42px 16px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-container{
    width: 100%;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel h1{
    font-size: 30px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-textarea{
    min-height: 104px;
    font-size: 18px;
    padding: 15px 16px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-actions{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-button{
    width: 100%;
    min-height: 44px;
    padding: 12px 17px;
    font-size: 13px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-card{
    padding: 18px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-preview{
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .circus-font-tool-wrap{
    padding: 36px 14px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-container{
    width: 100%;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel{
    padding: 20px;
    border-radius: 20px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel h1{
    font-size: 27px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-textarea{
    min-height: 102px;
    font-size: 17px;
    padding: 14px 15px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-actions{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-button{
    width: 100%;
    min-height: 43px;
    padding: 12px 16px;
    font-size: 13px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-card{
    padding: 17px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-preview{
    font-size: 18px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .circus-font-tool-wrap{
    padding: 32px 12px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-container{
    width: 100%;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-kicker{
    font-size: 11px;
    padding: 7px 11px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-hero-panel h1{
    font-size: 24px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-subtitle{
    font-size: 13px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-textarea{
    min-height: 98px;
    font-size: 16px;
    padding: 13px 14px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-actions{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-button{
    width: 100%;
    min-height: 42px;
    padding: 11px 14px;
    font-size: 12px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-card{
    padding: 15px;
  }.tc-wp-tool-root .circus-font-tool-wrap .cft-preview{
    font-size: 17px;
  }}.wpc-scope-576 /* 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-576 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .cft-button-primary{}