@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 .dthc-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 34px 16px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 18%, rgba(42, 229, 255, 0.28), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(124, 92, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #10233c 42%, #18213d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .dthc-tool-wrap, .tc-wp-tool-root .dthc-tool-wrap div, .tc-wp-tool-root .dthc-tool-wrap section, .tc-wp-tool-root .dthc-tool-wrap h1, .tc-wp-tool-root .dthc-tool-wrap h2, .tc-wp-tool-root .dthc-tool-wrap p, .tc-wp-tool-root .dthc-tool-wrap label, .tc-wp-tool-root .dthc-tool-wrap input, .tc-wp-tool-root .dthc-tool-wrap select, .tc-wp-tool-root .dthc-tool-wrap option, .tc-wp-tool-root .dthc-tool-wrap button{
  box-sizing: border-box;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-hero{
  text-align: center;
  margin: 0 auto 24px;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-subtitle{
  max-width: 720px;
  margin: 12px auto 0;
  color: #cfe0f5;
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
  width: 100%;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-card{
  width: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(180, 222, 255, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  animation: dthcFadeIn 360ms ease both;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(92, 225, 255, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 750;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-label{
  display: block;
  margin: 0 0 8px;
  color: #dcecff;
  font-size: 0.86rem;
  line-height: 1.25;
  font-weight: 700;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-input, .tc-wp-tool-root .dthc-tool-wrap .dthc-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(197, 228, 255, 0.28);
  border-radius: 14px;
  background-color: rgba(6, 18, 32, 0.86);
  color: #ffffff;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-input{
  height: 56px;
  padding: 0 15px;
  font-size: 1rem;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-select{
  height: 52px;
  padding: 0 42px 0 14px;
  font-size: 0.95rem;
  appearance: auto;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-input::placeholder{
  color: #8ca6c2;
  opacity: 1;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-input:focus, .tc-wp-tool-root .dthc-tool-wrap .dthc-select:focus{
  border-color: #4ee8ff;
  background-color: rgba(7, 24, 43, 0.96);
  box-shadow: 0 0 0 4px rgba(78, 232, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-input.dthc-error{
  border-color: #ff7790;
  box-shadow: 0 0 0 4px rgba(255, 119, 144, 0.18);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-select option{
  color: #07111f;
  background-color: #f4f8ff;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-select option:checked{
  color: #ffffff;
  background-color: #123a64;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-select option:disabled{
  color: #5f6f82;
  background-color: #e9eef7;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-control-row{
  margin-top: 16px;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-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 .dthc-tool-wrap .dthc-btn, .tc-wp-tool-root .dthc-tool-wrap .dthc-mini-btn{
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  user-select: none;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, background-color 150ms ease;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-btn{
  width: 100%;
  max-width: 100%;
  height: 56px;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 0.96rem;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-btn-primary{
  color: #04111d;
  background: linear-gradient(135deg, #58f0ff, #9cffd5);
  box-shadow: 0 16px 34px rgba(65, 231, 255, 0.2);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-btn-secondary{
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(210, 232, 255, 0.24);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-mini-btn{
  flex: 0 0 auto;
  height: 38px;
  max-width: 120px;
  padding: 0 12px;
  border-radius: 11px;
  color: #06111f;
  background: #bff8ff;
  font-size: 0.86rem;
  box-shadow: 0 12px 26px rgba(78, 232, 255, 0.16);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-btn:hover, .tc-wp-tool-root .dthc-tool-wrap .dthc-mini-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 18px 40px rgba(78, 232, 255, 0.24);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-btn:active, .tc-wp-tool-root .dthc-tool-wrap .dthc-mini-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-btn:focus-visible, .tc-wp-tool-root .dthc-tool-wrap .dthc-mini-btn:focus-visible{
  outline: 3px solid rgba(156, 255, 213, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-output{
  width: 100%;
  min-width: 0;
  padding: 15px;
  border-radius: 14px;
  border: 1px solid rgba(202, 231, 255, 0.18);
  background: rgba(4, 13, 24, 0.62);
  color: #ecf7ff;
  line-height: 1.55;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}.tc-wp-tool-root .dthc-tool-wrap .dthc-result-output{
  max-height: 220px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 1.2rem;
  font-weight: 800;
  color: #9cffd5;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-formula-output{
  max-height: 180px;
  font-size: 0.95rem;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-steps-output{
  max-height: 220px;
  font-size: 0.95rem;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-output::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-output::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #58f0ff, #7f8cff);
  border-radius: 999px;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-reveal{
  animation: dthcReveal 260ms ease both;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 9999;
  width: min(92vw, 420px);
  padding: 13px 16px;
  border-radius: 14px;
  border: 1px solid rgba(192, 245, 255, 0.32);
  background: rgba(6, 18, 32, 0.94);
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .dthc-tool-wrap .dthc-toast.dthc-toast-show{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes dthcFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes dthcReveal {
  from {
    opacity: 0.35;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dthc-tool-wrap{
    padding: 22px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-container{
    width: 100%;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-subtitle{
    font-size: 0.9rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-layout, .tc-wp-tool-root .dthc-tool-wrap .dthc-results-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-card{
    padding: 15px;
    gap: 10px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-input{
    width: 100%;
    height: 50px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select{
    width: 100%;
    height: 50px;
    font-size: 0.9rem;
    color: #ffffff;
    background-color: rgba(6, 18, 32, 0.92);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select option, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:checked, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:disabled{
    color: #07111f;
    background-color: #f4f8ff;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-btn{
    height: 50px;
    font-size: 0.84rem;
    padding: 0 8px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-mini-btn{
    height: 36px;
    font-size: 0.8rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-result-output{
    font-size: 1rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-formula-output, .tc-wp-tool-root .dthc-tool-wrap .dthc-steps-output{
    font-size: 0.88rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dthc-tool-wrap{
    padding: 24px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-container{
    width: 100%;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-layout, .tc-wp-tool-root .dthc-tool-wrap .dthc-results-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-card{
    padding: 17px;
    gap: 12px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-input{
    width: 100%;
    height: 52px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select{
    width: 100%;
    height: 50px;
    font-size: 0.92rem;
    color: #ffffff;
    background-color: rgba(6, 18, 32, 0.92);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select option, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:checked, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:disabled{
    color: #07111f;
    background-color: #f4f8ff;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-btn{
    height: 52px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-result-output{
    font-size: 1.05rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-formula-output, .tc-wp-tool-root .dthc-tool-wrap .dthc-steps-output{
    font-size: 0.9rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dthc-tool-wrap{
    padding: 28px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-container{
    width: 100%;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-layout, .tc-wp-tool-root .dthc-tool-wrap .dthc-results-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-card{
    padding: 18px;
    gap: 14px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-input{
    width: 100%;
    height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select{
    width: 100%;
    height: 52px;
    font-size: 0.94rem;
    color: #ffffff;
    background-color: rgba(6, 18, 32, 0.92);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select option, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:checked, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:disabled{
    color: #07111f;
    background-color: #f4f8ff;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-btn{
    height: 54px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-result-output{
    font-size: 1.1rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-formula-output, .tc-wp-tool-root .dthc-tool-wrap .dthc-steps-output{
    font-size: 0.92rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dthc-tool-wrap{
    padding: 36px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-container{
    width: 100%;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-layout{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 16px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-results-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-card{
    padding: 20px;
    gap: 16px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-input{
    width: 100%;
    height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select{
    width: 100%;
    height: 52px;
    font-size: 0.95rem;
    color: #ffffff;
    background-color: rgba(6, 18, 32, 0.9);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select option, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:checked, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:disabled{
    color: #07111f;
    background-color: #f4f8ff;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-btn{
    height: 56px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-result-output{
    font-size: 1.16rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-formula-output, .tc-wp-tool-root .dthc-tool-wrap .dthc-steps-output{
    font-size: 0.94rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dthc-tool-wrap{
    padding: 42px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-container{
    width: 100%;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-layout{
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-results-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-card{
    padding: 22px;
    gap: 18px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-input{
    width: 100%;
    height: 58px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select{
    width: 100%;
    height: 54px;
    font-size: 0.96rem;
    color: #ffffff;
    background-color: rgba(6, 18, 32, 0.9);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select option, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:checked, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:disabled{
    color: #07111f;
    background-color: #f4f8ff;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-btn{
    height: 58px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-result-output{
    font-size: 1.2rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-formula-output, .tc-wp-tool-root .dthc-tool-wrap .dthc-steps-output{
    font-size: 0.95rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .dthc-tool-wrap{
    padding: 48px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-container{
    width: 100%;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-layout{
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 20px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-results-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-card{
    padding: 24px;
    gap: 18px;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-input{
    width: 100%;
    height: 60px;
    font-size: 1.04rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select{
    width: 100%;
    height: 54px;
    font-size: 0.98rem;
    color: #ffffff;
    background-color: rgba(6, 18, 32, 0.9);
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-select option, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:checked, .tc-wp-tool-root .dthc-tool-wrap .dthc-select option:disabled{
    color: #07111f;
    background-color: #f4f8ff;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-btn{
    height: 58px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-result-output{
    font-size: 1.24rem;
  }.tc-wp-tool-root .dthc-tool-wrap .dthc-formula-output, .tc-wp-tool-root .dthc-tool-wrap .dthc-steps-output{
    font-size: 0.96rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .dthc-tool-wrap .dthc-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 .dthc-formula-card {}
.tc-wp-tool-root .dthc-input-card {}
.tc-wp-tool-root .dthc-result-card {}
.tc-wp-tool-root .dthc-steps-card {}