@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 .webpage-word-counter-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.28), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(29, 233, 182, 0.32), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #2345d8 35%, #7c3aed 68%, #db2777 100%);
  color: #f8fafc;
  padding: 34px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .webpage-word-counter-tool, .tc-wp-tool-root .webpage-word-counter-tool div, .tc-wp-tool-root .webpage-word-counter-tool section, .tc-wp-tool-root .webpage-word-counter-tool article, .tc-wp-tool-root .webpage-word-counter-tool header, .tc-wp-tool-root .webpage-word-counter-tool h1, .tc-wp-tool-root .webpage-word-counter-tool h2, .tc-wp-tool-root .webpage-word-counter-tool p, .tc-wp-tool-root .webpage-word-counter-tool span, .tc-wp-tool-root .webpage-word-counter-tool strong, .tc-wp-tool-root .webpage-word-counter-tool label, .tc-wp-tool-root .webpage-word-counter-tool input, .tc-wp-tool-root .webpage-word-counter-tool textarea, .tc-wp-tool-root .webpage-word-counter-tool button{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero{
  text-align: center;
  margin: 0 0 26px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero h1{
  margin: 0;
  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;
  word-break: normal;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(15, 23, 42, 0.55), 0 0 28px rgba(255, 255, 255, 0.18);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero p{
  margin: 10px auto 0;
  max-width: 680px;
  color: rgba(248, 250, 252, 0.9);
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-main-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-results-column{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-card{
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 24px;
  transition: border-color 180ms ease, box-shadow 180ms ease, translate 180ms ease;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-card:hover{
  translate: 0 -3px;
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.34);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-section-head, .tc-wp-tool-root .webpage-word-counter-tool .wwct-output-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin: 0 0 18px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-section-head h2, .tc-wp-tool-root .webpage-word-counter-tool .wwct-output-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 800;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-section-head p, .tc-wp-tool-root .webpage-word-counter-tool .wwct-output-head p{
  margin: 5px 0 0;
  color: rgba(226, 232, 240, 0.86);
  font-size: 0.88rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-field-group{
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  width: 100%;
  margin: 0 0 18px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-field-group label{
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.9rem;
  font-weight: 750;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.42);
  color: #ffffff;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input{
  min-height: 48px;
  padding: 0 15px;
  font-size: 0.95rem;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea{
  min-height: 330px;
  resize: vertical;
  padding: 17px;
  font-size: 1rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input::placeholder, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input::placeholder, .tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea::placeholder{
  color: rgba(226, 232, 240, 0.62);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input:focus, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input:focus, .tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea:focus{
  border-color: rgba(125, 249, 255, 0.92);
  background: rgba(15, 23, 42, 0.56);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), 0 0 28px rgba(34, 211, 238, 0.18);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-helper{
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.82rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  margin: 20px 0 12px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-export-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn{
  height: 52px;
  min-height: 48px;
  max-height: 56px;
  padding: 0 16px;
  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: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  transition: box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, translate 160ms ease;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn:hover, .tc-wp-tool-root .webpage-word-counter-tool .wwct-mini-btn:hover{
  translate: 0 -2px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.26), 0 0 24px rgba(45, 212, 191, 0.18);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn:focus-visible, .tc-wp-tool-root .webpage-word-counter-tool .wwct-mini-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn-primary{
  background: linear-gradient(135deg, #06b6d4, #2563eb);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn-danger{
  background: linear-gradient(135deg, #fb7185, #e11d48);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn-secondary, .tc-wp-tool-root .webpage-word-counter-tool .wwct-btn-ghost{
  background: rgba(255, 255, 255, 0.14);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-mini-btn{
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
  transition: box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, translate 160ms ease;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-toast{
  min-height: 22px;
  margin-top: 12px;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat{
  width: 100%;
  min-width: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  padding: 18px;
  animation: wwctReveal 420ms ease both;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat span{
  display: block;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat strong{
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.72rem;
  line-height: 1.08;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box{
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(15, 23, 42, 0.34);
  padding: 16px;
  color: rgba(248, 250, 252, 0.94);
  line-height: 1.55;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: wwctFade 260ms ease both;
  scrollbar-color: rgba(125, 249, 255, 0.55) rgba(15, 23, 42, 0.36);
  scrollbar-width: thin;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box{
  max-height: 260px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box{
  max-height: 240px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box::-webkit-scrollbar, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box::-webkit-scrollbar-track, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box::-webkit-scrollbar-track{
  background: rgba(15, 23, 42, 0.34);
  border-radius: 999px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box::-webkit-scrollbar-thumb{
  background: rgba(125, 249, 255, 0.55);
  border-radius: 999px;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-empty{
  margin: 0;
  color: rgba(226, 232, 240, 0.82);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-item, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-item{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-item:last-child, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-item:last-child{
  border-bottom: 0;
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-item span, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-item span{
  color: rgba(226, 232, 240, 0.88);
}.tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-item strong, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-item strong{
  color: #ffffff;
  text-align: right;
  overflow-wrap: anywhere;
  word-break: break-word;
}@keyframes wwctReveal {
  from {
    opacity: 0;
    translate: 0 10px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}@keyframes wwctFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 1200px) {.tc-wp-tool-root .webpage-word-counter-tool{
    border-radius: 0 !important;
    padding: 52px 30px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-main-grid{
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 32px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-results-column, .tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-grid{
    gap: 24px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-card{
    padding: 30px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero h1{
    color: #ffffff;
    text-shadow: 0 4px 22px rgba(2, 6, 23, 0.62), 0 0 32px rgba(255, 255, 255, 0.2);
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea{
    width: 100%;
    min-height: 390px;
    font-size: 1rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input{
    width: 100%;
    font-size: 0.96rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn{
    height: 52px;
    max-height: 56px;
    padding: 0 16px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat{
    padding: 18px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat span{
    font-size: 0.82rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat strong{
    font-size: 1.72rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box{
    font-size: 0.95rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .webpage-word-counter-tool{
    border-radius: 0 !important;
    padding: 44px 24px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-container{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-main-grid{
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 28px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-card{
    padding: 26px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero h1{
    color: #ffffff;
    text-shadow: 0 4px 22px rgba(2, 6, 23, 0.62), 0 0 30px rgba(255, 255, 255, 0.18);
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea{
    width: 100%;
    min-height: 360px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input{
    width: 100%;
    font-size: 0.95rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn{
    height: 52px;
    max-height: 56px;
    padding: 0 15px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat{
    padding: 17px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat span{
    font-size: 0.8rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat strong{
    font-size: 1.58rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box{
    font-size: 0.94rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .webpage-word-counter-tool{
    border-radius: 0 !important;
    padding: 38px 22px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-container{
    width: min(100%, 900px);
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-main-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-results-column, .tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-grid{
    gap: 20px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-card{
    padding: 22px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero h1{
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(2, 6, 23, 0.6), 0 0 28px rgba(255, 255, 255, 0.18);
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea{
    width: 100%;
    min-height: 310px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input{
    width: 100%;
    font-size: 0.94rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn{
    height: 50px;
    max-height: 56px;
    padding: 0 14px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat{
    padding: 16px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat span{
    font-size: 0.8rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat strong{
    font-size: 1.52rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .webpage-word-counter-tool{
    border-radius: 0 !important;
    padding: 30px 16px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-container{
    width: 100%;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-main-grid, .tc-wp-tool-root .webpage-word-counter-tool .wwct-results-column, .tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-grid, .tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-card{
    padding: 18px;
    border-radius: 20px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero{
    margin-bottom: 20px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero h1{
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(2, 6, 23, 0.66), 0 0 24px rgba(255, 255, 255, 0.18);
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea{
    width: 100%;
    min-height: 260px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input{
    width: 100%;
    font-size: 0.93rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn{
    height: 48px;
    min-height: 46px;
    max-height: 54px;
    padding: 0 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat{
    padding: 16px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat span{
    font-size: 0.79rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat strong{
    font-size: 1.48rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-head{
    align-items: flex-start;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box{
    font-size: 0.92rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .webpage-word-counter-tool{
    border-radius: 0 !important;
    padding: 26px 14px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-container{
    width: 100%;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-main-grid, .tc-wp-tool-root .webpage-word-counter-tool .wwct-results-column, .tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-grid, .tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-card{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero{
    margin-bottom: 18px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero h1{
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(2, 6, 23, 0.68), 0 0 22px rgba(255, 255, 255, 0.18);
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-section-head, .tc-wp-tool-root .webpage-word-counter-tool .wwct-output-head{
    gap: 10px;
    margin-bottom: 15px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-section-head h2, .tc-wp-tool-root .webpage-word-counter-tool .wwct-output-head h2{
    font-size: 1rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea{
    width: 100%;
    min-height: 245px;
    padding: 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input{
    width: 100%;
    min-height: 46px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn{
    height: 48px;
    min-height: 46px;
    max-height: 54px;
    padding: 0 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
    gap: 12px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat{
    padding: 15px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat span{
    font-size: 0.78rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat strong{
    font-size: 1.42rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box{
    padding: 14px;
    font-size: 0.91rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .webpage-word-counter-tool{
    border-radius: 0 !important;
    padding: 22px 12px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-container{
    width: 100%;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-main-grid, .tc-wp-tool-root .webpage-word-counter-tool .wwct-results-column, .tc-wp-tool-root .webpage-word-counter-tool .wwct-analysis-grid, .tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-card{
    padding: 16px;
    border-radius: 18px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero{
    margin-bottom: 18px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero h1{
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(2, 6, 23, 0.7), 0 0 22px rgba(255, 255, 255, 0.18);
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-hero p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-section-head, .tc-wp-tool-root .webpage-word-counter-tool .wwct-output-head{
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-section-head h2, .tc-wp-tool-root .webpage-word-counter-tool .wwct-output-head h2{
    font-size: 0.98rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-row, .tc-wp-tool-root .webpage-word-counter-tool .wwct-export-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-textarea{
    width: 100%;
    min-height: 230px;
    padding: 13px;
    font-size: 0.93rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-url-input, .tc-wp-tool-root .webpage-word-counter-tool .wwct-keyword-input{
    width: 100%;
    min-height: 46px;
    font-size: 0.91rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-btn{
    height: 48px;
    min-height: 46px;
    max-height: 54px;
    padding: 0 12px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat-grid{
    gap: 12px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat{
    padding: 14px;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat span{
    font-size: 0.77rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-stat strong{
    font-size: 1.36rem;
  }.tc-wp-tool-root .webpage-word-counter-tool .wwct-output-box, .tc-wp-tool-root .webpage-word-counter-tool .wwct-top-box{
    padding: 13px;
    font-size: 0.9rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .webpage-word-counter-tool .wwct-action-row{
    grid-template-columns: 1fr;
  }}.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 .wwct-analysis-card {}
.tc-wp-tool-root .wwct-input-card {}
.tc-wp-tool-root .wwct-stats-card {}
.tc-wp-tool-root .wwct-top-card {}