@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 .ttpay-tool-wrap{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 34px 16px;
  background:
    radial-gradient(circle at 18% 12%, rgba(45, 212, 191, 0.28), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(34, 211, 238, 0.22), transparent 30%),
    linear-gradient(135deg, #06111f 0%, #092235 46%, #05261f 100%);
  color: #eefcff;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .ttpay-tool-wrap *, .tc-wp-tool-root .ttpay-tool-wrap *::before, .tc-wp-tool-root .ttpay-tool-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-hero{
  text-align: center;
  margin: 0 auto 22px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f7ffff;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-subtitle{
  max-width: 760px;
  margin: 12px auto 0;
  color: #b9d9de;
  line-height: 1.55;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-main{
  display: grid;
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-card{
  width: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(151, 255, 236, 0.18);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(9, 31, 48, 0.88), rgba(7, 54, 48, 0.72));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-card:hover{
  transform: translateY(-3px);
  border-color: rgba(94, 234, 212, 0.34);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34), 0 0 28px rgba(45, 212, 191, 0.1);
}.tc-wp-tool-root .ttpay-tool-wrap h2{
  margin: 0;
  color: #f2ffff;
  font-size: 1.05rem;
  line-height: 1.2;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-field-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-field{
  min-width: 0;
}.tc-wp-tool-root .ttpay-tool-wrap label{
  display: block;
  margin-bottom: 7px;
  color: #c9f6f0;
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .ttpay-tool-wrap input, .tc-wp-tool-root .ttpay-tool-wrap select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid rgba(160, 255, 240, 0.22);
  border-radius: 12px;
  background-color: #071b2a;
  color: #f1ffff;
  padding: 0 13px;
  font-size: 1rem;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .ttpay-tool-wrap input::placeholder{
  color: #7ea7ad;
}.tc-wp-tool-root .ttpay-tool-wrap input:focus, .tc-wp-tool-root .ttpay-tool-wrap select:focus{
  border-color: #5eead4;
  background-color: #092337;
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.16), 0 0 22px rgba(34, 211, 238, 0.15);
}.tc-wp-tool-root .ttpay-tool-wrap select option, .tc-wp-tool-root .ttpay-tool-wrap select option:hover, .tc-wp-tool-root .ttpay-tool-wrap select option:checked, .tc-wp-tool-root .ttpay-tool-wrap select option:focus{
  color: #eefcff;
  background-color: #071b2a;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-actions{
  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 .ttpay-tool-wrap .ttpay-btn{
  width: 100%;
  max-width: 100%;
  height: 54px;
  border: 0;
  border-radius: 13px;
  padding: 0 12px;
  font-size: 0.98rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-primary{
  color: #03201d;
  background: linear-gradient(135deg, #5eead4, #22d3ee);
  box-shadow: 0 12px 24px rgba(34, 211, 238, 0.22);
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-secondary{
  color: #eaffff;
  background: rgba(15, 47, 65, 0.92);
  border: 1px solid rgba(160, 255, 240, 0.25);
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-btn:hover, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-copy:hover{
  filter: brightness(1.07);
  box-shadow: 0 0 24px rgba(94, 234, 212, 0.22);
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-btn:active, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-copy:active{
  transform: scale(0.98);
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-output-stack{
  display: grid;
  gap: 18px;
  min-width: 0;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-copy{
  flex: 0 0 auto;
  border: 1px solid rgba(94, 234, 212, 0.3);
  border-radius: 10px;
  background: rgba(9, 35, 55, 0.95);
  color: #dffef9;
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-output-box{
  width: 100%;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(151, 255, 236, 0.14);
  background: rgba(3, 18, 31, 0.62);
  color: #e8fbff;
  padding: 14px;
  line-height: 1.55;
  overflow-y: auto;
  overflow-x: hidden;
  animation: ttpayFade 240ms ease both;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-result-box{
  max-height: 220px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box{
  max-height: 180px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-output-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-output-box::-webkit-scrollbar-track{
  background: rgba(5, 20, 31, 0.8);
  border-radius: 999px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#5eead4, #22d3ee);
  border-radius: 999px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-empty{
  margin: 0;
  color: #a8cbd0;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-stats{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-stat{
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
  background: rgba(9, 41, 55, 0.82);
  border: 1px solid rgba(151, 255, 236, 0.12);
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-stat b{
  display: block;
  color: #8ffdec;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 4px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-stat span{
  display: block;
  color: #f5ffff;
  font-size: 1rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box p, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-steps-box ol{
  margin: 0;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box p + p{
  margin-top: 8px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-steps-box ol{
  padding-left: 20px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-steps-box li + li{
  margin-top: 8px;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(0.96);
  max-width: min(92vw, 420px);
  padding: 13px 18px;
  border-radius: 14px;
  border: 1px solid rgba(151, 255, 236, 0.24);
  background: rgba(5, 24, 36, 0.96);
  color: #efffff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 30px rgba(45, 212, 191, 0.14);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-weight: 800;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-toast.ttpay-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root .ttpay-tool-wrap .ttpay-error{
  color: #ffd6d6;
  background: rgba(127, 29, 29, 0.32);
  border-color: rgba(252, 165, 165, 0.3);
}@keyframes ttpayFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttpay-tool-wrap{
    padding: 22px 10px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-container{
    width: 100%;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-subtitle{
    font-size: 0.88rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-main, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-stats{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-card{
    padding: 14px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-field-grid{
    gap: 10px;
  }.tc-wp-tool-root .ttpay-tool-wrap input, .tc-wp-tool-root .ttpay-tool-wrap select{
    width: 100%;
    height: 46px;
    font-size: 0.92rem;
    color: #f1ffff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap select option{
    color: #eefcff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-btn{
    height: 50px;
    min-height: 48px;
    max-height: 56px;
    font-size: 0.82rem;
    padding: 0 6px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-result-box, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box{
    font-size: 0.9rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttpay-tool-wrap{
    padding: 26px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-container{
    width: 100%;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-main, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-stats{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-card{
    padding: 16px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-field-grid{
    gap: 11px;
  }.tc-wp-tool-root .ttpay-tool-wrap input, .tc-wp-tool-root .ttpay-tool-wrap select{
    width: 100%;
    height: 48px;
    font-size: 0.95rem;
    color: #f1ffff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap select option{
    color: #eefcff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-btn{
    height: 52px;
    min-height: 48px;
    max-height: 56px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-result-box, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttpay-tool-wrap{
    padding: 30px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-container{
    width: 100%;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-main, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-stats{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-card{
    padding: 18px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-field-grid{
    gap: 12px;
  }.tc-wp-tool-root .ttpay-tool-wrap input, .tc-wp-tool-root .ttpay-tool-wrap select{
    width: 100%;
    height: 49px;
    font-size: 0.98rem;
    color: #f1ffff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap select option{
    color: #eefcff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-btn{
    height: 52px;
    min-height: 48px;
    max-height: 56px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-result-box, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box{
    font-size: 0.95rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttpay-tool-wrap{
    padding: 38px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-container{
    width: 100%;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-main{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-card{
    padding: 20px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-field-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }.tc-wp-tool-root .ttpay-tool-wrap input, .tc-wp-tool-root .ttpay-tool-wrap select{
    width: 100%;
    height: 50px;
    font-size: 1rem;
    color: #f1ffff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap select option{
    color: #eefcff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-btn{
    height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-result-box, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box{
    font-size: 0.98rem;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttpay-tool-wrap{
    padding: 44px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-container{
    width: 100%;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-subtitle{
    font-size: 1.02rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-main{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-card{
    padding: 22px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-field-grid{
    gap: 13px;
  }.tc-wp-tool-root .ttpay-tool-wrap input, .tc-wp-tool-root .ttpay-tool-wrap select{
    width: 100%;
    height: 52px;
    font-size: 1rem;
    color: #f1ffff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap select option{
    color: #eefcff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-btn{
    height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-result-box, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box{
    font-size: 1rem;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .ttpay-tool-wrap{
    padding: 52px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-container{
    width: 100%;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-main{
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 22px;
    align-items: start;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-stats{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-card{
    padding: 24px;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-field-grid{
    gap: 14px;
  }.tc-wp-tool-root .ttpay-tool-wrap input, .tc-wp-tool-root .ttpay-tool-wrap select{
    width: 100%;
    height: 52px;
    font-size: 1rem;
    color: #f1ffff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap select option{
    color: #eefcff;
    background-color: #071b2a;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-btn{
    height: 56px;
    font-size: 1rem;
  }.tc-wp-tool-root .ttpay-tool-wrap .ttpay-result-box, .tc-wp-tool-root .ttpay-tool-wrap .ttpay-formula-box{
    font-size: 1rem;
  }}@media (max-width: 299px) {.tc-wp-tool-root .ttpay-tool-wrap .ttpay-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 .ttpay-formula-card {}
.tc-wp-tool-root .ttpay-input-card {}
.tc-wp-tool-root .ttpay-result-card {}
.tc-wp-tool-root .ttpay-steps-card {}