@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 .swc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 42px 18px;
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 217, 102, 0.34), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(34, 211, 238, 0.32), transparent 30%),
    linear-gradient(135deg, #5b21b6 0%, #0f766e 44%, #f97316 100%);
  color: #f9fafb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .swc-tool-wrap *, .tc-wp-tool-root .swc-tool-wrap *::before, .tc-wp-tool-root .swc-tool-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .swc-tool-wrap .swc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .swc-tool-wrap .swc-hero{
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 0 28px;
}.tc-wp-tool-root .swc-tool-wrap 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 24px rgba(0, 0, 0, 0.38), 0 0 18px rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}.tc-wp-tool-root .swc-tool-wrap .swc-hero p{
  margin: 10px auto 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.55;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}.tc-wp-tool-root .swc-tool-wrap .swc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 28px;
  align-items: start;
  width: 100%;
}.tc-wp-tool-root .swc-tool-wrap .swc-panel, .tc-wp-tool-root .swc-tool-wrap .swc-analysis-card, .tc-wp-tool-root .swc-tool-wrap .swc-stat-card{
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .swc-tool-wrap .swc-panel{
  border-radius: 24px;
  padding: 26px;
}.tc-wp-tool-root .swc-tool-wrap .swc-panel-head, .tc-wp-tool-root .swc-tool-wrap .swc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}.tc-wp-tool-root .swc-tool-wrap h2, .tc-wp-tool-root .swc-tool-wrap h3{
  margin: 0;
  color: #ffffff;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
  letter-spacing: 0;
}.tc-wp-tool-root .swc-tool-wrap h2{
  font-size: 1.08rem;
  font-weight: 800;
}.tc-wp-tool-root .swc-tool-wrap h3{
  font-size: 0.94rem;
  font-weight: 760;
}.tc-wp-tool-root .swc-tool-wrap .swc-label{
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .swc-tool-wrap .swc-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 360px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #172033;
  font: inherit;
  font-size: 1rem;
  line-height: 1.62;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 14px 36px rgba(15, 23, 42, 0.18);
  transition: box-shadow 180ms ease, border-color 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .swc-tool-wrap .swc-textarea:focus{
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.28), 0 18px 44px rgba(15, 23, 42, 0.22);
}.tc-wp-tool-root .swc-tool-wrap .swc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  margin-top: 14px;
}.tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}.tc-wp-tool-root .swc-tool-wrap .swc-btn{
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
  outline: none;
}.tc-wp-tool-root .swc-tool-wrap .swc-actions .swc-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;
  font-size: 0.98rem;
}.tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions .swc-btn{
  min-height: 46px;
  padding: 0 14px;
  width: 100%;
  max-width: 100%;
  font-size: 0.92rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.tc-wp-tool-root .swc-tool-wrap .swc-btn-primary{
  color: #082f49;
  background: linear-gradient(135deg, #fde68a, #22d3ee);
  box-shadow: 0 14px 32px rgba(34, 211, 238, 0.28);
}.tc-wp-tool-root .swc-tool-wrap .swc-btn-clear{
  color: #ffffff;
  background: linear-gradient(135deg, #fb7185, #f97316);
  box-shadow: 0 14px 32px rgba(249, 115, 22, 0.28);
}.tc-wp-tool-root .swc-tool-wrap .swc-btn-secondary{
  color: #ffffff;
  background: rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.26);
}.tc-wp-tool-root .swc-tool-wrap .swc-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
}.tc-wp-tool-root .swc-tool-wrap .swc-btn:focus-visible, .tc-wp-tool-root .swc-tool-wrap .swc-textarea:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.82);
  outline-offset: 3px;
}.tc-wp-tool-root .swc-tool-wrap .swc-empty-state{
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(15, 23, 42, 0.22);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  font-size: 0.94rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .swc-tool-wrap .swc-empty-state.is-hidden{
  display: none;
}.tc-wp-tool-root .swc-tool-wrap .swc-stat-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
}.tc-wp-tool-root .swc-tool-wrap .swc-stat-card{
  border-radius: 18px;
  padding: 18px;
  animation: swcReveal 280ms ease both;
  transition: transform 170ms ease, background 170ms ease;
}.tc-wp-tool-root .swc-tool-wrap .swc-stat-card:hover, .tc-wp-tool-root .swc-tool-wrap .swc-analysis-card:hover{
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.18);
}.tc-wp-tool-root .swc-tool-wrap .swc-stat-label{
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 750;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .swc-tool-wrap .swc-stat-value{
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1.1;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .swc-tool-wrap .swc-analysis-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
  width: 100%;
}.tc-wp-tool-root .swc-tool-wrap .swc-analysis-card{
  border-radius: 18px;
  padding: 18px;
  animation: swcFade 260ms ease both;
}.tc-wp-tool-root .swc-tool-wrap .swc-output{
  max-height: 260px;
  overflow: auto;
  padding: 14px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.24);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .swc-tool-wrap .swc-top-words{
  max-height: 240px;
}.tc-wp-tool-root .swc-tool-wrap .swc-output::-webkit-scrollbar, .tc-wp-tool-root .swc-tool-wrap .swc-textarea::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .swc-tool-wrap .swc-output::-webkit-scrollbar-thumb, .tc-wp-tool-root .swc-tool-wrap .swc-textarea::-webkit-scrollbar-thumb{
  background: rgba(34, 211, 238, 0.55);
  border-radius: 999px;
}.tc-wp-tool-root .swc-tool-wrap .swc-output::-webkit-scrollbar-track, .tc-wp-tool-root .swc-tool-wrap .swc-textarea::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}.tc-wp-tool-root .swc-tool-wrap .swc-toast{
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  transform: translateX(-50%) translateY(18px);
  max-width: min(92vw, 420px);
  width: max-content;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  color: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.36);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .swc-tool-wrap .swc-toast.is-visible{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes swcReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes swcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .swc-tool-wrap{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .swc-tool-wrap .swc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .swc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.05rem); color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.42); }.tc-wp-tool-root .swc-tool-wrap .swc-hero p{ font-size: 0.9rem; color: rgba(255,255,255,.94); }.tc-wp-tool-root .swc-tool-wrap .swc-main-grid, .tc-wp-tool-root .swc-tool-wrap .swc-stat-grid, .tc-wp-tool-root .swc-tool-wrap .swc-analysis-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .swc-tool-wrap .swc-panel{ padding: 16px; }.tc-wp-tool-root .swc-tool-wrap .swc-textarea{ width: 100%; min-height: 260px; font-size: 0.94rem; padding: 14px; }.tc-wp-tool-root .swc-tool-wrap .swc-actions .swc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: 0.92rem; }.tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions .swc-btn{ min-height: 44px; padding: 0 10px; font-size: 0.86rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-card{ padding: 16px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-label{ font-size: 0.76rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-value{ font-size: 1.36rem; }.tc-wp-tool-root .swc-tool-wrap .swc-output{ font-size: 0.88rem; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-card{ padding: 16px; }.tc-wp-tool-root .swc-tool-wrap .swc-hero{ margin-bottom: 18px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .swc-tool-wrap{ padding: 26px 12px; border-radius: 0 !important; }.tc-wp-tool-root .swc-tool-wrap .swc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .swc-tool-wrap h1{ font-size: clamp(1.65rem, 5vw, 2.15rem); color: #fff; text-shadow: 0 3px 22px rgba(0,0,0,.42); }.tc-wp-tool-root .swc-tool-wrap .swc-hero p{ font-size: 0.93rem; color: rgba(255,255,255,.94); }.tc-wp-tool-root .swc-tool-wrap .swc-main-grid, .tc-wp-tool-root .swc-tool-wrap .swc-stat-grid, .tc-wp-tool-root .swc-tool-wrap .swc-analysis-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .swc-tool-wrap .swc-panel{ padding: 17px; }.tc-wp-tool-root .swc-tool-wrap .swc-textarea{ width: 100%; min-height: 280px; font-size: 0.96rem; padding: 15px; }.tc-wp-tool-root .swc-tool-wrap .swc-actions .swc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: 0.92rem; }.tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions .swc-btn{ min-height: 44px; padding: 0 12px; font-size: 0.88rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-card{ padding: 17px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-label{ font-size: 0.77rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-value{ font-size: 1.42rem; }.tc-wp-tool-root .swc-tool-wrap .swc-output{ font-size: 0.89rem; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-card{ padding: 17px; }.tc-wp-tool-root .swc-tool-wrap .swc-hero{ margin-bottom: 19px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .swc-tool-wrap{ padding: 30px 14px; border-radius: 0 !important; }.tc-wp-tool-root .swc-tool-wrap .swc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .swc-tool-wrap h1{ font-size: clamp(1.8rem, 5vw, 2.35rem); color: #fff; text-shadow: 0 3px 24px rgba(0,0,0,.4); }.tc-wp-tool-root .swc-tool-wrap .swc-hero p{ font-size: 0.96rem; color: rgba(255,255,255,.94); }.tc-wp-tool-root .swc-tool-wrap .swc-main-grid, .tc-wp-tool-root .swc-tool-wrap .swc-stat-grid, .tc-wp-tool-root .swc-tool-wrap .swc-analysis-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .swc-tool-wrap .swc-panel{ padding: 18px; }.tc-wp-tool-root .swc-tool-wrap .swc-textarea{ width: 100%; min-height: 300px; font-size: 0.98rem; padding: 16px; }.tc-wp-tool-root .swc-tool-wrap .swc-actions .swc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: 0.92rem; }.tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions .swc-btn{ min-height: 45px; padding: 0 12px; font-size: 0.9rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-card{ padding: 18px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-label{ font-size: 0.78rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-value{ font-size: 1.48rem; }.tc-wp-tool-root .swc-tool-wrap .swc-output{ font-size: 0.9rem; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-card{ padding: 18px; }.tc-wp-tool-root .swc-tool-wrap .swc-hero{ margin-bottom: 20px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .swc-tool-wrap{ padding: 36px 18px; border-radius: 0 !important; }.tc-wp-tool-root .swc-tool-wrap .swc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .swc-tool-wrap h1{ font-size: clamp(2rem, 5vw, 2.55rem); color: #fff; text-shadow: 0 3px 24px rgba(0,0,0,.38); }.tc-wp-tool-root .swc-tool-wrap .swc-hero p{ font-size: 1rem; color: rgba(255,255,255,.93); }.tc-wp-tool-root .swc-tool-wrap .swc-main-grid{ grid-template-columns: 1fr; gap: 20px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .swc-tool-wrap .swc-panel{ padding: 22px; }.tc-wp-tool-root .swc-tool-wrap .swc-textarea{ width: 100%; min-height: 330px; font-size: 1rem; padding: 17px; }.tc-wp-tool-root .swc-tool-wrap .swc-actions .swc-btn{ height: 50px; min-height: 48px; max-height: 56px; padding: 0 14px; font-size: 0.96rem; }.tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions .swc-btn{ min-height: 46px; padding: 0 14px; font-size: 0.92rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-card{ padding: 20px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-label{ font-size: 0.8rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-value{ font-size: 1.52rem; }.tc-wp-tool-root .swc-tool-wrap .swc-output{ font-size: 0.91rem; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-card{ padding: 20px; }.tc-wp-tool-root .swc-tool-wrap .swc-hero{ margin-bottom: 24px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .swc-tool-wrap{ padding: 40px 20px; border-radius: 0 !important; }.tc-wp-tool-root .swc-tool-wrap .swc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .swc-tool-wrap h1{ font-size: clamp(2.25rem, 5vw, 2.7rem); color: #fff; text-shadow: 0 3px 24px rgba(0,0,0,.38); }.tc-wp-tool-root .swc-tool-wrap .swc-hero p{ font-size: 1.01rem; color: rgba(255,255,255,.93); }.tc-wp-tool-root .swc-tool-wrap .swc-main-grid{ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .swc-tool-wrap .swc-panel{ padding: 24px; }.tc-wp-tool-root .swc-tool-wrap .swc-textarea{ width: 100%; min-height: 350px; font-size: 1rem; padding: 18px; }.tc-wp-tool-root .swc-tool-wrap .swc-actions .swc-btn{ height: 52px; min-height: 48px; max-height: 56px; padding: 0 16px; font-size: 0.98rem; }.tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions .swc-btn{ min-height: 46px; padding: 0 14px; font-size: 0.92rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-card{ padding: 22px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-label{ font-size: 0.8rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-value{ font-size: 1.5rem; }.tc-wp-tool-root .swc-tool-wrap .swc-output{ font-size: 0.92rem; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-card{ padding: 20px; }.tc-wp-tool-root .swc-tool-wrap .swc-hero{ margin-bottom: 26px; }}@media (min-width: 1200px) {.tc-wp-tool-root .swc-tool-wrap{ padding: 46px 24px; border-radius: 0 !important; }.tc-wp-tool-root .swc-tool-wrap .swc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .swc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #fff; text-shadow: 0 3px 24px rgba(0,0,0,.38), 0 0 18px rgba(255,255,255,.18); }.tc-wp-tool-root .swc-tool-wrap .swc-hero p{ font-size: 1.02rem; color: rgba(255,255,255,.92); }.tc-wp-tool-root .swc-tool-wrap .swc-main-grid{ grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 28px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .swc-tool-wrap .swc-panel{ padding: 26px; }.tc-wp-tool-root .swc-tool-wrap .swc-textarea{ width: 100%; min-height: 360px; font-size: 1rem; padding: 18px; }.tc-wp-tool-root .swc-tool-wrap .swc-actions .swc-btn{ height: 52px; min-height: 48px; max-height: 56px; padding: 0 16px; font-size: 0.98rem; }.tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions .swc-btn{ min-height: 46px; padding: 0 14px; font-size: 0.92rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-card{ padding: 18px; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-label{ font-size: 0.8rem; }.tc-wp-tool-root .swc-tool-wrap .swc-stat-value{ font-size: 1.55rem; }.tc-wp-tool-root .swc-tool-wrap .swc-output{ font-size: 0.92rem; }.tc-wp-tool-root .swc-tool-wrap .swc-analysis-card{ padding: 18px; }.tc-wp-tool-root .swc-tool-wrap .swc-hero{ margin-bottom: 28px; }}@media (max-width: 299px) {.tc-wp-tool-root .swc-tool-wrap .swc-actions, .tc-wp-tool-root .swc-tool-wrap .swc-secondary-actions{
    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 .swc-input-panel {}
.tc-wp-tool-root .swc-results-panel {}
.tc-wp-tool-root .swc-top-words-card {}