@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 .tmc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 56px 18px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.26), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(64, 255, 218, 0.24), transparent 30%),
    linear-gradient(135deg, #1326a6 0%, #7b2ff7 42%, #ec3f8c 100%);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-head{
  margin: 0 0 26px;
  text-align: center;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-title{
  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;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
  letter-spacing: 0;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-subtitle{
  margin: 10px auto 0;
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 26px;
  align-items: stretch;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-col{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-card{
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 48px rgba(20, 14, 82, 0.22);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(20, 14, 82, 0.28);
  border-color: rgba(255, 255, 255, 0.34);
}.tc-wp-tool-root .tmc-tool-wrap .tmc-input-card{
  flex: 1;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-label{
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-textarea{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 190px;
  height: 190px;
  max-height: 230px;
  resize: vertical;
  overflow-wrap: anywhere;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 14px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
  font-size: 1rem;
  line-height: 1.55;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-textarea:focus{
  border-color: #52f0d5;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(82, 240, 213, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-tool-root .tmc-tool-wrap .tmc-helper-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  min-width: 0;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-chip, .tc-wp-tool-root .tmc-tool-wrap .tmc-mini-status, .tc-wp-tool-root .tmc-tool-wrap .tmc-badge{
  min-width: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-mini-status{
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-btn{
  height: 52px;
  min-height: 46px;
  max-height: 54px;
  padding: 0 14px;
  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: 14px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-btn:focus-visible{
  outline: 3px solid rgba(82, 240, 213, 0.7);
  outline-offset: 3px;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .tmc-tool-wrap .tmc-btn-primary{
  color: #10172a;
  background: linear-gradient(135deg, #69f4dc, #ffffff);
  box-shadow: 0 14px 30px rgba(82, 240, 213, 0.26);
}.tc-wp-tool-root .tmc-tool-wrap .tmc-btn-primary:hover{
  box-shadow: 0 18px 38px rgba(82, 240, 213, 0.36);
}.tc-wp-tool-root .tmc-tool-wrap .tmc-btn-secondary, .tc-wp-tool-root .tmc-tool-wrap .tmc-copy{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 12px 28px rgba(20, 14, 82, 0.16);
}.tc-wp-tool-root .tmc-tool-wrap .tmc-btn-secondary:hover, .tc-wp-tool-root .tmc-tool-wrap .tmc-copy:hover{
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 34px rgba(20, 14, 82, 0.24);
}.tc-wp-tool-root .tmc-tool-wrap .tmc-stats-card{
  padding: 20px;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-stats-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-stat{
  min-width: 0;
  box-sizing: border-box;
  border-radius: 14px;
  padding: 13px 12px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow-wrap: anywhere;
  animation: tmcSoftReveal 220ms ease both;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-stat span{
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.73rem;
  line-height: 1.1;
  font-weight: 800;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-stat strong{
  display: block;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.15;
  font-weight: 900;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-result-card{
  padding: 22px;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-result-top{
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-result-title{
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-result-text{
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-progress{
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-progress-bar{
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6df5dd, #fff27a, #ff7fbd);
  box-shadow: 0 0 18px rgba(109, 245, 221, 0.5);
  transition: width 220ms ease;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-copy{
  height: 50px;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-toast{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  max-width: min(320px, calc(100vw - 36px));
  box-sizing: border-box;
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(15, 23, 42, 0.92);
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .tmc-tool-wrap .tmc-toast.tmc-show{
  opacity: 1;
  transform: translateY(0);
}@keyframes tmcSoftReveal {
  from { opacity: 0.75; transform: translateY(3px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px) {.tc-wp-tool-root .tmc-tool-wrap{
    border-radius: 0 !important;
    padding: 56px 18px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-inner{
    width: 100%;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-subtitle{
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.92);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-grid{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 26px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-col{
    gap: 14px;
    height: 100%;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-card{
    padding: 24px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-textarea{
    width: 100%;
    height: 190px;
    min-height: 190px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-btn{
    height: 52px;
    max-height: 54px;
    padding: 0 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stats-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat{
    padding: 13px 12px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat span{
    font-size: 0.73rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat strong{
    font-size: 1.18rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-card{
    padding: 22px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tmc-tool-wrap{
    border-radius: 0 !important;
    padding: 50px 18px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-inner{
    width: 100%;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-title{
    font-size: clamp(1.5rem, 5vw, 2.55rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.44);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-subtitle{
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.93);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-grid{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 22px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-col{
    gap: 13px;
    height: 100%;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-card{
    padding: 22px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-textarea{
    width: 100%;
    height: 178px;
    min-height: 178px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-btn{
    height: 50px;
    max-height: 54px;
    padding: 0 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat{
    padding: 12px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat span{
    font-size: 0.72rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat strong{
    font-size: 1.1rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-card{
    padding: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tmc-tool-wrap{
    border-radius: 0 !important;
    padding: 44px 16px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-inner{
    width: 100%;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-head{
    margin-bottom: 24px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-title{
    font-size: clamp(1.5rem, 5vw, 2.35rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.46);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-subtitle{
    font-size: 0.96rem;
    color: rgba(255, 255, 255, 0.93);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-col{
    gap: 13px;
    height: auto;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-card{
    padding: 20px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-textarea{
    width: 100%;
    height: 168px;
    min-height: 150px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-btn{
    height: 50px;
    max-height: 54px;
    padding: 0 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stats-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat{
    padding: 12px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat span{
    font-size: 0.72rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat strong{
    font-size: 1.1rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-card{
    padding: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tmc-tool-wrap{
    border-radius: 0 !important;
    padding: 34px 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-inner{
    width: 100%;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-head{
    margin-bottom: 22px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-title{
    font-size: clamp(1.5rem, 5vw, 2.05rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-subtitle{
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.94);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-col{
    gap: 12px;
    height: auto;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-card{
    padding: 16px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-textarea{
    width: 100%;
    height: 150px;
    min-height: 140px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-btn{
    height: 48px;
    max-height: 54px;
    padding: 0 12px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat{
    padding: 11px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat span{
    font-size: 0.7rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat strong{
    font-size: 1.06rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-card{
    padding: 16px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-top{
    gap: 10px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tmc-tool-wrap{
    border-radius: 0 !important;
    padding: 34px 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-inner{
    width: 100%;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-head{
    margin-bottom: 22px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-title{
    font-size: clamp(1.5rem, 5vw, 1.9rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.5);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-subtitle{
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.95);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-col{
    gap: 12px;
    height: auto;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-card{
    padding: 15px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-textarea{
    width: 100%;
    height: 142px;
    min-height: 136px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-btn{
    height: 48px;
    max-height: 54px;
    padding: 0 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat{
    padding: 10px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat span{
    font-size: 0.68rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat strong{
    font-size: 1rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-card{
    padding: 15px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-title{
    font-size: 0.96rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-text{
    font-size: 0.84rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tmc-tool-wrap{
    border-radius: 0 !important;
    padding: 34px 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-inner{
    width: 100%;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-head{
    margin-bottom: 22px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-title{
    font-size: clamp(1.5rem, 5vw, 1.75rem);
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-subtitle{
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.95);
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-col{
    gap: 11px;
    height: auto;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-card{
    padding: 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-textarea{
    width: 100%;
    height: 132px;
    min-height: 130px;
    font-size: 0.94rem;
    padding: 13px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-helper-row{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-btn{
    height: 48px;
    max-height: 54px;
    padding: 0 8px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat{
    padding: 9px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat span{
    font-size: 0.66rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-stat strong{
    font-size: 0.94rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-card{
    padding: 14px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-top{
    flex-direction: column;
    gap: 8px;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-title{
    font-size: 0.94rem;
  }.tc-wp-tool-root .tmc-tool-wrap .tmc-result-text{
    font-size: 0.82rem;
  }}.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 .tmc-left {}
.tc-wp-tool-root .tmc-right {}