@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 .gwc-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #f8fafc;
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 184, 166, .34), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(34, 211, 238, .32), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(163, 230, 53, .20), transparent 35%),
    linear-gradient(135deg, #061225 0%, #0b2a6f 42%, #082f49 72%, #02111f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .gwc-tool-wrap, .tc-wp-tool-root .gwc-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-header{
  text-align: center;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-header h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 16px 42px rgba(34, 211, 238, .28);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-header p{
  margin: 10px auto 0;
  color: #c8f7ff;
  line-height: 1.5;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-layout, .tc-wp-tool-root .gwc-tool-wrap .gwc-results, .tc-wp-tool-root .gwc-tool-wrap .gwc-controls, .tc-wp-tool-root .gwc-tool-wrap .gwc-stat-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(190, 242, 100, .22);
  background: linear-gradient(180deg, rgba(15, 23, 42, .72), rgba(8, 19, 38, .62));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, .36);
  box-shadow: 0 30px 82px rgba(0, 0, 0, .42), 0 0 34px rgba(34, 211, 238, .12);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-field-label, .tc-wp-tool-root .gwc-tool-wrap .gwc-control span{
  display: block;
  color: #dffcff;
  font-weight: 700;
  letter-spacing: .01em;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  resize: vertical;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 18px;
  outline: none;
  color: #f8fafc;
  background-color: rgba(2, 8, 23, .72);
  box-shadow: inset 0 2px 18px rgba(0, 0, 0, .28);
  line-height: 1.62;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea::placeholder{
  color: rgba(226, 232, 240, .58);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea:focus, .tc-wp-tool-root .gwc-tool-wrap .gwc-control input:focus, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select:focus{
  border-color: #67e8f9;
  box-shadow: 0 0 0 4px rgba(34, 211, 238, .16), 0 0 32px rgba(34, 211, 238, .15);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-controls{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-tool-root .gwc-tool-wrap .gwc-control{
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-control input, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(125, 211, 252, .24);
  border-radius: 14px;
  outline: none;
  color: #f8fafc;
  background-color: #111827;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, .18);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-control select{
  appearance: auto;
  color: #f8fafc;
  background-color: #111827;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-control select option, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select option:checked, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select option:hover{
  color: #f8fafc;
  background-color: #111827;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-control input::placeholder{
  color: rgba(226, 232, 240, .56);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-btn, .tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-weight: 800;
  color: #f8fafc;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-primary{
  background: linear-gradient(135deg, #0891b2, #2563eb 48%, #14b8a6);
  box-shadow: 0 14px 32px rgba(37, 99, 235, .32), 0 0 24px rgba(34, 211, 238, .18);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-secondary, .tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn{
  background: rgba(15, 23, 42, .86);
  border: 1px solid rgba(190, 242, 100, .22);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .24);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-btn:hover, .tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 18px 38px rgba(34, 211, 238, .22);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-btn:active, .tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-btn:focus-visible, .tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn:focus-visible{
  outline: 3px solid rgba(190, 242, 100, .8);
  outline-offset: 3px;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-section-head h2{
  margin: 0;
  color: #f8fafc;
  letter-spacing: 0;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-stat{
  min-width: 0;
  border: 1px solid rgba(125, 211, 252, .18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(15, 23, 42, .72), rgba(2, 8, 23, .45));
  animation: gwcReveal .26s ease both;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-stat span{
  display: block;
  color: #a7f3d0;
  font-weight: 800;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-stat strong{
  display: block;
  color: #ffffff;
  line-height: 1.08;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{
  max-height: 260px;
  overflow: auto;
  padding-right: 4px;
  color: #e0f7ff;
  animation: gwcFade .22s ease both;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{
  max-height: 240px;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis::-webkit-scrollbar, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis::-webkit-scrollbar-track, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords::-webkit-scrollbar-track{
  background: rgba(15, 23, 42, .55);
  border-radius: 999px;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis::-webkit-scrollbar-thumb, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords::-webkit-scrollbar-thumb{
  background: rgba(103, 232, 249, .55);
  border-radius: 999px;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill, .tc-wp-tool-root .gwc-tool-wrap .gwc-empty{
  border: 1px solid rgba(125, 211, 252, .16);
  border-radius: 12px;
  background: rgba(2, 8, 23, .36);
}.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row span, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill span{
  color: #c8f7ff;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row strong, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill strong{
  color: #bef264;
  text-align: right;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-empty{
  color: #c8f7ff;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  max-width: min(92vw, 360px);
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.96);
  border: 1px solid rgba(190, 242, 100, .38);
  border-radius: 16px;
  padding: 13px 18px;
  color: #f8fafc;
  background: rgba(2, 8, 23, .9);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .42), 0 0 34px rgba(34, 211, 238, .20);
  text-align: center;
  font-weight: 800;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root .gwc-tool-wrap .gwc-toast.gwc-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes gwcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes gwcFade {
  from { opacity: .72; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .gwc-tool-wrap{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header{ margin-bottom: 16px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-tool-wrap .gwc-header p{ font-size: .88rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-layout{ display: grid; grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-results{ display: grid; grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-card{ padding: 14px; border-radius: 18px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea{ width: 100%; min-height: 230px; padding: 13px; font-size: .94rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-controls{ grid-template-columns: 1fr !important; gap: 10px; margin: 12px 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control span{ font-size: .75rem; margin-bottom: 6px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control input, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select{ width: 100%; min-height: 46px; padding: 10px 11px; font-size: .9rem; color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control select option{ color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-btn{ height: 50px; font-size: .9rem; padding: 0 8px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn{ height: 38px; font-size: .8rem; padding: 0 10px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat-grid{ display: grid; grid-template-columns: 1fr !important; gap: 9px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat{ padding: 11px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat span{ font-size: .72rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat strong{ font-size: 1.3rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{ font-size: .86rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill, .tc-wp-tool-root .gwc-tool-wrap .gwc-empty{ padding: 9px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-section-head h2{ font-size: 1rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .gwc-tool-wrap{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header{ margin-bottom: 18px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-tool-wrap .gwc-header p{ font-size: .92rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-layout{ display: grid; grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-results{ display: grid; grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-card{ padding: 16px; border-radius: 20px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea{ width: 100%; min-height: 250px; padding: 14px; font-size: .96rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-controls{ grid-template-columns: 1fr !important; gap: 11px; margin: 14px 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control span{ font-size: .76rem; margin-bottom: 6px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control input, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select{ width: 100%; min-height: 48px; padding: 11px 12px; font-size: .92rem; color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control select option{ color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-btn{ height: 52px; font-size: .94rem; padding: 0 10px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn{ height: 40px; font-size: .82rem; padding: 0 11px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat-grid{ display: grid; grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat{ padding: 12px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat span{ font-size: .74rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat strong{ font-size: 1.42rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{ font-size: .88rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill, .tc-wp-tool-root .gwc-tool-wrap .gwc-empty{ padding: 10px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-section-head h2{ font-size: 1.03rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .gwc-tool-wrap{ padding: 34px 16px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header{ margin-bottom: 20px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-tool-wrap .gwc-header p{ font-size: .96rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-layout{ display: grid; grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-results{ display: grid; grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-card{ padding: 18px; border-radius: 22px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea{ width: 100%; min-height: 280px; padding: 15px; font-size: 1rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-controls{ grid-template-columns: 1fr !important; gap: 12px; margin: 16px 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control span{ font-size: .78rem; margin-bottom: 7px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control input, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select{ width: 100%; min-height: 50px; padding: 12px 13px; font-size: .95rem; color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control select option{ color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-btn{ height: 54px; font-size: .96rem; padding: 0 12px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn{ height: 40px; font-size: .84rem; padding: 0 12px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat-grid{ display: grid; grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat{ padding: 13px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat span{ font-size: .76rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat strong{ font-size: 1.5rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{ font-size: .9rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill, .tc-wp-tool-root .gwc-tool-wrap .gwc-empty{ padding: 11px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-section-head h2{ font-size: 1.08rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .gwc-tool-wrap{ padding: 44px 22px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header{ margin-bottom: 24px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-tool-wrap .gwc-header p{ font-size: 1rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-layout{ display: grid; grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-results{ display: grid; grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-card{ padding: 22px; border-radius: 24px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea{ width: 100%; min-height: 320px; padding: 16px; font-size: 1rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 16px 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control span{ font-size: .78rem; margin-bottom: 7px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control input, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select{ width: 100%; min-height: 50px; padding: 12px 13px; font-size: .95rem; color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control select option{ color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-btn{ height: 54px; font-size: .98rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn{ height: 40px; font-size: .84rem; padding: 0 13px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat{ padding: 14px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat span{ font-size: .78rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat strong{ font-size: 1.62rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{ font-size: .92rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill, .tc-wp-tool-root .gwc-tool-wrap .gwc-empty{ padding: 11px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-section-head h2{ font-size: 1.12rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .gwc-tool-wrap{ padding: 54px 28px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-container{ width: 100%; padding: 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header{ margin-bottom: 28px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-tool-wrap .gwc-header p{ font-size: 1rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-layout{ display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 20px; align-items: start; }.tc-wp-tool-root .gwc-tool-wrap .gwc-results{ display: grid; grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-card{ padding: 22px; border-radius: 24px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea{ width: 100%; min-height: 430px; padding: 17px; font-size: 1rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control span{ font-size: .78rem; margin-bottom: 7px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control input, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select{ width: 100%; min-height: 52px; padding: 12px 13px; font-size: .95rem; color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control select option{ color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-btn{ height: 56px; font-size: 1rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn{ height: 40px; font-size: .84rem; padding: 0 13px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat{ padding: 14px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat span{ font-size: .76rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat strong{ font-size: 1.55rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{ font-size: .92rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill, .tc-wp-tool-root .gwc-tool-wrap .gwc-empty{ padding: 11px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-section-head h2{ font-size: 1.12rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .gwc-tool-wrap{ padding: 64px 32px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-container{ width: min(100%, 1200px); padding: 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header{ margin-bottom: 30px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-header h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-tool-wrap .gwc-header p{ font-size: 1.02rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-layout{ display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 22px; align-items: start; }.tc-wp-tool-root .gwc-tool-wrap .gwc-results{ display: grid; grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-card{ padding: 24px; border-radius: 26px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-textarea{ width: 100%; min-height: 470px; padding: 18px; font-size: 1rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control span{ font-size: .78rem; margin-bottom: 7px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control input, .tc-wp-tool-root .gwc-tool-wrap .gwc-control select{ width: 100%; min-height: 52px; padding: 12px 14px; font-size: .96rem; color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-control select option{ color: #f8fafc; background-color: #111827; }.tc-wp-tool-root .gwc-tool-wrap .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .gwc-tool-wrap .gwc-btn{ height: 56px; font-size: 1rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn{ height: 40px; font-size: .84rem; padding: 0 13px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat-grid{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat{ padding: 14px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat span{ font-size: .76rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat strong{ font-size: 1.6rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{ font-size: .92rem; }.tc-wp-tool-root .gwc-tool-wrap .gwc-analysis-row, .tc-wp-tool-root .gwc-tool-wrap .gwc-word-pill, .tc-wp-tool-root .gwc-tool-wrap .gwc-empty{ padding: 11px; }.tc-wp-tool-root .gwc-tool-wrap .gwc-section-head h2{ font-size: 1.14rem; }}@media (prefers-reduced-motion: reduce) {.tc-wp-tool-root .gwc-tool-wrap .gwc-card, .tc-wp-tool-root .gwc-tool-wrap .gwc-btn, .tc-wp-tool-root .gwc-tool-wrap .gwc-mini-btn, .tc-wp-tool-root .gwc-tool-wrap .gwc-toast{
    transition: none;
  }.tc-wp-tool-root .gwc-tool-wrap .gwc-stat, .tc-wp-tool-root .gwc-tool-wrap .gwc-analysis, .tc-wp-tool-root .gwc-tool-wrap .gwc-topwords{
    animation: none;
  }}.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 .gwc-clear {}
.tc-wp-tool-root .gwc-copy {}
.tc-wp-tool-root .gwc-count {}
.tc-wp-tool-root .gwc-export {}
.tc-wp-tool-root .gwc-focus {}
.tc-wp-tool-root .gwc-input-card {}
.tc-wp-tool-root .gwc-mode {}
.tc-wp-tool-root .gwc-output-card {}
.tc-wp-tool-root .gwc-speed {}