@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-401 .tc-wp-tool-root img, .wpc-scope-401 .tc-wp-tool-root video, .wpc-scope-401 .tc-wp-tool-root svg, .wpc-scope-401 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  isolation: isolate;
  padding: 72px 20px;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 230, 96, 0.6), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(190, 143, 255, 0.34), transparent 24%),
    radial-gradient(circle at 55% 98%, rgba(255, 126, 91, 0.34), transparent 26%),
    linear-gradient(135deg, #0aaec2 0%, #39d9d6 33%, #8ce7c3 64%, #ffda6a 100%);
  color: #07313d;
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__header{
  text-align: center;
  margin: 0 auto 30px;
  max-width: 820px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__title{
  margin: 0;
  color: #062a36;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 3px 0 rgba(255, 229, 96, 0.5), 0 14px 34px rgba(7, 49, 61, 0.18);
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__subtitle{
  margin: 16px 0 0;
  color: #083b48;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__panel{
  width: 100%;
  max-width: 920px;
  margin: 0 auto 30px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 24px 70px rgba(5, 74, 91, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__label{
  display: block;
  margin: 0 0 10px;
  color: #062a36;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  border: 1px solid rgba(7, 49, 61, 0.14);
  border-radius: 18px;
  padding: 18px 18px;
  color: #062a36;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 2px 12px rgba(7, 49, 61, 0.08);
  font: 700 18px/1.55 Arial, Helvetica, sans-serif;
  outline: none;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__textarea:focus{
  border-color: rgba(255, 141, 77, 0.9);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 5px rgba(255, 218, 106, 0.34), inset 0 2px 12px rgba(7, 49, 61, 0.06);
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__actions{
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__counter{
  min-width: 0;
  color: #174d58;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 800;
  overflow-wrap: anywhere;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__clear, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__copy, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__load-more{
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  color: #062a36;
  background: linear-gradient(135deg, #ffe56a 0%, #ffb84d 58%, #ff7f63 100%);
  box-shadow: 0 12px 24px rgba(164, 81, 26, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__clear{
  flex: 0 0 auto;
  padding: 13px 24px;
  font-size: 15px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__clear:hover, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__copy:hover, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__load-more:hover{
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow: 0 16px 30px rgba(164, 81, 26, 0.26), 0 0 0 4px rgba(255, 229, 106, 0.2);
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__clear:focus-visible, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__copy:focus-visible, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__load-more:focus-visible{
  outline: 3px solid rgba(108, 65, 210, 0.75);
  outline-offset: 3px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__clear:active, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__copy:active, .wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__load-more:active{
  transform: translateY(0);
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.24)),
    radial-gradient(circle at top right, rgba(255, 229, 106, 0.24), transparent 42%);
  box-shadow: 0 18px 42px rgba(5, 74, 91, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(14px);
  overflow: hidden;
  animation: sbTextToolFade 360ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 229, 106, 0.74);
  box-shadow: 0 24px 56px rgba(5, 74, 91, 0.24), 0 0 0 4px rgba(255, 255, 255, 0.14);
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__card-title{
  margin: 0;
  color: #062a36;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__preview{
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(7, 49, 61, 0.1);
  background: rgba(255, 255, 255, 0.62);
  color: #07313d;
  box-shadow: inset 0 1px 10px rgba(7, 49, 61, 0.06);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__preview::-webkit-scrollbar-track{
  background: rgba(7, 49, 61, 0.08);
  border-radius: 999px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #22c8d1, #ffb84d);
  border-radius: 999px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__copy{
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding: 12px 16px;
  font-size: 14px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__load-more{
  padding: 15px 34px;
  font-size: 16px;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__load-row--hidden{
  display: none;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__bubble{
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.42);
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.12) 38%, rgba(255, 255, 255, 0.03) 66%);
  box-shadow: inset -10px -12px 24px rgba(42, 153, 185, 0.12), 0 12px 34px rgba(7, 49, 61, 0.08);
  pointer-events: none;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__bubble--one{
  width: 130px;
  height: 130px;
  left: 5%;
  top: 15%;
  animation: sbTextToolFloat 8s ease-in-out infinite;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__bubble--two{
  width: 82px;
  height: 82px;
  right: 7%;
  top: 42%;
  animation: sbTextToolFloat 7s ease-in-out 1s infinite;
}.wpc-scope-401 .tc-wp-tool-root .sb-text-tool-wrap__bubble--three{
  width: 110px;
  height: 110px;
  left: 76%;
  bottom: 8%;
  animation: sbTextToolFloat 9s ease-in-out 0.4s infinite;
}@keyframes sbTextToolFade{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes sbTextToolFloat{
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -18px, 0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .sb-text-tool-wrap{
    padding: 78px 24px;
  }.tc-wp-tool-root .sb-text-tool-wrap__container{
    max-width: 1200px;
  }.tc-wp-tool-root .sb-text-tool-wrap__title{
    font-size: 56px;
  }.tc-wp-tool-root .sb-text-tool-wrap__subtitle{
    font-size: 20px;
  }.tc-wp-tool-root .sb-text-tool-wrap__textarea{
    min-height: 158px;
    font-size: 19px;
  }.tc-wp-tool-root .sb-text-tool-wrap__clear, .tc-wp-tool-root .sb-text-tool-wrap__load-more{
    font-size: 16px;
  }.tc-wp-tool-root .sb-text-tool-wrap__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .sb-text-tool-wrap__card{
    padding: 19px;
  }.tc-wp-tool-root .sb-text-tool-wrap__preview{
    font-size: 17px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .sb-text-tool-wrap{
    padding: 68px 22px;
  }.tc-wp-tool-root .sb-text-tool-wrap__container{
    max-width: 1040px;
  }.tc-wp-tool-root .sb-text-tool-wrap__title{
    font-size: 50px;
  }.tc-wp-tool-root .sb-text-tool-wrap__subtitle{
    font-size: 19px;
  }.tc-wp-tool-root .sb-text-tool-wrap__textarea{
    min-height: 150px;
    font-size: 18px;
  }.tc-wp-tool-root .sb-text-tool-wrap__clear, .tc-wp-tool-root .sb-text-tool-wrap__load-more{
    font-size: 15px;
  }.tc-wp-tool-root .sb-text-tool-wrap__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .sb-text-tool-wrap__card{
    padding: 18px;
  }.tc-wp-tool-root .sb-text-tool-wrap__preview{
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .sb-text-tool-wrap{
    padding: 56px 20px;
  }.tc-wp-tool-root .sb-text-tool-wrap__container{
    max-width: 760px;
  }.tc-wp-tool-root .sb-text-tool-wrap__title{
    font-size: 42px;
  }.tc-wp-tool-root .sb-text-tool-wrap__subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .sb-text-tool-wrap__panel{
    padding: 22px;
  }.tc-wp-tool-root .sb-text-tool-wrap__textarea{
    min-height: 142px;
    font-size: 17px;
  }.tc-wp-tool-root .sb-text-tool-wrap__clear, .tc-wp-tool-root .sb-text-tool-wrap__load-more{
    font-size: 15px;
  }.tc-wp-tool-root .sb-text-tool-wrap__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .sb-text-tool-wrap__card{
    padding: 17px;
  }.tc-wp-tool-root .sb-text-tool-wrap__preview{
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .sb-text-tool-wrap{
    padding: 44px 16px;
  }.tc-wp-tool-root .sb-text-tool-wrap__container{
    max-width: 100%;
  }.tc-wp-tool-root .sb-text-tool-wrap__title{
    font-size: 34px;
  }.tc-wp-tool-root .sb-text-tool-wrap__subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .sb-text-tool-wrap__panel{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .sb-text-tool-wrap__textarea{
    min-height: 132px;
    font-size: 16px;
    padding: 15px;
  }.tc-wp-tool-root .sb-text-tool-wrap__actions{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .sb-text-tool-wrap__clear, .tc-wp-tool-root .sb-text-tool-wrap__load-more{
    width: 100%;
    font-size: 15px;
    padding: 14px 18px;
  }.tc-wp-tool-root .sb-text-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .sb-text-tool-wrap__card{
    padding: 16px;
  }.tc-wp-tool-root .sb-text-tool-wrap__preview{
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .sb-text-tool-wrap{
    padding: 40px 14px;
  }.tc-wp-tool-root .sb-text-tool-wrap__container{
    max-width: 100%;
  }.tc-wp-tool-root .sb-text-tool-wrap__title{
    font-size: 31px;
  }.tc-wp-tool-root .sb-text-tool-wrap__subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .sb-text-tool-wrap__panel{
    padding: 16px;
    border-radius: 19px;
  }.tc-wp-tool-root .sb-text-tool-wrap__textarea{
    min-height: 126px;
    font-size: 15px;
    padding: 14px;
  }.tc-wp-tool-root .sb-text-tool-wrap__actions{
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }.tc-wp-tool-root .sb-text-tool-wrap__clear, .tc-wp-tool-root .sb-text-tool-wrap__load-more{
    width: 100%;
    font-size: 14px;
    padding: 13px 16px;
  }.tc-wp-tool-root .sb-text-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .sb-text-tool-wrap__card{
    padding: 15px;
    border-radius: 19px;
  }.tc-wp-tool-root .sb-text-tool-wrap__preview{
    min-height: 108px;
    font-size: 15px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .sb-text-tool-wrap{
    padding: 36px 12px;
  }.tc-wp-tool-root .sb-text-tool-wrap__container{
    max-width: 100%;
  }.tc-wp-tool-root .sb-text-tool-wrap__title{
    font-size: 28px;
  }.tc-wp-tool-root .sb-text-tool-wrap__subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .sb-text-tool-wrap__panel{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .sb-text-tool-wrap__textarea{
    min-height: 120px;
    font-size: 15px;
    padding: 13px;
    border-radius: 15px;
  }.tc-wp-tool-root .sb-text-tool-wrap__actions{
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
  }.tc-wp-tool-root .sb-text-tool-wrap__counter{
    font-size: 13px;
  }.tc-wp-tool-root .sb-text-tool-wrap__clear, .tc-wp-tool-root .sb-text-tool-wrap__load-more{
    width: 100%;
    font-size: 14px;
    padding: 13px 14px;
  }.tc-wp-tool-root .sb-text-tool-wrap__grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .sb-text-tool-wrap__card{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .sb-text-tool-wrap__card-title{
    font-size: 15px;
  }.tc-wp-tool-root .sb-text-tool-wrap__preview{
    min-height: 104px;
    font-size: 15px;
    padding: 12px;
  }}