@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-452 .tc-wp-tool-root img, .wpc-scope-452 .tc-wp-tool-root video, .wpc-scope-452 .tc-wp-tool-root svg, .wpc-scope-452 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap, .wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 72px 24px;
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(204, 85, 255, 0.38), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(25, 221, 255, 0.34), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(255, 89, 188, 0.22), transparent 36%),
    linear-gradient(135deg, #070a24 0%, #14103d 38%, #071d34 72%, #090b1f 100%);
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-shell{
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-header{
  text-align: center;
  margin: 0 auto 34px;
  max-width: 920px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-kicker{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(118, 237, 255, 0.34);
  border-radius: 999px;
  color: #baf6ff;
  background: rgba(8, 18, 44, 0.52);
  box-shadow: 0 0 28px rgba(36, 214, 255, 0.18);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-header h1{
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(190, 92, 255, 0.34);
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-header p{
  margin: 18px auto 0;
  max-width: 760px;
  color: #d6e8ff;
  font-size: 18px;
  line-height: 1.65;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel, .wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-results-panel{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(190, 224, 255, 0.18);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel{
  padding: 28px;
  margin-bottom: 24px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-label{
  display: block;
  margin-bottom: 12px;
  color: #eff9ff;
  font-size: 15px;
  font-weight: 780;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 170px;
  resize: vertical;
  border: 1px solid rgba(150, 224, 255, 0.28);
  border-radius: 20px;
  padding: 20px;
  outline: none;
  color: #ffffff;
  background: rgba(3, 9, 28, 0.56);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  font: inherit;
  font-size: 18px;
  line-height: 1.6;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-input:focus{
  border-color: rgba(65, 229, 255, 0.78);
  background: rgba(3, 12, 34, 0.72);
  box-shadow: 0 0 0 4px rgba(44, 224, 255, 0.14), 0 0 34px rgba(198, 86, 255, 0.22);
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-input::placeholder{
  color: rgba(222, 239, 255, 0.58);
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-actions{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-status, .wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-count{
  color: #bcd2ea;
  font-size: 14px;
  line-height: 1.4;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-clear, .wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more, .wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-copy{
  border: 1px solid rgba(145, 237, 255, 0.34);
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(107, 81, 255, 0.92), rgba(17, 196, 231, 0.86));
  box-shadow: 0 12px 30px rgba(20, 206, 247, 0.17);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-clear{
  min-height: 46px;
  padding: 0 22px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more{
  min-height: 52px;
  padding: 0 26px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-copy{
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-clear:hover, .wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more:hover, .wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-copy:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 38px rgba(207, 92, 255, 0.22), 0 0 24px rgba(25, 221, 255, 0.18);
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-results-panel{
  padding: 28px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-results-head{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 18px;
  margin-bottom: 22px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-results-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(209, 233, 255, 0.16);
  border-radius: 20px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at top right, rgba(43, 227, 255, 0.13), transparent 34%);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(10px);
  animation: udfgFadeIn 360ms ease forwards;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(103, 231, 255, 0.38);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28), 0 0 28px rgba(160, 88, 255, 0.15);
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-card h3{
  margin: 0 0 12px;
  color: #f8fdff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(156, 221, 255, 0.16);
  border-radius: 16px;
  padding: 15px;
  color: #f4fbff;
  background: rgba(2, 8, 24, 0.48);
  font-size: 18px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #bf5cff, #26dfff);
  border-radius: 999px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-more-row{
  display: grid;
  justify-content: center;
  margin-top: 24px;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more.udfg-hidden{
  display: none;
}.wpc-scope-452 .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more:disabled{
  cursor: default;
  opacity: 0.55;
  transform: none;
}@keyframes udfgFadeIn{
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 76px 28px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-shell{
    width: min(1200px, 100%);
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header h1{
    font-size: 50px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input{
    min-height: 176px;
    font-size: 18px;
    padding: 22px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-clear, .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more, .tc-wp-tool-root .udfg-tool-wrap .udfg-copy{
    font-size: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    padding: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview{
    font-size: 17px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 68px 24px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-shell{
    width: min(1120px, 100%);
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header h1{
    font-size: 44px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input{
    min-height: 168px;
    font-size: 17px;
    padding: 20px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-clear, .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more, .tc-wp-tool-root .udfg-tool-wrap .udfg-copy{
    font-size: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    padding: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview{
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 58px 20px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-shell{
    width: min(940px, 100%);
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header h1{
    font-size: 38px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input{
    min-height: 156px;
    font-size: 16px;
    padding: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-clear, .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more, .tc-wp-tool-root .udfg-tool-wrap .udfg-copy{
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    padding: 17px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview{
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 44px 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-shell{
    width: 100%;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header h1{
    font-size: 31px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel, .tc-wp-tool-root .udfg-tool-wrap .udfg-results-panel{
    border-radius: 20px;
    padding: 18px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input{
    min-height: 146px;
    font-size: 16px;
    padding: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-actions, .tc-wp-tool-root .udfg-tool-wrap .udfg-results-head{
    grid-template-columns: 1fr;
    align-items: start;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-clear, .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more, .tc-wp-tool-root .udfg-tool-wrap .udfg-copy{
    width: 100%;
    min-height: 46px;
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview{
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-shell{
    width: 100%;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header h1{
    font-size: 28px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel, .tc-wp-tool-root .udfg-tool-wrap .udfg-results-panel{
    border-radius: 18px;
    padding: 16px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input{
    min-height: 138px;
    font-size: 15px;
    padding: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-actions, .tc-wp-tool-root .udfg-tool-wrap .udfg-results-head{
    grid-template-columns: 1fr;
    align-items: start;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-clear, .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more, .tc-wp-tool-root .udfg-tool-wrap .udfg-copy{
    width: 100%;
    min-height: 45px;
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview{
    font-size: 15px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .udfg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-shell{
    width: 100%;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header h1{
    font-size: 25px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input-panel, .tc-wp-tool-root .udfg-tool-wrap .udfg-results-panel{
    border-radius: 16px;
    padding: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-input{
    min-height: 132px;
    font-size: 15px;
    padding: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-actions, .tc-wp-tool-root .udfg-tool-wrap .udfg-results-head{
    grid-template-columns: 1fr;
    align-items: start;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-clear, .tc-wp-tool-root .udfg-tool-wrap .udfg-load-more, .tc-wp-tool-root .udfg-tool-wrap .udfg-copy{
    width: 100%;
    min-height: 44px;
    font-size: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .udfg-tool-wrap .udfg-preview{
    font-size: 15px;
  }}