@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-421 .tc-wp-tool-root img, .wpc-scope-421 .tc-wp-tool-root video, .wpc-scope-421 .tc-wp-tool-root svg, .wpc-scope-421 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #f8fbff;
  background:
    radial-gradient(circle at 15% 10%, rgba(73, 214, 255, 0.34), transparent 31%),
    radial-gradient(circle at 84% 18%, rgba(255, 86, 176, 0.28), transparent 34%),
    radial-gradient(circle at 50% 88%, rgba(126, 255, 190, 0.18), transparent 35%),
    linear-gradient(135deg, #08111f 0%, #14213d 44%, #311b55 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-bg{
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 86%);
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-header{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-title{
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 12px 38px rgba(80, 190, 255, 0.34);
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-subtitle{
  margin: 16px auto 0;
  max-width: 760px;
  line-height: 1.65;
  color: rgba(238, 246, 255, 0.84);
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-panel{
  width: 100%;
  box-sizing: border-box;
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), 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.14);
  backdrop-filter: blur(18px);
  border-radius: 24px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-label{
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 750;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-row{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(190, 228, 255, 0.24);
  outline: none;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(5, 12, 26, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  font-family: inherit;
  line-height: 1.55;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input::placeholder{
  color: rgba(235, 244, 255, 0.46);
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input:focus{
  border-color: rgba(101, 219, 255, 0.82);
  background: rgba(7, 16, 35, 0.62);
  box-shadow: 0 0 0 5px rgba(76, 210, 255, 0.14), 0 0 32px rgba(76, 210, 255, 0.18);
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear, .wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more, .wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  color: #06101d;
  background: linear-gradient(135deg, #73f2ff 0%, #9cffc7 52%, #ffe28a 100%);
  box-shadow: 0 14px 34px rgba(74, 219, 255, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  white-space: nowrap;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear:hover, .wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more:hover, .wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 42px rgba(108, 236, 255, 0.34);
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear:focus-visible, .wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more:focus-visible, .wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-results{
  margin-top: 28px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto minmax(124px, auto) auto;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.065)),
    radial-gradient(circle at 10% 0%, rgba(120, 226, 255, 0.14), transparent 38%);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  overflow: hidden;
  animation: cfgToolFadeIn 300ms ease both;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card:hover{
  transform: translateY(-5px);
  border-color: rgba(122, 235, 255, 0.42);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32), 0 0 34px rgba(87, 219, 255, 0.16);
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-style-name{
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 850;
  line-height: 1.25;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 118px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 16px;
  border: 1px solid rgba(220, 243, 255, 0.14);
  background: rgba(1, 8, 20, 0.34);
  color: #ffffff;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(117, 232, 255, 0.7), rgba(255, 124, 207, 0.58));
  border-radius: 999px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card-actions{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy{
  border-radius: 999px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-more-row{
  display: flex;
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more{
  border-radius: 999px;
}.wpc-scope-421 .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more.cfg-tool-hidden{
  display: none;
}@keyframes cfgToolFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .cfg-tool-wrap{
    padding: 78px 32px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-container{
    max-width: 1200px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-title{
    font-size: 58px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-panel{
    padding: 28px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-label{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input{
    font-size: 18px;
    padding: 18px 20px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear, .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more{
    font-size: 16px;
    padding: 0 26px;
    min-height: 58px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card{
    padding: 22px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-style-name{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview{
    font-size: 22px;
    padding: 18px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy{
    font-size: 14px;
    padding: 11px 18px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cfg-tool-wrap{
    padding: 70px 28px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-container{
    max-width: 1080px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-title{
    font-size: 52px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-panel{
    padding: 26px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-label{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input{
    font-size: 17px;
    padding: 17px 19px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear, .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more{
    font-size: 16px;
    padding: 0 25px;
    min-height: 56px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card{
    padding: 21px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-style-name{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview{
    font-size: 21px;
    padding: 17px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy{
    font-size: 14px;
    padding: 11px 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cfg-tool-wrap{
    padding: 62px 24px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-container{
    max-width: 840px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-title{
    font-size: 44px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-panel{
    padding: 24px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-label{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input{
    font-size: 16px;
    padding: 16px 18px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear, .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more{
    font-size: 15px;
    padding: 0 23px;
    min-height: 54px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card{
    padding: 20px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-style-name{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview{
    font-size: 20px;
    padding: 16px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy{
    font-size: 14px;
    padding: 10px 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .cfg-tool-wrap{
    padding: 48px 18px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-container{
    max-width: 100%;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-title{
    font-size: 34px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-row{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-label{
    font-size: 14px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input{
    font-size: 16px;
    padding: 15px 16px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear, .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more{
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    min-height: 52px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card{
    width: 100%;
    max-width: 100%;
    padding: 18px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-style-name{
    font-size: 16px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview{
    font-size: 19px;
    padding: 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy{
    font-size: 14px;
    padding: 10px 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .cfg-tool-wrap{
    padding: 42px 14px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-container{
    max-width: 100%;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-title{
    font-size: 31px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-panel{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-row{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-label{
    font-size: 14px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input{
    font-size: 15px;
    padding: 14px 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear, .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more{
    width: 100%;
    font-size: 15px;
    padding: 14px 18px;
    min-height: 50px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-style-name{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview{
    font-size: 18px;
    padding: 14px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy{
    font-size: 14px;
    padding: 10px 16px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .cfg-tool-wrap{
    padding: 36px 12px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-container{
    max-width: 100%;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-title{
    font-size: 28px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-panel{
    padding: 14px;
    border-radius: 17px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input-row{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-label{
    font-size: 13px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-input{
    font-size: 15px;
    padding: 13px 14px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-clear, .tc-wp-tool-root .cfg-tool-wrap .cfg-tool-load-more{
    width: 100%;
    font-size: 14px;
    padding: 13px 16px;
    min-height: 48px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-style-name{
    font-size: 15px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-preview{
    font-size: 17px;
    padding: 13px;
  }.tc-wp-tool-root .cfg-tool-wrap .cfg-tool-copy{
    font-size: 13px;
    padding: 10px 15px;
  }}