@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 .ttpc-tool-wrapper{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  color: #f7fffd;
  background:
    radial-gradient(circle at 15% 10%, rgba(45, 212, 191, 0.34), transparent 34%),
    radial-gradient(circle at 82% 12%, rgba(129, 140, 248, 0.34), transparent 32%),
    radial-gradient(circle at 55% 92%, rgba(16, 185, 129, 0.24), transparent 34%),
    linear-gradient(135deg, #061721 0%, #082a35 36%, #13224b 68%, #211636 100%);
  padding: 56px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ttpc-tool-wrapper, .tc-wp-tool-root .ttpc-tool-wrapper div, .tc-wp-tool-root .ttpc-tool-wrapper section, .tc-wp-tool-root .ttpc-tool-wrapper aside, .tc-wp-tool-root .ttpc-tool-wrapper header{
  box-sizing: border-box;
}.tc-wp-tool-root .ttpc-tool-wrapper h1, .tc-wp-tool-root .ttpc-tool-wrapper h2, .tc-wp-tool-root .ttpc-tool-wrapper p, .tc-wp-tool-root .ttpc-tool-wrapper ol, .tc-wp-tool-root .ttpc-tool-wrapper li{
  margin: 0;
}.tc-wp-tool-root .ttpc-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .ttpc-hero{
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}.tc-wp-tool-root .ttpc-hero h1{
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 850;
}.tc-wp-tool-root .ttpc-hero p{
  margin-top: 12px;
  color: #c8f4ee;
  font-size: 1.04rem;
  line-height: 1.55;
}.tc-wp-tool-root .ttpc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .ttpc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(190, 255, 246, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.075)),
    rgba(5, 24, 35, 0.7);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .ttpc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(125, 255, 232, 0.34);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 32px rgba(45, 212, 191, 0.13);
}.tc-wp-tool-root .ttpc-input-card{
  padding: 24px;
}.tc-wp-tool-root .ttpc-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttpc-output-card{
  padding: 22px;
}.tc-wp-tool-root .ttpc-section-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}.tc-wp-tool-root .ttpc-section-header h2{
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 780;
  letter-spacing: 0;
}.tc-wp-tool-root .ttpc-total-heading{
  margin-top: 20px;
}.tc-wp-tool-root .ttpc-fieldset{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .ttpc-field{
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .ttpc-field label{
  display: block;
  color: #d9fffa;
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 720;
  margin-bottom: 8px;
}.tc-wp-tool-root .ttpc-input, .tc-wp-tool-root .ttpc-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid rgba(189, 255, 247, 0.22);
  border-radius: 15px;
  outline: none;
  color: #f8fffd;
  background-color: rgba(3, 18, 29, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  padding: 0 14px;
  font-size: 1rem;
  line-height: 1.2;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .ttpc-select{
  cursor: pointer;
  appearance: auto;
}.tc-wp-tool-root .ttpc-select option{
  color: #071923;
  background-color: #f4fffd;
}.tc-wp-tool-root .ttpc-select option:hover, .tc-wp-tool-root .ttpc-select option:checked, .tc-wp-tool-root .ttpc-select option:focus, .tc-wp-tool-root .ttpc-select option:active{
  color: #061721;
  background-color: #bffbf1;
}.tc-wp-tool-root .ttpc-input:focus, .tc-wp-tool-root .ttpc-select:focus{
  border-color: #64ffdf;
  background-color: rgba(4, 26, 39, 0.96);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.2), 0 0 26px rgba(45, 212, 191, 0.18);
}.tc-wp-tool-root .ttpc-input[aria-invalid="true"]{
  border-color: #ff8d8d;
  box-shadow: 0 0 0 4px rgba(255, 90, 90, 0.16);
}.tc-wp-tool-root .ttpc-precision-field{
  margin-top: 18px;
}.tc-wp-tool-root .ttpc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}.tc-wp-tool-root .ttpc-btn, .tc-wp-tool-root .ttpc-copy-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 820;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, background-color 150ms ease;
}.tc-wp-tool-root .ttpc-btn{
  height: 54px;
  padding: 0 14px;
  font-size: 0.98rem;
}.tc-wp-tool-root .ttpc-btn-primary{
  color: #062022;
  background: linear-gradient(135deg, #6fffe0, #42d8ff 54%, #a5b4fc);
  box-shadow: 0 16px 34px rgba(66, 216, 255, 0.24);
}.tc-wp-tool-root .ttpc-btn-secondary{
  color: #f5fffd;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(215, 255, 250, 0.2);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}.tc-wp-tool-root .ttpc-btn:hover, .tc-wp-tool-root .ttpc-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 18px 38px rgba(45, 212, 191, 0.24);
}.tc-wp-tool-root .ttpc-btn:active, .tc-wp-tool-root .ttpc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .ttpc-btn:focus-visible, .tc-wp-tool-root .ttpc-copy-btn:focus-visible{
  outline: 3px solid rgba(111, 255, 224, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .ttpc-copy-btn{
  flex: 0 0 auto;
  width: auto;
  min-width: 86px;
  height: 40px;
  padding: 0 13px;
  color: #062022;
  background: linear-gradient(135deg, #b9fff3, #6ee7ff);
  font-size: 0.88rem;
}.tc-wp-tool-root .ttpc-result-box, .tc-wp-tool-root .ttpc-formula-box, .tc-wp-tool-root .ttpc-steps{
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
  background: rgba(3, 16, 26, 0.58);
  border: 1px solid rgba(210, 255, 249, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: rgba(111, 255, 224, 0.65) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .ttpc-result-box{
  max-height: 220px;
  padding: 22px;
}.tc-wp-tool-root .ttpc-formula-box{
  max-height: 180px;
  padding: 18px;
}.tc-wp-tool-root .ttpc-steps{
  max-height: 220px;
  padding: 18px 18px 18px 38px;
}.tc-wp-tool-root .ttpc-result-value{
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.9rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttpc-result-support{
  margin-top: 10px;
  color: #bffbf1;
  font-size: 0.98rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttpc-formula-box p{
  color: #e9fffc;
  font-size: 1rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttpc-formula-box p + p{
  margin-top: 10px;
  color: #bffbf1;
}.tc-wp-tool-root .ttpc-steps li{
  color: #eafffc;
  font-size: 0.98rem;
  line-height: 1.55;
  padding-left: 4px;
}.tc-wp-tool-root .ttpc-steps li + li{
  margin-top: 8px;
}.tc-wp-tool-root .ttpc-result-card.ttpc-has-result .ttpc-result-box, .tc-wp-tool-root .ttpc-formula-card.ttpc-has-result .ttpc-formula-box, .tc-wp-tool-root .ttpc-steps-card.ttpc-has-result .ttpc-steps{
  animation: ttpcReveal 320ms ease both;
}.tc-wp-tool-root .ttpc-formula-card.ttpc-has-result .ttpc-formula-box, .tc-wp-tool-root .ttpc-steps-card.ttpc-has-result .ttpc-steps{
  animation-name: ttpcFade;
}.tc-wp-tool-root .ttpc-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 9999;
  max-width: min(92vw, 420px);
  width: max-content;
  transform: translateX(-50%) translateY(18px);
  opacity: 0;
  pointer-events: none;
  border-radius: 999px;
  padding: 13px 18px;
  color: #062022;
  background: linear-gradient(135deg, #d6fff8, #7dd3fc);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34), 0 0 24px rgba(45, 212, 191, 0.28);
  font-size: 0.94rem;
  font-weight: 800;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .ttpc-toast.ttpc-toast-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes ttpcReveal {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@keyframes ttpcFade {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttpc-tool-wrapper{
    padding: 34px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpc-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .ttpc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpc-hero p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .ttpc-main-grid, .tc-wp-tool-root .ttpc-results-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .ttpc-card{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 18px;
  }.tc-wp-tool-root .ttpc-input-card, .tc-wp-tool-root .ttpc-output-card{
    padding: 14px;
  }.tc-wp-tool-root .ttpc-fieldset{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-tool-root .ttpc-input, .tc-wp-tool-root .ttpc-select{
    width: 100%;
    height: 48px;
    font-size: 0.95rem;
    color: #f8fffd;
    background-color: rgba(3, 18, 29, 0.9);
  }.tc-wp-tool-root .ttpc-select option{
    color: #071923;
    background-color: #f4fffd;
  }.tc-wp-tool-root .ttpc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .ttpc-btn{
    height: 50px;
    max-height: 56px;
    font-size: 0.86rem;
    padding: 0 8px;
  }.tc-wp-tool-root .ttpc-copy-btn{
    height: 38px;
    min-width: 76px;
    font-size: 0.8rem;
  }.tc-wp-tool-root .ttpc-result-box{
    max-height: 220px;
    padding: 16px;
  }.tc-wp-tool-root .ttpc-result-value{
    font-size: 2rem;
  }.tc-wp-tool-root .ttpc-formula-box{
    max-height: 180px;
    padding: 15px;
  }.tc-wp-tool-root .ttpc-formula-box p, .tc-wp-tool-root .ttpc-steps li{
    font-size: 0.9rem;
  }.tc-wp-tool-root .ttpc-steps{
    max-height: 220px;
    padding: 15px 15px 15px 32px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttpc-tool-wrapper{
    padding: 38px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpc-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .ttpc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpc-hero p{
    font-size: 0.95rem;
  }.tc-wp-tool-root .ttpc-main-grid, .tc-wp-tool-root .ttpc-results-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .ttpc-card{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
  }.tc-wp-tool-root .ttpc-input-card, .tc-wp-tool-root .ttpc-output-card{
    padding: 16px;
  }.tc-wp-tool-root .ttpc-fieldset{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-tool-root .ttpc-input, .tc-wp-tool-root .ttpc-select{
    width: 100%;
    height: 49px;
    font-size: 0.97rem;
    color: #f8fffd;
    background-color: rgba(3, 18, 29, 0.9);
  }.tc-wp-tool-root .ttpc-select option{
    color: #071923;
    background-color: #f4fffd;
  }.tc-wp-tool-root .ttpc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .ttpc-btn{
    height: 52px;
    max-height: 56px;
    font-size: 0.9rem;
    padding: 0 10px;
  }.tc-wp-tool-root .ttpc-result-value{
    font-size: 2.25rem;
  }.tc-wp-tool-root .ttpc-formula-box p, .tc-wp-tool-root .ttpc-steps li{
    font-size: 0.92rem;
  }.tc-wp-tool-root .ttpc-result-box{
    max-height: 220px;
    padding: 17px;
  }.tc-wp-tool-root .ttpc-formula-box{
    max-height: 180px;
    padding: 16px;
  }.tc-wp-tool-root .ttpc-steps{
    max-height: 220px;
    padding: 16px 16px 16px 34px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttpc-tool-wrapper{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpc-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .ttpc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpc-hero p{
    font-size: 0.98rem;
  }.tc-wp-tool-root .ttpc-main-grid, .tc-wp-tool-root .ttpc-results-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .ttpc-card{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }.tc-wp-tool-root .ttpc-input-card, .tc-wp-tool-root .ttpc-output-card{
    padding: 18px;
  }.tc-wp-tool-root .ttpc-fieldset{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .ttpc-input, .tc-wp-tool-root .ttpc-select{
    width: 100%;
    height: 50px;
    font-size: 1rem;
    color: #f8fffd;
    background-color: rgba(3, 18, 29, 0.9);
  }.tc-wp-tool-root .ttpc-select option{
    color: #071923;
    background-color: #f4fffd;
  }.tc-wp-tool-root .ttpc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .ttpc-btn{
    height: 54px;
    max-height: 56px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .ttpc-result-value{
    font-size: 2.6rem;
  }.tc-wp-tool-root .ttpc-formula-box p, .tc-wp-tool-root .ttpc-steps li{
    font-size: 0.95rem;
  }.tc-wp-tool-root .ttpc-result-box{
    max-height: 220px;
    padding: 18px;
  }.tc-wp-tool-root .ttpc-formula-box{
    max-height: 180px;
    padding: 17px;
  }.tc-wp-tool-root .ttpc-steps{
    max-height: 220px;
    padding: 17px 17px 17px 36px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttpc-tool-wrapper{
    padding: 50px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpc-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .ttpc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpc-hero p{
    font-size: 1.02rem;
  }.tc-wp-tool-root .ttpc-main-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .ttpc-results-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .ttpc-input-card, .tc-wp-tool-root .ttpc-output-card{
    padding: 22px;
  }.tc-wp-tool-root .ttpc-fieldset{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }.tc-wp-tool-root .ttpc-input, .tc-wp-tool-root .ttpc-select{
    width: 100%;
    height: 52px;
    font-size: 1rem;
    color: #f8fffd;
    background-color: rgba(3, 18, 29, 0.88);
  }.tc-wp-tool-root .ttpc-select option{
    color: #071923;
    background-color: #f4fffd;
  }.tc-wp-tool-root .ttpc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpc-btn{
    height: 54px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .ttpc-result-value{
    font-size: 3.25rem;
  }.tc-wp-tool-root .ttpc-formula-box p, .tc-wp-tool-root .ttpc-steps li{
    font-size: 0.98rem;
  }.tc-wp-tool-root .ttpc-card{
    gap: 16px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttpc-tool-wrapper{
    padding: 56px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpc-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .ttpc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpc-hero p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .ttpc-main-grid{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
  }.tc-wp-tool-root .ttpc-results-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .ttpc-input-card, .tc-wp-tool-root .ttpc-output-card{
    padding: 22px;
  }.tc-wp-tool-root .ttpc-input, .tc-wp-tool-root .ttpc-select{
    width: 100%;
    height: 52px;
    font-size: 1rem;
    color: #f8fffd;
    background-color: rgba(3, 18, 29, 0.86);
  }.tc-wp-tool-root .ttpc-select option{
    color: #071923;
    background-color: #f4fffd;
  }.tc-wp-tool-root .ttpc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpc-btn{
    height: 56px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .ttpc-result-value{
    font-size: 3.55rem;
  }.tc-wp-tool-root .ttpc-formula-box p, .tc-wp-tool-root .ttpc-steps li{
    font-size: 1rem;
  }.tc-wp-tool-root .ttpc-card{
    gap: 18px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .ttpc-tool-wrapper{
    padding: 64px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpc-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .ttpc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpc-hero p{
    font-size: 1.06rem;
  }.tc-wp-tool-root .ttpc-main-grid{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
  }.tc-wp-tool-root .ttpc-results-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-tool-root .ttpc-input-card, .tc-wp-tool-root .ttpc-output-card{
    padding: 24px;
  }.tc-wp-tool-root .ttpc-input, .tc-wp-tool-root .ttpc-select{
    width: 100%;
    height: 54px;
    font-size: 1rem;
    color: #f8fffd;
    background-color: rgba(3, 18, 29, 0.86);
  }.tc-wp-tool-root .ttpc-select option{
    color: #071923;
    background-color: #f4fffd;
  }.tc-wp-tool-root .ttpc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpc-btn{
    height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .ttpc-result-value{
    font-size: 3.9rem;
  }.tc-wp-tool-root .ttpc-formula-box p, .tc-wp-tool-root .ttpc-steps li{
    font-size: 1rem;
  }.tc-wp-tool-root .ttpc-card{
    gap: 20px;
  }}@media (max-width: 299px) {.tc-wp-tool-root .ttpc-actions{
    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;
}