@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-245 .tc-wp-tool-root img, .wpc-scope-245 .tc-wp-tool-root video, .wpc-scope-245 .tc-wp-tool-root svg, .wpc-scope-245 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #fff7e6;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 183, 3, 0.34), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 78, 17, 0.3), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(255, 111, 0, 0.25), transparent 38%),
    linear-gradient(135deg, #260808 0%, #4b0d0d 28%, #1a1718 68%, #090909 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap div, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap section, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap header, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap h1, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap p, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap label, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap textarea, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap button, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap span{
  box-sizing: border-box;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__header{
  text-align: center;
  margin: 0 auto 26px;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__title{
  margin: 0;
  color: #fff4d2;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(255, 123, 0, 0.72), 0 4px 34px rgba(255, 44, 10, 0.45);
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__subtitle{
  max-width: 720px;
  margin: 14px auto 0;
  color: rgba(255, 239, 204, 0.88);
  line-height: 1.55;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__input-panel{
  width: 100%;
  margin: 0 auto 28px;
  padding: 22px;
  border: 1px solid rgba(255, 186, 73, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 126, 0, 0.13), rgba(12, 12, 14, 0.74));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__label{
  display: block;
  margin: 0 0 10px;
  color: #ffd587;
  font-weight: 800;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid rgba(255, 201, 112, 0.35);
  border-radius: 8px;
  outline: none;
  color: #fff8eb;
  background: rgba(10, 10, 12, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 92, 0, 0.08);
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__textarea:focus{
  border-color: rgba(255, 184, 61, 0.9);
  background: rgba(15, 12, 12, 0.86);
  box-shadow: 0 0 0 4px rgba(255, 120, 0, 0.18), 0 0 34px rgba(255, 76, 0, 0.16);
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__input-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__helper{
  color: rgba(255, 228, 183, 0.8);
  line-height: 1.35;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__clear, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__copy, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__load-more{
  border: 1px solid rgba(255, 208, 122, 0.32);
  border-radius: 8px;
  color: #211000;
  font-weight: 900;
  cursor: pointer;
  background: linear-gradient(135deg, #ffe08a 0%, #ff9f1c 42%, #ff3d00 100%);
  box-shadow: 0 12px 30px rgba(255, 82, 0, 0.25);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__clear:hover, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__copy:hover, .wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__load-more:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 16px 38px rgba(255, 91, 0, 0.4);
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 190, 89, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(255, 116, 0, 0.12), rgba(255, 255, 255, 0.045) 40%, rgba(0, 0, 0, 0.38)),
    rgba(22, 18, 18, 0.72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  overflow: hidden;
  animation: flame-font-tool-wrap-card-in 320ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 196, 89, 0.56);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42), 0 0 28px rgba(255, 94, 0, 0.18);
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__name{
  min-width: 0;
  color: #ffd98f;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__badge{
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ffb000;
  box-shadow: 0 0 16px #ff7400, 0 0 28px rgba(255, 54, 0, 0.7);
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 86px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 180, 68, 0.16);
  border-radius: 8px;
  color: #fff8e9;
  background: rgba(0, 0, 0, 0.24);
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffcf68, #ff5b00);
  border-radius: 999px;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__copy{
  display: block;
  width: 100%;
  margin-top: 14px;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__more-row{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-245 .tc-wp-tool-root .flame-font-tool-wrap__load-more[hidden]{
  display: none;
}@keyframes flame-font-tool-wrap-card-in{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .flame-font-tool-wrap{ padding: 64px 24px; }.tc-wp-tool-root .flame-font-tool-wrap__inner{ width: 100%; }.tc-wp-tool-root .flame-font-tool-wrap__title{ font-size: 58px; }.tc-wp-tool-root .flame-font-tool-wrap__subtitle{ font-size: 18px; }.tc-wp-tool-root .flame-font-tool-wrap__textarea{ min-height: 118px; padding: 18px; font-size: 22px; }.tc-wp-tool-root .flame-font-tool-wrap__clear, .tc-wp-tool-root .flame-font-tool-wrap__copy, .tc-wp-tool-root .flame-font-tool-wrap__load-more{ padding: 13px 22px; font-size: 15px; }.tc-wp-tool-root .flame-font-tool-wrap__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .flame-font-tool-wrap__card{ padding: 20px; }.tc-wp-tool-root .flame-font-tool-wrap__preview{ font-size: 22px; }.tc-wp-tool-root .flame-font-tool-wrap__name{ font-size: 15px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .flame-font-tool-wrap{ padding: 58px 22px; }.tc-wp-tool-root .flame-font-tool-wrap__inner{ width: 100%; }.tc-wp-tool-root .flame-font-tool-wrap__title{ font-size: 50px; }.tc-wp-tool-root .flame-font-tool-wrap__subtitle{ font-size: 17px; }.tc-wp-tool-root .flame-font-tool-wrap__textarea{ min-height: 112px; padding: 17px; font-size: 21px; }.tc-wp-tool-root .flame-font-tool-wrap__clear, .tc-wp-tool-root .flame-font-tool-wrap__copy, .tc-wp-tool-root .flame-font-tool-wrap__load-more{ padding: 12px 20px; font-size: 15px; }.tc-wp-tool-root .flame-font-tool-wrap__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .flame-font-tool-wrap__card{ padding: 19px; }.tc-wp-tool-root .flame-font-tool-wrap__preview{ font-size: 21px; }.tc-wp-tool-root .flame-font-tool-wrap__name{ font-size: 15px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .flame-font-tool-wrap{ padding: 48px 18px; }.tc-wp-tool-root .flame-font-tool-wrap__inner{ width: 100%; }.tc-wp-tool-root .flame-font-tool-wrap__title{ font-size: 42px; }.tc-wp-tool-root .flame-font-tool-wrap__subtitle{ font-size: 16px; }.tc-wp-tool-root .flame-font-tool-wrap__textarea{ min-height: 106px; padding: 16px; font-size: 20px; }.tc-wp-tool-root .flame-font-tool-wrap__clear, .tc-wp-tool-root .flame-font-tool-wrap__copy, .tc-wp-tool-root .flame-font-tool-wrap__load-more{ padding: 12px 18px; font-size: 14px; }.tc-wp-tool-root .flame-font-tool-wrap__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .flame-font-tool-wrap__card{ padding: 18px; }.tc-wp-tool-root .flame-font-tool-wrap__preview{ font-size: 20px; }.tc-wp-tool-root .flame-font-tool-wrap__name{ font-size: 15px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .flame-font-tool-wrap{ padding: 40px 14px; }.tc-wp-tool-root .flame-font-tool-wrap__inner{ width: 100%; }.tc-wp-tool-root .flame-font-tool-wrap__title{ font-size: 34px; }.tc-wp-tool-root .flame-font-tool-wrap__subtitle{ font-size: 15px; }.tc-wp-tool-root .flame-font-tool-wrap__input-panel{ padding: 16px; }.tc-wp-tool-root .flame-font-tool-wrap__textarea{ min-height: 98px; padding: 14px; font-size: 18px; }.tc-wp-tool-root .flame-font-tool-wrap__clear, .tc-wp-tool-root .flame-font-tool-wrap__copy, .tc-wp-tool-root .flame-font-tool-wrap__load-more{ padding: 11px 16px; font-size: 14px; }.tc-wp-tool-root .flame-font-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .flame-font-tool-wrap__card{ width: 100%; max-width: 100%; padding: 16px; }.tc-wp-tool-root .flame-font-tool-wrap__preview{ font-size: 19px; }.tc-wp-tool-root .flame-font-tool-wrap__name{ font-size: 14px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .flame-font-tool-wrap{ padding: 36px 12px; }.tc-wp-tool-root .flame-font-tool-wrap__inner{ width: 100%; }.tc-wp-tool-root .flame-font-tool-wrap__title{ font-size: 31px; }.tc-wp-tool-root .flame-font-tool-wrap__subtitle{ font-size: 14px; }.tc-wp-tool-root .flame-font-tool-wrap__input-panel{ padding: 15px; }.tc-wp-tool-root .flame-font-tool-wrap__input-actions{ align-items: stretch; flex-direction: column; }.tc-wp-tool-root .flame-font-tool-wrap__textarea{ min-height: 94px; padding: 13px; font-size: 17px; }.tc-wp-tool-root .flame-font-tool-wrap__clear, .tc-wp-tool-root .flame-font-tool-wrap__copy, .tc-wp-tool-root .flame-font-tool-wrap__load-more{ width: 100%; padding: 11px 15px; font-size: 14px; }.tc-wp-tool-root .flame-font-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .flame-font-tool-wrap__card{ width: 100%; max-width: 100%; padding: 15px; }.tc-wp-tool-root .flame-font-tool-wrap__preview{ font-size: 18px; }.tc-wp-tool-root .flame-font-tool-wrap__name{ font-size: 14px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .flame-font-tool-wrap{ padding: 32px 10px; }.tc-wp-tool-root .flame-font-tool-wrap__inner{ width: 100%; }.tc-wp-tool-root .flame-font-tool-wrap__title{ font-size: 28px; }.tc-wp-tool-root .flame-font-tool-wrap__subtitle{ font-size: 13px; }.tc-wp-tool-root .flame-font-tool-wrap__input-panel{ padding: 13px; }.tc-wp-tool-root .flame-font-tool-wrap__input-actions{ align-items: stretch; flex-direction: column; }.tc-wp-tool-root .flame-font-tool-wrap__textarea{ min-height: 90px; padding: 12px; font-size: 16px; }.tc-wp-tool-root .flame-font-tool-wrap__clear, .tc-wp-tool-root .flame-font-tool-wrap__copy, .tc-wp-tool-root .flame-font-tool-wrap__load-more{ width: 100%; padding: 10px 13px; font-size: 13px; }.tc-wp-tool-root .flame-font-tool-wrap__grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .flame-font-tool-wrap__card{ width: 100%; max-width: 100%; padding: 13px; }.tc-wp-tool-root .flame-font-tool-wrap__preview{ font-size: 17px; }.tc-wp-tool-root .flame-font-tool-wrap__name{ font-size: 13px; }}.wpc-scope-245 /* 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-245 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .flame-font-tool-wrap__count{}