@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-wrapper{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  color: #f5fbff;
  background:
    radial-gradient(circle at 12% 8%, rgba(58, 220, 190, 0.32), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(99, 160, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0a2134 42%, #10203f 72%, #201637 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ttf-calc-wrapper *, .tc-wp-tool-root .ttf-calc-wrapper *::before, .tc-wp-tool-root .ttf-calc-wrapper *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .ttf-calc-shell{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ttf-calc-hero{
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}.tc-wp-tool-root .ttf-calc-kicker{
  margin: 0 0 8px;
  color: #6ef4d7;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .ttf-calc-wrapper h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 26px rgba(111, 244, 215, 0.22);
}.tc-wp-tool-root .ttf-calc-subtitle{
  max-width: 760px;
  margin: 10px 0 0;
  color: #c4d8e6;
  line-height: 1.55;
}.tc-wp-tool-root .ttf-calc-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .ttf-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-width: 0;
}.tc-wp-tool-root .ttf-card{
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(170, 239, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(10, 28, 48, 0.82), rgba(17, 36, 66, 0.66));
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .ttf-card:hover{
  transform: translateY(-2px);
  border-color: rgba(111, 244, 215, 0.35);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.42), 0 0 34px rgba(57, 214, 200, 0.12);
}.tc-wp-tool-root .ttf-input-card{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .ttf-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .ttf-input-card .ttf-section-head{
  margin-bottom: 0;
}.tc-wp-tool-root .ttf-section-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .ttf-field{
  display: grid;
  gap: 7px;
  min-width: 0;
}.tc-wp-tool-root .ttf-field label{
  color: #d9f6ff;
  font-size: 0.88rem;
  font-weight: 750;
}.tc-wp-tool-root .ttf-control-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(105px, 0.42fr);
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .ttf-input, .tc-wp-tool-root .ttf-calc-wrapper input, .tc-wp-tool-root .ttf-calc-wrapper select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(169, 229, 255, 0.22);
  border-radius: 14px;
  background-color: rgba(5, 18, 32, 0.88);
  color: #f7fcff;
  outline: none;
  font: inherit;
  line-height: 1.2;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .ttf-input:focus, .tc-wp-tool-root .ttf-calc-wrapper input:focus, .tc-wp-tool-root .ttf-calc-wrapper select:focus, .tc-wp-tool-root .ttf-btn:focus, .tc-wp-tool-root .ttf-mini-btn:focus{
  border-color: #66efd7;
  box-shadow: 0 0 0 4px rgba(102, 239, 215, 0.18), 0 0 26px rgba(102, 239, 215, 0.14);
}.tc-wp-tool-root .ttf-calc-wrapper select{
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6ef4d7 50%), linear-gradient(135deg, #6ef4d7 50%, transparent 50%);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}.tc-wp-tool-root .ttf-calc-wrapper option, .tc-wp-tool-root .ttf-calc-wrapper option:checked, .tc-wp-tool-root .ttf-calc-wrapper option:hover, .tc-wp-tool-root .ttf-calc-wrapper option:focus{
  color: #f5fbff;
  background-color: #0b1b2d;
}.tc-wp-tool-root .ttf-helper{
  margin: 0;
  color: #9fb7c9;
  font-size: 0.82rem;
  line-height: 1.35;
}.tc-wp-tool-root .ttf-error{
  display: none;
  padding: 10px 12px;
  border: 1px solid rgba(255, 137, 137, 0.42);
  border-radius: 14px;
  color: #ffd7d7;
  background: rgba(108, 20, 36, 0.45);
  font-size: 0.88rem;
}.tc-wp-tool-root .ttf-error.is-visible{
  display: block;
}.tc-wp-tool-root .ttf-custom-gravity-field, .tc-wp-tool-root .ttf-time-field{
  display: none;
}.tc-wp-tool-root .ttf-custom-gravity-field.is-visible, .tc-wp-tool-root .ttf-time-field.is-visible{
  display: grid;
}.tc-wp-tool-root .ttf-distance-field.is-hidden{
  display: none;
}.tc-wp-tool-root .ttf-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .ttf-btn, .tc-wp-tool-root .ttf-mini-btn{
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  touch-action: manipulation;
}.tc-wp-tool-root .ttf-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 14px;
}.tc-wp-tool-root .ttf-btn-primary{
  background: linear-gradient(135deg, #00d4ff, #39e8bd);
  color: #061420;
  box-shadow: 0 14px 34px rgba(0, 212, 255, 0.22);
}.tc-wp-tool-root .ttf-btn-secondary, .tc-wp-tool-root .ttf-mini-btn{
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(190, 235, 255, 0.2);
  color: #eefbff;
}.tc-wp-tool-root .ttf-btn:hover, .tc-wp-tool-root .ttf-mini-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 15px 34px rgba(71, 226, 214, 0.2);
}.tc-wp-tool-root .ttf-btn:active, .tc-wp-tool-root .ttf-mini-btn:active{
  transform: translateY(1px);
}.tc-wp-tool-root .ttf-mini-btn{
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 0.84rem;
}.tc-wp-tool-root .ttf-result-box{
  max-height: 220px;
  overflow: auto;
  display: grid;
  gap: 12px;
  animation: ttfReveal 260ms ease both;
}.tc-wp-tool-root .ttf-stat{
  min-width: 0;
  padding: 15px;
  border-radius: 16px;
  background: rgba(2, 12, 24, 0.42);
  border: 1px solid rgba(160, 235, 255, 0.14);
}.tc-wp-tool-root .ttf-stat span{
  display: block;
  margin-bottom: 6px;
  color: #8debdc;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}.tc-wp-tool-root .ttf-stat strong{
  display: block;
  color: #ffffff;
  line-height: 1.16;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttf-formula-box, .tc-wp-tool-root .ttf-steps-box{
  margin: 0;
  color: #d8edf7;
  line-height: 1.5;
  overflow: auto;
  animation: ttfFade 240ms ease both;
}.tc-wp-tool-root .ttf-formula-box{
  max-height: 180px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(1, 13, 28, 0.38);
  border: 1px solid rgba(160, 235, 255, 0.13);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttf-steps-box{
  max-height: 220px;
  padding-left: 21px;
}.tc-wp-tool-root .ttf-steps-box li{
  margin: 0 0 8px;
  padding-left: 3px;
}.tc-wp-tool-root .ttf-result-box::-webkit-scrollbar, .tc-wp-tool-root .ttf-formula-box::-webkit-scrollbar, .tc-wp-tool-root .ttf-steps-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .ttf-result-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .ttf-formula-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .ttf-steps-box::-webkit-scrollbar-thumb{
  background: rgba(111, 244, 215, 0.45);
  border-radius: 999px;
}.tc-wp-tool-root .ttf-toast{
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  max-width: min(92vw, 420px);
  padding: 13px 18px;
  border: 1px solid rgba(128, 246, 221, 0.32);
  border-radius: 16px;
  background: rgba(5, 20, 36, 0.94);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), 0 0 34px rgba(79, 240, 215, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -44%) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  font-weight: 800;
}.tc-wp-tool-root .ttf-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes ttfReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes ttfFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (max-width: 299px) {.tc-wp-tool-root .ttf-action-row{ grid-template-columns: 1fr !important; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttf-calc-wrapper{ padding: 22px 12px; border-radius: 0 !important; }.tc-wp-tool-root .ttf-calc-shell{ width: 100%; }.tc-wp-tool-root .ttf-calc-wrapper h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttf-calc-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .ttf-input, .tc-wp-tool-root .ttf-calc-wrapper input, .tc-wp-tool-root .ttf-calc-wrapper select{ height: 46px; padding: 11px 12px; font-size: 0.92rem; width: 100%; color: #f7fcff; background-color: rgba(5, 18, 32, 0.88); }.tc-wp-tool-root .ttf-calc-wrapper option{ background-color: #0b1b2d; color: #f5fbff; }.tc-wp-tool-root .ttf-btn{ height: 50px; font-size: 0.86rem; padding: 0 8px; }.tc-wp-tool-root .ttf-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ttf-calc-grid, .tc-wp-tool-root .ttf-output-stack, .tc-wp-tool-root .ttf-result-box{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .ttf-stat strong{ font-size: 1.12rem; }.tc-wp-tool-root .ttf-formula-box{ font-size: 0.9rem; }.tc-wp-tool-root .ttf-card{ padding: 15px; gap: 12px; }.tc-wp-tool-root .ttf-control-row{ grid-template-columns: 1fr; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttf-calc-wrapper{ padding: 26px 14px; border-radius: 0 !important; }.tc-wp-tool-root .ttf-calc-shell{ width: 100%; }.tc-wp-tool-root .ttf-calc-wrapper h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttf-calc-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .ttf-input, .tc-wp-tool-root .ttf-calc-wrapper input, .tc-wp-tool-root .ttf-calc-wrapper select{ height: 48px; padding: 12px 13px; font-size: 0.94rem; width: 100%; color: #f7fcff; background-color: rgba(5, 18, 32, 0.88); }.tc-wp-tool-root .ttf-calc-wrapper option{ background-color: #0b1b2d; color: #f5fbff; }.tc-wp-tool-root .ttf-btn{ height: 52px; font-size: 0.9rem; padding: 0 10px; }.tc-wp-tool-root .ttf-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ttf-calc-grid, .tc-wp-tool-root .ttf-output-stack, .tc-wp-tool-root .ttf-result-box{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .ttf-stat strong{ font-size: 1.2rem; }.tc-wp-tool-root .ttf-formula-box{ font-size: 0.92rem; }.tc-wp-tool-root .ttf-card{ padding: 16px; gap: 13px; }.tc-wp-tool-root .ttf-control-row{ grid-template-columns: 1fr; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttf-calc-wrapper{ padding: 30px 16px; border-radius: 0 !important; }.tc-wp-tool-root .ttf-calc-shell{ width: 100%; }.tc-wp-tool-root .ttf-calc-wrapper h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttf-calc-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .ttf-input, .tc-wp-tool-root .ttf-calc-wrapper input, .tc-wp-tool-root .ttf-calc-wrapper select{ height: 50px; padding: 12px 14px; font-size: 0.96rem; width: 100%; color: #f7fcff; background-color: rgba(5, 18, 32, 0.88); }.tc-wp-tool-root .ttf-calc-wrapper option{ background-color: #0b1b2d; color: #f5fbff; }.tc-wp-tool-root .ttf-btn{ height: 54px; font-size: 0.94rem; padding: 0 12px; }.tc-wp-tool-root .ttf-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ttf-calc-grid, .tc-wp-tool-root .ttf-output-stack, .tc-wp-tool-root .ttf-result-box{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .ttf-stat strong{ font-size: 1.28rem; }.tc-wp-tool-root .ttf-formula-box{ font-size: 0.95rem; }.tc-wp-tool-root .ttf-card{ padding: 18px; gap: 14px; }.tc-wp-tool-root .ttf-control-row{ grid-template-columns: 1fr; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttf-calc-wrapper{ padding: 42px 22px; border-radius: 0 !important; }.tc-wp-tool-root .ttf-calc-shell{ width: min(100%, 920px); }.tc-wp-tool-root .ttf-calc-wrapper h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttf-calc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .ttf-input, .tc-wp-tool-root .ttf-calc-wrapper input, .tc-wp-tool-root .ttf-calc-wrapper select{ height: 52px; padding: 13px 15px; font-size: 0.98rem; width: 100%; color: #f7fcff; background-color: rgba(5, 18, 32, 0.88); }.tc-wp-tool-root .ttf-calc-wrapper option{ background-color: #0b1b2d; color: #f5fbff; }.tc-wp-tool-root .ttf-btn{ height: 54px; font-size: 0.96rem; padding: 0 14px; }.tc-wp-tool-root .ttf-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .ttf-calc-grid{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 18px; }.tc-wp-tool-root .ttf-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttf-result-box{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .ttf-stat strong{ font-size: 1.34rem; }.tc-wp-tool-root .ttf-formula-box{ font-size: 0.96rem; }.tc-wp-tool-root .ttf-card{ padding: 20px; gap: 14px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttf-calc-wrapper{ padding: 52px 28px; border-radius: 0 !important; }.tc-wp-tool-root .ttf-calc-shell{ width: min(100%, 1100px); }.tc-wp-tool-root .ttf-calc-wrapper h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttf-calc-subtitle{ font-size: 1.03rem; }.tc-wp-tool-root .ttf-input, .tc-wp-tool-root .ttf-calc-wrapper input, .tc-wp-tool-root .ttf-calc-wrapper select{ height: 53px; padding: 13px 15px; font-size: 1rem; width: 100%; color: #f7fcff; background-color: rgba(5, 18, 32, 0.88); }.tc-wp-tool-root .ttf-calc-wrapper option{ background-color: #0b1b2d; color: #f5fbff; }.tc-wp-tool-root .ttf-btn{ height: 56px; font-size: 0.98rem; padding: 0 16px; }.tc-wp-tool-root .ttf-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .ttf-calc-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px; }.tc-wp-tool-root .ttf-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttf-result-box{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .ttf-stat strong{ font-size: 1.32rem; }.tc-wp-tool-root .ttf-formula-box{ font-size: 0.98rem; }.tc-wp-tool-root .ttf-card{ padding: 22px; gap: 15px; }}@media (min-width: 1200px) {.tc-wp-tool-root .ttf-calc-wrapper{ padding: 62px 34px; border-radius: 0 !important; }.tc-wp-tool-root .ttf-calc-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .ttf-calc-wrapper h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttf-calc-subtitle{ font-size: 1.05rem; }.tc-wp-tool-root .ttf-input, .tc-wp-tool-root .ttf-calc-wrapper input, .tc-wp-tool-root .ttf-calc-wrapper select{ height: 54px; padding: 14px 16px; font-size: 1rem; width: 100%; color: #f7fcff; background-color: rgba(5, 18, 32, 0.88); }.tc-wp-tool-root .ttf-calc-wrapper option{ background-color: #0b1b2d; color: #f5fbff; }.tc-wp-tool-root .ttf-btn{ height: 56px; font-size: 1rem; padding: 0 18px; }.tc-wp-tool-root .ttf-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .ttf-calc-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 22px; }.tc-wp-tool-root .ttf-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttf-result-box{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }.tc-wp-tool-root .ttf-stat strong{ font-size: 1.38rem; }.tc-wp-tool-root .ttf-formula-box{ font-size: 1rem; }.tc-wp-tool-root .ttf-card{ padding: 24px; gap: 16px; }}.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-formula-card {}
.tc-wp-tool-root .ttf-result-card {}
.tc-wp-tool-root .ttf-steps-card {}
.tc-wp-tool-root .ttf-unit {}