@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 .mmc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 40px 18px;
  color: #eefcff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(45, 212, 191, 0.28), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(34, 211, 238, 0.22), transparent 32%),
    linear-gradient(135deg, #06111f 0%, #082033 42%, #071722 100%);
  isolation: isolate;
}.tc-wp-tool-root .mmc-tool-wrap, .tc-wp-tool-root .mmc-tool-wrap div, .tc-wp-tool-root .mmc-tool-wrap section, .tc-wp-tool-root .mmc-tool-wrap header, .tc-wp-tool-root .mmc-tool-wrap main, .tc-wp-tool-root .mmc-tool-wrap h1, .tc-wp-tool-root .mmc-tool-wrap h2, .tc-wp-tool-root .mmc-tool-wrap p, .tc-wp-tool-root .mmc-tool-wrap label, .tc-wp-tool-root .mmc-tool-wrap span, .tc-wp-tool-root .mmc-tool-wrap button, .tc-wp-tool-root .mmc-tool-wrap input, .tc-wp-tool-root .mmc-tool-wrap select, .tc-wp-tool-root .mmc-tool-wrap table, .tc-wp-tool-root .mmc-tool-wrap td{
  box-sizing: border-box;
}.tc-wp-tool-root .mmc-bg-glow{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.08), rgba(45, 212, 191, 0.06), rgba(34, 211, 238, 0.06));
  z-index: -1;
}.tc-wp-tool-root .mmc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .mmc-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .mmc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f8feff;
  text-shadow: 0 0 26px rgba(34, 211, 238, 0.2);
}.tc-wp-tool-root .mmc-hero p{
  margin: 12px auto 0;
  max-width: 760px;
  color: #b9d5dc;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .mmc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .mmc-panel, .tc-wp-tool-root .mmc-matrix-card, .tc-wp-tool-root .mmc-output-card{
  min-width: 0;
}.tc-wp-tool-root .mmc-inputs-panel, .tc-wp-tool-root .mmc-output-panel{
  display: grid;
  gap: 16px;
}.tc-wp-tool-root .mmc-matrix-card, .tc-wp-tool-root .mmc-output-card{
  border: 1px solid rgba(178, 234, 238, 0.2);
  background: linear-gradient(180deg, rgba(12, 38, 55, 0.78), rgba(8, 25, 38, 0.66));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 18px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .mmc-matrix-card:hover, .tc-wp-tool-root .mmc-output-card:hover{
  transform: translateY(-2px);
  border-color: rgba(45, 212, 191, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32), 0 0 34px rgba(45, 212, 191, 0.08);
}.tc-wp-tool-root .mmc-card-head, .tc-wp-tool-root .mmc-output-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root .mmc-card-head h2, .tc-wp-tool-root .mmc-output-head h2{
  margin: 0;
  color: #f4fdff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .mmc-size-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .mmc-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .mmc-field span{
  color: #b7d9df;
  font-size: 0.82rem;
  font-weight: 700;
}.tc-wp-tool-root .mmc-select, .tc-wp-tool-root .mmc-cell{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #eefcff;
  background: rgba(5, 20, 31, 0.86);
  border: 1px solid rgba(178, 234, 238, 0.22);
  border-radius: 12px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .mmc-select{
  height: 44px;
  padding: 0 12px;
  font-size: 0.95rem;
  appearance: auto;
}.tc-wp-tool-root .mmc-tool-wrap .mmc-select option{
  color: #082033;
  background: #e8fbff;
}.tc-wp-tool-root .mmc-select:focus, .tc-wp-tool-root .mmc-cell:focus{
  border-color: #4fffdc;
  box-shadow: 0 0 0 4px rgba(79, 255, 220, 0.14), 0 0 24px rgba(34, 211, 238, 0.12);
  background: rgba(7, 28, 43, 0.96);
}.tc-wp-tool-root .mmc-matrix-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin-top: 14px;
  padding-bottom: 4px;
}.tc-wp-tool-root .mmc-matrix-grid{
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: max-content;
}.tc-wp-tool-root .mmc-cell{
  height: 46px;
  padding: 0 10px;
  text-align: center;
  font-size: 0.94rem;
}.tc-wp-tool-root .mmc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .mmc-btn, .tc-wp-tool-root .mmc-copy-btn{
  border: 0;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, background 150ms ease;
}.tc-wp-tool-root .mmc-btn{
  width: 100%;
  min-height: 50px;
  max-height: 56px;
  border-radius: 14px;
  font-size: 0.96rem;
  padding: 0 14px;
}.tc-wp-tool-root .mmc-btn-primary{
  color: #03161b;
  background: linear-gradient(135deg, #5fffe1, #29d9f2);
  box-shadow: 0 14px 34px rgba(34, 211, 238, 0.22);
}.tc-wp-tool-root .mmc-btn-ghost{
  color: #eaffff;
  background: rgba(148, 163, 184, 0.12);
  border: 1px solid rgba(178, 234, 238, 0.25);
}.tc-wp-tool-root .mmc-btn:hover, .tc-wp-tool-root .mmc-copy-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 16px 36px rgba(45, 212, 191, 0.18);
}.tc-wp-tool-root .mmc-btn:active, .tc-wp-tool-root .mmc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .mmc-btn:focus-visible, .tc-wp-tool-root .mmc-copy-btn:focus-visible{
  outline: 3px solid rgba(79, 255, 220, 0.42);
  outline-offset: 3px;
}.tc-wp-tool-root .mmc-copy-btn{
  min-height: 38px;
  padding: 0 13px;
  border-radius: 11px;
  color: #06131b;
  background: linear-gradient(135deg, #d7ffff, #63f4da);
  font-size: 0.84rem;
  flex: 0 0 auto;
}.tc-wp-tool-root .mmc-output-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}.tc-wp-tool-root .mmc-output-box{
  margin-top: 13px;
  width: 100%;
  max-width: 100%;
  color: #e9fbff;
  background: rgba(4, 18, 28, 0.74);
  border: 1px solid rgba(178, 234, 238, 0.18);
  border-radius: 14px;
  padding: 14px;
  line-height: 1.55;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 0.92rem;
}.tc-wp-tool-root .mmc-result-box{
  max-height: 260px;
}.tc-wp-tool-root .mmc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .mmc-steps-box{
  max-height: 260px;
}.tc-wp-tool-root .mmc-matrix-result-wrap{
  max-height: 280px;
  overflow: auto;
  width: 100%;
}.tc-wp-tool-root .mmc-result-table{
  border-collapse: separate;
  border-spacing: 8px;
  width: max-content;
  min-width: 100%;
}.tc-wp-tool-root .mmc-result-table td{
  min-width: 68px;
  height: 42px;
  padding: 8px 10px;
  text-align: center;
  color: #efffff;
  background: rgba(18, 64, 76, 0.66);
  border: 1px solid rgba(79, 255, 220, 0.18);
  border-radius: 10px;
  font-weight: 750;
}.tc-wp-tool-root .mmc-empty{
  margin: 0;
  color: #a9c7ce;
}.tc-wp-tool-root .mmc-steps-list{
  margin: 0;
  padding-left: 18px;
}.tc-wp-tool-root .mmc-steps-list li{
  margin: 0 0 8px;
}.tc-wp-tool-root .mmc-revealed{
  animation: mmcReveal 260ms ease both;
}.tc-wp-tool-root .mmc-faded{
  animation: mmcFade 260ms ease both;
}.tc-wp-tool-root .mmc-toast{
  position: fixed;
  left: 50%;
  top: 24px;
  z-index: 9999;
  transform: translateX(-50%) translateY(-12px);
  opacity: 0;
  pointer-events: none;
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border-radius: 999px;
  color: #04161b;
  background: linear-gradient(135deg, #dffffb, #6fffe6);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.36);
  font-weight: 850;
  font-size: 0.9rem;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .mmc-toast.mmc-toast-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}.tc-wp-tool-root .mmc-matrix-scroll::-webkit-scrollbar, .tc-wp-tool-root .mmc-output-box::-webkit-scrollbar, .tc-wp-tool-root .mmc-matrix-result-wrap::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .mmc-matrix-scroll::-webkit-scrollbar-track, .tc-wp-tool-root .mmc-output-box::-webkit-scrollbar-track, .tc-wp-tool-root .mmc-matrix-result-wrap::-webkit-scrollbar-track{
  background: rgba(5, 20, 31, 0.8);
  border-radius: 999px;
}.tc-wp-tool-root .mmc-matrix-scroll::-webkit-scrollbar-thumb, .tc-wp-tool-root .mmc-output-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .mmc-matrix-result-wrap::-webkit-scrollbar-thumb{
  background: linear-gradient(135deg, #2dd4bf, #22d3ee);
  border-radius: 999px;
}@keyframes mmcReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes mmcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .mmc-tool-wrap{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .mmc-container{ width: 100%; }.tc-wp-tool-root .mmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mmc-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .mmc-main-grid, .tc-wp-tool-root .mmc-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .mmc-matrix-card, .tc-wp-tool-root .mmc-output-card{ padding: 12px; border-radius: 14px; }.tc-wp-tool-root .mmc-inputs-panel, .tc-wp-tool-root .mmc-output-panel{ gap: 12px; }.tc-wp-tool-root .mmc-size-grid{ gap: 8px; }.tc-wp-tool-root .mmc-select{ width: 100%; height: 40px; font-size: 0.86rem; background: rgba(5, 20, 31, 0.92); color: #eefcff; }.tc-wp-tool-root .mmc-tool-wrap .mmc-select option{ background: #e8fbff; color: #082033; }.tc-wp-tool-root .mmc-matrix-grid{ gap: 6px; }.tc-wp-tool-root .mmc-cell{ width: 100%; height: 40px; min-width: 48px; font-size: 0.82rem; padding: 0 6px; }.tc-wp-tool-root .mmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .mmc-btn{ min-height: 48px; max-height: 56px; font-size: 0.82rem; padding: 0 7px; }.tc-wp-tool-root .mmc-output-box{ font-size: 0.82rem; padding: 11px; }.tc-wp-tool-root .mmc-result-table td{ min-width: 52px; height: 38px; font-size: 0.8rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .mmc-tool-wrap{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .mmc-container{ width: 100%; }.tc-wp-tool-root .mmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mmc-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .mmc-main-grid, .tc-wp-tool-root .mmc-output-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .mmc-matrix-card, .tc-wp-tool-root .mmc-output-card{ padding: 14px; border-radius: 15px; }.tc-wp-tool-root .mmc-inputs-panel, .tc-wp-tool-root .mmc-output-panel{ gap: 13px; }.tc-wp-tool-root .mmc-select{ width: 100%; height: 42px; font-size: 0.9rem; background: rgba(5, 20, 31, 0.92); color: #eefcff; }.tc-wp-tool-root .mmc-tool-wrap .mmc-select option{ background: #e8fbff; color: #082033; }.tc-wp-tool-root .mmc-matrix-grid{ gap: 7px; }.tc-wp-tool-root .mmc-cell{ width: 100%; height: 42px; min-width: 52px; font-size: 0.86rem; }.tc-wp-tool-root .mmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .mmc-btn{ min-height: 48px; max-height: 56px; font-size: 0.88rem; padding: 0 9px; }.tc-wp-tool-root .mmc-output-box{ font-size: 0.86rem; }.tc-wp-tool-root .mmc-result-table td{ min-width: 56px; height: 39px; font-size: 0.84rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .mmc-tool-wrap{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .mmc-container{ width: 100%; }.tc-wp-tool-root .mmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mmc-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .mmc-main-grid, .tc-wp-tool-root .mmc-output-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .mmc-matrix-card, .tc-wp-tool-root .mmc-output-card{ padding: 16px; border-radius: 16px; }.tc-wp-tool-root .mmc-inputs-panel, .tc-wp-tool-root .mmc-output-panel{ gap: 14px; }.tc-wp-tool-root .mmc-select{ width: 100%; height: 44px; font-size: 0.94rem; background: rgba(5, 20, 31, 0.92); color: #eefcff; }.tc-wp-tool-root .mmc-tool-wrap .mmc-select option{ background: #e8fbff; color: #082033; }.tc-wp-tool-root .mmc-matrix-grid{ gap: 8px; }.tc-wp-tool-root .mmc-cell{ width: 100%; height: 44px; min-width: 56px; font-size: 0.9rem; }.tc-wp-tool-root .mmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .mmc-btn{ min-height: 48px; max-height: 56px; font-size: 0.92rem; }.tc-wp-tool-root .mmc-output-box{ font-size: 0.9rem; }.tc-wp-tool-root .mmc-result-table td{ min-width: 60px; height: 40px; font-size: 0.88rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .mmc-tool-wrap{ padding: 38px 18px; border-radius: 0 !important; }.tc-wp-tool-root .mmc-container{ width: min(100%, 940px); }.tc-wp-tool-root .mmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mmc-hero p{ font-size: 1rem; }.tc-wp-tool-root .mmc-main-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .mmc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .mmc-matrix-card, .tc-wp-tool-root .mmc-output-card{ padding: 17px; }.tc-wp-tool-root .mmc-select{ height: 44px; font-size: 0.95rem; background: rgba(5, 20, 31, 0.9); color: #eefcff; }.tc-wp-tool-root .mmc-tool-wrap .mmc-select option{ background: #e8fbff; color: #082033; }.tc-wp-tool-root .mmc-cell{ height: 45px; min-width: 60px; font-size: 0.92rem; }.tc-wp-tool-root .mmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .mmc-btn{ min-height: 50px; font-size: 0.95rem; }.tc-wp-tool-root .mmc-output-box{ font-size: 0.92rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .mmc-tool-wrap{ padding: 42px 20px; border-radius: 0 !important; }.tc-wp-tool-root .mmc-container{ width: min(100%, 1120px); }.tc-wp-tool-root .mmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mmc-hero p{ font-size: 1rem; }.tc-wp-tool-root .mmc-main-grid{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 18px; }.tc-wp-tool-root .mmc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .mmc-matrix-card, .tc-wp-tool-root .mmc-output-card{ padding: 18px; }.tc-wp-tool-root .mmc-select{ height: 44px; font-size: 0.95rem; background: rgba(5, 20, 31, 0.88); color: #eefcff; }.tc-wp-tool-root .mmc-tool-wrap .mmc-select option{ background: #e8fbff; color: #082033; }.tc-wp-tool-root .mmc-cell{ height: 46px; min-width: 62px; font-size: 0.94rem; }.tc-wp-tool-root .mmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .mmc-btn{ min-height: 50px; font-size: 0.96rem; }.tc-wp-tool-root .mmc-output-box{ font-size: 0.92rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .mmc-tool-wrap{ padding: 46px 24px; border-radius: 0 !important; }.tc-wp-tool-root .mmc-container{ width: min(100%, 1200px); }.tc-wp-tool-root .mmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mmc-hero p{ font-size: 1.03rem; }.tc-wp-tool-root .mmc-main-grid{ grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr); gap: 20px; }.tc-wp-tool-root .mmc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .mmc-matrix-card, .tc-wp-tool-root .mmc-output-card{ padding: 20px; }.tc-wp-tool-root .mmc-select{ height: 46px; font-size: 0.96rem; background: rgba(5, 20, 31, 0.88); color: #eefcff; }.tc-wp-tool-root .mmc-tool-wrap .mmc-select option{ background: #e8fbff; color: #082033; }.tc-wp-tool-root .mmc-cell{ height: 48px; min-width: 66px; font-size: 0.95rem; }.tc-wp-tool-root .mmc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .mmc-btn{ min-height: 52px; font-size: 0.98rem; }.tc-wp-tool-root .mmc-output-box{ font-size: 0.94rem; }}.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 .mmc-fade-card {}
.tc-wp-tool-root .mmc-reveal-card {}