@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 .dwc-tool-wrap{
  position: relative;
  width: 100%;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .dwc-tool-wrap, .tc-wp-tool-root .dwc-tool-wrap div, .tc-wp-tool-root .dwc-tool-wrap section, .tc-wp-tool-root .dwc-tool-wrap article, .tc-wp-tool-root .dwc-tool-wrap header, .tc-wp-tool-root .dwc-tool-wrap main, .tc-wp-tool-root .dwc-tool-wrap h1, .tc-wp-tool-root .dwc-tool-wrap h2, .tc-wp-tool-root .dwc-tool-wrap p, .tc-wp-tool-root .dwc-tool-wrap span, .tc-wp-tool-root .dwc-tool-wrap strong, .tc-wp-tool-root .dwc-tool-wrap label, .tc-wp-tool-root .dwc-tool-wrap textarea, .tc-wp-tool-root .dwc-tool-wrap input, .tc-wp-tool-root .dwc-tool-wrap button{
  box-sizing: border-box;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-bg{
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(45, 212, 191, 0.34), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(244, 114, 182, 0.28), transparent 32%),
    linear-gradient(135deg, #14213d 0%, #263f8f 46%, #087f8c 100%);
}.tc-wp-tool-root .dwc-tool-wrap .dwc-container{
  width: min(100% - 32px, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 0;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-hero{
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 0 24px;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-title-wrap{
  position: relative;
  z-index: 3;
  max-width: 100%;
}.tc-wp-tool-root .dwc-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 18px rgba(0, 0, 0, 0.34), 0 0 26px rgba(125, 211, 252, 0.34);
  letter-spacing: 0;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-hero p{
  margin: 12px auto 0;
  max-width: 680px;
  color: #ecfeff;
  font-size: 1rem;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 28px;
  align-items: start;
  width: 100%;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-card{
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(5, 15, 35, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  animation: dwcReveal 420ms ease both;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 28px 80px rgba(5, 15, 35, 0.34);
}.tc-wp-tool-root .dwc-tool-wrap .dwc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  margin-bottom: 16px;
}.tc-wp-tool-root .dwc-tool-wrap h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-mini-status{
  flex: 0 0 auto;
  color: #082f49;
  background: #a7f3d0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 390px;
  resize: vertical;
  border: 1px solid rgba(226, 232, 240, 0.36);
  border-radius: 8px;
  outline: none;
  padding: 18px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 2px 8px rgba(15, 23, 42, 0.08);
  font: 500 1rem/1.65 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea::placeholder{
  color: #64748b;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea:focus, .tc-wp-tool-root .dwc-tool-wrap .dwc-file:focus{
  border-color: #67e8f9;
  box-shadow: 0 0 0 4px rgba(103, 232, 249, 0.24), inset 0 2px 8px rgba(15, 23, 42, 0.07);
  background: #ffffff;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-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 .dwc-tool-wrap .dwc-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-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-btn-primary{
  color: #06202f;
  background: linear-gradient(135deg, #67e8f9, #a7f3d0);
  box-shadow: 0 12px 30px rgba(45, 212, 191, 0.24);
}.tc-wp-tool-root .dwc-tool-wrap .dwc-btn-secondary{
  color: #ffffff;
  background: rgba(15, 23, 42, 0.36);
}.tc-wp-tool-root .dwc-tool-wrap .dwc-btn:hover, .tc-wp-tool-root .dwc-tool-wrap .dwc-small-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(103, 232, 249, 0.22);
  border-color: rgba(255, 255, 255, 0.46);
}.tc-wp-tool-root .dwc-tool-wrap .dwc-btn:focus-visible, .tc-wp-tool-root .dwc-tool-wrap .dwc-small-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 3px;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-upload-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
  margin-top: 14px;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-upload-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.2);
}.tc-wp-tool-root .dwc-tool-wrap .dwc-upload-card label{
  display: block;
  margin-bottom: 9px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-upload-card span{
  display: block;
  margin-top: 9px;
  color: #dffcff;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-file{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(226, 232, 240, 0.34);
  color: #0f172a;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-output-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 0;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-small-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  height: 40px;
  max-height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  background: rgba(15, 23, 42, 0.28);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  padding: 17px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  animation: dwcStatIn 360ms ease both;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card span{
  display: block;
  margin-bottom: 8px;
  color: #dffcff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card strong{
  display: block;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-analysis-grid{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-output-card{
  min-width: 0;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border-radius: 8px;
  background: rgba(5, 15, 35, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f8fbff;
  font-size: 0.94rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: dwcFadeIn 300ms ease both;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-top-box{
  max-height: 240px;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-summary-box{
  max-height: 260px;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box::-webkit-scrollbar-thumb{
  background: rgba(103, 232, 249, 0.62);
  border-radius: 999px;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-word-row, .tc-wp-tool-root .dwc-tool-wrap .dwc-summary-row{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  min-width: 0;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-word-row:last-child, .tc-wp-tool-root .dwc-tool-wrap .dwc-summary-row:last-child{
  border-bottom: 0;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-word-row span, .tc-wp-tool-root .dwc-tool-wrap .dwc-summary-row span{
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9999;
  max-width: min(92vw, 420px);
  padding: 11px 16px;
  border-radius: 999px;
  color: #06202f;
  background: #cffafe;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .dwc-tool-wrap .dwc-toast.is-visible{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}.tc-wp-tool-root .dwc-tool-wrap .dwc-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}@keyframes dwcReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes dwcStatIn {
  from { opacity: 0; transform: translateY(8px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}@keyframes dwcFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dwc-tool-wrap{ width: 100%; border-radius: 0 !important; overflow-x: hidden; }.tc-wp-tool-root .dwc-tool-wrap .dwc-container{ width: calc(100% - 24px); max-width: 1200px; padding: 28px 0; }.tc-wp-tool-root .dwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.42), 0 0 22px rgba(125,211,252,.42); }.tc-wp-tool-root .dwc-tool-wrap .dwc-hero p{ font-size: 0.88rem; color: #f0fdff; }.tc-wp-tool-root .dwc-tool-wrap .dwc-main-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-stat-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-analysis-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-upload-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-card{ padding: 16px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-section-head{ gap: 10px; margin-bottom: 12px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea{ width: 100%; min-height: 300px; padding: 14px; font-size: 0.92rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-file{ width: 100%; min-height: 44px; font-size: 0.84rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: 0.92rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dwc-tool-wrap .dwc-small-btn{ height: 38px; max-height: 42px; padding: 0 10px; font-size: 0.78rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card{ padding: 14px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card span{ font-size: 0.72rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card strong{ font-size: 1.25rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box{ font-size: 0.86rem; padding: 13px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dwc-tool-wrap{ width: 100%; border-radius: 0 !important; overflow-x: hidden; }.tc-wp-tool-root .dwc-tool-wrap .dwc-container{ width: calc(100% - 28px); max-width: 1200px; padding: 30px 0; }.tc-wp-tool-root .dwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.4), 0 0 24px rgba(125,211,252,.4); }.tc-wp-tool-root .dwc-tool-wrap .dwc-hero p{ font-size: 0.92rem; color: #f0fdff; }.tc-wp-tool-root .dwc-tool-wrap .dwc-main-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-stat-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-analysis-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-upload-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-card{ padding: 17px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea{ width: 100%; min-height: 320px; padding: 15px; font-size: 0.94rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-file{ width: 100%; min-height: 44px; font-size: 0.86rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: 0.92rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dwc-tool-wrap .dwc-small-btn{ height: 38px; max-height: 42px; padding: 0 10px; font-size: 0.8rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card{ padding: 15px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card span{ font-size: 0.74rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card strong{ font-size: 1.32rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box{ font-size: 0.88rem; padding: 14px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dwc-tool-wrap{ width: 100%; border-radius: 0 !important; overflow-x: hidden; }.tc-wp-tool-root .dwc-tool-wrap .dwc-container{ width: calc(100% - 32px); max-width: 1200px; padding: 34px 0; }.tc-wp-tool-root .dwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.38), 0 0 26px rgba(125,211,252,.38); }.tc-wp-tool-root .dwc-tool-wrap .dwc-hero p{ font-size: 0.95rem; color: #ecfeff; }.tc-wp-tool-root .dwc-tool-wrap .dwc-main-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-stat-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-analysis-grid, .tc-wp-tool-root .dwc-tool-wrap .dwc-upload-grid{ grid-template-columns: 1fr !important; gap: 18px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-card{ padding: 18px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea{ width: 100%; min-height: 340px; padding: 16px; font-size: 0.96rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-file{ width: 100%; min-height: 45px; font-size: 0.88rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: 0.92rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dwc-tool-wrap .dwc-small-btn{ height: 40px; max-height: 44px; padding: 0 11px; font-size: 0.82rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card{ padding: 16px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card span{ font-size: 0.76rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card strong{ font-size: 1.38rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box{ font-size: 0.9rem; padding: 15px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dwc-tool-wrap{ width: 100%; border-radius: 0 !important; overflow-x: hidden; }.tc-wp-tool-root .dwc-tool-wrap .dwc-container{ width: calc(100% - 44px); max-width: 1200px; padding: 42px 0; }.tc-wp-tool-root .dwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.36), 0 0 28px rgba(125,211,252,.36); }.tc-wp-tool-root .dwc-tool-wrap .dwc-hero p{ font-size: 1rem; color: #ecfeff; }.tc-wp-tool-root .dwc-tool-wrap .dwc-main-grid{ grid-template-columns: 1fr; gap: 22px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-analysis-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-upload-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .dwc-tool-wrap .dwc-card{ padding: 22px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea{ width: 100%; min-height: 360px; padding: 17px; font-size: 0.98rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-file{ width: 100%; min-height: 46px; font-size: 0.9rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-btn{ height: 50px; min-height: 48px; max-height: 56px; padding: 0 14px; font-size: 0.95rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card{ padding: 17px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card span{ font-size: 0.78rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card strong{ font-size: 1.42rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box{ font-size: 0.92rem; padding: 16px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dwc-tool-wrap{ width: 100%; border-radius: 0 !important; overflow-x: hidden; }.tc-wp-tool-root .dwc-tool-wrap .dwc-container{ width: calc(100% - 56px); max-width: 1200px; padding: 46px 0; }.tc-wp-tool-root .dwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.34), 0 0 28px rgba(125,211,252,.34); }.tc-wp-tool-root .dwc-tool-wrap .dwc-hero p{ font-size: 1.02rem; color: #ecfeff; }.tc-wp-tool-root .dwc-tool-wrap .dwc-main-grid{ grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 24px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-analysis-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-card{ padding: 24px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea{ width: 100%; min-height: 390px; padding: 18px; font-size: 1rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-file{ width: 100%; min-height: 46px; font-size: 0.9rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-btn{ height: 52px; min-height: 48px; max-height: 56px; padding: 0 16px; font-size: 0.96rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card{ padding: 17px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card span{ font-size: 0.78rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card strong{ font-size: 1.4rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box{ font-size: 0.94rem; padding: 16px; }}@media (min-width: 1200px) {.tc-wp-tool-root .dwc-tool-wrap{ width: 100%; border-radius: 0 !important; overflow-x: hidden; }.tc-wp-tool-root .dwc-tool-wrap .dwc-container{ width: calc(100% - 64px); max-width: 1200px; padding: 52px 0; }.tc-wp-tool-root .dwc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.34), 0 0 30px rgba(125,211,252,.34); }.tc-wp-tool-root .dwc-tool-wrap .dwc-hero p{ font-size: 1.04rem; color: #ecfeff; }.tc-wp-tool-root .dwc-tool-wrap .dwc-main-grid{ grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 30px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-analysis-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-card{ padding: 28px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-textarea{ width: 100%; min-height: 410px; padding: 18px; font-size: 1rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-file{ width: 100%; min-height: 46px; font-size: 0.9rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-btn{ height: 52px; min-height: 48px; max-height: 56px; padding: 0 16px; font-size: 0.96rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card{ padding: 17px; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card span{ font-size: 0.78rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-stat-card strong{ font-size: 1.35rem; }.tc-wp-tool-root .dwc-tool-wrap .dwc-output-box{ font-size: 0.94rem; padding: 16px; }}.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 .dwc-editor-card {}
.tc-wp-tool-root .dwc-results-card {}