@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 .jmc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 34px 18px;
  color: #efffff;
  background:
    radial-gradient(circle at 18% 12%, rgba(72, 255, 202, 0.24), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(28, 181, 255, 0.22), transparent 36%),
    linear-gradient(135deg, #061625 0%, #073246 42%, #07505d 72%, #0b6a68 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .jmc-tool-wrap, .tc-wp-tool-root .jmc-tool-wrap div, .tc-wp-tool-root .jmc-tool-wrap section, .tc-wp-tool-root .jmc-tool-wrap article, .tc-wp-tool-root .jmc-tool-wrap header, .tc-wp-tool-root .jmc-tool-wrap label{
  box-sizing: border-box;
}.tc-wp-tool-root .jmc-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .jmc-hero{
  margin-bottom: 22px;
}.tc-wp-tool-root .jmc-kicker{
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(134, 255, 222, 0.36);
  border-radius: 999px;
  background: rgba(8, 31, 45, 0.56);
  color: #a9ffee;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .jmc-title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}.tc-wp-tool-root .jmc-subtitle{
  max-width: 720px;
  margin: 12px 0 0;
  color: #c8f7f2;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .jmc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .jmc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .jmc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(179, 255, 239, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(5, 22, 35, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  padding: 20px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .jmc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(125, 255, 220, 0.38);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.42), 0 0 34px rgba(52, 238, 204, 0.1);
}.tc-wp-tool-root .jmc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .jmc-card-head h2, .tc-wp-tool-root .jmc-mini-head{
  margin: 0;
  color: #f7fffe;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0;
}.tc-wp-tool-root .jmc-mini-head{
  margin-bottom: 9px;
  color: #bffdf0;
  font-size: 0.86rem;
}.tc-wp-tool-root .jmc-control-grid, .tc-wp-tool-root .jmc-values{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .jmc-functions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}.tc-wp-tool-root .jmc-section{
  margin-top: 16px;
}.tc-wp-tool-root .jmc-field{
  display: grid;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #dcfffb;
  font-size: 0.82rem;
  font-weight: 760;
}.tc-wp-tool-root .jmc-field span{
  overflow-wrap: anywhere;
}.tc-wp-tool-root .jmc-tool-wrap input, .tc-wp-tool-root .jmc-tool-wrap select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid rgba(179, 255, 239, 0.28);
  border-radius: 13px;
  outline: none;
  background: rgba(2, 20, 32, 0.84);
  color: #ffffff;
  padding: 0 13px;
  font: inherit;
  font-size: 0.94rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .jmc-tool-wrap select{
  appearance: auto;
  color: #ffffff;
  background: #06283b;
}.tc-wp-tool-root .jmc-tool-wrap option{
  color: #061625;
  background: #f4fffd;
}.tc-wp-tool-root .jmc-tool-wrap input::placeholder{
  color: #82bdb6;
}.tc-wp-tool-root .jmc-tool-wrap input:focus, .tc-wp-tool-root .jmc-tool-wrap select:focus, .tc-wp-tool-root .jmc-tool-wrap button:focus-visible{
  border-color: #62ffd6;
  box-shadow: 0 0 0 4px rgba(98, 255, 214, 0.16), 0 0 24px rgba(98, 255, 214, 0.16);
}.tc-wp-tool-root .jmc-step-field{
  margin-top: 16px;
}.tc-wp-tool-root .jmc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 18px;
}.tc-wp-tool-root .jmc-btn, .tc-wp-tool-root .jmc-copy{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .jmc-btn{
  height: 56px;
  padding: 0 12px;
  font-size: 0.98rem;
}.tc-wp-tool-root .jmc-primary{
  color: #042126;
  background: linear-gradient(135deg, #7dffdf, #33d7ff);
  box-shadow: 0 16px 34px rgba(51, 215, 255, 0.24);
}.tc-wp-tool-root .jmc-secondary{
  color: #efffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(210, 255, 246, 0.25);
}.tc-wp-tool-root .jmc-copy{
  flex: 0 0 auto;
  width: auto;
  min-width: 74px;
  height: 36px;
  padding: 0 12px;
  color: #05232a;
  background: linear-gradient(135deg, #c6fff1, #7de7ff);
  font-size: 0.82rem;
}.tc-wp-tool-root .jmc-btn:hover, .tc-wp-tool-root .jmc-copy:hover{
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(60, 231, 219, 0.22);
}.tc-wp-tool-root .jmc-btn:active, .tc-wp-tool-root .jmc-copy:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .jmc-output-box{
  width: 100%;
  margin-top: 2px;
  border: 1px solid rgba(156, 255, 235, 0.18);
  border-radius: 16px;
  background: rgba(1, 14, 24, 0.68);
  color: #efffff;
  padding: 15px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.55;
  animation: jmcFade 260ms ease both;
  scrollbar-color: #65f6d6 rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .jmc-result-box{
  max-height: 260px;
  font-size: 0.92rem;
}.tc-wp-tool-root .jmc-formula-box{
  max-height: 180px;
  font-size: 0.92rem;
}.tc-wp-tool-root .jmc-steps-box{
  max-height: 260px;
  font-size: 0.92rem;
}.tc-wp-tool-root .jmc-empty{
  color: #a7d8d2;
}.tc-wp-tool-root .jmc-result-meta{
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
  color: #d8fffa;
}.tc-wp-tool-root .jmc-matrix-scroll{
  width: 100%;
  overflow-x: auto;
  margin-top: 10px;
}.tc-wp-tool-root .jmc-matrix{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}.tc-wp-tool-root .jmc-matrix th, .tc-wp-tool-root .jmc-matrix td{
  padding: 9px 10px;
  border-bottom: 1px solid rgba(179, 255, 239, 0.14);
  text-align: right;
  white-space: nowrap;
}.tc-wp-tool-root .jmc-matrix th:first-child, .tc-wp-tool-root .jmc-matrix td:first-child{
  text-align: left;
  color: #a9ffee;
}.tc-wp-tool-root .jmc-formula{
  color: #f4fffd;
  font-weight: 780;
}.tc-wp-tool-root .jmc-steps{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .jmc-steps li{
  margin: 0 0 8px;
}.tc-wp-tool-root .jmc-error{
  color: #ffd6d6;
}.tc-wp-tool-root .jmc-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  max-width: min(92vw, 420px);
  transform: translate(-50%, -50%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(161, 255, 234, 0.32);
  border-radius: 18px;
  background: rgba(3, 22, 34, 0.94);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.46), 0 0 30px rgba(74, 255, 208, 0.18);
  padding: 14px 18px;
  font-size: 0.94rem;
  font-weight: 800;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .jmc-toast.jmc-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes jmcFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .jmc-tool-wrap{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .jmc-container{ width: 100%; }.tc-wp-tool-root .jmc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .jmc-subtitle{ font-size: 0.88rem; }.tc-wp-tool-root .jmc-layout, .tc-wp-tool-root .jmc-output-stack{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .jmc-card{ padding: 14px; }.tc-wp-tool-root .jmc-control-grid, .tc-wp-tool-root .jmc-values{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .jmc-tool-wrap input, .tc-wp-tool-root .jmc-tool-wrap select{ width: 100%; height: 44px; font-size: 0.88rem; color: #ffffff; background: #06283b; }.tc-wp-tool-root .jmc-tool-wrap option{ color: #061625; background: #f4fffd; }.tc-wp-tool-root .jmc-btn{ height: 50px; font-size: 0.88rem; }.tc-wp-tool-root .jmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .jmc-result-box{ font-size: 0.84rem; }.tc-wp-tool-root .jmc-formula-box{ font-size: 0.84rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .jmc-tool-wrap{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .jmc-container{ width: 100%; }.tc-wp-tool-root .jmc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .jmc-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .jmc-layout, .tc-wp-tool-root .jmc-output-stack{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .jmc-card{ padding: 15px; }.tc-wp-tool-root .jmc-control-grid, .tc-wp-tool-root .jmc-values{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .jmc-tool-wrap input, .tc-wp-tool-root .jmc-tool-wrap select{ width: 100%; height: 45px; font-size: 0.9rem; color: #ffffff; background: #06283b; }.tc-wp-tool-root .jmc-tool-wrap option{ color: #061625; background: #f4fffd; }.tc-wp-tool-root .jmc-btn{ height: 52px; font-size: 0.9rem; }.tc-wp-tool-root .jmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .jmc-result-box{ font-size: 0.86rem; }.tc-wp-tool-root .jmc-formula-box{ font-size: 0.86rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .jmc-tool-wrap{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .jmc-container{ width: 100%; }.tc-wp-tool-root .jmc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .jmc-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .jmc-layout, .tc-wp-tool-root .jmc-output-stack{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .jmc-card{ padding: 16px; }.tc-wp-tool-root .jmc-control-grid, .tc-wp-tool-root .jmc-values{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .jmc-tool-wrap input, .tc-wp-tool-root .jmc-tool-wrap select{ width: 100%; height: 46px; font-size: 0.92rem; color: #ffffff; background: #06283b; }.tc-wp-tool-root .jmc-tool-wrap option{ color: #061625; background: #f4fffd; }.tc-wp-tool-root .jmc-btn{ height: 54px; font-size: 0.94rem; }.tc-wp-tool-root .jmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .jmc-result-box{ font-size: 0.88rem; }.tc-wp-tool-root .jmc-formula-box{ font-size: 0.88rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .jmc-tool-wrap{ padding: 32px 18px; border-radius: 0 !important; }.tc-wp-tool-root .jmc-container{ width: 100%; }.tc-wp-tool-root .jmc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .jmc-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .jmc-layout{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .jmc-output-stack{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .jmc-card{ padding: 18px; }.tc-wp-tool-root .jmc-tool-wrap input, .tc-wp-tool-root .jmc-tool-wrap select{ width: 100%; height: 48px; font-size: 0.94rem; color: #ffffff; background: #06283b; }.tc-wp-tool-root .jmc-tool-wrap option{ color: #061625; background: #f4fffd; }.tc-wp-tool-root .jmc-btn{ height: 56px; font-size: 0.96rem; }.tc-wp-tool-root .jmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .jmc-result-box{ font-size: 0.9rem; }.tc-wp-tool-root .jmc-formula-box{ font-size: 0.9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .jmc-tool-wrap{ padding: 36px 22px; border-radius: 0 !important; }.tc-wp-tool-root .jmc-container{ width: 100%; }.tc-wp-tool-root .jmc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .jmc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .jmc-layout{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 18px; }.tc-wp-tool-root .jmc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .jmc-card{ padding: 20px; }.tc-wp-tool-root .jmc-tool-wrap input, .tc-wp-tool-root .jmc-tool-wrap select{ width: 100%; height: 48px; font-size: 0.95rem; color: #ffffff; background: #06283b; }.tc-wp-tool-root .jmc-tool-wrap option{ color: #061625; background: #f4fffd; }.tc-wp-tool-root .jmc-btn{ height: 58px; font-size: 0.98rem; }.tc-wp-tool-root .jmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .jmc-result-box{ font-size: 0.92rem; }.tc-wp-tool-root .jmc-formula-box{ font-size: 0.92rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .jmc-tool-wrap{ padding: 42px 24px; border-radius: 0 !important; }.tc-wp-tool-root .jmc-container{ width: 100%; }.tc-wp-tool-root .jmc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .jmc-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .jmc-layout{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 20px; }.tc-wp-tool-root .jmc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .jmc-card{ padding: 22px; }.tc-wp-tool-root .jmc-tool-wrap input, .tc-wp-tool-root .jmc-tool-wrap select{ width: 100%; height: 48px; font-size: 0.96rem; color: #ffffff; background: #06283b; }.tc-wp-tool-root .jmc-tool-wrap option{ color: #061625; background: #f4fffd; }.tc-wp-tool-root .jmc-btn{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .jmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .jmc-result-box{ font-size: 0.93rem; }.tc-wp-tool-root .jmc-formula-box{ font-size: 0.93rem; }}@media (max-width: 299px) {.tc-wp-tool-root .jmc-action-row{
    grid-template-columns: 1fr !important;
  }}.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 .jmc-formula-card {}
.tc-wp-tool-root .jmc-function-count {}
.tc-wp-tool-root .jmc-input-card {}
.tc-wp-tool-root .jmc-result-card {}
.tc-wp-tool-root .jmc-step {}
.tc-wp-tool-root .jmc-steps-card {}
.tc-wp-tool-root .jmc-variable-count {}