@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;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .msg-counter-tool{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 56px 18px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 10%, rgba(56, 189, 248, 0.42), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(244, 114, 182, 0.36), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #123a6f 38%, #5b21b6 70%, #111827 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .msg-counter-tool, .tc-wp-tool-root .msg-counter-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .msg-counter-tool__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .msg-counter-tool__header{
  text-align: center;
  margin: 0 0 26px;
}.tc-wp-tool-root .msg-counter-tool__title{
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  max-width: 100%;
  overflow-wrap: break-word;
  margin: 0;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
  letter-spacing: 0;
}.tc-wp-tool-root .msg-counter-tool__subtitle{
  margin: 10px auto 0;
  max-width: 720px;
  color: rgba(247, 250, 252, 0.92);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .msg-counter-tool__layout{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: stretch;
  width: 100%;
}.tc-wp-tool-root .msg-counter-tool__column{
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  min-width: 0;
}.tc-wp-tool-root .msg-counter-tool__text-card, .tc-wp-tool-root .msg-counter-tool__stats{
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 45px rgba(4, 12, 26, 0.26);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .msg-counter-tool__text-card:hover, .tc-wp-tool-root .msg-counter-tool__stats:hover{
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(4, 12, 26, 0.32);
  border-color: rgba(255, 255, 255, 0.34);
}.tc-wp-tool-root .msg-counter-tool__card{
  width: 100%;
  min-width: 0;
  border-radius: 18px;
  padding: 14px;
}.tc-wp-tool-root .msg-counter-tool__text-card{
  flex: 1;
  display: flex;
  min-height: 0;
}.tc-wp-tool-root .msg-counter-tool__textarea{
  width: 100%;
  max-width: 100%;
  height: 200px;
  max-height: 240px;
  min-height: 140px;
  resize: vertical;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 14px;
  padding: 15px 16px;
  background: rgba(7, 17, 31, 0.58);
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  line-height: 1.55;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .msg-counter-tool__textarea::placeholder{
  color: rgba(235, 244, 255, 0.62);
}.tc-wp-tool-root .msg-counter-tool__textarea:focus{
  border-color: rgba(125, 211, 252, 0.9);
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background: rgba(7, 17, 31, 0.72);
}.tc-wp-tool-root .msg-counter-tool__actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}.tc-wp-tool-root .msg-counter-tool__button, .tc-wp-tool-root .msg-counter-tool__copy{
  height: 52px;
  min-height: 46px;
  max-height: 54px;
  padding: 0 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .msg-counter-tool__button--primary{
  color: #06111f;
  background: linear-gradient(135deg, #67e8f9, #a7f3d0);
  box-shadow: 0 14px 28px rgba(45, 212, 191, 0.24);
}.tc-wp-tool-root .msg-counter-tool__button--secondary, .tc-wp-tool-root .msg-counter-tool__copy{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 24px rgba(4, 12, 26, 0.18);
}.tc-wp-tool-root .msg-counter-tool__button:hover, .tc-wp-tool-root .msg-counter-tool__copy:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(14, 165, 233, 0.26);
}.tc-wp-tool-root .msg-counter-tool__button:focus-visible, .tc-wp-tool-root .msg-counter-tool__copy:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}.tc-wp-tool-root .msg-counter-tool__stats{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
  border-radius: 18px;
  padding: 14px;
  flex: 1;
  align-content: stretch;
}.tc-wp-tool-root .msg-counter-tool__stat{
  min-width: 0;
  border-radius: 14px;
  padding: 14px;
  background: rgba(7, 17, 31, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  animation: msgCounterReveal 240ms ease both;
}.tc-wp-tool-root .msg-counter-tool__stat-label{
  display: block;
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 750;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}.tc-wp-tool-root .msg-counter-tool__stat-value{
  display: block;
  color: #ffffff;
  font-size: 1.72rem;
  line-height: 1.05;
  font-weight: 850;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .msg-counter-tool__toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%) translateY(16px);
  z-index: 9999;
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.94);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  font-size: 0.92rem;
  font-weight: 750;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .msg-counter-tool__toast.is-visible{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes msgCounterReveal {
  from {
    opacity: 0.72;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .msg-counter-tool{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .msg-counter-tool__container{
    width: 100%;
  }.tc-wp-tool-root .msg-counter-tool__header{
    margin-bottom: 22px;
  }.tc-wp-tool-root .msg-counter-tool__title{
    font-size: clamp(1.5rem, 8vw, 1.95rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.46);
  }.tc-wp-tool-root .msg-counter-tool__subtitle{
    font-size: 0.9rem;
    color: rgba(248, 250, 252, 0.94);
  }.tc-wp-tool-root .msg-counter-tool__layout{
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }.tc-wp-tool-root .msg-counter-tool__column{
    height: auto;
    gap: 10px;
  }.tc-wp-tool-root .msg-counter-tool__card, .tc-wp-tool-root .msg-counter-tool__stats{
    padding: 10px;
  }.tc-wp-tool-root .msg-counter-tool__textarea{
    height: 145px;
    width: 100%;
    font-size: 0.95rem;
    padding: 12px;
  }.tc-wp-tool-root .msg-counter-tool__button, .tc-wp-tool-root .msg-counter-tool__copy{
    height: 48px;
    max-height: 54px;
    padding: 0 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .msg-counter-tool__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    flex: initial;
  }.tc-wp-tool-root .msg-counter-tool__stat{
    padding: 10px;
  }.tc-wp-tool-root .msg-counter-tool__stat-label{
    font-size: 0.66rem;
  }.tc-wp-tool-root .msg-counter-tool__stat-value{
    font-size: 1.28rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .msg-counter-tool{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .msg-counter-tool__container{
    width: 100%;
  }.tc-wp-tool-root .msg-counter-tool__header{
    margin-bottom: 23px;
  }.tc-wp-tool-root .msg-counter-tool__title{
    font-size: clamp(1.65rem, 7.4vw, 2.12rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.44);
  }.tc-wp-tool-root .msg-counter-tool__subtitle{
    font-size: 0.93rem;
    color: rgba(248, 250, 252, 0.94);
  }.tc-wp-tool-root .msg-counter-tool__layout{
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
  }.tc-wp-tool-root .msg-counter-tool__column{
    height: auto;
    gap: 11px;
  }.tc-wp-tool-root .msg-counter-tool__card, .tc-wp-tool-root .msg-counter-tool__stats{
    padding: 11px;
  }.tc-wp-tool-root .msg-counter-tool__textarea{
    height: 150px;
    width: 100%;
    font-size: 0.96rem;
    padding: 13px;
  }.tc-wp-tool-root .msg-counter-tool__button, .tc-wp-tool-root .msg-counter-tool__copy{
    height: 48px;
    max-height: 54px;
    padding: 0 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .msg-counter-tool__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    flex: initial;
  }.tc-wp-tool-root .msg-counter-tool__stat{
    padding: 11px;
  }.tc-wp-tool-root .msg-counter-tool__stat-label{
    font-size: 0.69rem;
  }.tc-wp-tool-root .msg-counter-tool__stat-value{
    font-size: 1.36rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .msg-counter-tool{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .msg-counter-tool__container{
    width: 100%;
  }.tc-wp-tool-root .msg-counter-tool__header{
    margin-bottom: 24px;
  }.tc-wp-tool-root .msg-counter-tool__title{
    font-size: clamp(1.85rem, 6.3vw, 2.35rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
  }.tc-wp-tool-root .msg-counter-tool__subtitle{
    font-size: 0.96rem;
    color: rgba(248, 250, 252, 0.94);
  }.tc-wp-tool-root .msg-counter-tool__layout{
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }.tc-wp-tool-root .msg-counter-tool__column{
    height: auto;
    gap: 12px;
  }.tc-wp-tool-root .msg-counter-tool__card, .tc-wp-tool-root .msg-counter-tool__stats{
    padding: 12px;
  }.tc-wp-tool-root .msg-counter-tool__textarea{
    height: 160px;
    width: 100%;
    font-size: 0.98rem;
    padding: 14px;
  }.tc-wp-tool-root .msg-counter-tool__button, .tc-wp-tool-root .msg-counter-tool__copy{
    height: 48px;
    max-height: 54px;
    padding: 0 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .msg-counter-tool__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    flex: initial;
  }.tc-wp-tool-root .msg-counter-tool__stat{
    padding: 12px;
  }.tc-wp-tool-root .msg-counter-tool__stat-label{
    font-size: 0.72rem;
  }.tc-wp-tool-root .msg-counter-tool__stat-value{
    font-size: 1.48rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .msg-counter-tool{
    padding: 44px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .msg-counter-tool__container{
    width: 100%;
  }.tc-wp-tool-root .msg-counter-tool__header{
    margin-bottom: 26px;
  }.tc-wp-tool-root .msg-counter-tool__title{
    font-size: clamp(2.1rem, 4.3vw, 2.55rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.4);
  }.tc-wp-tool-root .msg-counter-tool__subtitle{
    font-size: 0.98rem;
    color: rgba(248, 250, 252, 0.93);
  }.tc-wp-tool-root .msg-counter-tool__layout{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 24px;
  }.tc-wp-tool-root .msg-counter-tool__column{
    height: 100%;
    gap: 13px;
  }.tc-wp-tool-root .msg-counter-tool__card, .tc-wp-tool-root .msg-counter-tool__stats{
    padding: 13px;
  }.tc-wp-tool-root .msg-counter-tool__textarea{
    height: 175px;
    width: 100%;
    font-size: 0.98rem;
  }.tc-wp-tool-root .msg-counter-tool__button, .tc-wp-tool-root .msg-counter-tool__copy{
    height: 50px;
    max-height: 54px;
    padding: 0 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .msg-counter-tool__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .msg-counter-tool__stat{
    padding: 12px;
  }.tc-wp-tool-root .msg-counter-tool__stat-label{
    font-size: 0.72rem;
  }.tc-wp-tool-root .msg-counter-tool__stat-value{
    font-size: 1.5rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .msg-counter-tool{
    padding: 56px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .msg-counter-tool__container{
    width: 100%;
  }.tc-wp-tool-root .msg-counter-tool__header{
    margin-bottom: 28px;
  }.tc-wp-tool-root .msg-counter-tool__title{
    font-size: clamp(2.35rem, 3.7vw, 2.75rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
  }.tc-wp-tool-root .msg-counter-tool__subtitle{
    font-size: 1rem;
    color: rgba(248, 250, 252, 0.92);
  }.tc-wp-tool-root .msg-counter-tool__layout{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 26px;
  }.tc-wp-tool-root .msg-counter-tool__column{
    height: 100%;
    gap: 14px;
  }.tc-wp-tool-root .msg-counter-tool__card, .tc-wp-tool-root .msg-counter-tool__stats{
    padding: 14px;
  }.tc-wp-tool-root .msg-counter-tool__textarea{
    height: 190px;
    width: 100%;
    font-size: 1rem;
  }.tc-wp-tool-root .msg-counter-tool__button, .tc-wp-tool-root .msg-counter-tool__copy{
    height: 52px;
    max-height: 54px;
    padding: 0 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .msg-counter-tool__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .msg-counter-tool__stat{
    padding: 13px;
  }.tc-wp-tool-root .msg-counter-tool__stat-label{
    font-size: 0.76rem;
  }.tc-wp-tool-root .msg-counter-tool__stat-value{
    font-size: 1.62rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .msg-counter-tool{
    padding: 56px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .msg-counter-tool__container{
    width: 100%;
  }.tc-wp-tool-root .msg-counter-tool__header{
    margin-bottom: 30px;
  }.tc-wp-tool-root .msg-counter-tool__title{
    font-size: clamp(2.45rem, 3vw, 2.8rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
  }.tc-wp-tool-root .msg-counter-tool__subtitle{
    font-size: 1rem;
    color: rgba(248, 250, 252, 0.92);
  }.tc-wp-tool-root .msg-counter-tool__layout{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
  }.tc-wp-tool-root .msg-counter-tool__column{
    height: 100%;
    gap: 14px;
  }.tc-wp-tool-root .msg-counter-tool__card, .tc-wp-tool-root .msg-counter-tool__stats{
    padding: 14px;
  }.tc-wp-tool-root .msg-counter-tool__textarea{
    height: 205px;
    width: 100%;
    font-size: 1rem;
  }.tc-wp-tool-root .msg-counter-tool__button, .tc-wp-tool-root .msg-counter-tool__copy{
    height: 52px;
    max-height: 54px;
    padding: 0 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .msg-counter-tool__stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .msg-counter-tool__stat{
    padding: 14px;
  }.tc-wp-tool-root .msg-counter-tool__stat-label{
    font-size: 0.78rem;
  }.tc-wp-tool-root .msg-counter-tool__stat-value{
    font-size: 1.72rem;
  }}.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;
}

.tc-wp-tool-root .msg-counter-tool__column--input {}
.tc-wp-tool-root .msg-counter-tool__column--stats {}
.tc-wp-tool-root .msg-counter-tool__copy-stats {}
.tc-wp-tool-root .msg-counter-tool__copy-text {}