@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 .pwc-paragraph-word-counter{
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  border-radius: 0 !important;
  position: relative;
  padding: 38px 18px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 211, 238, 0.34), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(139, 92, 246, 0.34), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(16, 185, 129, 0.24), transparent 38%),
    linear-gradient(135deg, #07111f 0%, #111827 42%, #06251f 100%);
}.tc-wp-tool-root .pwc-paragraph-word-counter, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-container, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-mini-btn, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-item, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words{
  box-sizing: border-box;
  max-width: 100%;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-hero{
  text-align: center;
  margin: 0 0 22px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(34, 211, 238, 0.28);
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-subtitle{
  margin: 10px auto 0;
  max-width: 620px;
  color: #c8d7e6;
  font-size: 1rem;
  line-height: 1.5;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
  width: 100%;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card{
  width: 100%;
  border: 1px solid rgba(196, 232, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(9, 22, 38, 0.84), rgba(12, 35, 44, 0.66));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(125, 249, 255, 0.34);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(20, 184, 166, 0.12);
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-input-card, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-output-card{
  padding: 18px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-label, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-control-label{
  display: block;
  margin: 0 0 8px;
  color: #e8f7ff;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-label{
  font-size: 0.98rem;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-control-label{
  font-size: 0.84rem;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea{
  display: block;
  width: 100%;
  min-height: 360px;
  resize: vertical;
  overflow: auto;
  border: 1px solid rgba(181, 229, 255, 0.24);
  border-radius: 18px;
  padding: 16px;
  background: rgba(3, 12, 24, 0.74);
  color: #f8fcff;
  font-size: 1rem;
  line-height: 1.65;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea::placeholder{
  color: #8fa7bb;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea:focus, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select:focus{
  border-color: rgba(45, 212, 191, 0.92);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), 0 0 34px rgba(34, 211, 238, 0.16);
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-controls{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 14px 0 12px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-control{
  width: 100%;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select{
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(181, 229, 255, 0.22);
  border-radius: 14px;
  padding: 0 12px;
  outline: none;
  background: #071827;
  color: #f3fbff;
  font-size: 0.94rem;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select option{
  background: #071827;
  color: #f3fbff;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-mini-btn{
  border: 0;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 140ms ease, box-shadow 180ms ease, filter 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn{
  width: 100%;
  height: 52px;
  max-width: 100%;
  border-radius: 15px;
  font-size: 0.98rem;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn-primary{
  color: #041018;
  background: linear-gradient(135deg, #67e8f9, #2dd4bf 48%, #a7f3d0);
  box-shadow: 0 12px 28px rgba(45, 212, 191, 0.24);
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn-secondary{
  color: #ecfeff;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.98), rgba(15, 118, 110, 0.78));
  border: 1px solid rgba(180, 244, 255, 0.18);
  box-shadow: 0 12px 28px rgba(8, 47, 73, 0.24);
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn:hover, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-mini-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 16px 34px rgba(34, 211, 238, 0.2);
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn:active, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-mini-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn:focus-visible, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-mini-btn:focus-visible{
  outline: 3px solid rgba(125, 249, 255, 0.76);
  outline-offset: 3px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-section-title{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-mini-actions{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-mini-btn{
  min-height: 36px;
  padding: 0 12px;
  border-radius: 11px;
  color: #eaffff;
  background: rgba(14, 116, 144, 0.38);
  border: 1px solid rgba(165, 243, 252, 0.22);
  font-size: 0.82rem;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stats-grid, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-item{
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(186, 230, 253, 0.16);
  background: linear-gradient(145deg, rgba(8, 21, 36, 0.72), rgba(15, 64, 64, 0.38));
  padding: 12px;
  animation: pwcReveal 240ms ease both;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-label, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-label{
  display: block;
  color: #9fd4df;
  font-size: 0.76rem;
  line-height: 1.2;
  margin-bottom: 6px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-value, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-value{
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.15;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-grid{
  animation: pwcFade 220ms ease both;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words{
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border-radius: 16px;
  border: 1px solid rgba(186, 230, 253, 0.16);
  background: rgba(4, 12, 24, 0.46);
  padding: 12px;
  color: #d9faff;
  font-size: 0.92rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: pwcFade 220ms ease both;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words::-webkit-scrollbar, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words::-webkit-scrollbar-track, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea::-webkit-scrollbar-track{
  background: rgba(8, 21, 36, 0.82);
  border-radius: 999px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words::-webkit-scrollbar-thumb, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #22d3ee, #10b981);
  border-radius: 999px;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-word-pill{
  display: inline-flex;
  max-width: 100%;
  margin: 0 7px 7px 0;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(125, 249, 255, 0.2);
  color: #ecfeff;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-empty{
  color: #a9c2d3;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-toast{
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 24px;
  max-width: calc(100% - 32px);
  padding: 12px 18px;
  border-radius: 999px;
  color: #041018;
  background: linear-gradient(135deg, #a7f3d0, #67e8f9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34), 0 0 28px rgba(45, 212, 191, 0.2);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-toast.pwc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes pwcReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes pwcFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .pwc-paragraph-word-counter{
    padding: 24px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-container{
    width: 100%;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-layout, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stats-grid, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-grid, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-results, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-controls{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-input-card, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-output-card{
    padding: 12px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea{
    width: 100%;
    min-height: 270px;
    font-size: 0.94rem;
    padding: 12px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select option{
    width: 100%;
    background: #071827;
    color: #f3fbff;
    font-size: 0.9rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn{
    height: 50px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-label, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-label{
    font-size: 0.74rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-value, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-value{
    font-size: 1.12rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words{
    font-size: 0.86rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card{
    gap: 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .pwc-paragraph-word-counter{
    padding: 28px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-container{
    width: 100%;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-layout, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stats-grid, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-grid, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-results, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-controls{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-input-card, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-output-card{
    padding: 13px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea{
    width: 100%;
    min-height: 290px;
    font-size: 0.95rem;
    padding: 13px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select option{
    width: 100%;
    background: #071827;
    color: #f3fbff;
    font-size: 0.91rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn{
    height: 52px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-label, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-label{
    font-size: 0.75rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-value, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-value{
    font-size: 1.16rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words{
    font-size: 0.88rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card{
    gap: 11px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .pwc-paragraph-word-counter{
    padding: 32px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-container{
    width: 100%;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-layout, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stats-grid, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-grid, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-results, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-controls{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-input-card, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-output-card{
    padding: 14px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea{
    width: 100%;
    min-height: 310px;
    font-size: 0.97rem;
    padding: 14px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select option{
    width: 100%;
    background: #071827;
    color: #f3fbff;
    font-size: 0.92rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn{
    height: 52px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-label, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-label{
    font-size: 0.76rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-value, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-value{
    font-size: 1.2rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words{
    font-size: 0.9rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card{
    gap: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .pwc-paragraph-word-counter{
    padding: 40px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-container{
    width: 100%;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-layout{
    grid-template-columns: 1fr;
    gap: 15px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stats-grid, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-input-card, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-output-card{
    padding: 16px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea{
    width: 100%;
    min-height: 340px;
    font-size: 1rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select option{
    width: 100%;
    background: #071827;
    color: #f3fbff;
    font-size: 0.94rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn{
    height: 52px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-label, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-label{
    font-size: 0.76rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-value, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-value{
    font-size: 1.22rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words{
    font-size: 0.91rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card{
    gap: 14px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .pwc-paragraph-word-counter{
    padding: 44px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-container{
    width: 100%;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-layout{
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 16px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stats-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-input-card, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-output-card{
    padding: 17px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea{
    width: 100%;
    min-height: 410px;
    font-size: 1rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select option{
    width: 100%;
    background: #071827;
    color: #f3fbff;
    font-size: 0.94rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn{
    height: 52px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-label, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-label{
    font-size: 0.76rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-value, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-value{
    font-size: 1.2rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words{
    font-size: 0.92rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card{
    gap: 16px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .pwc-paragraph-word-counter{
    padding: 52px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-container{
    width: 100%;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-layout{
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 18px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stats-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-controls{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-input-card, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-output-card{
    padding: 18px;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-textarea{
    width: 100%;
    min-height: 440px;
    font-size: 1rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-select option{
    width: 100%;
    background: #071827;
    color: #f3fbff;
    font-size: 0.94rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-btn{
    height: 52px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-label, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-label{
    font-size: 0.76rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-stat-value, .tc-wp-tool-root .pwc-paragraph-word-counter .pwc-analysis-value{
    font-size: 1.25rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-top-words{
    font-size: 0.92rem;
  }.tc-wp-tool-root .pwc-paragraph-word-counter .pwc-card{
    gap: 16px;
  }}.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;
}