@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-477 .tc-wp-tool-root img, .wpc-scope-477 .tc-wp-tool-root video, .wpc-scope-477 .tc-wp-tool-root svg, .wpc-scope-477 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fff;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 0, 138, .36), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 229, 255, .32), transparent 28%),
    radial-gradient(circle at 48% 92%, rgba(255, 214, 0, .26), transparent 34%),
    linear-gradient(135deg, #171027 0%, #121624 42%, #10251f 100%);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-container, .wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-hero, .wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-input-panel, .wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-grid, .wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-card, .wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview, .wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-row, .wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-clear-row{
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-hero{
  text-align: center;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-title{
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
  color: transparent;
  background: linear-gradient(90deg, #ff2f92, #ffd44d, #47f4ff, #b66cff, #65ff93);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 34px rgba(255, 47, 146, .22);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .82);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-input-panel{
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(16px);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-label{
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .9);
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  outline: none;
  background: rgba(7, 10, 20, .62);
  color: #fff;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input::placeholder{
  color: rgba(255,255,255,.44);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input:focus{
  border-color: rgba(71, 244, 255, .75);
  background: rgba(5, 10, 22, .76);
  box-shadow: 0 0 0 4px rgba(71,244,255,.13), 0 0 34px rgba(255,47,146,.16);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-clear-row, .wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-row{
  display: grid;
  place-items: center;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn{
  appearance: none;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 850;
  letter-spacing: 0;
  background: linear-gradient(135deg, rgba(255,47,146,.98), rgba(97,86,255,.96) 52%, rgba(31,220,255,.96));
  box-shadow: 0 12px 28px rgba(0,0,0,.25), 0 0 0 rgba(71,244,255,0);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.12);
  box-shadow: 0 16px 34px rgba(0,0,0,.31), 0 0 28px rgba(71,244,255,.24);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn:active{
  transform: translateY(0);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-grid{
  display: grid;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-card{
  min-width: 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.135), rgba(255,255,255,.055)),
    radial-gradient(circle at top left, rgba(255,47,146,.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(71,244,255,.16), transparent 36%);
  box-shadow: 0 18px 44px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
  animation: ckfgFadeIn .34s ease both;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255,212,77,.42);
  box-shadow: 0 24px 62px rgba(0,0,0,.36), 0 0 24px rgba(255,47,146,.15);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-card-title{
  margin: 0;
  min-width: 0;
  color: rgba(255,255,255,.94);
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-copy-btn{
  flex: 0 0 auto;
  padding: 8px 13px;
  font-size: 13px;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview{
  min-height: 92px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.23);
  color: rgba(255,255,255,.95);
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: inset 0 1px 14px rgba(0,0,0,.2);
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview::-webkit-scrollbar-track{
  background: rgba(255,255,255,.06);
  border-radius: 999px;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff2f92, #47f4ff);
  border-radius: 999px;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-btn.ckfg-hidden{
  display: none;
}@keyframes ckfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .ckfg-tool-wrap{ padding: 72px 28px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-container{ max-width: 1200px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-title{ font-size: 58px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-subtitle{ font-size: 18px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-input-panel{ padding: 28px; margin-top: 34px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-label{ font-size: 15px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input{ min-height: 132px; padding: 18px; font-size: 18px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-clear-row{ margin-top: 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn{ padding: 11px 22px; font-size: 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card{ padding: 20px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card-title{ font-size: 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview{ padding: 16px; font-size: 18px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-row{ margin-top: 28px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .ckfg-tool-wrap{ padding: 64px 24px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-container{ max-width: 1040px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-title{ font-size: 52px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-subtitle{ font-size: 17px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-input-panel{ padding: 26px; margin-top: 32px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input{ min-height: 126px; padding: 17px; font-size: 17px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-clear-row{ margin-top: 15px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn{ padding: 10px 20px; font-size: 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 26px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card{ padding: 19px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview{ padding: 15px; font-size: 17px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-row{ margin-top: 26px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .ckfg-tool-wrap{ padding: 54px 22px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-container{ max-width: 860px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-title{ font-size: 44px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-subtitle{ font-size: 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-input-panel{ padding: 23px; margin-top: 28px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input{ min-height: 120px; padding: 16px; font-size: 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-clear-row{ margin-top: 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn{ padding: 10px 19px; font-size: 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card{ padding: 18px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview{ padding: 15px; font-size: 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-row{ margin-top: 24px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .ckfg-tool-wrap{ padding: 42px 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-container{ max-width: 100%; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-title{ font-size: 36px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-subtitle{ font-size: 15px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-input-panel{ padding: 18px; margin-top: 24px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input{ min-height: 112px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-clear-row{ margin-top: 13px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn{ padding: 9px 17px; font-size: 13px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-grid{ grid-template-columns: 1fr !important; gap: 16px; margin-top: 22px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card{ padding: 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview{ padding: 14px; font-size: 16px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-row{ margin-top: 22px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .ckfg-tool-wrap{ padding: 38px 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-container{ max-width: 100%; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-title{ font-size: 32px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-subtitle{ font-size: 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-input-panel{ padding: 16px; margin-top: 22px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input{ min-height: 108px; padding: 13px; font-size: 15px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-clear-row{ margin-top: 12px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn{ padding: 9px 16px; font-size: 13px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-grid{ grid-template-columns: 1fr !important; gap: 15px; margin-top: 20px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card{ padding: 15px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card-head{ align-items: flex-start; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview{ padding: 13px; font-size: 15px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-row{ margin-top: 20px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .ckfg-tool-wrap{ padding: 34px 12px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-container{ max-width: 100%; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-title{ font-size: 28px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-subtitle{ font-size: 13px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-input-panel{ padding: 14px; margin-top: 20px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-text-input{ min-height: 104px; padding: 12px; font-size: 15px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-clear-row{ margin-top: 11px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-btn{ padding: 8px 14px; font-size: 12px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-grid{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 18px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card{ padding: 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card-head{ align-items: flex-start; gap: 8px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-card-title{ font-size: 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-preview{ padding: 12px; font-size: 14px; }.tc-wp-tool-root .ckfg-tool-wrap .ckfg-load-row{ margin-top: 18px; }}.wpc-scope-477 .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;
}.wpc-scope-477 .tc-wp-tool-root .ckfg-clear-btn{}