@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-259 .tc-wp-tool-root img, .wpc-scope-259 .tc-wp-tool-root video, .wpc-scope-259 .tc-wp-tool-root svg, .wpc-scope-259 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(0, 245, 255, .24), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(255, 45, 146, .25), transparent 30%),
    linear-gradient(135deg, #05070d 0%, #101224 48%, #07070d 100%);
  color: #f7fbff;
  font-family: Inter, Arial, sans-serif;
  padding: 56px 18px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-inner{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-header{
  text-align: center;
  margin: 0 0 28px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-header h1{
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(0, 245, 255, .35), 0 0 28px rgba(255, 45, 146, .22);
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-header p{
  margin: 14px auto 0;
  max-width: 640px;
  color: rgba(235, 245, 255, .82);
  font-size: 17px;
  line-height: 1.55;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-input-panel{
  width: 100%;
  box-sizing: border-box;
  padding: 22px;
  margin: 0 auto 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(0, 245, 255, .32);
  border-radius: 14px;
  outline: none;
  padding: 18px;
  background: rgba(3, 8, 18, .72);
  color: #ffffff;
  font: 700 22px/1.45 Inter, Arial, sans-serif;
  box-shadow: inset 0 0 0 1px rgba(255, 45, 146, .12);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-input:focus{
  border-color: rgba(0, 245, 255, .86);
  background: rgba(3, 8, 18, .86);
  box-shadow: 0 0 0 4px rgba(0, 245, 255, .13), 0 0 28px rgba(255, 45, 146, .18);
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear, .wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-copy, .wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more{
  appearance: none;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #00f5ff 0%, #ff2d92 100%);
  box-shadow: 0 10px 24px rgba(255, 45, 146, .22), 0 8px 24px rgba(0, 245, 255, .16);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear{
  display: block;
  margin: 16px auto 0;
  padding: 10px 22px;
  font-size: 14px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-copy{
  align-self: flex-start;
  margin-top: 14px;
  padding: 9px 17px;
  font-size: 13px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more{
  padding: 13px 28px;
  font-size: 15px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear:hover, .wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-copy:hover, .wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 14px 32px rgba(255, 45, 146, .32), 0 12px 32px rgba(0, 245, 255, .24);
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 18px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-card{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .055));
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
  animation: ttfgFadeIn .38s ease both;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 245, 255, .42);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .32), 0 0 24px rgba(0, 245, 255, .12), 0 0 28px rgba(255, 45, 146, .10);
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-name{
  margin: 0 0 12px;
  color: #bdfcff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 86px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(2, 5, 12, .52);
  color: #ffffff;
  font-size: 19px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, .08);
  border-radius: 20px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #00f5ff, #ff2d92);
  border-radius: 20px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-more-wrap{
  text-align: center;
  margin-top: 26px;
}.wpc-scope-259 .tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more.ttfg-hidden{
  display: none;
}@keyframes ttfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .ttfg-tool-wrap{ padding: 64px 24px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-inner{ width: min(100%, 1200px); }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header h1{ font-size: 52px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header p{ font-size: 18px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input{ min-height: 138px; font-size: 23px; padding: 20px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear{ font-size: 14px; padding: 10px 24px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more{ font-size: 15px; padding: 14px 30px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-card{ padding: 18px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview{ font-size: 19px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ttfg-tool-wrap{ padding: 58px 22px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-inner{ width: min(100%, 1080px); }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header h1{ font-size: 46px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header p{ font-size: 17px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input{ min-height: 130px; font-size: 22px; padding: 18px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear{ font-size: 14px; padding: 10px 22px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more{ font-size: 15px; padding: 13px 28px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-card{ padding: 17px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview{ font-size: 18px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ttfg-tool-wrap{ padding: 50px 20px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-inner{ width: min(100%, 900px); }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header h1{ font-size: 40px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header p{ font-size: 16px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input{ min-height: 122px; font-size: 20px; padding: 17px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear{ font-size: 13px; padding: 10px 21px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more{ font-size: 14px; padding: 12px 26px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-card{ padding: 16px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview{ font-size: 17px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ttfg-tool-wrap{ padding: 42px 16px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-inner{ width: 100%; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header h1{ font-size: 34px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header p{ font-size: 15px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input-panel{ padding: 16px; border-radius: 16px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input{ min-height: 112px; font-size: 18px; padding: 15px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear{ font-size: 13px; padding: 9px 19px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more{ font-size: 14px; padding: 12px 24px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-card{ padding: 16px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview{ font-size: 17px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ttfg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-inner{ width: 100%; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header h1{ font-size: 30px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header p{ font-size: 14px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input-panel{ padding: 14px; border-radius: 15px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input{ min-height: 108px; font-size: 17px; padding: 14px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear{ font-size: 13px; padding: 9px 18px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more{ font-size: 13px; padding: 11px 22px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-card{ padding: 15px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview{ font-size: 16px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ttfg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-inner{ width: 100%; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header h1{ font-size: 27px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-header p{ font-size: 13px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input-panel{ padding: 12px; border-radius: 14px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-input{ min-height: 104px; font-size: 16px; padding: 13px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-clear{ font-size: 12px; padding: 8px 17px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-load-more{ font-size: 13px; padding: 11px 20px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-card{ padding: 14px; }.tc-wp-tool-root .ttfg-tool-wrap .ttfg-preview{ font-size: 15px; }}.wpc-scope-259 .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;
}