@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-251 .tc-wp-tool-root img, .wpc-scope-251 .tc-wp-tool-root video, .wpc-scope-251 .tc-wp-tool-root svg, .wpc-scope-251 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap{
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 238, 255, 0.36), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(255, 45, 247, 0.34), transparent 32%),
    radial-gradient(circle at 50% 92%, rgba(104, 69, 255, 0.38), transparent 38%),
    linear-gradient(135deg, #180032 0%, #151057 34%, #032f62 66%, #12001f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap, .wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-bg-glow{
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.55;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-bg-glow-one{
  width: 360px;
  height: 360px;
  top: 80px;
  left: -120px;
  background: rgba(0, 224, 255, 0.36);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-bg-glow-two{
  width: 420px;
  height: 420px;
  right: -150px;
  bottom: 110px;
  background: rgba(255, 44, 216, 0.32);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header h1{
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(0, 240, 255, 0.36), 0 0 44px rgba(255, 54, 240, 0.22);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header p{
  max-width: 760px;
  margin: 16px auto 0;
  color: rgba(238, 249, 255, 0.88);
  line-height: 1.6;
  font-weight: 500;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-input-panel{
  width: 100%;
  margin: 34px auto 0;
  border: 1px solid rgba(150, 236, 255, 0.26);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #b9fbff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  resize: vertical;
  border: 1px solid rgba(132, 238, 255, 0.3);
  border-radius: 18px;
  outline: none;
  background: rgba(3, 9, 30, 0.76);
  color: #ffffff;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 12px 34px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input::placeholder{
  color: rgba(222, 238, 255, 0.46);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input:focus{
  border-color: rgba(0, 244, 255, 0.78);
  background: rgba(5, 12, 40, 0.9);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.12), 0 0 34px rgba(0, 229, 255, 0.24);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-row, .wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-row{
  display: grid;
  place-items: center;
  width: 100%;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-row{
  margin-top: 18px;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-section{
  margin-top: 34px;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 14px;
  margin-bottom: 18px;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top h2{
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-counter{
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(124, 239, 255, 0.28);
  border-radius: 999px;
  background: rgba(6, 16, 48, 0.58);
  color: #ccfbff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(112px, 1fr) auto;
  gap: 14px;
  border: 1px solid rgba(142, 232, 255, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at 12% 0%, rgba(0, 234, 255, 0.15), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(255, 42, 234, 0.14), transparent 38%);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: fnfgFadeIn 300ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 241, 255, 0.54);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 32px rgba(0, 229, 255, 0.14);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-card-title{
  margin: 0;
  color: #eafcff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 112px;
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(123, 233, 255, 0.16);
  border-radius: 14px;
  background: rgba(1, 7, 26, 0.52);
  color: #ffffff;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 0 18px rgba(69, 236, 255, 0.18);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #00eaff, #ff39e6);
  border-radius: 999px;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn, .wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn, .wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more{
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  background: linear-gradient(135deg, #00d9ff 0%, #7657ff 45%, #ff35d4 100%);
  box-shadow: 0 13px 30px rgba(0, 217, 255, 0.2), 0 10px 24px rgba(255, 53, 212, 0.14);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn:hover, .wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn:hover, .wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 16px 36px rgba(0, 217, 255, 0.28), 0 14px 30px rgba(255, 53, 212, 0.2), 0 0 28px rgba(0, 234, 255, 0.22);
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn:focus-visible, .wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn:focus-visible, .wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more:focus-visible{
  outline: 3px solid rgba(185, 251, 255, 0.72);
  outline-offset: 3px;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn{
  width: 100%;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-row{
  margin-top: 26px;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more.fnfg-hidden{
  display: none;
}.wpc-scope-251 .tc-wp-tool-root .fnfg-tool-wrap .fnfg-fallback-copy{
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
}@keyframes fnfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .fnfg-tool-wrap{
    padding: 76px 34px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-container{
    max-width: 1200px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header h1{
    font-size: 62px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header p{
    font-size: 19px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-input-panel{
    padding: 28px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input{
    padding: 20px;
    font-size: 20px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn{
    padding: 13px 28px;
    font-size: 14px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top h2{
    font-size: 28px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-card{
    padding: 20px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text{
    font-size: 18px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn, .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more{
    padding: 14px 22px;
    font-size: 14px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .fnfg-tool-wrap{
    padding: 68px 30px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-container{
    max-width: 1120px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header h1{
    font-size: 56px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header p{
    font-size: 18px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-input-panel{
    padding: 26px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input{
    padding: 19px;
    font-size: 19px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn{
    padding: 13px 27px;
    font-size: 14px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top h2{
    font-size: 27px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 21px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-card{
    padding: 20px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text{
    font-size: 18px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn, .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more{
    padding: 14px 22px;
    font-size: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .fnfg-tool-wrap{
    padding: 58px 24px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-container{
    max-width: 920px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header h1{
    font-size: 46px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header p{
    font-size: 17px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-input-panel{
    padding: 24px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input{
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn{
    padding: 12px 26px;
    font-size: 14px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top h2{
    font-size: 25px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-card{
    padding: 19px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text{
    font-size: 17px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn, .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more{
    padding: 14px 21px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .fnfg-tool-wrap{
    padding: 46px 18px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-container{
    max-width: 100%;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header h1{
    font-size: 38px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header p{
    font-size: 16px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-input-panel{
    padding: 20px;
    border-radius: 20px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input{
    padding: 16px;
    font-size: 17px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn{
    padding: 12px 24px;
    font-size: 13px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top{
    grid-template-columns: 1fr;
    align-items: start;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top h2{
    font-size: 24px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-card{
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text{
    font-size: 17px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn, .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more{
    padding: 14px 20px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .fnfg-tool-wrap{
    padding: 42px 15px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-container{
    max-width: 100%;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header p{
    font-size: 15px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-input-panel{
    padding: 18px;
    border-radius: 18px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input{
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn{
    padding: 12px 23px;
    font-size: 13px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top{
    grid-template-columns: 1fr;
    align-items: start;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top h2{
    font-size: 23px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-card{
    width: 100%;
    max-width: 100%;
    padding: 17px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text{
    font-size: 16px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn, .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more{
    padding: 13px 19px;
    font-size: 13px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .fnfg-tool-wrap{
    padding: 38px 12px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-container{
    max-width: 100%;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header h1{
    font-size: 30px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-tool-header p{
    font-size: 14px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-input-panel{
    padding: 15px;
    border-radius: 17px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-text-input{
    padding: 14px;
    font-size: 15px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-clear-btn{
    padding: 11px 21px;
    font-size: 13px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top{
    grid-template-columns: 1fr;
    align-items: start;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-results-top h2{
    font-size: 22px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-preview-text{
    font-size: 15px;
  }.tc-wp-tool-root .fnfg-tool-wrap .fnfg-btn, .tc-wp-tool-root .fnfg-tool-wrap .fnfg-load-more{
    padding: 13px 18px;
    font-size: 13px;
  }}.wpc-scope-251 .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;
}