@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 .jwc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  background:
    radial-gradient(circle at 15% 10%, rgba(82, 235, 255, 0.34), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(255, 92, 168, 0.28), transparent 32%),
    linear-gradient(135deg, #07142f 0%, #182b74 42%, #7a1f86 100%);
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .jwc-tool-wrap, .tc-wp-tool-root .jwc-tool-wrap div, .tc-wp-tool-root .jwc-tool-wrap header, .tc-wp-tool-root .jwc-tool-wrap main, .tc-wp-tool-root .jwc-tool-wrap section, .tc-wp-tool-root .jwc-tool-wrap article, .tc-wp-tool-root .jwc-tool-wrap h1, .tc-wp-tool-root .jwc-tool-wrap h2, .tc-wp-tool-root .jwc-tool-wrap h3, .tc-wp-tool-root .jwc-tool-wrap p, .tc-wp-tool-root .jwc-tool-wrap label, .tc-wp-tool-root .jwc-tool-wrap textarea, .tc-wp-tool-root .jwc-tool-wrap button, .tc-wp-tool-root .jwc-tool-wrap span, .tc-wp-tool-root .jwc-tool-wrap strong{
  box-sizing: border-box;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 0;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-header{
  position: relative;
  z-index: 2;
  text-align: center;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-header 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;
  margin: 0;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.44), 0 0 26px rgba(116, 220, 255, 0.28);
  letter-spacing: 0;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-header p{
  margin: 10px auto 0;
  max-width: 720px;
  color: rgba(248, 252, 255, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.34);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-main-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-stat-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-action-row, .tc-wp-tool-root .jwc-tool-wrap .jwc-secondary-row{
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-card, .tc-wp-tool-root .jwc-tool-wrap .jwc-panel, .tc-wp-tool-root .jwc-tool-wrap .jwc-stat{
  min-width: 0;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}.tc-wp-tool-root .jwc-tool-wrap .jwc-card{
  border-radius: 24px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-panel, .tc-wp-tool-root .jwc-tool-wrap .jwc-stat{
  border-radius: 18px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-card, .tc-wp-tool-root .jwc-tool-wrap .jwc-panel, .tc-wp-tool-root .jwc-tool-wrap .jwc-stat, .tc-wp-tool-root .jwc-tool-wrap .jwc-btn, .tc-wp-tool-root .jwc-tool-wrap .jwc-textarea{
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-card:hover, .tc-wp-tool-root .jwc-tool-wrap .jwc-panel:hover, .tc-wp-tool-root .jwc-tool-wrap .jwc-stat:hover{
  transform: translateY(-2px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}.tc-wp-tool-root .jwc-tool-wrap .jwc-section-head, .tc-wp-tool-root .jwc-tool-wrap .jwc-panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-section-head h2, .tc-wp-tool-root .jwc-tool-wrap .jwc-panel-head h3{
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-label{
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-help{
  margin: 10px 0 0;
  color: rgba(239, 248, 255, 0.78);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  background: rgba(5, 14, 35, 0.66);
  color: #ffffff;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 44px rgba(0, 0, 0, 0.18);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea::placeholder{
  color: rgba(232, 243, 255, 0.58);
}.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea:focus{
  border-color: rgba(117, 225, 255, 0.88);
  box-shadow: 0 0 0 4px rgba(91, 210, 255, 0.18), 0 20px 54px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .jwc-tool-wrap .jwc-action-row{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-secondary-row{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-btn{
  type: button;
  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%;
  min-width: 0;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-btn-primary{
  background: linear-gradient(135deg, #00d4ff, #6d5cff 54%, #ff4ea3);
  box-shadow: 0 14px 34px rgba(67, 111, 255, 0.34);
}.tc-wp-tool-root .jwc-tool-wrap .jwc-btn-secondary{
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
}.tc-wp-tool-root .jwc-tool-wrap .jwc-btn-ghost{
  background: rgba(8, 19, 48, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.2);
}.tc-wp-tool-root .jwc-tool-wrap .jwc-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(82, 211, 255, 0.26);
}.tc-wp-tool-root .jwc-tool-wrap .jwc-btn:focus-visible, .tc-wp-tool-root .jwc-tool-wrap .jwc-textarea:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 3px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-stat-grid{
  animation: jwcReveal 360ms ease both;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-stat{
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.1));
}.tc-wp-tool-root .jwc-tool-wrap .jwc-stat span{
  display: block;
  color: rgba(235, 246, 255, 0.78);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-stat strong{
  display: block;
  margin-top: 8px;
  color: #ffffff;
  line-height: 1.1;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-grid{
  margin-top: 18px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-panel{
  padding: 18px;
  animation: jwcFade 260ms ease both;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox{
  margin-top: 12px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(3, 12, 32, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(247, 251, 255, 0.92);
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.55;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-box{
  max-height: 260px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-top-box{
  max-height: 240px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox::-webkit-scrollbar, .tc-wp-tool-root .jwc-tool-wrap .jwc-textarea::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox::-webkit-scrollbar-track, .tc-wp-tool-root .jwc-tool-wrap .jwc-textarea::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox::-webkit-scrollbar-thumb, .tc-wp-tool-root .jwc-tool-wrap .jwc-textarea::-webkit-scrollbar-thumb{
  background: rgba(105, 221, 255, 0.55);
  border-radius: 999px;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 9999;
  width: min(92vw, 420px);
  padding: 13px 16px;
  border-radius: 15px;
  background: rgba(6, 17, 42, 0.92);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .jwc-tool-wrap .jwc-toast.is-visible{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes jwcReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes jwcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 1200px) {.tc-wp-tool-root .jwc-tool-wrap{ padding: 48px 28px; border-radius: 0 !important; }.tc-wp-tool-root .jwc-tool-wrap .jwc-container{ width: 100%; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header{ margin-bottom: 30px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header h1{ font-size: clamp(2.3rem, 3vw, 2.8rem); color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.44); }.tc-wp-tool-root .jwc-tool-wrap .jwc-header p{ font-size: 1.05rem; color: rgba(248,252,255,.92); }.tc-wp-tool-root .jwc-tool-wrap .jwc-main-grid{ grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr); gap: 28px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-card{ padding: 28px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-input-card{ gap: 18px; display: grid; }.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea{ width: 100%; min-height: 430px; padding: 18px; font-size: 1rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-btn{ height: 52px; max-height: 56px; padding: 0 16px; font-size: .96rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-action-row{ height: auto; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat{ padding: 18px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat span{ font-size: .72rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat strong{ font-size: 1.38rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox{ font-size: .94rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-section-head h2{ font-size: 1.2rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-panel-head h3{ font-size: 1rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .jwc-tool-wrap{ padding: 42px 24px; border-radius: 0 !important; }.tc-wp-tool-root .jwc-tool-wrap .jwc-container{ width: 100%; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header{ margin-bottom: 26px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header h1{ font-size: clamp(2.1rem, 3.6vw, 2.65rem); color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.44); }.tc-wp-tool-root .jwc-tool-wrap .jwc-header p{ font-size: 1rem; color: rgba(248,252,255,.92); }.tc-wp-tool-root .jwc-tool-wrap .jwc-main-grid{ grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-card{ padding: 24px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-input-card{ gap: 16px; display: grid; }.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea{ width: 100%; min-height: 400px; padding: 17px; font-size: .98rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-btn{ height: 52px; max-height: 56px; padding: 0 16px; font-size: .95rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat{ padding: 17px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat span{ font-size: .7rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat strong{ font-size: 1.3rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox{ font-size: .93rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-section-head h2{ font-size: 1.15rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-panel-head h3{ font-size: .98rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .jwc-tool-wrap{ padding: 36px 22px; border-radius: 0 !important; }.tc-wp-tool-root .jwc-tool-wrap .jwc-container{ width: 100%; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header{ margin-bottom: 24px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header h1{ font-size: clamp(2rem, 4.8vw, 2.5rem); color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.44); }.tc-wp-tool-root .jwc-tool-wrap .jwc-header p{ font-size: .98rem; color: rgba(248,252,255,.93); }.tc-wp-tool-root .jwc-tool-wrap .jwc-main-grid{ grid-template-columns: 1fr; gap: 22px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-card{ padding: 22px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-input-card{ gap: 16px; display: grid; }.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea{ width: 100%; min-height: 340px; padding: 16px; font-size: .98rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-btn{ height: 50px; max-height: 56px; padding: 0 15px; font-size: .94rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat{ padding: 16px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat span{ font-size: .69rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat strong{ font-size: 1.25rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox{ font-size: .92rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-section-head h2{ font-size: 1.1rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-panel-head h3{ font-size: .96rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .jwc-tool-wrap{ padding: 30px 16px; border-radius: 0 !important; }.tc-wp-tool-root .jwc-tool-wrap .jwc-container{ width: 100%; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header{ margin-bottom: 20px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header h1{ font-size: clamp(1.8rem, 7vw, 2.25rem); color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.48); }.tc-wp-tool-root .jwc-tool-wrap .jwc-header p{ font-size: .94rem; color: rgba(248,252,255,.94); }.tc-wp-tool-root .jwc-tool-wrap .jwc-main-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-stat-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-card{ padding: 18px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-input-card{ gap: 14px; display: grid; }.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea{ width: 100%; min-height: 300px; padding: 15px; font-size: .96rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: .92rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-secondary-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat{ padding: 15px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat span{ font-size: .68rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat strong{ font-size: 1.22rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox{ font-size: .91rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-section-head h2{ font-size: 1.05rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-panel-head h3{ font-size: .94rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .jwc-tool-wrap{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .jwc-tool-wrap .jwc-container{ width: 100%; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header{ margin-bottom: 18px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header h1{ font-size: clamp(1.65rem, 7.4vw, 2rem); color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.5); }.tc-wp-tool-root .jwc-tool-wrap .jwc-header p{ font-size: .91rem; color: rgba(248,252,255,.95); }.tc-wp-tool-root .jwc-tool-wrap .jwc-main-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-stat-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-card{ padding: 17px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-input-card{ gap: 13px; display: grid; }.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea{ width: 100%; min-height: 280px; padding: 14px; font-size: .95rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 12px; font-size: .92rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-secondary-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat{ padding: 14px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat span{ font-size: .66rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat strong{ font-size: 1.18rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox{ font-size: .9rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-section-head h2{ font-size: 1.02rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-panel-head h3{ font-size: .92rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .jwc-tool-wrap{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .jwc-tool-wrap .jwc-container{ width: 100%; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header{ margin-bottom: 16px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-header h1{ font-size: clamp(1.5rem, 8vw, 1.82rem); color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.52); }.tc-wp-tool-root .jwc-tool-wrap .jwc-header p{ font-size: .88rem; color: rgba(248,252,255,.96); }.tc-wp-tool-root .jwc-tool-wrap .jwc-main-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-stat-grid, .tc-wp-tool-root .jwc-tool-wrap .jwc-analysis-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-card{ padding: 16px; border-radius: 20px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-input-card{ gap: 12px; display: grid; }.tc-wp-tool-root .jwc-tool-wrap .jwc-textarea{ width: 100%; min-height: 260px; padding: 13px; font-size: .94rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-btn{ height: 48px; min-height: 46px; max-height: 54px; padding: 0 10px; font-size: .9rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-secondary-row{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat{ padding: 13px; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat span{ font-size: .64rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-stat strong{ font-size: 1.12rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-scrollbox{ font-size: .88rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-section-head h2{ font-size: 1rem; }.tc-wp-tool-root .jwc-tool-wrap .jwc-panel-head h3{ font-size: .9rem; }}@media (max-width: 299px) {.tc-wp-tool-root .jwc-tool-wrap .jwc-action-row, .tc-wp-tool-root .jwc-tool-wrap .jwc-secondary-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 .jwc-output-card {}