@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-471 .tc-wp-tool-root img, .wpc-scope-471 .tc-wp-tool-root video, .wpc-scope-471 .tc-wp-tool-root svg, .wpc-scope-471 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-container, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-input-panel, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-grid, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-card, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-preview, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-textarea, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-copy-btn, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-load-more{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 72px 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 214, 102, 0.28), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(34, 211, 238, 0.24), transparent 30%),
    radial-gradient(circle at 50% 95%, rgba(244, 63, 94, 0.24), transparent 32%),
    linear-gradient(135deg, #120823 0%, #301050 38%, #06384a 72%, #08111f 100%);
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-header{
  text-align: center;
  margin: 0 auto 34px;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-header h1{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 56px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.24), 0 10px 38px rgba(0, 0, 0, 0.38);
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-header p{
  width: min(780px, 100%);
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-input-panel{
  width: 100%;
  margin: 0 auto 30px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-textarea{
  width: 100%;
  min-width: 0;
  resize: vertical;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  outline: none;
  background: rgba(7, 13, 31, 0.68);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 18px;
  line-height: 1.5;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-textarea:focus{
  border-color: rgba(125, 249, 255, 0.78);
  background: rgba(7, 13, 31, 0.82);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.18), 0 0 34px rgba(34, 211, 238, 0.18);
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-copy-btn, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-load-more{
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  color: #08111f;
  background: linear-gradient(135deg, #fef08a 0%, #22d3ee 58%, #a78bfa 100%);
  box-shadow: 0 14px 32px rgba(34, 211, 238, 0.24);
  font: inherit;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn{
  min-width: 118px;
  padding: 0 22px;
  font-size: 16px;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn:hover, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-copy-btn:hover, .wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-load-more:hover{
  transform: translateY(-2px);
  filter: saturate(1.14);
  box-shadow: 0 18px 42px rgba(34, 211, 238, 0.34), 0 0 22px rgba(254, 240, 138, 0.18);
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-status{
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 650;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-card{
  display: grid;
  grid-template-rows: auto minmax(120px, 1fr) auto;
  gap: 14px;
  min-width: 0;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  opacity: 0;
  animation: lfgFadeIn 320ms ease forwards;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(125, 249, 255, 0.48);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34), 0 0 28px rgba(34, 211, 238, 0.14);
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-style-name{
  min-width: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-preview{
  width: 100%;
  min-width: 0;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 16px;
  color: #ffffff;
  background: rgba(6, 12, 28, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-preview::-webkit-scrollbar-thumb{
  background: rgba(34, 211, 238, 0.62);
  border-radius: 12px;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-copy-btn{
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  font-size: 15px;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-load-more{
  min-width: 190px;
  min-height: 52px;
  padding: 14px 24px;
  font-size: 17px;
}.wpc-scope-471 .tc-wp-tool-root .lfg-large-font-tool .lfg-load-more.lfg-hidden{
  display: none;
}@keyframes lfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .lfg-large-font-tool{
    padding: 34px 10px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-container{
    width: 100%;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header h1{
    font-size: 32px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-input-panel{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-textarea{
    min-height: 108px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn, .tc-wp-tool-root .lfg-large-font-tool .lfg-load-more{
    width: 100%;
    min-height: 46px;
    font-size: 15px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-card{
    padding: 14px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-preview{
    font-size: 20px;
    line-height: 1.4;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .lfg-large-font-tool{
    padding: 40px 12px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-container{
    width: 100%;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header h1{
    font-size: 36px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-textarea{
    min-height: 112px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn, .tc-wp-tool-root .lfg-large-font-tool .lfg-load-more{
    width: 100%;
    min-height: 48px;
    font-size: 15px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-card{
    padding: 15px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-preview{
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .lfg-large-font-tool{
    padding: 46px 14px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-container{
    width: 100%;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-textarea{
    min-height: 116px;
    padding: 16px;
    font-size: 17px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn, .tc-wp-tool-root .lfg-large-font-tool .lfg-load-more{
    width: 100%;
    min-height: 50px;
    font-size: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-card{
    padding: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-preview{
    font-size: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .lfg-large-font-tool{
    padding: 58px 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-container{
    width: 100%;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header h1{
    font-size: 48px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-textarea{
    font-size: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn{
    min-width: 112px;
    font-size: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-card{
    padding: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-preview{
    font-size: 23px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .lfg-large-font-tool{
    padding: 66px 20px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-container{
    width: 100%;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-textarea{
    font-size: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn{
    font-size: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-card{
    padding: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-preview{
    font-size: 24px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .lfg-large-font-tool{
    padding: 72px 20px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-container{
    width: 100%;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header h1{
    font-size: 56px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-textarea{
    font-size: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-clear-btn{
    font-size: 16px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-card{
    padding: 18px;
  }.tc-wp-tool-root .lfg-large-font-tool .lfg-preview{
    font-size: 24px;
  }}