@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 .qwc-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 34px 18px;
  color: #f8fafc;
  background:
    radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.34), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(196, 181, 253, 0.32), transparent 28%),
    radial-gradient(circle at 76% 88%, rgba(52, 211, 153, 0.22), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #111447 42%, #123f5a 72%, #24144e 100%);
  isolation: isolate;
}.tc-wp-tool-root .qwc-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-hero{
  text-align: center;
  margin: 0 auto 24px;
  max-width: 780px;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 850;
  color: #ffffff;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-hero p{
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #dbeafe;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.76), rgba(15, 23, 42, 0.54));
  box-shadow: 0 24px 80px rgba(2, 6, 23, 0.36), 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 .qwc-tool-wrap .qwc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.46);
  box-shadow: 0 28px 90px rgba(2, 6, 23, 0.44), 0 0 42px rgba(34, 211, 238, 0.09);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-label, .tc-wp-tool-root .qwc-tool-wrap .qwc-field label{
  display: block;
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 760;
  color: #e0f2fe;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 360px;
  resize: vertical;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 16px;
  outline: none;
  background: rgba(3, 7, 18, 0.72);
  color: #f8fafc;
  font: inherit;
  font-size: 1rem;
  line-height: 1.65;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea::placeholder{
  color: #94a3b8;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea:focus, .tc-wp-tool-root .qwc-tool-wrap select:focus, .tc-wp-tool-root .qwc-tool-wrap .qwc-btn:focus-visible, .tc-wp-tool-root .qwc-tool-wrap .qwc-mini-btn:focus-visible{
  border-color: #67e8f9;
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.18), 0 0 30px rgba(34, 211, 238, 0.16);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-controls{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-field, .tc-wp-tool-root .qwc-tool-wrap .qwc-field select{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .qwc-tool-wrap select{
  height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(148, 163, 184, 0.36);
  border-radius: 12px;
  outline: none;
  background: #111827;
  color: #f8fafc;
  font: inherit;
  font-size: 0.92rem;
  appearance: auto;
}.tc-wp-tool-root .qwc-tool-wrap select option{
  background: #111827;
  color: #f8fafc;
}.tc-wp-tool-root .qwc-tool-wrap select option:checked, .tc-wp-tool-root .qwc-tool-wrap select option:focus{
  background: #0e7490;
  color: #ffffff;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-btn, .tc-wp-tool-root .qwc-tool-wrap .qwc-mini-btn{
  width: 100%;
  max-width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-btn{
  min-height: 54px;
  padding: 0 14px;
  border-radius: 14px;
  font-size: 0.98rem;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-btn-primary{
  background: linear-gradient(135deg, #06b6d4, #3b82f6 52%, #8b5cf6);
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.34);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-btn-clear{
  background: linear-gradient(135deg, #334155, #0f172a);
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.3);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-btn:hover, .tc-wp-tool-root .qwc-tool-wrap .qwc-mini-btn:hover{
  filter: brightness(1.08);
  box-shadow: 0 18px 42px rgba(34, 211, 238, 0.22);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-btn:active, .tc-wp-tool-root .qwc-tool-wrap .qwc-mini-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-section-head h2{
  margin: 0;
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 850;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-head-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 166px;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-mini-btn{
  min-height: 38px;
  padding: 0 11px;
  border-radius: 11px;
  font-size: 0.82rem;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(125, 211, 252, 0.28);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-stats{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-stat{
  min-width: 0;
  padding: 13px 12px;
  border-radius: 14px;
  background: rgba(3, 7, 18, 0.54);
  border: 1px solid rgba(148, 163, 184, 0.22);
  animation: qwcStatReveal 360ms ease both;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-stat span{
  display: block;
  margin-bottom: 6px;
  color: #bae6fd;
  font-size: 0.74rem;
  font-weight: 780;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-stat strong{
  display: block;
  color: #ffffff;
  font-size: 1.24rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-output-block{
  margin-top: 16px;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords{
  width: 100%;
  max-width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(3, 7, 18, 0.52);
  color: #e2e8f0;
  line-height: 1.55;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: qwcFadeIn 260ms ease both;
  scrollbar-width: thin;
  scrollbar-color: #38bdf8 rgba(15, 23, 42, 0.7);
}.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis{
  max-height: 260px;
  overflow-y: auto;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-topwords{
  max-height: 240px;
  overflow-y: auto;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis p, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords p{
  margin: 0 0 8px;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis p:last-child, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords p:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-word-chip{
  display: inline-block;
  max-width: 100%;
  margin: 0 6px 8px 0;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.16);
  border: 1px solid rgba(125, 211, 252, 0.3);
  color: #f8fafc;
  font-size: 0.84rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 9999;
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.92);
  border: 1px solid rgba(125, 211, 252, 0.42);
  color: #f8fafc;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  font-size: 0.92rem;
}.tc-wp-tool-root .qwc-tool-wrap .qwc-toast.qwc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes qwcStatReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes qwcFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .qwc-tool-wrap{
    padding: 22px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-shell{
    width: 100%;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero p{
    font-size: 0.86rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-grid, .tc-wp-tool-root .qwc-tool-wrap .qwc-controls, .tc-wp-tool-root .qwc-tool-wrap .qwc-stats{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-card{
    padding: 12px;
    gap: 10px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea{
    width: 100%;
    min-height: 260px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .qwc-tool-wrap select{
    width: 100%;
    background: #111827;
    color: #f8fafc;
    font-size: 0.88rem;
  }.tc-wp-tool-root .qwc-tool-wrap select option{
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-btn{
    min-height: 50px;
    font-size: 0.88rem;
    padding: 0 8px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-section-head{
    align-items: flex-start;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-head-actions{
    min-width: 132px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-mini-btn{
    font-size: 0.74rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat span{
    font-size: 0.72rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat strong{
    font-size: 1.12rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords{
    font-size: 0.86rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .qwc-tool-wrap{
    padding: 24px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-shell{
    width: 100%;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-grid, .tc-wp-tool-root .qwc-tool-wrap .qwc-controls, .tc-wp-tool-root .qwc-tool-wrap .qwc-stats{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-card{
    padding: 14px;
    gap: 11px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea{
    width: 100%;
    min-height: 280px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .qwc-tool-wrap select{
    width: 100%;
    background: #111827;
    color: #f8fafc;
    font-size: 0.9rem;
  }.tc-wp-tool-root .qwc-tool-wrap select option{
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-btn{
    min-height: 52px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat span{
    font-size: 0.74rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat strong{
    font-size: 1.16rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords{
    font-size: 0.88rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .qwc-tool-wrap{
    padding: 28px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-shell{
    width: 100%;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero p{
    font-size: 0.94rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-grid, .tc-wp-tool-root .qwc-tool-wrap .qwc-controls, .tc-wp-tool-root .qwc-tool-wrap .qwc-stats{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-card{
    padding: 15px;
    gap: 12px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea{
    width: 100%;
    min-height: 310px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .qwc-tool-wrap select{
    width: 100%;
    background: #111827;
    color: #f8fafc;
    font-size: 0.92rem;
  }.tc-wp-tool-root .qwc-tool-wrap select option{
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-btn{
    min-height: 54px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat span{
    font-size: 0.75rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat strong{
    font-size: 1.2rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords{
    font-size: 0.9rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .qwc-tool-wrap{
    padding: 34px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-shell{
    width: 100%;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-card{
    padding: 17px;
    gap: 14px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea{
    width: 100%;
    min-height: 330px;
  }.tc-wp-tool-root .qwc-tool-wrap select{
    width: 100%;
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap select option{
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-btn{
    min-height: 54px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat span{
    font-size: 0.76rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat strong{
    font-size: 1.26rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords{
    font-size: 0.92rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .qwc-tool-wrap{
    padding: 40px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-shell{
    width: 100%;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-grid{
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 17px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-card{
    padding: 18px;
    gap: 15px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea{
    width: 100%;
    min-height: 360px;
  }.tc-wp-tool-root .qwc-tool-wrap select{
    width: 100%;
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap select option{
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-btn{
    min-height: 56px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat span{
    font-size: 0.75rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat strong{
    font-size: 1.18rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords{
    font-size: 0.92rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .qwc-tool-wrap{
    padding: 48px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-shell{
    width: 100%;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-hero p{
    font-size: 1.02rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-grid{
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 18px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-controls{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stats{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-card{
    padding: 18px;
    gap: 16px;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-textarea{
    width: 100%;
    min-height: 380px;
  }.tc-wp-tool-root .qwc-tool-wrap select{
    width: 100%;
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap select option{
    background: #111827;
    color: #f8fafc;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-btn{
    min-height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat span{
    font-size: 0.74rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-stat strong{
    font-size: 1.24rem;
  }.tc-wp-tool-root .qwc-tool-wrap .qwc-analysis, .tc-wp-tool-root .qwc-tool-wrap .qwc-topwords{
    font-size: 0.92rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .qwc-tool-wrap .qwc-actions{
    grid-template-columns: 1fr !important;
  }}.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 .qwc-editor-card {}
.tc-wp-tool-root .qwc-results-card {}