@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 .hmcalc-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  color: #f4fffb;
  background:
    radial-gradient(circle at 12% 15%, rgba(88, 255, 205, 0.28), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(38, 184, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #061725 0%, #063348 40%, #07706e 72%, #8ef5bd 130%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .hmcalc-tool, .tc-wp-tool-root .hmcalc-tool div, .tc-wp-tool-root .hmcalc-tool section, .tc-wp-tool-root .hmcalc-tool article, .tc-wp-tool-root .hmcalc-tool header, .tc-wp-tool-root .hmcalc-tool textarea, .tc-wp-tool-root .hmcalc-tool input, .tc-wp-tool-root .hmcalc-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .hmcalc-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .hmcalc-hero{
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}.tc-wp-tool-root .hmcalc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(181, 255, 230, 0.34);
  border-radius: 999px;
  background: rgba(2, 25, 34, 0.38);
  color: #bdfde8;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-tool-root .hmcalc-tool h1{
  margin: 16px 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .hmcalc-subtitle{
  margin: 0;
  color: #d7fff3;
  line-height: 1.55;
}.tc-wp-tool-root .hmcalc-main{
  display: grid;
  align-items: start;
}.tc-wp-tool-root .hmcalc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(205, 255, 240, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(2, 21, 31, 0.54);
  box-shadow: 0 24px 70px rgba(0, 18, 30, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .hmcalc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(151, 255, 218, 0.44);
  box-shadow: 0 28px 80px rgba(0, 18, 30, 0.4), 0 0 0 1px rgba(118, 255, 218, 0.07);
}.tc-wp-tool-root .hmcalc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}.tc-wp-tool-root .hmcalc-card-head h2{
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
}.tc-wp-tool-root .hmcalc-card-head p{
  margin: 6px 0 0;
  color: #bdeee3;
  line-height: 1.45;
  font-size: 0.92rem;
}.tc-wp-tool-root .hmcalc-field{
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root .hmcalc-field label{
  color: #eafff8;
  font-weight: 800;
  font-size: 0.92rem;
}.tc-wp-tool-root .hmcalc-field textarea, .tc-wp-tool-root .hmcalc-field input{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(188, 255, 235, 0.22);
  border-radius: 16px;
  background: rgba(2, 18, 28, 0.72);
  color: #ffffff;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .hmcalc-field textarea{
  resize: vertical;
  min-height: 126px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hmcalc-field input{
  min-height: 50px;
}.tc-wp-tool-root .hmcalc-field textarea::placeholder, .tc-wp-tool-root .hmcalc-field input::placeholder{
  color: rgba(221, 255, 246, 0.58);
}.tc-wp-tool-root .hmcalc-field textarea:focus, .tc-wp-tool-root .hmcalc-field input:focus{
  border-color: rgba(125, 255, 219, 0.88);
  box-shadow: 0 0 0 4px rgba(99, 255, 211, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  background: rgba(0, 28, 38, 0.82);
}.tc-wp-tool-root .hmcalc-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}.tc-wp-tool-root .hmcalc-chip, .tc-wp-tool-root .hmcalc-copy, .tc-wp-tool-root .hmcalc-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 850;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
}.tc-wp-tool-root .hmcalc-chip{
  width: auto;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(190, 255, 235, 0.24);
  background: rgba(214, 255, 242, 0.1);
  color: #dffff6;
  font-size: 0.86rem;
}.tc-wp-tool-root .hmcalc-chip:hover, .tc-wp-tool-root .hmcalc-copy:hover{
  background: rgba(176, 255, 230, 0.18);
  box-shadow: 0 0 24px rgba(101, 255, 213, 0.12);
}.tc-wp-tool-root .hmcalc-chip:active, .tc-wp-tool-root .hmcalc-copy:active, .tc-wp-tool-root .hmcalc-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .hmcalc-chip:focus-visible, .tc-wp-tool-root .hmcalc-copy:focus-visible, .tc-wp-tool-root .hmcalc-btn:focus-visible{
  outline: 3px solid rgba(143, 255, 220, 0.62);
  outline-offset: 3px;
}.tc-wp-tool-root .hmcalc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .hmcalc-btn{
  min-width: 0;
  border-radius: 16px;
  color: #031821;
}.tc-wp-tool-root .hmcalc-solve{
  background: linear-gradient(135deg, #9bffd4 0%, #43e8d3 48%, #35b8ff 100%);
  box-shadow: 0 16px 36px rgba(43, 216, 224, 0.25);
}.tc-wp-tool-root .hmcalc-clear{
  color: #f4fffb;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(206, 255, 240, 0.24);
}.tc-wp-tool-root .hmcalc-btn:hover{
  box-shadow: 0 18px 44px rgba(75, 255, 214, 0.26);
}.tc-wp-tool-root .hmcalc-output-stack{
  display: grid;
  gap: 16px;
}.tc-wp-tool-root .hmcalc-copy{
  flex: 0 0 auto;
  width: auto;
  min-width: 92px;
  padding: 10px 12px;
  border-radius: 13px;
  border: 1px solid rgba(197, 255, 238, 0.25);
  background: rgba(218, 255, 244, 0.1);
  color: #effffb;
  font-size: 0.86rem;
}.tc-wp-tool-root .hmcalc-output-box{
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border: 1px solid rgba(183, 255, 234, 0.17);
  border-radius: 16px;
  background: rgba(0, 15, 24, 0.42);
  color: #f6fffc;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: hmcalcReveal 240ms ease both;
}.tc-wp-tool-root .hmcalc-result-box{
  max-height: 260px;
}.tc-wp-tool-root .hmcalc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .hmcalc-steps-box{
  max-height: 260px;
}.tc-wp-tool-root .hmcalc-output-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .hmcalc-output-box::-webkit-scrollbar-thumb{
  background: rgba(124, 255, 216, 0.42);
  border-radius: 999px;
}.tc-wp-tool-root .hmcalc-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .hmcalc-empty, .tc-wp-tool-root .hmcalc-muted{
  color: #bbece1;
}.tc-wp-tool-root .hmcalc-formula-line{
  color: #ffffff;
  font-weight: 850;
  margin-bottom: 8px;
}.tc-wp-tool-root .hmcalc-matrix-wrap{
  display: grid;
  gap: 12px;
  min-width: 0;
}.tc-wp-tool-root .hmcalc-result-meta{
  display: grid;
  gap: 5px;
  color: #dffff6;
}.tc-wp-tool-root .hmcalc-matrix-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
}.tc-wp-tool-root .hmcalc-matrix-table caption{
  text-align: left;
  color: #d7fff3;
  font-weight: 800;
  margin-bottom: 8px;
}.tc-wp-tool-root .hmcalc-matrix-table th, .tc-wp-tool-root .hmcalc-matrix-table td{
  border: 1px solid rgba(180, 255, 234, 0.2);
  border-radius: 11px;
  background: rgba(222, 255, 245, 0.095);
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  min-width: 56px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hmcalc-matrix-table th{
  color: #a8ffe3;
  background: rgba(91, 255, 207, 0.14);
  font-weight: 900;
}.tc-wp-tool-root .hmcalc-plain-result{
  margin-top: 10px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(6, 42, 54, 0.7);
  color: #dffff6;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .hmcalc-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .hmcalc-steps-box li{
  margin: 7px 0;
}.tc-wp-tool-root .hmcalc-error{
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 178, 178, 0.32);
  background: rgba(116, 20, 31, 0.34);
  color: #ffe7e7;
}.tc-wp-tool-root .hmcalc-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(208, 255, 241, 0.3);
  background: rgba(2, 23, 32, 0.9);
  color: #effffb;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  font-weight: 850;
  text-align: center;
  max-width: min(92vw, 520px);
}.tc-wp-tool-root .hmcalc-toast.is-visible{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes hmcalcReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .hmcalc-tool{
    padding: 28px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmcalc-shell{
    width: 100%;
  }.tc-wp-tool-root .hmcalc-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmcalc-subtitle{
    font-size: 0.91rem;
  }.tc-wp-tool-root .hmcalc-main{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
  }.tc-wp-tool-root .hmcalc-card{
    padding: 14px;
  }.tc-wp-tool-root .hmcalc-output-stack{
    gap: 14px;
  }.tc-wp-tool-root .hmcalc-field textarea, .tc-wp-tool-root .hmcalc-field input{
    width: 100%;
    padding: 12px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .hmcalc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .hmcalc-btn{
    height: 48px;
    padding: 0 8px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .hmcalc-chip, .tc-wp-tool-root .hmcalc-copy{
    font-size: 0.8rem;
  }.tc-wp-tool-root .hmcalc-output-box{
    padding: 12px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .hmcalc-formula-line{
    font-size: 0.94rem;
  }.tc-wp-tool-root .hmcalc-matrix-table{
    border-spacing: 4px;
  }.tc-wp-tool-root .hmcalc-matrix-table th, .tc-wp-tool-root .hmcalc-matrix-table td{
    padding: 8px 5px;
    font-size: 0.78rem;
    min-width: 42px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .hmcalc-tool{
    padding: 34px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmcalc-shell{
    width: 100%;
  }.tc-wp-tool-root .hmcalc-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmcalc-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .hmcalc-main{
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 22px;
  }.tc-wp-tool-root .hmcalc-card{
    padding: 16px;
  }.tc-wp-tool-root .hmcalc-output-stack{
    gap: 15px;
  }.tc-wp-tool-root .hmcalc-field textarea, .tc-wp-tool-root .hmcalc-field input{
    width: 100%;
    padding: 13px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .hmcalc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .hmcalc-btn{
    height: 50px;
    padding: 0 10px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .hmcalc-output-box{
    padding: 13px;
    font-size: 0.91rem;
  }.tc-wp-tool-root .hmcalc-formula-line{
    font-size: 0.98rem;
  }.tc-wp-tool-root .hmcalc-matrix-table th, .tc-wp-tool-root .hmcalc-matrix-table td{
    padding: 9px 6px;
    font-size: 0.82rem;
    min-width: 46px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .hmcalc-tool{
    padding: 40px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmcalc-shell{
    width: 100%;
  }.tc-wp-tool-root .hmcalc-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmcalc-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-main{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }.tc-wp-tool-root .hmcalc-card{
    padding: 18px;
  }.tc-wp-tool-root .hmcalc-output-stack{
    gap: 16px;
  }.tc-wp-tool-root .hmcalc-field textarea, .tc-wp-tool-root .hmcalc-field input{
    width: 100%;
    padding: 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .hmcalc-btn{
    height: 52px;
    padding: 0 12px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-output-box{
    padding: 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .hmcalc-formula-line{
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-matrix-table th, .tc-wp-tool-root .hmcalc-matrix-table td{
    padding: 10px 7px;
    font-size: 0.88rem;
    min-width: 50px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .hmcalc-tool{
    padding: 56px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmcalc-shell{
    width: 100%;
  }.tc-wp-tool-root .hmcalc-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmcalc-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .hmcalc-main{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-tool-root .hmcalc-card{
    padding: 22px;
  }.tc-wp-tool-root .hmcalc-output-stack{
    gap: 18px;
  }.tc-wp-tool-root .hmcalc-field textarea, .tc-wp-tool-root .hmcalc-field input{
    width: 100%;
    padding: 15px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .hmcalc-btn{
    height: 54px;
    padding: 0 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-output-box{
    padding: 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .hmcalc-formula-line{
    font-size: 1.04rem;
  }.tc-wp-tool-root .hmcalc-matrix-table th, .tc-wp-tool-root .hmcalc-matrix-table td{
    padding: 11px 8px;
    font-size: 0.92rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .hmcalc-tool{
    padding: 64px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmcalc-shell{
    width: 100%;
  }.tc-wp-tool-root .hmcalc-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmcalc-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .hmcalc-main{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-tool-root .hmcalc-card{
    padding: 24px;
  }.tc-wp-tool-root .hmcalc-output-stack{
    gap: 18px;
  }.tc-wp-tool-root .hmcalc-field textarea, .tc-wp-tool-root .hmcalc-field input{
    width: 100%;
    padding: 15px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .hmcalc-btn{
    height: 54px;
    padding: 0 16px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-output-box{
    padding: 16px;
    font-size: 0.97rem;
  }.tc-wp-tool-root .hmcalc-formula-line{
    font-size: 1.05rem;
  }.tc-wp-tool-root .hmcalc-matrix-table th, .tc-wp-tool-root .hmcalc-matrix-table td{
    padding: 11px 8px;
    font-size: 0.93rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .hmcalc-tool{
    padding: 72px 32px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmcalc-shell{
    width: 100%;
  }.tc-wp-tool-root .hmcalc-tool h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmcalc-subtitle{
    font-size: 1.1rem;
  }.tc-wp-tool-root .hmcalc-main{
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-tool-root .hmcalc-card{
    padding: 26px;
  }.tc-wp-tool-root .hmcalc-output-stack{
    gap: 18px;
  }.tc-wp-tool-root .hmcalc-field textarea, .tc-wp-tool-root .hmcalc-field input{
    width: 100%;
    padding: 15px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .hmcalc-btn{
    height: 56px;
    padding: 0 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmcalc-output-box{
    padding: 17px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .hmcalc-formula-line{
    font-size: 1.06rem;
  }.tc-wp-tool-root .hmcalc-matrix-table th, .tc-wp-tool-root .hmcalc-matrix-table td{
    padding: 12px 9px;
    font-size: 0.95rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .hmcalc-actions{
    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 .hmcalc-formula-card {}
.tc-wp-tool-root .hmcalc-function {}
.tc-wp-tool-root .hmcalc-input-card {}
.tc-wp-tool-root .hmcalc-output-card {}
.tc-wp-tool-root .hmcalc-result-card {}
.tc-wp-tool-root .hmcalc-steps-card {}
.tc-wp-tool-root .hmcalc-vars {}