@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 .dtnc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  background:
    radial-gradient(circle at 18% 12%, rgba(80, 220, 255, 0.28), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 205, 92, 0.2), transparent 28%),
    linear-gradient(135deg, #08111f 0%, #102b36 45%, #18251d 100%);
  color: #f4fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .dtnc-tool-wrap, .tc-wp-tool-root .dtnc-tool-wrap div, .tc-wp-tool-root .dtnc-tool-wrap section, .tc-wp-tool-root .dtnc-tool-wrap header{
  box-sizing: border-box;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-header{
  text-align: center;
}.tc-wp-tool-root .dtnc-tool-wrap h1{
  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(83, 222, 255, 0.32);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-header p{
  max-width: 760px;
  margin: 12px auto 0;
  color: #d7edf3;
  line-height: 1.6;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid{
  display: grid;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-stack{
  display: grid;
  min-width: 0;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card{
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(191, 244, 255, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  border-radius: 18px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-field{
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-field label{
  color: #e8fbff;
  font-weight: 750;
  font-size: 0.9rem;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(210, 248, 255, 0.28);
  border-radius: 14px;
  outline: none;
  background-color: #0d1f2c;
  color: #f8fdff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input::placeholder{
  color: rgba(225, 244, 248, 0.54);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input:focus, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select:focus, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn:focus, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn:focus{
  border-color: #64e4ff;
  box-shadow: 0 0 0 4px rgba(100, 228, 255, 0.2);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option:checked, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option:hover, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option:focus, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option:disabled{
  background-color: #0d1f2c;
  color: #ffffff;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option:disabled{
  color: #9fb8c0;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-helper{
  margin: 0;
  color: #bcd7de;
  font-size: 0.82rem;
  line-height: 1.45;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-weight: 850;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn:hover, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn-primary{
  color: #06131a;
  background: linear-gradient(135deg, #66e6ff, #9dffcf);
  box-shadow: 0 14px 34px rgba(102, 230, 255, 0.26);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn-secondary{
  color: #effcff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(220, 251, 255, 0.24);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn{
  flex: 0 0 auto;
  border: 1px solid rgba(186, 245, 255, 0.25);
  border-radius: 999px;
  background: rgba(6, 20, 30, 0.66);
  color: #ecfbff;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box{
  width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 15px;
  border: 1px solid rgba(202, 246, 255, 0.18);
  background: rgba(4, 16, 25, 0.54);
  color: #ecfbff;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: dtncFadeIn 260ms ease both;
  scrollbar-width: thin;
  scrollbar-color: #68e7ff rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #68e7ff, #9dffcf);
  border-radius: 999px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-box{
  max-height: 220px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-grid{
  display: grid;
  gap: 10px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-item{
  display: grid;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-item:last-child{
  border-bottom: 0;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-label{
  color: #9dffcf;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-value{
  color: #ffffff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-empty, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-error{
  margin: 0;
  text-align: center;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-error{
  color: #ffd2d2;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box p, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box ol{
  margin: 0;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box ol{
  padding-left: 20px;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-toast{
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  max-width: min(90vw, 420px);
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid rgba(197, 247, 255, 0.3);
  background: rgba(6, 20, 30, 0.94);
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  font-weight: 800;
}.tc-wp-tool-root .dtnc-tool-wrap .dtnc-toast.dtnc-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes dtncFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dtnc-tool-wrap{
    padding: 24px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-container{
    width: 100%;
  }.tc-wp-tool-root .dtnc-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-header p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-stack, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid{
    margin-top: 18px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card{
    padding: 14px;
    gap: 12px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select{
    width: 100%;
    height: 48px;
    padding: 0 12px;
    font-size: 0.95rem;
    background-color: #0d1f2c;
    color: #f8fdff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option{
    background-color: #0d1f2c;
    color: #ffffff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn{
    height: 50px;
    max-height: 56px;
    padding: 0 8px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn{
    padding: 9px 10px;
    font-size: 0.78rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box{
    padding: 12px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-formula-box{
    font-size: 0.88rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-value{
    font-size: 0.84rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dtnc-tool-wrap{
    padding: 28px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-container{
    width: 100%;
  }.tc-wp-tool-root .dtnc-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-header p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-stack, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid{
    margin-top: 20px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card{
    padding: 16px;
    gap: 14px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select{
    width: 100%;
    height: 50px;
    padding: 0 13px;
    font-size: 0.98rem;
    background-color: #0d1f2c;
    color: #f8fdff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option{
    background-color: #0d1f2c;
    color: #ffffff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn{
    height: 52px;
    max-height: 56px;
    padding: 0 10px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn{
    padding: 9px 12px;
    font-size: 0.8rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box{
    padding: 13px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-formula-box{
    font-size: 0.9rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-value{
    font-size: 0.86rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dtnc-tool-wrap{
    padding: 34px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-container{
    width: 100%;
  }.tc-wp-tool-root .dtnc-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-header p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-stack, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid{
    margin-top: 24px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card{
    padding: 18px;
    gap: 16px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select{
    width: 100%;
    height: 52px;
    padding: 0 14px;
    font-size: 1rem;
    background-color: #0d1f2c;
    color: #f8fdff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option{
    background-color: #0d1f2c;
    color: #ffffff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn{
    height: 54px;
    max-height: 56px;
    padding: 0 12px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn{
    padding: 10px 14px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box{
    padding: 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-formula-box{
    font-size: 0.94rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-value{
    font-size: 0.9rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dtnc-tool-wrap{
    padding: 44px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-container{
    width: 100%;
  }.tc-wp-tool-root .dtnc-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-header p{
    font-size: 1rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid{
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
    gap: 18px;
    margin-top: 28px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-stack{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card{
    padding: 20px;
    gap: 18px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select{
    width: 100%;
    height: 54px;
    padding: 0 15px;
    font-size: 1rem;
    background-color: #0d1f2c;
    color: #f8fdff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option{
    background-color: #0d1f2c;
    color: #ffffff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn{
    height: 54px;
    padding: 0 14px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn{
    padding: 10px 15px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box{
    padding: 15px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-formula-box{
    font-size: 0.95rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-value{
    font-size: 0.9rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dtnc-tool-wrap{
    padding: 54px 30px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-container{
    width: 100%;
  }.tc-wp-tool-root .dtnc-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-header p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid{
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    gap: 22px;
    margin-top: 32px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-stack{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-grid{
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card{
    padding: 22px;
    gap: 18px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select{
    width: 100%;
    height: 56px;
    padding: 0 16px;
    font-size: 1rem;
    background-color: #0d1f2c;
    color: #f8fdff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option{
    background-color: #0d1f2c;
    color: #ffffff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn{
    height: 56px;
    padding: 0 16px;
    font-size: 1rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn{
    padding: 10px 16px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box{
    padding: 16px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-formula-box{
    font-size: 0.96rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-value{
    font-size: 0.91rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .dtnc-tool-wrap{
    padding: 64px 34px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-container{
    width: 100%;
  }.tc-wp-tool-root .dtnc-tool-wrap h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-header p{
    font-size: 1.06rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-main-grid{
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.45fr);
    gap: 24px;
    margin-top: 34px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-stack{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-result-grid{
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-card{
    padding: 24px;
    gap: 18px;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-input, .tc-wp-tool-root .dtnc-tool-wrap .dtnc-select{
    width: 100%;
    height: 58px;
    padding: 0 16px;
    font-size: 1.02rem;
    background-color: #0d1f2c;
    color: #f8fdff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-select option{
    background-color: #0d1f2c;
    color: #ffffff;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-btn{
    height: 58px;
    padding: 0 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-copy-btn{
    padding: 11px 17px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-output-box{
    padding: 16px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-formula-box{
    font-size: 0.98rem;
  }.tc-wp-tool-root .dtnc-tool-wrap .dtnc-value{
    font-size: 0.92rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .dtnc-tool-wrap .dtnc-action-row{
    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 .dtnc-formula-card {}
.tc-wp-tool-root .dtnc-input-card {}
.tc-wp-tool-root .dtnc-result-card {}
.tc-wp-tool-root .dtnc-steps-card {}