@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 .dtrc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 34px 18px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 18% 14%, rgba(33, 230, 193, 0.34), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 188, 87, 0.24), transparent 26%),
    linear-gradient(135deg, #071923 0%, #102b35 48%, #23182f 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .dtrc-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .dtrc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .dtrc-hero{
  margin-bottom: 18px;
}.tc-wp-tool-root .dtrc-kicker{
  margin: 0 0 8px;
  color: #72f5d6;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-tool-root .dtrc-tool-wrap h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .dtrc-subtitle{
  max-width: 680px;
  margin: 10px 0 0;
  color: #d8e8ee;
  font-size: 1rem;
  line-height: 1.5;
}.tc-wp-tool-root .dtrc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .dtrc-output-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .dtrc-card{
  width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(182, 245, 239, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .dtrc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(114, 245, 214, 0.44);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.34), 0 0 30px rgba(33, 230, 193, 0.08);
}.tc-wp-tool-root .dtrc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .dtrc-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .dtrc-field{
  margin-bottom: 14px;
}.tc-wp-tool-root .dtrc-field label{
  display: block;
  margin-bottom: 8px;
  color: #c8f9ec;
  font-size: 0.86rem;
  font-weight: 800;
}.tc-wp-tool-root .dtrc-decimal-input, .tc-wp-tool-root .dtrc-precision-select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid rgba(216, 246, 244, 0.25);
  border-radius: 8px;
  background-color: rgba(4, 22, 29, 0.86);
  color: #ffffff;
  outline: none;
  font: inherit;
  transition: border-color 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}.tc-wp-tool-root .dtrc-decimal-input{
  height: 56px;
  padding: 0 15px;
  font-size: 1.05rem;
}.tc-wp-tool-root .dtrc-decimal-input::placeholder{
  color: #89a4ad;
}.tc-wp-tool-root .dtrc-precision-select{
  height: 52px;
  padding: 0 14px;
  font-size: 0.98rem;
  cursor: pointer;
  appearance: auto;
}.tc-wp-tool-root .dtrc-precision-select option, .tc-wp-tool-root .dtrc-precision-select optgroup{
  background-color: #f5fbff;
  color: #09202a;
}.tc-wp-tool-root .dtrc-precision-select option:checked{
  background-color: #c8fff1;
  color: #04161d;
}.tc-wp-tool-root .dtrc-precision-select option:hover{
  background-color: #e2f7ff;
  color: #04161d;
}.tc-wp-tool-root .dtrc-precision-select option:disabled{
  background-color: #d9e1e6;
  color: #5f6d75;
}.tc-wp-tool-root .dtrc-decimal-input:focus, .tc-wp-tool-root .dtrc-precision-select:focus{
  border-color: #72f5d6;
  box-shadow: 0 0 0 4px rgba(114, 245, 214, 0.18), 0 0 26px rgba(114, 245, 214, 0.16);
  background-color: rgba(2, 18, 25, 0.96);
}.tc-wp-tool-root .dtrc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
}.tc-wp-tool-root .dtrc-btn, .tc-wp-tool-root .dtrc-copy-btn{
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, background 150ms ease;
}.tc-wp-tool-root .dtrc-btn{
  width: 100%;
  height: 56px;
  padding: 0 10px;
  color: #031316;
  background: linear-gradient(135deg, #72f5d6, #ffd166);
  box-shadow: 0 16px 38px rgba(33, 230, 193, 0.2);
  font-size: 0.98rem;
}.tc-wp-tool-root .dtrc-clear-btn{
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.18);
}.tc-wp-tool-root .dtrc-btn:hover, .tc-wp-tool-root .dtrc-copy-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 18px 42px rgba(114, 245, 214, 0.22);
}.tc-wp-tool-root .dtrc-btn:active, .tc-wp-tool-root .dtrc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .dtrc-btn:focus-visible, .tc-wp-tool-root .dtrc-copy-btn:focus-visible{
  outline: 3px solid rgba(255, 209, 102, 0.8);
  outline-offset: 3px;
}.tc-wp-tool-root .dtrc-copy-btn{
  min-height: 36px;
  padding: 0 12px;
  color: #04161d;
  background: #c8fff1;
  font-size: 0.84rem;
}.tc-wp-tool-root .dtrc-output-box{
  width: 100%;
  margin-top: 2px;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(2, 13, 18, 0.48);
  color: #effcff;
  line-height: 1.5;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-color: #72f5d6 rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .dtrc-output-box::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}.tc-wp-tool-root .dtrc-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .dtrc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #72f5d6, #ffd166);
  border-radius: 999px;
}.tc-wp-tool-root .dtrc-result-box{
  max-height: 220px;
  font-size: 1.26rem;
  font-weight: 900;
  animation: dtrcReveal 220ms ease both;
}.tc-wp-tool-root .dtrc-formula-box{
  max-height: 180px;
  font-size: 1rem;
  animation: dtrcFade 260ms ease both;
}.tc-wp-tool-root .dtrc-steps-box{
  max-height: 220px;
  font-size: 0.94rem;
  animation: dtrcFade 260ms ease both;
}.tc-wp-tool-root .dtrc-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .dtrc-steps-box li{
  margin: 4px 0;
}.tc-wp-tool-root .dtrc-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 9999;
  max-width: min(92vw, 420px);
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(3, 19, 24, 0.94);
  color: #ffffff;
  border: 1px solid rgba(114, 245, 214, 0.34);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease;
  text-align: center;
  font-weight: 800;
}.tc-wp-tool-root .dtrc-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes dtrcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes dtrcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dtrc-tool-wrap{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .dtrc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .dtrc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtrc-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .dtrc-main-grid, .tc-wp-tool-root .dtrc-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .dtrc-card{ padding: 13px; }.tc-wp-tool-root .dtrc-decimal-input{ width: 100%; height: 50px; font-size: 0.96rem; }.tc-wp-tool-root .dtrc-precision-select{ width: 100%; height: 48px; font-size: 0.92rem; background-color: rgba(4, 22, 29, 0.86); color: #ffffff; }.tc-wp-tool-root .dtrc-precision-select option{ background-color: #f5fbff; color: #09202a; }.tc-wp-tool-root .dtrc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dtrc-btn{ height: 50px; max-height: 56px; font-size: 0.86rem; padding: 0 6px; }.tc-wp-tool-root .dtrc-copy-btn{ font-size: 0.78rem; padding: 0 9px; }.tc-wp-tool-root .dtrc-result-box{ font-size: 1.02rem; }.tc-wp-tool-root .dtrc-formula-box{ font-size: 0.9rem; }.tc-wp-tool-root .dtrc-card-head h2{ font-size: 0.92rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dtrc-tool-wrap{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .dtrc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .dtrc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtrc-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .dtrc-main-grid, .tc-wp-tool-root .dtrc-output-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .dtrc-card{ padding: 14px; }.tc-wp-tool-root .dtrc-decimal-input{ width: 100%; height: 52px; font-size: 1rem; }.tc-wp-tool-root .dtrc-precision-select{ width: 100%; height: 50px; font-size: 0.94rem; background-color: rgba(4, 22, 29, 0.86); color: #ffffff; }.tc-wp-tool-root .dtrc-precision-select option{ background-color: #f5fbff; color: #09202a; }.tc-wp-tool-root .dtrc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dtrc-btn{ height: 52px; max-height: 56px; font-size: 0.9rem; }.tc-wp-tool-root .dtrc-result-box{ font-size: 1.08rem; }.tc-wp-tool-root .dtrc-formula-box{ font-size: 0.93rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dtrc-tool-wrap{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .dtrc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .dtrc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtrc-subtitle{ font-size: 0.98rem; }.tc-wp-tool-root .dtrc-main-grid, .tc-wp-tool-root .dtrc-output-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .dtrc-card{ padding: 16px; }.tc-wp-tool-root .dtrc-decimal-input{ width: 100%; height: 54px; font-size: 1.02rem; }.tc-wp-tool-root .dtrc-precision-select{ width: 100%; height: 50px; font-size: 0.96rem; background-color: rgba(4, 22, 29, 0.86); color: #ffffff; }.tc-wp-tool-root .dtrc-precision-select option{ background-color: #f5fbff; color: #09202a; }.tc-wp-tool-root .dtrc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dtrc-btn{ height: 54px; max-height: 56px; font-size: 0.94rem; }.tc-wp-tool-root .dtrc-result-box{ font-size: 1.14rem; }.tc-wp-tool-root .dtrc-formula-box{ font-size: 0.96rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dtrc-tool-wrap{ padding: 34px 18px; border-radius: 0 !important; }.tc-wp-tool-root .dtrc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .dtrc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtrc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .dtrc-main-grid{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 16px; }.tc-wp-tool-root .dtrc-output-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .dtrc-card{ padding: 17px; }.tc-wp-tool-root .dtrc-decimal-input{ width: 100%; height: 54px; font-size: 1.02rem; }.tc-wp-tool-root .dtrc-precision-select{ width: 100%; height: 52px; font-size: 0.96rem; background-color: rgba(4, 22, 29, 0.86); color: #ffffff; }.tc-wp-tool-root .dtrc-precision-select option{ background-color: #f5fbff; color: #09202a; }.tc-wp-tool-root .dtrc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .dtrc-btn{ height: 54px; font-size: 0.94rem; }.tc-wp-tool-root .dtrc-result-box{ font-size: 1.18rem; }.tc-wp-tool-root .dtrc-formula-box{ font-size: 0.98rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dtrc-tool-wrap{ padding: 38px 22px; border-radius: 0 !important; }.tc-wp-tool-root .dtrc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .dtrc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtrc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .dtrc-main-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.22fr); gap: 18px; }.tc-wp-tool-root .dtrc-output-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .dtrc-card{ padding: 18px; }.tc-wp-tool-root .dtrc-decimal-input{ width: 100%; height: 56px; font-size: 1.05rem; }.tc-wp-tool-root .dtrc-precision-select{ width: 100%; height: 52px; font-size: 0.98rem; background-color: rgba(4, 22, 29, 0.86); color: #ffffff; }.tc-wp-tool-root .dtrc-precision-select option{ background-color: #f5fbff; color: #09202a; }.tc-wp-tool-root .dtrc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .dtrc-btn{ height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .dtrc-result-box{ font-size: 1.24rem; }.tc-wp-tool-root .dtrc-formula-box{ font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .dtrc-tool-wrap{ padding: 44px 24px; border-radius: 0 !important; }.tc-wp-tool-root .dtrc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .dtrc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dtrc-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .dtrc-main-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr); gap: 20px; }.tc-wp-tool-root .dtrc-output-grid{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-tool-root .dtrc-card{ padding: 20px; }.tc-wp-tool-root .dtrc-decimal-input{ width: 100%; height: 58px; font-size: 1.06rem; }.tc-wp-tool-root .dtrc-precision-select{ width: 100%; height: 54px; font-size: 1rem; background-color: rgba(4, 22, 29, 0.86); color: #ffffff; }.tc-wp-tool-root .dtrc-precision-select option{ background-color: #f5fbff; color: #09202a; }.tc-wp-tool-root .dtrc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .dtrc-btn{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .dtrc-result-box{ font-size: 1.3rem; }.tc-wp-tool-root .dtrc-formula-box{ font-size: 1.02rem; }}.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 .dtrc-convert-btn {}
.tc-wp-tool-root .dtrc-formula-card {}
.tc-wp-tool-root .dtrc-input-card {}
.tc-wp-tool-root .dtrc-result-card {}
.tc-wp-tool-root .dtrc-steps-card {}