@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 .tthc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 54px 20px;
  color: #f4fffb;
  background:
    radial-gradient(circle at 12% 12%, rgba(20, 184, 166, 0.32), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.24), transparent 34%),
    linear-gradient(135deg, #061522 0%, #08283a 38%, #04423e 72%, #0b201f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .tthc-tool-wrap *, .tc-wp-tool-root .tthc-tool-wrap *::before, .tc-wp-tool-root .tthc-tool-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .tthc-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .tthc-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .tthc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 850;
}.tc-wp-tool-root .tthc-hero p{
  margin: 12px auto 0;
  max-width: 720px;
  color: rgba(225, 255, 248, 0.84);
  font-size: 1.04rem;
  line-height: 1.6;
}.tc-wp-tool-root .tthc-main-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .tthc-card{
  width: 100%;
  max-width: 100%;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065));
  border: 1px solid rgba(187, 255, 241, 0.2);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .tthc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(125, 255, 226, 0.36);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 34px rgba(20, 184, 166, 0.12);
}.tc-wp-tool-root .tthc-card-head, .tc-wp-tool-root .tthc-output-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .tthc-card h2, .tc-wp-tool-root .tthc-output-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root .tthc-input-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root .tthc-field{
  min-width: 0;
}.tc-wp-tool-root .tthc-field label{
  display: block;
  margin: 0 0 7px;
  color: rgba(229, 255, 250, 0.88);
  font-size: 0.9rem;
  font-weight: 720;
}.tc-wp-tool-root .tthc-input{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 52px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(172, 255, 237, 0.23);
  outline: none;
  background: rgba(2, 18, 26, 0.54);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 750;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .tthc-input::placeholder{
  color: rgba(222, 255, 249, 0.42);
}.tc-wp-tool-root .tthc-input:focus{
  border-color: rgba(94, 234, 212, 0.82);
  background: rgba(2, 24, 32, 0.72);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), 0 0 24px rgba(34, 211, 238, 0.13);
}.tc-wp-tool-root .tthc-action-row{
  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 .tthc-btn, .tc-wp-tool-root .tthc-copy-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  border-radius: 14px;
  min-height: 52px;
  padding: 0 14px;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 850;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, border-color 150ms ease;
}.tc-wp-tool-root .tthc-btn:focus-visible, .tc-wp-tool-root .tthc-copy-btn:focus-visible{
  outline: 3px solid rgba(153, 246, 228, 0.9);
  outline-offset: 3px;
}.tc-wp-tool-root .tthc-btn:hover, .tc-wp-tool-root .tthc-copy-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .tthc-btn:active, .tc-wp-tool-root .tthc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .tthc-btn-primary{
  color: #031616;
  background: linear-gradient(135deg, #7dd3fc, #5eead4 48%, #a7f3d0);
  box-shadow: 0 14px 30px rgba(45, 212, 191, 0.26);
}.tc-wp-tool-root .tthc-btn-primary:hover{
  box-shadow: 0 18px 42px rgba(45, 212, 191, 0.36);
  filter: brightness(1.04);
}.tc-wp-tool-root .tthc-btn-secondary{
  color: #eafffb;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(205, 255, 244, 0.24);
}.tc-wp-tool-root .tthc-btn-secondary:hover{
  box-shadow: 0 14px 32px rgba(14, 165, 233, 0.18);
  border-color: rgba(153, 246, 228, 0.48);
}.tc-wp-tool-root .tthc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .tthc-copy-btn{
  width: auto;
  min-width: 88px;
  min-height: 40px;
  padding: 0 13px;
  color: #04201f;
  background: linear-gradient(135deg, #ccfbf1, #67e8f9);
  box-shadow: 0 10px 24px rgba(34, 211, 238, 0.2);
  font-size: 0.86rem;
}.tc-wp-tool-root .tthc-output-box{
  width: 100%;
  max-width: 100%;
  min-height: 78px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(188, 255, 241, 0.18);
  background: rgba(1, 15, 23, 0.44);
  color: rgba(241, 255, 252, 0.92);
  overflow-y: auto;
  overflow-x: hidden;
  animation: tthcSoftFade 220ms ease both;
  scrollbar-width: thin;
  scrollbar-color: rgba(94, 234, 212, 0.75) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .tthc-output-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .tthc-output-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .tthc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#67e8f9, #5eead4);
  border-radius: 999px;
}.tc-wp-tool-root .tthc-result-box{
  max-height: 220px;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .tthc-formula-box{
  max-height: 180px;
  font-size: 0.96rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .tthc-steps-box{
  max-height: 220px;
  font-size: 0.95rem;
  line-height: 1.55;
}.tc-wp-tool-root .tthc-output-box p{
  margin: 0;
}.tc-wp-tool-root .tthc-result-value{
  display: block;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 8px;
}.tc-wp-tool-root .tthc-result-sub{
  display: block;
  color: rgba(207, 255, 246, 0.86);
  font-size: 0.96rem;
}.tc-wp-tool-root .tthc-empty{
  color: rgba(219, 255, 248, 0.72);
}.tc-wp-tool-root .tthc-steps-list{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .tthc-steps-list li{
  margin: 0 0 7px;
}.tc-wp-tool-root .tthc-steps-list li:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .tthc-toast{
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 9999;
  max-width: min(92vw, 430px);
  padding: 13px 18px;
  border-radius: 999px;
  color: #ecfffb;
  background: rgba(3, 22, 31, 0.92);
  border: 1px solid rgba(125, 255, 226, 0.34);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34), 0 0 28px rgba(45, 212, 191, 0.16);
  font-size: 0.94rem;
  font-weight: 750;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .tthc-toast.tthc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes tthcSoftFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tthc-tool-wrap{
    padding: 32px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tthc-container{
    width: 100%;
  }.tc-wp-tool-root .tthc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tthc-hero p{
    font-size: 0.88rem;
  }.tc-wp-tool-root .tthc-main-grid, .tc-wp-tool-root .tthc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 11px;
  }.tc-wp-tool-root .tthc-card{
    padding: 14px;
    gap: 10px;
    border-radius: 17px;
  }.tc-wp-tool-root .tthc-input{
    width: 100%;
    min-height: 48px;
    font-size: 0.94rem;
    padding: 10px 12px;
  }.tc-wp-tool-root .tthc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }.tc-wp-tool-root .tthc-btn{
    height: 48px;
    min-height: 48px;
    font-size: 0.82rem;
    padding: 0 7px;
  }.tc-wp-tool-root .tthc-copy-btn{
    height: 38px;
    min-height: 38px;
    min-width: 74px;
    font-size: 0.78rem;
    padding: 0 9px;
  }.tc-wp-tool-root .tthc-result-box{
    font-size: 0.94rem;
  }.tc-wp-tool-root .tthc-result-value{
    font-size: 1.15rem;
  }.tc-wp-tool-root .tthc-formula-box{
    font-size: 0.88rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tthc-tool-wrap{
    padding: 36px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tthc-container{
    width: 100%;
  }.tc-wp-tool-root .tthc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tthc-hero p{
    font-size: 0.92rem;
  }.tc-wp-tool-root .tthc-main-grid, .tc-wp-tool-root .tthc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .tthc-card{
    padding: 16px;
    gap: 12px;
  }.tc-wp-tool-root .tthc-input{
    width: 100%;
    min-height: 50px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .tthc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .tthc-btn{
    height: 50px;
    min-height: 50px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .tthc-result-box{
    font-size: 0.98rem;
  }.tc-wp-tool-root .tthc-formula-box{
    font-size: 0.9rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tthc-tool-wrap{
    padding: 42px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tthc-container{
    width: 100%;
  }.tc-wp-tool-root .tthc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tthc-hero p{
    font-size: 0.96rem;
  }.tc-wp-tool-root .tthc-main-grid, .tc-wp-tool-root .tthc-output-stack{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .tthc-card{
    padding: 18px;
    gap: 13px;
  }.tc-wp-tool-root .tthc-input{
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .tthc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .tthc-btn{
    height: 52px;
    min-height: 52px;
    max-height: 56px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .tthc-result-box{
    font-size: 1rem;
  }.tc-wp-tool-root .tthc-formula-box{
    font-size: 0.92rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tthc-tool-wrap{
    padding: 48px 18px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tthc-container{
    width: 100%;
  }.tc-wp-tool-root .tthc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tthc-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .tthc-main-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-tool-root .tthc-output-stack{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .tthc-card{
    padding: 21px;
    gap: 14px;
  }.tc-wp-tool-root .tthc-input{
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .tthc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tthc-btn{
    height: 52px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .tthc-result-box{
    font-size: 1.04rem;
  }.tc-wp-tool-root .tthc-formula-box{
    font-size: 0.95rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tthc-tool-wrap{
    padding: 52px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tthc-container{
    width: 100%;
  }.tc-wp-tool-root .tthc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tthc-hero p{
    font-size: 1.03rem;
  }.tc-wp-tool-root .tthc-main-grid{
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
  }.tc-wp-tool-root .tthc-output-stack{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .tthc-card{
    padding: 22px;
    gap: 15px;
  }.tc-wp-tool-root .tthc-input{
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .tthc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tthc-btn{
    height: 52px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .tthc-result-box{
    font-size: 1.05rem;
  }.tc-wp-tool-root .tthc-formula-box{
    font-size: 0.96rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .tthc-tool-wrap{
    padding: 58px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .tthc-container{
    width: 100%;
  }.tc-wp-tool-root .tthc-hero h1{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .tthc-hero p{
    font-size: 1.04rem;
  }.tc-wp-tool-root .tthc-main-grid{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
  }.tc-wp-tool-root .tthc-output-stack{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .tthc-card{
    padding: 24px;
    gap: 16px;
  }.tc-wp-tool-root .tthc-input{
    width: 100%;
    min-height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .tthc-action-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tthc-btn{
    height: 54px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .tthc-result-box{
    font-size: 1.06rem;
  }.tc-wp-tool-root .tthc-formula-box{
    font-size: 0.97rem;
  }}.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 .tthc-formula-card {}
.tc-wp-tool-root .tthc-input-card {}
.tc-wp-tool-root .tthc-result-card {}
.tc-wp-tool-root .tthc-steps-card {}