@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 .ttf-calc-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  color: #eefcff;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-bg, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-container, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-layout, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-copy, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-output, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-results, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-range{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-bg{
  min-height: 100%;
  background:
    radial-gradient(circle at 12% 18%, rgba(25, 230, 214, 0.22), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(71, 210, 255, 0.18), transparent 28%),
    radial-gradient(circle at 78% 82%, rgba(91, 255, 180, 0.16), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1b2b 42%, #101820 100%);
  padding: 56px 18px;
  overflow-x: hidden;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-hero{
  text-align: center;
  margin: 0 auto 30px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-title{
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  margin: 0 0 12px;
  color: #f7ffff;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 0 30px rgba(44, 230, 216, 0.25);
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-subtitle{
  max-width: 760px;
  margin: 0 auto;
  color: #bdeaf0;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card{
  border: 1px solid rgba(164, 255, 243, 0.18);
  background: linear-gradient(180deg, rgba(13, 31, 45, 0.78), rgba(10, 20, 31, 0.72));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  border-radius: 20px;
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(91, 255, 224, 0.36);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44), 0 0 34px rgba(29, 216, 200, 0.1);
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card-title{
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.2;
  color: #f2ffff;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-fields{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-field{
  min-width: 0;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-slider-field{
  grid-column: 1 / -1;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-label{
  display: block;
  margin: 0 0 7px;
  color: #c8f7f2;
  font-size: 0.82rem;
  line-height: 1.1;
  font-weight: 700;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select{
  height: 48px;
  border: 1px solid rgba(169, 255, 243, 0.2);
  border-radius: 14px;
  background-color: #0a1b28;
  color: #f2ffff;
  padding: 0 13px;
  outline: none;
  font-size: 0.95rem;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input::placeholder{
  color: #7899a4;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input:focus, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select:focus, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-range:focus{
  border-color: #44f0df;
  box-shadow: 0 0 0 4px rgba(68, 240, 223, 0.14), 0 0 25px rgba(68, 240, 223, 0.12);
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option{
  color: #f2ffff;
  background-color: #071520;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option:checked, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option:hover, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option:focus, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option:selected{
  color: #ffffff;
  background-color: #0d3340;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-slider-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-fatigue-value{
  min-width: 34px;
  border-radius: 999px;
  background: rgba(57, 232, 212, 0.14);
  border: 1px solid rgba(91, 255, 224, 0.24);
  color: #dffffb;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 4px 8px;
  box-sizing: border-box;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-range{
  height: 34px;
  accent-color: #43eedb;
  cursor: pointer;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-actions{
  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 .ttf-calc-wrap .ttf-calc-btn, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-copy{
  border: 0;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, border-color 150ms ease;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn{
  height: 54px;
  border-radius: 15px;
  font-size: 0.94rem;
  padding: 0 12px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn-primary{
  color: #03201e;
  background: linear-gradient(135deg, #4ff7df, #59d6ff);
  box-shadow: 0 12px 34px rgba(62, 234, 221, 0.24);
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn-secondary{
  color: #dffffb;
  background: rgba(7, 19, 31, 0.78);
  border: 1px solid rgba(181, 255, 246, 0.2);
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn:hover, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-copy:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 16px 34px rgba(55, 232, 216, 0.2);
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn:active, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-copy:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn:focus-visible, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-copy:focus-visible{
  box-shadow: 0 0 0 4px rgba(68, 240, 223, 0.2);
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-copy{
  width: auto;
  min-width: 86px;
  max-width: 120px;
  height: 38px;
  border-radius: 999px;
  padding: 0 13px;
  color: #eafffd;
  background: rgba(14, 41, 54, 0.88);
  border: 1px solid rgba(147, 255, 241, 0.26);
  font-size: 0.82rem;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-results{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-output{
  border-radius: 16px;
  border: 1px solid rgba(151, 255, 241, 0.16);
  background: rgba(4, 14, 23, 0.48);
  color: #e8fffd;
  padding: 16px;
  line-height: 1.55;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: rgba(80, 238, 221, 0.55) rgba(5, 18, 29, 0.7);
  scrollbar-width: thin;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-output::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-output::-webkit-scrollbar-track{
  background: rgba(5, 18, 29, 0.7);
  border-radius: 999px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-output::-webkit-scrollbar-thumb{
  background: rgba(80, 238, 221, 0.55);
  border-radius: 999px;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-output{
  max-height: 220px;
  min-height: 126px;
  font-size: 1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-formula-output{
  max-height: 180px;
  font-size: 0.92rem;
  color: #cef9f4;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-steps-output{
  max-height: 220px;
  font-size: 0.92rem;
  color: #d8fffb;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-output.ttf-calc-reveal{
  animation: ttfCalcReveal 320ms ease both;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-formula-output.ttf-calc-reveal, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-steps-output.ttf-calc-reveal{
  animation: ttfCalcFade 360ms ease both;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-error{
  border-color: rgba(255, 113, 113, 0.86) !important;
  box-shadow: 0 0 0 4px rgba(255, 87, 87, 0.14) !important;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-toast{
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  width: min(420px, calc(100% - 34px));
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid rgba(154, 255, 241, 0.28);
  background: rgba(7, 22, 33, 0.94);
  color: #f2ffff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5), 0 0 38px rgba(55, 232, 216, 0.14);
  padding: 14px 18px;
  text-align: center;
  font-size: 0.94rem;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-toast.ttf-calc-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes ttfCalcReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes ttfCalcFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttf-calc-wrap{
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-bg{
    padding: 32px 10px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-subtitle{
    font-size: 0.88rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-layout, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-results{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card{
    padding: 14px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-fields{
    grid-template-columns: 1fr;
    gap: 11px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select{
    width: 100%;
    height: 45px;
    font-size: 0.88rem;
    color: #f2ffff;
    background-color: #0a1b28;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option{
    color: #f2ffff;
    background-color: #071520;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn{
    height: 48px;
    font-size: 0.8rem;
    padding: 0 6px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-copy{
    height: 34px;
    min-width: 74px;
    font-size: 0.76rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-card{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-output{
    font-size: 0.9rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-formula-output, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-steps-output{
    font-size: 0.84rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttf-calc-wrap{
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-bg{
    padding: 36px 12px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-layout, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-results{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card{
    padding: 16px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-fields{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select{
    width: 100%;
    height: 46px;
    font-size: 0.9rem;
    color: #f2ffff;
    background-color: #0a1b28;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option{
    color: #f2ffff;
    background-color: #071520;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn{
    height: 50px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-card{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-output{
    font-size: 0.92rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-formula-output, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-steps-output{
    font-size: 0.86rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttf-calc-wrap{
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-bg{
    padding: 42px 14px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-subtitle{
    font-size: 0.95rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-layout, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-results{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card{
    padding: 18px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-fields{
    grid-template-columns: 1fr;
    gap: 13px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select{
    width: 100%;
    height: 48px;
    font-size: 0.93rem;
    color: #f2ffff;
    background-color: #0a1b28;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option{
    color: #f2ffff;
    background-color: #071520;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn{
    height: 52px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-card{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-output{
    font-size: 0.95rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-formula-output, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-steps-output{
    font-size: 0.89rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttf-calc-wrap{
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-bg{
    padding: 50px 20px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-container{
    width: min(100%, 940px);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-layout{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-results{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card{
    padding: 21px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select{
    width: 100%;
    height: 50px;
    font-size: 0.96rem;
    color: #f2ffff;
    background-color: #0a1b28;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option{
    color: #f2ffff;
    background-color: #071520;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn{
    height: 54px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-card{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-output{
    font-size: 1rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-formula-output, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-steps-output{
    font-size: 0.92rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttf-calc-wrap{
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-bg{
    padding: 56px 24px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-container{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-layout{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 18px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-results{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card{
    padding: 22px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select{
    width: 100%;
    height: 50px;
    font-size: 0.97rem;
    color: #f2ffff;
    background-color: #0a1b28;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option{
    color: #f2ffff;
    background-color: #071520;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn{
    height: 56px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-card{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-output{
    font-size: 1rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-formula-output, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-steps-output{
    font-size: 0.93rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .ttf-calc-wrap{
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-bg{
    padding: 64px 28px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-layout{
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 20px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-results{
    grid-template-columns: 1fr;
    gap: 15px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-card{
    padding: 24px;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-input, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select{
    width: 100%;
    height: 52px;
    font-size: 0.98rem;
    color: #f2ffff;
    background-color: #0a1b28;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-select option{
    color: #f2ffff;
    background-color: #071520;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-btn{
    height: 56px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-card{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-result-output{
    font-size: 1.02rem;
  }.tc-wp-tool-root .ttf-calc-wrap .ttf-calc-formula-output, .tc-wp-tool-root .ttf-calc-wrap .ttf-calc-steps-output{
    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 .ttf-calc-formula-card {}
.tc-wp-tool-root .ttf-calc-input-card {}
.tc-wp-tool-root .ttf-calc-steps-card {}