@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-premium-tool{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 42px 18px;
  color: #f4fffb;
  background:
    radial-gradient(circle at 12% 8%, rgba(48, 255, 218, 0.28), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(187, 255, 88, 0.22), transparent 30%),
    linear-gradient(135deg, #061327 0%, #071f35 42%, #052b33 70%, #0a1b25 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .gwc-premium-tool, .tc-wp-tool-root .gwc-premium-tool div, .tc-wp-tool-root .gwc-premium-tool section, .tc-wp-tool-root .gwc-premium-tool aside, .tc-wp-tool-root .gwc-premium-tool header, .tc-wp-tool-root .gwc-premium-tool textarea, .tc-wp-tool-root .gwc-premium-tool select, .tc-wp-tool-root .gwc-premium-tool option, .tc-wp-tool-root .gwc-premium-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .gwc-premium-tool .gwc-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .gwc-premium-tool .gwc-hero{
  text-align: center;
  margin: 0 0 26px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .gwc-premium-tool .gwc-hero p{
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #c8fff2;
}.tc-wp-tool-root .gwc-premium-tool .gwc-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .gwc-premium-tool .gwc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(183, 255, 232, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(11, 35, 55, 0.76), rgba(6, 24, 38, 0.62));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .gwc-premium-tool .gwc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(68, 255, 218, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32), 0 0 28px rgba(24, 234, 204, 0.08);
}.tc-wp-tool-root .gwc-premium-tool .gwc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .gwc-premium-tool .gwc-head-actions{
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root .gwc-premium-tool .gwc-label, .tc-wp-tool-root .gwc-premium-tool .gwc-control label{
  display: block;
  margin: 0 0 8px;
  color: #d9fff8;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.3;
}.tc-wp-tool-root .gwc-premium-tool .gwc-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 330px;
  resize: vertical;
  padding: 16px;
  border: 1px solid rgba(145, 255, 231, 0.25);
  border-radius: 14px;
  outline: none;
  background: rgba(2, 12, 24, 0.64);
  color: #f7fffd;
  font: inherit;
  font-size: 0.98rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .gwc-premium-tool .gwc-textarea::placeholder{
  color: rgba(210, 255, 247, 0.58);
}.tc-wp-tool-root .gwc-premium-tool .gwc-textarea:focus, .tc-wp-tool-root .gwc-premium-tool .gwc-control select:focus, .tc-wp-tool-root .gwc-premium-tool button:focus-visible{
  border-color: #32f7df;
  box-shadow: 0 0 0 4px rgba(50, 247, 223, 0.16), 0 0 34px rgba(50, 247, 223, 0.12);
}.tc-wp-tool-root .gwc-premium-tool .gwc-controls{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 14px 0;
}.tc-wp-tool-root .gwc-premium-tool .gwc-control{
  min-width: 0;
}.tc-wp-tool-root .gwc-premium-tool .gwc-control select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(145, 255, 231, 0.24);
  border-radius: 12px;
  outline: none;
  color: #ecfffb;
  background-color: #092033;
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.2;
}.tc-wp-tool-root .gwc-premium-tool .gwc-control option{
  color: #ecfffb;
  background-color: #092033;
}.tc-wp-tool-root .gwc-premium-tool .gwc-control option:checked, .tc-wp-tool-root .gwc-premium-tool .gwc-control option:hover, .tc-wp-tool-root .gwc-premium-tool .gwc-control option:focus{
  color: #ffffff;
  background-color: #10425a;
}.tc-wp-tool-root .gwc-premium-tool .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-premium-tool button{
  cursor: pointer;
  border: 0;
  border-radius: 12px;
  font: inherit;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, background 150ms ease;
}.tc-wp-tool-root .gwc-premium-tool button:active{
  transform: scale(0.98);
}.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn, .tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn{
  width: 100%;
  max-width: 100%;
  height: 52px;
  padding: 0 14px;
  text-align: center;
  white-space: nowrap;
  font-size: 0.96rem;
}.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn{
  color: #04151f;
  background: linear-gradient(135deg, #33f7df, #c7ff57);
  box-shadow: 0 14px 32px rgba(50, 247, 223, 0.2);
}.tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn{
  color: #eafffb;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(216, 255, 247, 0.18);
}.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn:hover, .tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn:hover, .tc-wp-tool-root .gwc-premium-tool .gwc-mini-btn:hover{
  filter: brightness(1.08);
  box-shadow: 0 0 26px rgba(50, 247, 223, 0.18);
}.tc-wp-tool-root .gwc-premium-tool .gwc-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .gwc-premium-tool .gwc-mini-btn{
  width: auto;
  max-width: 100%;
  min-height: 36px;
  padding: 0 11px;
  white-space: nowrap;
  color: #04151f;
  background: linear-gradient(135deg, #e7fff6, #9dffcf);
  font-size: 0.82rem;
}.tc-wp-tool-root .gwc-premium-tool .gwc-stat-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root .gwc-premium-tool .gwc-stat{
  min-width: 0;
  padding: 13px 12px;
  border: 1px solid rgba(183, 255, 232, 0.18);
  border-radius: 14px;
  background: rgba(0, 17, 30, 0.44);
  animation: gwcReveal 220ms ease both;
}.tc-wp-tool-root .gwc-premium-tool .gwc-stat-label{
  display: block;
  margin-bottom: 7px;
  color: #aefef0;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-tool-root .gwc-premium-tool .gwc-stat-value{
  display: block;
  color: #ffffff;
  font-size: 1.22rem;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box{
  max-height: 260px;
  overflow: auto;
  padding-right: 4px;
  color: #e9fffb;
  font-size: 0.92rem;
  line-height: 1.55;
  animation: gwcFade 220ms ease both;
}.tc-wp-tool-root .gwc-premium-tool .gwc-top-box{
  max-height: 240px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box::-webkit-scrollbar, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box::-webkit-scrollbar-track, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#35f7df, #c4ff54);
  border-radius: 99px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-item, .tc-wp-tool-root .gwc-premium-tool .gwc-empty, .tc-wp-tool-root .gwc-premium-tool .gwc-word-pill{
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(183, 255, 232, 0.16);
  border-radius: 12px;
  background: rgba(2, 12, 24, 0.42);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-item strong{
  color: #c7ff57;
}.tc-wp-tool-root .gwc-premium-tool .gwc-top-list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-word-pill{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}.tc-wp-tool-root .gwc-premium-tool .gwc-word-pill span{
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .gwc-premium-tool .gwc-word-pill b{
  flex: 0 0 auto;
  color: #c7ff57;
}.tc-wp-tool-root .gwc-premium-tool .gwc-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9999;
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border: 1px solid rgba(198, 255, 238, 0.28);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(4, 20, 33, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34), 0 0 26px rgba(50, 247, 223, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  font-size: 0.9rem;
}.tc-wp-tool-root .gwc-premium-tool .gwc-toast.gwc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes gwcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes gwcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .gwc-premium-tool{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-premium-tool .gwc-shell{ width: 100%; }.tc-wp-tool-root .gwc-premium-tool .gwc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-grid, .tc-wp-tool-root .gwc-premium-tool .gwc-results, .tc-wp-tool-root .gwc-premium-tool .gwc-stat-grid, .tc-wp-tool-root .gwc-premium-tool .gwc-controls{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-card{ padding: 13px; }.tc-wp-tool-root .gwc-premium-tool .gwc-textarea{ width: 100%; min-height: 250px; font-size: 0.92rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control select{ width: 100%; height: 44px; color: #ecfffb; background-color: #092033; font-size: 0.86rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control option{ color: #ecfffb; background-color: #092033; }.tc-wp-tool-root .gwc-premium-tool .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn, .tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn{ height: 50px; font-size: 0.9rem; padding: 0 8px; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-label{ font-size: 0.72rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-value{ font-size: 1.12rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box{ font-size: 0.86rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-card-head{ align-items: flex-start; gap: 8px; }.tc-wp-tool-root .gwc-premium-tool .gwc-head-actions{ flex-wrap: wrap; justify-content: flex-end; }.tc-wp-tool-root .gwc-premium-tool .gwc-mini-btn{ font-size: 0.78rem; min-height: 34px; padding: 0 9px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .gwc-premium-tool{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-premium-tool .gwc-shell{ width: 100%; }.tc-wp-tool-root .gwc-premium-tool .gwc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-grid, .tc-wp-tool-root .gwc-premium-tool .gwc-results, .tc-wp-tool-root .gwc-premium-tool .gwc-stat-grid, .tc-wp-tool-root .gwc-premium-tool .gwc-controls{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .gwc-premium-tool .gwc-card{ padding: 14px; }.tc-wp-tool-root .gwc-premium-tool .gwc-textarea{ width: 100%; min-height: 270px; font-size: 0.94rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control select{ width: 100%; height: 45px; color: #ecfffb; background-color: #092033; font-size: 0.88rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control option{ color: #ecfffb; background-color: #092033; }.tc-wp-tool-root .gwc-premium-tool .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn, .tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn{ height: 52px; font-size: 0.94rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-label{ font-size: 0.73rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-value{ font-size: 1.16rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box{ font-size: 0.88rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .gwc-premium-tool{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-premium-tool .gwc-shell{ width: 100%; }.tc-wp-tool-root .gwc-premium-tool .gwc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-grid, .tc-wp-tool-root .gwc-premium-tool .gwc-results, .tc-wp-tool-root .gwc-premium-tool .gwc-stat-grid, .tc-wp-tool-root .gwc-premium-tool .gwc-controls{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .gwc-premium-tool .gwc-card{ padding: 16px; }.tc-wp-tool-root .gwc-premium-tool .gwc-textarea{ width: 100%; min-height: 290px; font-size: 0.96rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control select{ width: 100%; height: 46px; color: #ecfffb; background-color: #092033; font-size: 0.9rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control option{ color: #ecfffb; background-color: #092033; }.tc-wp-tool-root .gwc-premium-tool .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn, .tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn{ height: 52px; font-size: 0.96rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-label{ font-size: 0.74rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-value{ font-size: 1.2rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box{ font-size: 0.9rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .gwc-premium-tool{ padding: 38px 18px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-premium-tool .gwc-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero p{ font-size: 1rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .gwc-premium-tool .gwc-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-card{ padding: 18px; }.tc-wp-tool-root .gwc-premium-tool .gwc-textarea{ width: 100%; min-height: 310px; font-size: 0.98rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control select{ width: 100%; height: 46px; color: #ecfffb; background-color: #092033; font-size: 0.9rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control option{ color: #ecfffb; background-color: #092033; }.tc-wp-tool-root .gwc-premium-tool .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn, .tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn{ height: 52px; font-size: 0.96rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-label{ font-size: 0.75rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-value{ font-size: 1.24rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box{ font-size: 0.92rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .gwc-premium-tool{ padding: 42px 20px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-premium-tool .gwc-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero p{ font-size: 1rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-grid{ grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr); gap: 16px; }.tc-wp-tool-root .gwc-premium-tool .gwc-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-card{ padding: 18px; }.tc-wp-tool-root .gwc-premium-tool .gwc-textarea{ width: 100%; min-height: 330px; font-size: 0.98rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control select{ width: 100%; height: 46px; color: #ecfffb; background-color: #092033; font-size: 0.9rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control option{ color: #ecfffb; background-color: #092033; }.tc-wp-tool-root .gwc-premium-tool .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn, .tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn{ height: 52px; font-size: 0.96rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-label{ font-size: 0.75rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-value{ font-size: 1.24rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box{ font-size: 0.92rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .gwc-premium-tool{ padding: 48px 24px; border-radius: 0 !important; }.tc-wp-tool-root .gwc-premium-tool .gwc-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .gwc-premium-tool .gwc-hero p{ font-size: 1rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-grid{ grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: 18px; }.tc-wp-tool-root .gwc-premium-tool .gwc-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .gwc-premium-tool .gwc-card{ padding: 18px; }.tc-wp-tool-root .gwc-premium-tool .gwc-textarea{ width: 100%; min-height: 350px; font-size: 0.98rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control select{ width: 100%; height: 46px; color: #ecfffb; background-color: #092033; font-size: 0.9rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-control option{ color: #ecfffb; background-color: #092033; }.tc-wp-tool-root .gwc-premium-tool .gwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .gwc-premium-tool .gwc-primary-btn, .tc-wp-tool-root .gwc-premium-tool .gwc-clear-btn{ height: 52px; font-size: 0.96rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-label{ font-size: 0.75rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-stat-value{ font-size: 1.24rem; }.tc-wp-tool-root .gwc-premium-tool .gwc-analysis-box, .tc-wp-tool-root .gwc-premium-tool .gwc-top-box{ font-size: 0.92rem; }}@media (max-width: 299px) {.tc-wp-tool-root .gwc-premium-tool .gwc-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 .gwc-input-card {}
.tc-wp-tool-root .gwc-output-card {}