@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 .jscc-tool-wrap{
  width: 100%;
  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.28), transparent 28%),
    linear-gradient(135deg, #6d28d9 0%, #0ea5e9 46%, #10b981 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #ffffff;
}.tc-wp-tool-root .jscc-tool-wrap, .tc-wp-tool-root .jscc-tool-wrap div, .tc-wp-tool-root .jscc-tool-wrap section, .tc-wp-tool-root .jscc-tool-wrap h1, .tc-wp-tool-root .jscc-tool-wrap p, .tc-wp-tool-root .jscc-tool-wrap label, .tc-wp-tool-root .jscc-tool-wrap textarea, .tc-wp-tool-root .jscc-tool-wrap button, .tc-wp-tool-root .jscc-tool-wrap span, .tc-wp-tool-root .jscc-tool-wrap strong{
  box-sizing: border-box;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-header{
  margin: 0 0 26px;
  text-align: center;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-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(15, 23, 42, 0.42);
  letter-spacing: 0;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-subtitle{
  margin: 10px auto 0;
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 10px rgba(15, 23, 42, 0.26);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 26px;
  align-items: stretch;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-panel{
  min-width: 0;
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-input-column, .tc-wp-tool-root .jscc-tool-wrap .jscc-stats-column{
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-label{
  font-size: 0.86rem;
  font-weight: 750;
  color: rgba(255, 255, 255, 0.92);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-textarea{
  width: 100%;
  max-width: 100%;
  height: 205px;
  max-height: 240px;
  min-height: 150px;
  resize: vertical;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.94);
  color: #102033;
  font: inherit;
  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, transform 180ms ease;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-textarea:focus{
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.28), 0 14px 34px rgba(15, 23, 42, 0.18);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-action-row{
  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 .jscc-tool-wrap .jscc-btn, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn{
  height: 48px;
  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: inherit;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-btn:focus-visible, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-btn:hover, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-btn-primary{
  color: #08111f;
  background: linear-gradient(135deg, #ffffff, #a7f3d0);
  box-shadow: 0 14px 28px rgba(16, 185, 129, 0.26);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-btn-secondary{
  color: #ffffff;
  background: rgba(15, 23, 42, 0.36);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-stats-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  flex: 1 1 auto;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-card{
  min-width: 0;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
  color: #0f172a;
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: jsccReveal 280ms ease both;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.18);
}.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-label{
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
  line-height: 1.1;
  font-weight: 800;
  color: #475569;
  white-space: nowrap;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-value{
  display: block;
  max-width: 100%;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 850;
  color: #0f172a;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-toast{
  min-height: 22px;
  font-size: 0.88rem;
  line-height: 1.3;
  font-weight: 750;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .jscc-tool-wrap .jscc-toast.is-visible{
  opacity: 1;
  transform: translateY(0);
}@keyframes jsccReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .jscc-tool-wrap{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-container{
    width: 100%;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-header{
    margin-bottom: 22px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-title{
    font-size: clamp(1.5rem, 8vw, 2rem);
    text-shadow: 0 3px 16px rgba(15, 23, 42, 0.5);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-subtitle{
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.92);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-main-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-panel{
    padding: 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-input-column, .tc-wp-tool-root .jscc-tool-wrap .jscc-stats-column{
    height: auto;
    gap: 12px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-textarea{
    width: 100%;
    height: 145px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-btn, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn{
    height: 46px;
    max-height: 54px;
    padding: 0 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-card{
    padding: 12px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-label{
    font-size: 0.7rem;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-value{
    font-size: 1.28rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .jscc-tool-wrap{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-container{
    width: 100%;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-header{
    margin-bottom: 23px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-title{
    font-size: clamp(1.65rem, 7vw, 2.15rem);
    text-shadow: 0 3px 16px rgba(15, 23, 42, 0.48);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-subtitle{
    font-size: 0.94rem;
    color: rgba(255, 255, 255, 0.92);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-main-grid{
    grid-template-columns: 1fr;
    gap: 15px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-panel{
    padding: 16px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-input-column, .tc-wp-tool-root .jscc-tool-wrap .jscc-stats-column{
    height: auto;
    gap: 12px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-textarea{
    width: 100%;
    height: 155px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-btn, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn{
    height: 48px;
    max-height: 54px;
    padding: 0 12px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-card{
    padding: 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-label{
    font-size: 0.72rem;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-value{
    font-size: 1.42rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .jscc-tool-wrap{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-container{
    width: 100%;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-header{
    margin-bottom: 24px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-title{
    font-size: clamp(1.85rem, 6vw, 2.4rem);
    text-shadow: 0 3px 16px rgba(15, 23, 42, 0.46);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-subtitle{
    font-size: 0.96rem;
    color: rgba(255, 255, 255, 0.92);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-main-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-panel{
    padding: 18px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-input-column, .tc-wp-tool-root .jscc-tool-wrap .jscc-stats-column{
    height: auto;
    gap: 13px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-textarea{
    width: 100%;
    height: 165px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-btn, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn{
    height: 48px;
    max-height: 54px;
    padding: 0 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-card{
    padding: 15px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-label{
    font-size: 0.74rem;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-value{
    font-size: 1.55rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .jscc-tool-wrap{
    padding: 44px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-header{
    margin-bottom: 25px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-title{
    font-size: clamp(2rem, 4.8vw, 2.55rem);
    text-shadow: 0 3px 17px rgba(15, 23, 42, 0.44);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-subtitle{
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.91);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-main-grid{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 20px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-panel{
    padding: 20px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-input-column, .tc-wp-tool-root .jscc-tool-wrap .jscc-stats-column{
    height: 100%;
    gap: 13px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-textarea{
    width: 100%;
    height: 180px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-btn, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn{
    height: 48px;
    max-height: 54px;
    padding: 0 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-card{
    padding: 15px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-label{
    font-size: 0.74rem;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-value{
    font-size: 1.5rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .jscc-tool-wrap{
    padding: 56px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-header{
    margin-bottom: 26px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-title{
    font-size: clamp(2.25rem, 4vw, 2.75rem);
    text-shadow: 0 3px 18px rgba(15, 23, 42, 0.42);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-subtitle{
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-main-grid{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 24px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-panel{
    padding: 22px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-input-column, .tc-wp-tool-root .jscc-tool-wrap .jscc-stats-column{
    height: 100%;
    gap: 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-textarea{
    width: 100%;
    height: 198px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-btn, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn{
    height: 50px;
    max-height: 54px;
    padding: 0 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-card{
    padding: 17px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-label{
    font-size: 0.77rem;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-value{
    font-size: 1.68rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .jscc-tool-wrap{
    padding: 56px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-header{
    margin-bottom: 28px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-title{
    font-size: clamp(2.35rem, 3.2vw, 2.8rem);
    text-shadow: 0 3px 18px rgba(15, 23, 42, 0.42);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-subtitle{
    font-size: 1.03rem;
    color: rgba(255, 255, 255, 0.9);
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-main-grid{
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 26px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-panel{
    padding: 24px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-input-column, .tc-wp-tool-root .jscc-tool-wrap .jscc-stats-column{
    height: 100%;
    gap: 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-textarea{
    width: 100%;
    height: 205px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-btn, .tc-wp-tool-root .jscc-tool-wrap .jscc-copy-btn{
    height: 52px;
    max-height: 54px;
    padding: 0 14px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-card{
    padding: 18px;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-label{
    font-size: 0.78rem;
  }.tc-wp-tool-root .jscc-tool-wrap .jscc-stat-value{
    font-size: 1.75rem;
  }}.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;
}