@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 .ttd-calc-wrap, .tc-wp-tool-root .ttd-calc-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .ttd-calc-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  color: #eafffb;
  background:
    radial-gradient(circle at 18% 8%, rgba(42, 245, 203, 0.28), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(16, 184, 255, 0.24), transparent 32%),
    linear-gradient(135deg, #061827 0%, #082f3a 42%, #063c46 68%, #0b1725 100%);
  padding: 52px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ttd-calc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .ttd-calc-hero{
  text-align: center;
  margin: 0 0 28px;
}.tc-wp-tool-root .ttd-calc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f5fffd;
}.tc-wp-tool-root .ttd-calc-hero p{
  margin: 12px auto 0;
  max-width: 720px;
  color: #bce7e2;
  font-size: 1.02rem;
  line-height: 1.6;
}.tc-wp-tool-root .ttd-calc-main{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  width: 100%;
}.tc-wp-tool-root .ttd-calc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(180, 255, 244, 0.22);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(9, 35, 48, 0.86), rgba(8, 54, 61, 0.72));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .ttd-calc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(86, 255, 222, 0.42);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42), 0 0 34px rgba(20, 233, 202, 0.13);
}.tc-wp-tool-root .ttd-input-card h2, .tc-wp-tool-root .ttd-section-head h2{
  margin: 0;
  color: #f0fffc;
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .ttd-field-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.75fr);
  gap: 14px;
  margin-top: 18px;
}.tc-wp-tool-root .ttd-field{
  min-width: 0;
}.tc-wp-tool-root .ttd-field label{
  display: block;
  margin: 0 0 7px;
  color: #aee7df;
  font-size: 0.88rem;
  font-weight: 700;
}.tc-wp-tool-root .ttd-field input, .tc-wp-tool-root .ttd-field select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  border: 1px solid rgba(190, 255, 248, 0.24);
  border-radius: 12px;
  outline: none;
  background-color: #092735;
  color: #f2fffd;
  font-size: 1rem;
  line-height: 1.2;
  padding: 12px 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .ttd-field select{
  appearance: auto;
  cursor: pointer;
}.tc-wp-tool-root .ttd-field option, .tc-wp-tool-root .ttd-field select option{
  color: #f2fffd;
  background-color: #092735;
}.tc-wp-tool-root .ttd-field option:checked{
  color: #ffffff;
  background-color: #0f5867;
}.tc-wp-tool-root .ttd-field input:hover, .tc-wp-tool-root .ttd-field select:hover{
  border-color: rgba(101, 244, 219, 0.45);
}.tc-wp-tool-root .ttd-field input:focus, .tc-wp-tool-root .ttd-field select:focus, .tc-wp-tool-root .ttd-btn:focus, .tc-wp-tool-root .ttd-copy:focus{
  border-color: #55f6d9;
  box-shadow: 0 0 0 4px rgba(85, 246, 217, 0.18), 0 0 24px rgba(85, 246, 217, 0.16);
}.tc-wp-tool-root .ttd-field.ttd-invalid input, .tc-wp-tool-root .ttd-field.ttd-invalid select{
  border-color: #ff7f8f;
  box-shadow: 0 0 0 4px rgba(255, 127, 143, 0.16);
}.tc-wp-tool-root .ttd-error{
  min-height: 22px;
  margin: 12px 0 0;
  color: #ffd2d8;
  font-size: 0.9rem;
  line-height: 1.4;
}.tc-wp-tool-root .ttd-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
}.tc-wp-tool-root .ttd-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 52px;
  border: 1px solid rgba(207, 255, 246, 0.24);
  border-radius: 13px;
  color: #042126;
  font-size: 0.98rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 12px;
  background: linear-gradient(135deg, #5fffe1, #53c7ff);
  box-shadow: 0 15px 36px rgba(48, 232, 218, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.tc-wp-tool-root .ttd-clear{
  color: #edfffc;
  background: linear-gradient(135deg, rgba(16, 64, 76, 0.95), rgba(9, 39, 58, 0.95));
}.tc-wp-tool-root .ttd-btn:hover{
  filter: brightness(1.05);
  box-shadow: 0 18px 42px rgba(68, 241, 220, 0.32);
}.tc-wp-tool-root .ttd-btn:active, .tc-wp-tool-root .ttd-copy:active{
  transform: scale(0.98);
}.tc-wp-tool-root .ttd-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ttd-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .ttd-copy{
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid rgba(148, 255, 235, 0.28);
  border-radius: 11px;
  background-color: #0d3a48;
  color: #eafffb;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 8px 12px;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .ttd-copy:hover{
  border-color: rgba(95, 255, 225, 0.64);
  box-shadow: 0 0 24px rgba(95, 255, 225, 0.18);
}.tc-wp-tool-root .ttd-output-box{
  width: 100%;
  border: 1px solid rgba(188, 255, 243, 0.18);
  border-radius: 14px;
  background: rgba(2, 18, 27, 0.58);
  color: #e9fffb;
  padding: 16px;
  line-height: 1.55;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.18);
  overflow: auto;
  scrollbar-color: #5fffe1 #082631;
  scrollbar-width: thin;
}.tc-wp-tool-root .ttd-result-output{
  max-height: 220px;
  font-size: 1.08rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttd-formula-output{
  max-height: 180px;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttd-steps-output{
  max-height: 220px;
  font-size: 0.96rem;
}.tc-wp-tool-root .ttd-result-output.ttd-reveal{
  animation: ttdReveal 300ms ease both;
}.tc-wp-tool-root .ttd-formula-output.ttd-fade, .tc-wp-tool-root .ttd-steps-output.ttd-fade{
  animation: ttdFade 280ms ease both;
}.tc-wp-tool-root .ttd-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  max-width: min(90vw, 420px);
  border: 1px solid rgba(125, 255, 232, 0.34);
  border-radius: 999px;
  background: rgba(3, 23, 32, 0.94);
  color: #f2fffd;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.44), 0 0 36px rgba(85, 246, 217, 0.18);
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}.tc-wp-tool-root .ttd-toast.ttd-show{
  opacity: 1;
}@keyframes ttdReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@keyframes ttdFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttd-calc-wrap{
    padding: 30px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttd-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttd-calc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttd-calc-hero p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .ttd-calc-main, .tc-wp-tool-root .ttd-output-stack, .tc-wp-tool-root .ttd-field-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .ttd-calc-card{
    padding: 15px;
  }.tc-wp-tool-root .ttd-field input, .tc-wp-tool-root .ttd-field select{
    width: 100%;
    min-height: 48px;
    font-size: 0.92rem;
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-field option{
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }.tc-wp-tool-root .ttd-btn{
    height: 48px;
    font-size: 0.9rem;
    padding: 0 8px;
  }.tc-wp-tool-root .ttd-section-head{
    gap: 8px;
    margin-bottom: 10px;
  }.tc-wp-tool-root .ttd-result-output{
    font-size: 0.96rem;
  }.tc-wp-tool-root .ttd-formula-output, .tc-wp-tool-root .ttd-steps-output{
    font-size: 0.9rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttd-calc-wrap{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttd-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttd-calc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttd-calc-hero p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .ttd-calc-main, .tc-wp-tool-root .ttd-output-stack, .tc-wp-tool-root .ttd-field-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .ttd-calc-card{
    padding: 16px;
  }.tc-wp-tool-root .ttd-field input, .tc-wp-tool-root .ttd-field select{
    width: 100%;
    min-height: 49px;
    font-size: 0.94rem;
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-field option{
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px;
  }.tc-wp-tool-root .ttd-btn{
    height: 50px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .ttd-result-output{
    font-size: 1rem;
  }.tc-wp-tool-root .ttd-formula-output, .tc-wp-tool-root .ttd-steps-output{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttd-calc-wrap{
    padding: 40px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttd-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttd-calc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttd-calc-hero p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .ttd-calc-main, .tc-wp-tool-root .ttd-output-stack, .tc-wp-tool-root .ttd-field-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .ttd-calc-card{
    padding: 18px;
  }.tc-wp-tool-root .ttd-field input, .tc-wp-tool-root .ttd-field select{
    width: 100%;
    min-height: 50px;
    font-size: 0.96rem;
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-field option{
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .ttd-btn{
    height: 52px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .ttd-result-output{
    font-size: 1.02rem;
  }.tc-wp-tool-root .ttd-formula-output, .tc-wp-tool-root .ttd-steps-output{
    font-size: 0.94rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttd-calc-wrap{
    padding: 48px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttd-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttd-calc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttd-calc-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .ttd-calc-main{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .ttd-output-stack{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .ttd-field-grid{
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    gap: 14px;
  }.tc-wp-tool-root .ttd-calc-card{
    padding: 21px;
  }.tc-wp-tool-root .ttd-field input, .tc-wp-tool-root .ttd-field select{
    width: 100%;
    min-height: 51px;
    font-size: 1rem;
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-field option{
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttd-btn{
    height: 52px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .ttd-result-output{
    font-size: 1.06rem;
  }.tc-wp-tool-root .ttd-formula-output, .tc-wp-tool-root .ttd-steps-output{
    font-size: 0.96rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttd-calc-wrap{
    padding: 54px 22px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttd-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttd-calc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttd-calc-hero p{
    font-size: 1.02rem;
  }.tc-wp-tool-root .ttd-calc-main{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
  }.tc-wp-tool-root .ttd-output-stack{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .ttd-field-grid{
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    gap: 14px;
  }.tc-wp-tool-root .ttd-calc-card{
    padding: 22px;
  }.tc-wp-tool-root .ttd-field input, .tc-wp-tool-root .ttd-field select{
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-field option{
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttd-btn{
    height: 52px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .ttd-result-output{
    font-size: 1.08rem;
  }.tc-wp-tool-root .ttd-formula-output, .tc-wp-tool-root .ttd-steps-output{
    font-size: 0.96rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .ttd-calc-wrap{
    padding: 60px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttd-calc-container{
    width: 100%;
  }.tc-wp-tool-root .ttd-calc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttd-calc-hero p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .ttd-calc-main{
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    gap: 22px;
  }.tc-wp-tool-root .ttd-output-stack{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .ttd-field-grid{
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.75fr);
    gap: 14px;
  }.tc-wp-tool-root .ttd-calc-card{
    padding: 24px;
  }.tc-wp-tool-root .ttd-field input, .tc-wp-tool-root .ttd-field select{
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-field option{
    color: #f2fffd;
    background-color: #092735;
  }.tc-wp-tool-root .ttd-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttd-btn{
    height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .ttd-result-output{
    font-size: 1.1rem;
  }.tc-wp-tool-root .ttd-formula-output, .tc-wp-tool-root .ttd-steps-output{
    font-size: 0.97rem;
  }}.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 .ttd-calculate {}
.tc-wp-tool-root .ttd-file-size {}
.tc-wp-tool-root .ttd-file-unit {}
.tc-wp-tool-root .ttd-formula-card {}
.tc-wp-tool-root .ttd-result-card {}
.tc-wp-tool-root .ttd-speed {}
.tc-wp-tool-root .ttd-speed-unit {}
.tc-wp-tool-root .ttd-steps-card {}