@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-183 .tc-wp-tool-root img, .wpc-scope-183 .tc-wp-tool-root video, .wpc-scope-183 .tc-wp-tool-root svg, .wpc-scope-183 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-shell, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-shell *, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-shell *::before, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-shell *::after{
  box-sizing: border-box;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-shell{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 72px 22px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 115, 190, 0.46), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(0, 226, 255, 0.42), transparent 32%),
    radial-gradient(circle at 50% 88%, rgba(122, 92, 255, 0.42), transparent 36%),
    linear-gradient(135deg, #080b25 0%, #142970 34%, #6d5be7 66%, #10142f 100%);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-container{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-glow{
  position: absolute;
  pointer-events: none;
  filter: blur(18px);
  opacity: 0.7;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-glow-one{
  width: 180px;
  height: 180px;
  top: 36px;
  left: 7%;
  border-radius: 999px;
  background: rgba(255, 128, 196, 0.35);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-glow-two{
  width: 220px;
  height: 220px;
  right: 6%;
  bottom: 90px;
  border-radius: 999px;
  background: rgba(0, 232, 255, 0.28);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-header{
  text-align: center;
  margin: 0 auto 34px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-header h1{
  margin: 0 0 12px;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 26px rgba(0, 236, 255, 0.32);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-header p{
  max-width: 760px;
  margin: 0 auto;
  color: rgba(245, 249, 255, 0.88);
  font-size: 19px;
  line-height: 1.6;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-input-panel{
  width: 100%;
  max-width: 100%;
  padding: 26px;
  margin: 0 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-label{
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 156px;
  resize: vertical;
  padding: 22px;
  border: 1px solid rgba(147, 238, 255, 0.42);
  border-radius: 20px;
  outline: none;
  background: rgba(5, 9, 28, 0.58);
  color: #ffffff;
  font: inherit;
  font-size: 26px;
  line-height: 1.45;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-textarea:focus{
  border-color: rgba(0, 238, 255, 0.9);
  background: rgba(5, 9, 28, 0.72);
  box-shadow: 0 0 0 4px rgba(0, 238, 255, 0.14), 0 0 34px rgba(255, 105, 190, 0.18);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-actions{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-count{
  color: rgba(239, 248, 255, 0.82);
  font-size: 15px;
  overflow-wrap: anywhere;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-clear, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-load-more, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-copy{
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 104, 190, 0.98), rgba(75, 122, 255, 0.98), rgba(0, 222, 255, 0.98));
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 199, 255, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, opacity 180ms ease;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-clear{
  min-height: 46px;
  padding: 0 24px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-copy{
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-load-more{
  min-height: 52px;
  padding: 0 34px;
  font-size: 16px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-clear:hover, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-load-more:hover, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-copy:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 18px 42px rgba(0, 229, 255, 0.28), 0 0 22px rgba(255, 122, 198, 0.2);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-clear:active, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-load-more:active, .wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-copy:active{
  transform: translateY(0);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-load-more:disabled{
  cursor: default;
  opacity: 0.48;
  transform: none;
  filter: none;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.065)),
    rgba(7, 11, 32, 0.42);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  overflow: hidden;
  animation: kfgFadeIn 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 238, 255, 0.45);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.3), 0 0 26px rgba(0, 238, 255, 0.14);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-card-title{
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 112px;
  margin: 0 0 16px;
  padding: 16px;
  overflow: auto;
  border: 1px solid rgba(147, 238, 255, 0.22);
  border-radius: 16px;
  background: rgba(2, 7, 24, 0.45);
  color: #ffffff;
  font-size: 21px;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 0 14px rgba(0, 238, 255, 0.18);
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-preview::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff72bd, #00e7ff);
  border-radius: 999px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-load-row{
  display: grid;
  place-items: center;
  width: 100%;
  margin-top: 30px;
}.wpc-scope-183 .tc-wp-tool-root .kfg-tool-wrap .kfg-load-row.kfg-hidden{
  display: none;
}@keyframes kfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .kfg-tool-wrap .kfg-shell{
    padding: 78px 26px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header h1{
    font-size: 58px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header p{
    font-size: 19px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-textarea{
    min-height: 156px;
    font-size: 26px;
    padding: 22px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-clear, .tc-wp-tool-root .kfg-tool-wrap .kfg-copy{
    min-height: 46px;
    font-size: 15px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-load-more{
    min-height: 52px;
    font-size: 16px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-card{
    padding: 20px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-preview{
    font-size: 21px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .kfg-tool-wrap .kfg-shell{
    padding: 68px 24px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-container{
    width: min(100%, 1060px);
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-textarea{
    min-height: 148px;
    font-size: 24px;
    padding: 21px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-clear, .tc-wp-tool-root .kfg-tool-wrap .kfg-copy{
    min-height: 45px;
    font-size: 15px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-load-more{
    min-height: 51px;
    font-size: 16px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 19px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-card{
    padding: 19px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-preview{
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .kfg-tool-wrap .kfg-shell{
    padding: 58px 20px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-container{
    width: min(100%, 900px);
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header h1{
    font-size: 44px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-textarea{
    min-height: 140px;
    font-size: 22px;
    padding: 20px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-clear, .tc-wp-tool-root .kfg-tool-wrap .kfg-copy{
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-load-more{
    min-height: 50px;
    font-size: 15px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-card{
    padding: 18px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-preview{
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .kfg-tool-wrap .kfg-shell{
    padding: 44px 16px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-container{
    width: 100%;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header h1{
    font-size: 36px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-input-panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-textarea{
    min-height: 128px;
    font-size: 20px;
    padding: 18px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-actions{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-clear, .tc-wp-tool-root .kfg-tool-wrap .kfg-copy{
    width: 100%;
    min-height: 44px;
    font-size: 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-load-more{
    width: 100%;
    min-height: 50px;
    font-size: 15px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-card{
    padding: 17px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-preview{
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .kfg-tool-wrap .kfg-shell{
    padding: 38px 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-container{
    width: 100%;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header h1{
    font-size: 32px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-input-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-textarea{
    min-height: 122px;
    font-size: 19px;
    padding: 16px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-actions{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-clear, .tc-wp-tool-root .kfg-tool-wrap .kfg-copy{
    width: 100%;
    min-height: 43px;
    font-size: 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-load-more{
    width: 100%;
    min-height: 48px;
    font-size: 15px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-card{
    padding: 16px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-preview{
    font-size: 18px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .kfg-tool-wrap .kfg-shell{
    padding: 34px 12px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-container{
    width: 100%;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header h1{
    font-size: 28px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-input-panel{
    padding: 14px;
    border-radius: 17px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-textarea{
    min-height: 116px;
    font-size: 18px;
    padding: 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-actions{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-count{
    font-size: 13px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-clear, .tc-wp-tool-root .kfg-tool-wrap .kfg-copy{
    width: 100%;
    min-height: 42px;
    font-size: 13px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-load-more{
    width: 100%;
    min-height: 46px;
    font-size: 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-card{
    padding: 14px;
  }.tc-wp-tool-root .kfg-tool-wrap .kfg-preview{
    min-height: 104px;
    font-size: 17px;
    padding: 14px;
  }}.wpc-scope-183 /* 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;
}