@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 .dtf-calculator-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 15%, rgba(0, 224, 255, 0.28), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(62, 255, 178, 0.18), transparent 30%),
    linear-gradient(135deg, #071923 0%, #0d2f3a 46%, #123326 100%);
}.tc-wp-tool-root .dtf-calculator-wrap, .tc-wp-tool-root .dtf-calculator-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .dtf-calculator-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .dtf-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .dtf-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(72, 235, 255, 0.28);
}.tc-wp-tool-root .dtf-subtitle{
  max-width: 680px;
  margin: 12px auto 0;
  color: #d5f4f2;
  line-height: 1.55;
}.tc-wp-tool-root .dtf-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 22px;
  width: 100%;
}.tc-wp-tool-root .dtf-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .dtf-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(202, 255, 247, 0.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .dtf-card:hover{
  transform: translateY(-3px);
  border-color: rgba(84, 242, 222, 0.45);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.32), 0 0 34px rgba(43, 227, 217, 0.14);
}.tc-wp-tool-root .dtf-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .dtf-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .dtf-field{
  margin-bottom: 16px;
}.tc-wp-tool-root .dtf-field label{
  display: block;
  margin-bottom: 8px;
  color: #eafefd;
  font-weight: 700;
  font-size: 0.92rem;
}.tc-wp-tool-root .dtf-input, .tc-wp-tool-root .dtf-select{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(220, 255, 250, 0.28);
  border-radius: 12px;
  outline: none;
  color: #061b20;
  background-color: #f7fffd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}.tc-wp-tool-root .dtf-input:focus, .tc-wp-tool-root .dtf-select:focus{
  border-color: #49fff0;
  box-shadow: 0 0 0 4px rgba(73, 255, 240, 0.18), 0 0 26px rgba(73, 255, 240, 0.22);
  background-color: #ffffff;
}.tc-wp-tool-root .dtf-input.dtf-invalid{
  border-color: #ff8c8c;
  box-shadow: 0 0 0 4px rgba(255, 95, 95, 0.17);
}.tc-wp-tool-root .dtf-select{
  cursor: pointer;
}.tc-wp-tool-root .dtf-select option, .tc-wp-tool-root .dtf-calculator-wrap select option{
  color: #082026;
  background-color: #f7fffd;
}.tc-wp-tool-root .dtf-select option:checked, .tc-wp-tool-root .dtf-calculator-wrap select option:checked{
  color: #ffffff;
  background-color: #0b6b72;
}.tc-wp-tool-root .dtf-select option:disabled, .tc-wp-tool-root .dtf-calculator-wrap select option:disabled{
  color: #6d7f83;
  background-color: #dcebea;
}.tc-wp-tool-root .dtf-help{
  margin: 8px 0 0;
  color: #bde8e4;
  font-size: 0.84rem;
  line-height: 1.45;
}.tc-wp-tool-root .dtf-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .dtf-btn, .tc-wp-tool-root .dtf-copy-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}.tc-wp-tool-root .dtf-btn{
  border-radius: 12px;
  min-width: 0;
  padding: 13px 12px;
}.tc-wp-tool-root .dtf-btn-primary{
  color: #052326;
  background: linear-gradient(135deg, #52fff0, #7effb7);
  box-shadow: 0 12px 26px rgba(72, 255, 229, 0.24);
}.tc-wp-tool-root .dtf-btn-secondary{
  color: #f4fffe;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(231, 255, 251, 0.24);
}.tc-wp-tool-root .dtf-btn:hover, .tc-wp-tool-root .dtf-copy-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(72, 255, 229, 0.24);
}.tc-wp-tool-root .dtf-btn:active, .tc-wp-tool-root .dtf-copy-btn:active{
  transform: translateY(1px);
}.tc-wp-tool-root .dtf-btn:focus-visible, .tc-wp-tool-root .dtf-copy-btn:focus-visible{
  outline: 3px solid rgba(126, 255, 183, 0.62);
  outline-offset: 3px;
}.tc-wp-tool-root .dtf-copy-btn{
  width: auto;
  min-width: 86px;
  padding: 9px 12px;
  border-radius: 10px;
  color: #062124;
  background: #dffff8;
}.tc-wp-tool-root .dtf-output-box{
  width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(214, 255, 250, 0.18);
  border-radius: 14px;
  background: rgba(2, 18, 22, 0.34);
  color: #f6fffe;
  animation: dtfFadeIn 240ms ease both;
  scrollbar-color: rgba(82, 255, 240, 0.7) rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
}.tc-wp-tool-root .dtf-output-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .dtf-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}.tc-wp-tool-root .dtf-output-box::-webkit-scrollbar-thumb{
  background: rgba(82, 255, 240, 0.72);
  border-radius: 999px;
}.tc-wp-tool-root .dtf-result-box{
  max-height: 220px;
}.tc-wp-tool-root .dtf-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .dtf-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .dtf-result-text, .tc-wp-tool-root .dtf-formula-text{
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .dtf-result-text{
  font-weight: 900;
  color: #ffffff;
}.tc-wp-tool-root .dtf-formula-text{
  color: #dcfffb;
  line-height: 1.55;
}.tc-wp-tool-root .dtf-steps-list{
  margin: 0;
  padding-left: 20px;
  color: #e8fffc;
  line-height: 1.55;
}.tc-wp-tool-root .dtf-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 999999;
  max-width: min(92vw, 360px);
  padding: 12px 18px;
  border: 1px solid rgba(218, 255, 250, 0.28);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(3, 30, 35, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34), 0 0 28px rgba(73, 255, 240, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .dtf-toast.dtf-show{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes dtfFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dtf-calculator-wrap{
    padding: 28px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtf-calculator-inner{
    width: 100%;
  }.tc-wp-tool-root .dtf-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtf-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .dtf-main-grid, .tc-wp-tool-root .dtf-output-stack{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .dtf-card{
    padding: 14px;
  }.tc-wp-tool-root .dtf-input, .tc-wp-tool-root .dtf-select{
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 0.95rem;
    color: #061b20;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-select option{
    color: #082026;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }.tc-wp-tool-root .dtf-btn{
    height: 48px;
    padding: 0 8px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .dtf-result-text{
    font-size: 1.2rem;
  }.tc-wp-tool-root .dtf-formula-text{
    font-size: 0.92rem;
  }.tc-wp-tool-root .dtf-output-box{
    padding: 13px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dtf-calculator-wrap{
    padding: 32px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtf-calculator-inner{
    width: 100%;
  }.tc-wp-tool-root .dtf-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtf-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .dtf-main-grid, .tc-wp-tool-root .dtf-output-stack{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .dtf-card{
    padding: 16px;
  }.tc-wp-tool-root .dtf-input, .tc-wp-tool-root .dtf-select{
    width: 100%;
    height: 50px;
    padding: 0 13px;
    font-size: 1rem;
    color: #061b20;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-select option{
    color: #082026;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .dtf-btn{
    height: 50px;
    padding: 0 10px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .dtf-result-text{
    font-size: 1.28rem;
  }.tc-wp-tool-root .dtf-formula-text{
    font-size: 0.95rem;
  }.tc-wp-tool-root .dtf-output-box{
    padding: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dtf-calculator-wrap{
    padding: 38px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtf-calculator-inner{
    width: 100%;
  }.tc-wp-tool-root .dtf-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtf-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .dtf-main-grid, .tc-wp-tool-root .dtf-output-stack{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .dtf-card{
    padding: 18px;
  }.tc-wp-tool-root .dtf-input, .tc-wp-tool-root .dtf-select{
    width: 100%;
    height: 52px;
    padding: 0 14px;
    font-size: 1rem;
    color: #061b20;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-select option{
    color: #082026;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .dtf-btn{
    height: 52px;
    padding: 0 12px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .dtf-result-text{
    font-size: 1.38rem;
  }.tc-wp-tool-root .dtf-formula-text{
    font-size: 0.98rem;
  }.tc-wp-tool-root .dtf-output-box{
    padding: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dtf-calculator-wrap{
    padding: 54px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtf-calculator-inner{
    width: 100%;
  }.tc-wp-tool-root .dtf-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtf-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .dtf-main-grid, .tc-wp-tool-root .dtf-output-stack{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .dtf-card{
    padding: 22px;
  }.tc-wp-tool-root .dtf-input, .tc-wp-tool-root .dtf-select{
    width: 100%;
    height: 54px;
    padding: 0 15px;
    font-size: 1.03rem;
    color: #061b20;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-select option{
    color: #082026;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .dtf-btn{
    height: 54px;
    padding: 0 14px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .dtf-result-text{
    font-size: 1.55rem;
  }.tc-wp-tool-root .dtf-formula-text{
    font-size: 1rem;
  }.tc-wp-tool-root .dtf-output-box{
    padding: 17px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dtf-calculator-wrap{
    padding: 64px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtf-calculator-inner{
    width: 100%;
  }.tc-wp-tool-root .dtf-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtf-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .dtf-main-grid{
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 20px;
  }.tc-wp-tool-root .dtf-output-stack{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .dtf-card{
    padding: 24px;
  }.tc-wp-tool-root .dtf-input, .tc-wp-tool-root .dtf-select{
    width: 100%;
    height: 54px;
    padding: 0 16px;
    font-size: 1.05rem;
    color: #061b20;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-select option{
    color: #082026;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .dtf-btn{
    height: 54px;
    padding: 0 15px;
    font-size: 1rem;
  }.tc-wp-tool-root .dtf-result-text{
    font-size: 1.72rem;
  }.tc-wp-tool-root .dtf-formula-text{
    font-size: 1.02rem;
  }.tc-wp-tool-root .dtf-output-box{
    padding: 18px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .dtf-calculator-wrap{
    padding: 76px 32px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtf-calculator-inner{
    width: 100%;
  }.tc-wp-tool-root .dtf-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtf-subtitle{
    font-size: 1.1rem;
  }.tc-wp-tool-root .dtf-main-grid{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 24px;
  }.tc-wp-tool-root .dtf-output-stack{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .dtf-card{
    padding: 26px;
  }.tc-wp-tool-root .dtf-input, .tc-wp-tool-root .dtf-select{
    width: 100%;
    height: 56px;
    padding: 0 16px;
    font-size: 1.06rem;
    color: #061b20;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-select option{
    color: #082026;
    background-color: #f7fffd;
  }.tc-wp-tool-root .dtf-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }.tc-wp-tool-root .dtf-btn{
    height: 54px;
    padding: 0 16px;
    font-size: 1rem;
  }.tc-wp-tool-root .dtf-result-text{
    font-size: 1.82rem;
  }.tc-wp-tool-root .dtf-formula-text{
    font-size: 1.04rem;
  }.tc-wp-tool-root .dtf-output-box{
    padding: 18px;
  }}.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 .dtf-formula-card {}
.tc-wp-tool-root .dtf-input-card {}
.tc-wp-tool-root .dtf-result-card {}
.tc-wp-tool-root .dtf-steps-card {}