@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 .rwc-tool-wrap{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 44px 18px;
  background: linear-gradient(135deg, #172554 0%, #6d28d9 35%, #db2777 70%, #f59e0b 100%);
  color: #f8fafc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container, .tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container *, .tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container *::before, .tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-hero{
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 0 24px;
}.tc-wp-tool-root .rwc-tool-wrap h1{
  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 22px rgba(0, 0, 0, 0.42), 0 0 28px rgba(255, 255, 255, 0.22);
  margin: 0 0 10px;
  letter-spacing: 0;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-hero p{
  margin: 0;
  color: #fff7ed;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}.tc-wp-tool-root .rwc-tool-wrap .rwc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  align-items: start;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-side-grid{
  display: grid;
  gap: 22px;
  min-width: 0;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.42);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.32);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 30px 86px rgba(15, 23, 42, 0.42);
}.tc-wp-tool-root .rwc-tool-wrap .rwc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  min-width: 0;
}.tc-wp-tool-root .rwc-tool-wrap h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-textarea{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 330px;
  resize: vertical;
  display: block;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.38);
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
  font: inherit;
  font-size: 1rem;
  line-height: 1.65;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition: box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-textarea:focus{
  border-color: #fbbf24;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.26), 0 18px 45px rgba(17, 24, 39, 0.16);
}.tc-wp-tool-root .rwc-tool-wrap .rwc-action-row{
  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 .rwc-tool-wrap .rwc-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: 0;
  border-radius: 15px;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-btn-primary{
  color: #111827;
  background: linear-gradient(135deg, #fde68a, #f97316);
  box-shadow: 0 12px 28px rgba(249, 115, 22, 0.3);
}.tc-wp-tool-root .rwc-tool-wrap .rwc-btn-clear{
  color: #ffffff;
  background: linear-gradient(135deg, #475569, #be123c);
  box-shadow: 0 12px 28px rgba(190, 18, 60, 0.26);
}.tc-wp-tool-root .rwc-tool-wrap .rwc-btn:hover, .tc-wp-tool-root .rwc-tool-wrap .rwc-small-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.04);
}.tc-wp-tool-root .rwc-tool-wrap .rwc-btn:focus-visible, .tc-wp-tool-root .rwc-tool-wrap .rwc-small-btn:focus-visible, .tc-wp-tool-root .rwc-tool-wrap .rwc-check input:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-option-row{
  margin-top: 16px;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  color: #f8fafc;
  font-size: 0.94rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-check input{
  width: 18px;
  height: 18px;
  accent-color: #f59e0b;
  flex: 0 0 auto;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-output-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-small-btn{
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-toast{
  min-height: 22px;
  margin-top: 14px;
  color: #fef3c7;
  font-size: 0.9rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-stat-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-stat{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: rwcReveal 360ms ease both;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-stat span{
  display: block;
  color: #dbeafe;
  font-size: 0.76rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-stat strong{
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 900;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box, .tc-wp-tool-root .rwc-tool-wrap .rwc-results-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.32);
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box{
  max-height: 260px;
  padding: 16px;
  font-size: 0.95rem;
  line-height: 1.55;
  animation: rwcFade 240ms ease both;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-results-box{
  max-height: 240px;
  padding: 10px;
  margin-top: 12px;
  animation: rwcFade 260ms ease both;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box::-webkit-scrollbar, .tc-wp-tool-root .rwc-tool-wrap .rwc-results-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box::-webkit-scrollbar-track, .tc-wp-tool-root .rwc-tool-wrap .rwc-results-box::-webkit-scrollbar-track{
  background: rgba(15, 23, 42, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .rwc-tool-wrap .rwc-results-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #7c3aed, #f97316);
  border-radius: 999px;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-word-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 11px 10px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  color: #111827;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-word-row:last-child{
  border-bottom: 0;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-word{
  min-width: 0;
  font-weight: 900;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-count, .tc-wp-tool-root .rwc-tool-wrap .rwc-density{
  border-radius: 999px;
  padding: 5px 9px;
  background: #ede9fe;
  color: #4c1d95;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-density{
  background: #ffedd5;
  color: #9a3412;
}.tc-wp-tool-root .rwc-tool-wrap .rwc-empty{
  margin: 0;
  color: #475569;
  font-weight: 700;
  overflow-wrap: anywhere;
}@keyframes rwcReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes rwcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 1200px) {.tc-wp-tool-root .rwc-tool-wrap{ padding: 52px 28px; border-radius: 0 !important; }.tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container{ width: 100%; }.tc-wp-tool-root .rwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 4px 26px rgba(0,0,0,.46); }.tc-wp-tool-root .rwc-tool-wrap .rwc-hero p{ font-size: 1.05rem; color: #fff7ed; }.tc-wp-tool-root .rwc-tool-wrap .rwc-main-grid{ grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 32px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-card{ padding: 30px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-side-grid{ gap: 24px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-textarea{ width: 100%; min-height: 360px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .rwc-tool-wrap .rwc-btn{ height: 52px; max-height: 56px; padding: 0 16px; font-size: 1rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat{ padding: 18px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat span{ font-size: .76rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat strong{ font-size: 1.35rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box{ font-size: .95rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .rwc-tool-wrap{ padding: 46px 24px; border-radius: 0 !important; }.tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container{ width: 100%; }.tc-wp-tool-root .rwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.65rem); color: #ffffff; text-shadow: 0 4px 24px rgba(0,0,0,.45); }.tc-wp-tool-root .rwc-tool-wrap .rwc-hero p{ font-size: 1rem; color: #fff7ed; }.tc-wp-tool-root .rwc-tool-wrap .rwc-main-grid{ grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: 26px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-card{ padding: 24px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-side-grid{ gap: 20px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-textarea{ width: 100%; min-height: 340px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-btn{ height: 52px; max-height: 56px; padding: 0 16px; font-size: .96rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat{ padding: 17px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat span{ font-size: .75rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat strong{ font-size: 1.28rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box{ font-size: .94rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .rwc-tool-wrap{ padding: 40px 20px; border-radius: 0 !important; }.tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container{ width: 100%; }.tc-wp-tool-root .rwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.45rem); color: #ffffff; text-shadow: 0 3px 22px rgba(0,0,0,.44); }.tc-wp-tool-root .rwc-tool-wrap .rwc-hero p{ font-size: .98rem; color: #fff7ed; }.tc-wp-tool-root .rwc-tool-wrap .rwc-main-grid{ grid-template-columns: 1fr; gap: 22px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-card{ padding: 22px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-side-grid{ gap: 18px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-textarea{ width: 100%; min-height: 300px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-btn{ height: 50px; max-height: 56px; padding: 0 15px; font-size: .95rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat{ padding: 16px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat span{ font-size: .74rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat strong{ font-size: 1.25rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box{ font-size: .93rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .rwc-tool-wrap{ padding: 32px 16px; border-radius: 0 !important; }.tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container{ width: 100%; }.tc-wp-tool-root .rwc-tool-wrap h1{ font-size: clamp(1.5rem, 7vw, 2.1rem); color: #ffffff; text-shadow: 0 3px 20px rgba(0,0,0,.48); }.tc-wp-tool-root .rwc-tool-wrap .rwc-hero p{ font-size: .94rem; color: #fff7ed; }.tc-wp-tool-root .rwc-tool-wrap .rwc-main-grid, .tc-wp-tool-root .rwc-tool-wrap .rwc-side-grid, .tc-wp-tool-root .rwc-tool-wrap .rwc-stat-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-card{ padding: 18px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-textarea{ width: 100%; min-height: 260px; font-size: .95rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: .92rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-output-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat{ padding: 16px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat span{ font-size: .73rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat strong{ font-size: 1.22rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box{ font-size: .92rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .rwc-tool-wrap{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container{ width: 100%; }.tc-wp-tool-root .rwc-tool-wrap h1{ font-size: clamp(1.5rem, 7vw, 1.95rem); color: #ffffff; text-shadow: 0 3px 20px rgba(0,0,0,.5); }.tc-wp-tool-root .rwc-tool-wrap .rwc-hero p{ font-size: .91rem; color: #fff7ed; }.tc-wp-tool-root .rwc-tool-wrap .rwc-main-grid, .tc-wp-tool-root .rwc-tool-wrap .rwc-side-grid, .tc-wp-tool-root .rwc-tool-wrap .rwc-stat-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-card{ padding: 17px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-textarea{ width: 100%; min-height: 240px; font-size: .94rem; padding: 15px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: .92rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-output-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat{ padding: 15px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat span{ font-size: .72rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat strong{ font-size: 1.18rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box{ font-size: .91rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .rwc-tool-wrap{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .rwc-tool-wrap .rwc-tool-container{ width: 100%; }.tc-wp-tool-root .rwc-tool-wrap h1{ font-size: clamp(1.5rem, 8vw, 1.82rem); color: #ffffff; text-shadow: 0 3px 19px rgba(0,0,0,.52); }.tc-wp-tool-root .rwc-tool-wrap .rwc-hero p{ font-size: .88rem; color: #fff7ed; }.tc-wp-tool-root .rwc-tool-wrap .rwc-main-grid, .tc-wp-tool-root .rwc-tool-wrap .rwc-side-grid, .tc-wp-tool-root .rwc-tool-wrap .rwc-stat-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-card{ padding: 16px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-textarea{ width: 100%; min-height: 220px; font-size: .92rem; padding: 14px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: .92rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-output-actions{ grid-template-columns: 1fr; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat{ padding: 14px; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat span{ font-size: .7rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-stat strong{ font-size: 1.12rem; }.tc-wp-tool-root .rwc-tool-wrap .rwc-analysis-box{ font-size: .9rem; }}@media (max-width: 299px) {.tc-wp-tool-root .rwc-tool-wrap .rwc-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 .rwc-analysis-card {}
.tc-wp-tool-root .rwc-include-common {}
.tc-wp-tool-root .rwc-input-card {}
.tc-wp-tool-root .rwc-stats-card {}