@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-tool-wrap{
  width: 100%;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 42px 18px;
  background:
    radial-gradient(circle at 15% 10%, rgba(69, 199, 255, 0.34), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(118, 91, 255, 0.32), transparent 31%),
    linear-gradient(135deg, #071827 0%, #10243d 48%, #06131f 100%);
  color: #f5fbff;
  font-family: inherit;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-container, .tc-wp-tool-root .dtf-tool-wrap .dtf-container *, .tc-wp-tool-root .dtf-tool-wrap .dtf-toast{
  box-sizing: border-box;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-hero{
  text-align: center;
  margin: 0 0 26px;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-subtitle{
  margin: 12px auto 0;
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.6;
  color: #cfe2ef;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-main{
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-card{
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(213, 236, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-card:hover{
  transform: translateY(-3px);
  border-color: rgba(108, 213, 255, 0.42);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34);
}.tc-wp-tool-root .dtf-tool-wrap .dtf-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-field{
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  min-width: 0;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-field label{
  color: #d8e9f6;
  font-size: 0.92rem;
  font-weight: 700;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-value, .tc-wp-tool-root .dtf-tool-wrap .dtf-precision{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  height: 54px;
  border: 1px solid rgba(196, 227, 250, 0.28);
  border-radius: 14px;
  outline: none;
  background: #f8fcff;
  color: #082033;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-value::placeholder{
  color: #647b8b;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-value:focus, .tc-wp-tool-root .dtf-tool-wrap .dtf-precision:focus{
  border-color: #65d6ff;
  box-shadow: 0 0 0 4px rgba(101, 214, 255, 0.22), 0 0 26px rgba(101, 214, 255, 0.24);
}.tc-wp-tool-root .dtf-tool-wrap .dtf-value.dtf-error{
  border-color: #ff6b7e;
  box-shadow: 0 0 0 4px rgba(255, 107, 126, 0.18);
}.tc-wp-tool-root .dtf-tool-wrap .dtf-precision{
  appearance: auto;
  background-color: #f8fcff;
  color: #082033;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option{
  color: #082033;
  background-color: #ffffff;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option:checked{
  color: #ffffff;
  background-color: #176b93;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option:disabled{
  color: #6f7d86;
  background-color: #dce6ee;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-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 .dtf-tool-wrap .dtf-btn, .tc-wp-tool-root .dtf-tool-wrap .dtf-copy{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-btn{
  height: 56px;
  padding: 0 12px;
  font-size: 0.98rem;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-convert{
  color: #06131f;
  background: linear-gradient(135deg, #72e3ff, #a7ffcf);
  box-shadow: 0 14px 32px rgba(83, 220, 255, 0.24);
}.tc-wp-tool-root .dtf-tool-wrap .dtf-clear{
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(229, 244, 255, 0.24);
}.tc-wp-tool-root .dtf-tool-wrap .dtf-copy{
  flex: 0 0 auto;
  width: auto;
  min-height: 40px;
  padding: 0 12px;
  color: #071827;
  background: #dff8ff;
  font-size: 0.88rem;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-btn:hover, .tc-wp-tool-root .dtf-tool-wrap .dtf-copy:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(82, 211, 255, 0.22);
}.tc-wp-tool-root .dtf-tool-wrap .dtf-btn:active, .tc-wp-tool-root .dtf-tool-wrap .dtf-copy:active{
  transform: translateY(1px);
}.tc-wp-tool-root .dtf-tool-wrap .dtf-btn:focus-visible, .tc-wp-tool-root .dtf-tool-wrap .dtf-copy:focus-visible{
  outline: 3px solid rgba(166, 255, 213, 0.9);
  outline-offset: 3px;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-output-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-result-card{
  grid-column: 1 / -1;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-output-box{
  width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  border-radius: 16px;
  border: 1px solid rgba(198, 235, 255, 0.2);
  background: rgba(2, 18, 31, 0.58);
  color: #edf9ff;
  padding: 16px;
  scrollbar-color: #66d8ff rgba(255, 255, 255, 0.12);
  scrollbar-width: thin;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-output-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .dtf-tool-wrap .dtf-output-box::-webkit-scrollbar-thumb{
  background: #66d8ff;
  border-radius: 999px;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-result-box{
  max-height: 220px;
  animation: dtfReveal 220ms ease both;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-formula-box{
  max-height: 180px;
  font-size: 0.96rem;
  line-height: 1.55;
  animation: dtfFade 240ms ease both;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-steps-box{
  max-height: 220px;
  font-size: 0.96rem;
  line-height: 1.55;
  animation: dtfFade 260ms ease both;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-main-result{
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.18;
  font-weight: 900;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-summary{
  margin-top: 8px;
  color: #b9d7e8;
  font-size: 0.95rem;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  max-width: min(92vw, 420px);
  padding: 13px 18px;
  border-radius: 999px;
  background: rgba(5, 22, 36, 0.94);
  color: #ffffff;
  border: 1px solid rgba(132, 226, 255, 0.45);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-weight: 800;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .dtf-tool-wrap .dtf-toast.dtf-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes dtfReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes dtfFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dtf-tool-wrap{ padding: 28px 10px; border-radius: 0 !important; }.tc-wp-tool-root .dtf-tool-wrap .dtf-container{ width: 100%; }.tc-wp-tool-root .dtf-tool-wrap .dtf-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtf-tool-wrap .dtf-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-card{ padding: 14px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-value{ width: 100%; height: 50px; font-size: 0.96rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision{ width: 100%; height: 50px; font-size: 0.96rem; color: #082033; background-color: #f8fcff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option{ color: #082033; background-color: #ffffff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-btn{ min-height: 48px; max-height: 56px; height: 50px; font-size: 0.9rem; padding: 0 8px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-copy{ font-size: 0.82rem; min-height: 38px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main-result{ font-size: 1.45rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-formula-box, .tc-wp-tool-root .dtf-tool-wrap .dtf-steps-box{ font-size: 0.9rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dtf-tool-wrap{ padding: 30px 12px; border-radius: 0 !important; }.tc-wp-tool-root .dtf-tool-wrap .dtf-container{ width: 100%; }.tc-wp-tool-root .dtf-tool-wrap .dtf-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtf-tool-wrap .dtf-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-output-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-card{ padding: 16px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-value{ width: 100%; height: 52px; font-size: 0.98rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision{ width: 100%; height: 52px; font-size: 0.98rem; color: #082033; background-color: #f8fcff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option{ color: #082033; background-color: #ffffff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-btn{ min-height: 48px; max-height: 56px; height: 52px; font-size: 0.94rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main-result{ font-size: 1.6rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-formula-box, .tc-wp-tool-root .dtf-tool-wrap .dtf-steps-box{ font-size: 0.92rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dtf-tool-wrap{ padding: 34px 14px; border-radius: 0 !important; }.tc-wp-tool-root .dtf-tool-wrap .dtf-container{ width: 100%; }.tc-wp-tool-root .dtf-tool-wrap .dtf-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtf-tool-wrap .dtf-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-output-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-card{ padding: 18px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-value{ width: 100%; height: 54px; font-size: 1rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision{ width: 100%; height: 54px; font-size: 1rem; color: #082033; background-color: #f8fcff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option{ color: #082033; background-color: #ffffff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .dtf-tool-wrap .dtf-btn{ min-height: 48px; max-height: 56px; height: 54px; font-size: 0.96rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main-result{ font-size: 1.75rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-formula-box, .tc-wp-tool-root .dtf-tool-wrap .dtf-steps-box{ font-size: 0.94rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dtf-tool-wrap{ padding: 42px 20px; border-radius: 0 !important; }.tc-wp-tool-root .dtf-tool-wrap .dtf-container{ width: 100%; }.tc-wp-tool-root .dtf-tool-wrap .dtf-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtf-tool-wrap .dtf-subtitle{ font-size: 1rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-card{ padding: 20px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-value{ width: 100%; height: 54px; font-size: 1rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision{ width: 100%; height: 54px; font-size: 1rem; color: #082033; background-color: #f8fcff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option{ color: #082033; background-color: #ffffff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dtf-tool-wrap .dtf-btn{ height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main-result{ font-size: 1.9rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-formula-box, .tc-wp-tool-root .dtf-tool-wrap .dtf-steps-box{ font-size: 0.96rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dtf-tool-wrap{ padding: 48px 24px; border-radius: 0 !important; }.tc-wp-tool-root .dtf-tool-wrap .dtf-container{ width: 100%; }.tc-wp-tool-root .dtf-tool-wrap .dtf-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtf-tool-wrap .dtf-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main{ grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 18px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-card{ padding: 22px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-value{ width: 100%; height: 56px; font-size: 1.02rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision{ width: 100%; height: 56px; font-size: 1.02rem; color: #082033; background-color: #f8fcff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option{ color: #082033; background-color: #ffffff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dtf-tool-wrap .dtf-btn{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main-result{ font-size: 2rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-formula-box, .tc-wp-tool-root .dtf-tool-wrap .dtf-steps-box{ font-size: 0.98rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .dtf-tool-wrap{ padding: 56px 28px; border-radius: 0 !important; }.tc-wp-tool-root .dtf-tool-wrap .dtf-container{ width: 100%; }.tc-wp-tool-root .dtf-tool-wrap .dtf-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtf-tool-wrap .dtf-subtitle{ font-size: 1.05rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main{ grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr); gap: 20px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-card{ padding: 24px; }.tc-wp-tool-root .dtf-tool-wrap .dtf-value{ width: 100%; height: 58px; font-size: 1.04rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision{ width: 100%; height: 58px; font-size: 1.04rem; color: #082033; background-color: #f8fcff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-precision option{ color: #082033; background-color: #ffffff; }.tc-wp-tool-root .dtf-tool-wrap .dtf-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dtf-tool-wrap .dtf-btn{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-main-result{ font-size: 2.12rem; }.tc-wp-tool-root .dtf-tool-wrap .dtf-formula-box, .tc-wp-tool-root .dtf-tool-wrap .dtf-steps-box{ font-size: 1rem; }}@media (max-width: 299px) {.tc-wp-tool-root .dtf-tool-wrap .dtf-actions{
    grid-template-columns: 1fr;
  }}.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-steps-card {}