@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 .tgwc-tool, .tc-wp-tool-root .tgwc-tool div, .tc-wp-tool-root .tgwc-tool section, .tc-wp-tool-root .tgwc-tool header, .tc-wp-tool-root .tgwc-tool h1, .tc-wp-tool-root .tgwc-tool h2, .tc-wp-tool-root .tgwc-tool p, .tc-wp-tool-root .tgwc-tool label, .tc-wp-tool-root .tgwc-tool input, .tc-wp-tool-root .tgwc-tool select, .tc-wp-tool-root .tgwc-tool option, .tc-wp-tool-root .tgwc-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .tgwc-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  color: #eafffb;
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, 0.32), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(34, 211, 238, 0.24), transparent 34%),
    linear-gradient(135deg, #03151f 0%, #062836 46%, #073d3f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .tgwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .tgwc-hero{
  text-align: center;
}.tc-wp-tool-root .tgwc-hero h1{
  margin: 0;
  color: #f7fffd;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 800;
}.tc-wp-tool-root .tgwc-hero p{
  margin: 12px auto 0;
  max-width: 680px;
  color: #b9f7ef;
  line-height: 1.55;
}.tc-wp-tool-root .tgwc-main{
  display: grid;
  width: 100%;
}.tc-wp-tool-root .tgwc-output-grid{
  display: grid;
  width: 100%;
}.tc-wp-tool-root .tgwc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(177, 255, 242, 0.18);
  background: linear-gradient(145deg, rgba(9, 37, 51, 0.78), rgba(4, 25, 35, 0.62));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .tgwc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), 0 0 34px rgba(45, 212, 191, 0.1);
}.tc-wp-tool-root .tgwc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .tgwc-card-head h2{
  margin: 0;
  color: #f4fffd;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 750;
}.tc-wp-tool-root .tgwc-field-grid{
  display: grid;
  width: 100%;
}.tc-wp-tool-root .tgwc-field{
  min-width: 0;
}.tc-wp-tool-root .tgwc-field label{
  display: block;
  margin-bottom: 7px;
  color: #c9fff7;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root .tgwc-input, .tc-wp-tool-root .tgwc-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 255, 241, 0.22);
  border-radius: 10px;
  outline: none;
  background-color: #082534;
  color: #f2fffc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}.tc-wp-tool-root .tgwc-input::placeholder{
  color: rgba(203, 255, 247, 0.42);
}.tc-wp-tool-root .tgwc-input:focus, .tc-wp-tool-root .tgwc-select:focus{
  border-color: #5eead4;
  background-color: #0a3041;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .tgwc-select{
  appearance: auto;
}.tc-wp-tool-root .tgwc-select option{
  background-color: #071923;
  color: #f2fffc;
}.tc-wp-tool-root .tgwc-select option:checked, .tc-wp-tool-root .tgwc-select option:hover, .tc-wp-tool-root .tgwc-select option:focus{
  background-color: #0f4b58;
  color: #ffffff;
}.tc-wp-tool-root .tgwc-error{
  min-height: 22px;
  margin-top: 12px;
  color: #ffd9d9;
  font-weight: 650;
  line-height: 1.35;
}.tc-wp-tool-root .tgwc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
}.tc-wp-tool-root .tgwc-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 11px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 150ms ease, box-shadow 170ms ease, filter 170ms ease;
}.tc-wp-tool-root .tgwc-btn:focus-visible, .tc-wp-tool-root .tgwc-copy:focus-visible{
  outline: 3px solid rgba(153, 246, 228, 0.85);
  outline-offset: 3px;
}.tc-wp-tool-root .tgwc-btn:hover{
  box-shadow: 0 0 26px rgba(45, 212, 191, 0.24);
  filter: brightness(1.05);
}.tc-wp-tool-root .tgwc-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .tgwc-btn-primary{
  color: #03151f;
  background: linear-gradient(135deg, #5eead4, #22d3ee);
}.tc-wp-tool-root .tgwc-btn-secondary{
  color: #eafffb;
  background: linear-gradient(135deg, rgba(15, 76, 91, 0.98), rgba(12, 45, 60, 0.98));
  border: 1px solid rgba(148, 255, 241, 0.22);
}.tc-wp-tool-root .tgwc-copy{
  flex: 0 0 auto;
  border: 1px solid rgba(148, 255, 241, 0.22);
  border-radius: 9px;
  background-color: #0b3442;
  color: #dffff9;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 150ms ease, border-color 170ms ease, box-shadow 170ms ease;
}.tc-wp-tool-root .tgwc-copy:hover{
  border-color: rgba(94, 234, 212, 0.7);
  box-shadow: 0 0 20px rgba(45, 212, 191, 0.16);
}.tc-wp-tool-root .tgwc-copy:active{
  transform: translateY(1px);
}.tc-wp-tool-root .tgwc-output-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(148, 255, 241, 0.18);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(3, 20, 30, 0.78), rgba(8, 44, 55, 0.58));
  color: #eafffb;
  line-height: 1.58;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-width: thin;
  scrollbar-color: #22d3ee rgba(5, 22, 31, 0.8);
}.tc-wp-tool-root .tgwc-output-box::-webkit-scrollbar{
  width: 8px;
}.tc-wp-tool-root .tgwc-output-box::-webkit-scrollbar-track{
  background: rgba(5, 22, 31, 0.8);
  border-radius: 999px;
}.tc-wp-tool-root .tgwc-output-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#5eead4, #22d3ee);
  border-radius: 999px;
}.tc-wp-tool-root .tgwc-result-box{
  max-height: 220px;
  font-weight: 720;
}.tc-wp-tool-root .tgwc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .tgwc-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .tgwc-output-box.tgwc-reveal{
  animation: tgwcReveal 260ms ease both;
}.tc-wp-tool-root .tgwc-formula-card, .tc-wp-tool-root .tgwc-steps-card{
  animation: tgwcFadeIn 360ms ease both;
}.tc-wp-tool-root .tgwc-toast{
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  max-width: min(92vw, 420px);
  border: 1px solid rgba(148, 255, 241, 0.26);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(4, 22, 31, 0.94);
  color: #f2fffc;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38), 0 0 26px rgba(45, 212, 191, 0.15);
  text-align: center;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .tgwc-toast.tgwc-toast-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes tgwcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes tgwcFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .tgwc-tool{
    border-radius: 0 !important;
    padding: 24px 10px;
  }.tc-wp-tool-root .tgwc-container{
    width: 100%;
  }.tc-wp-tool-root .tgwc-hero h1{
    font-size: clamp(1.5rem, 8vw, 1.8rem);
  }.tc-wp-tool-root .tgwc-hero p{
    font-size: 0.9rem;
  }.tc-wp-tool-root .tgwc-main, .tc-wp-tool-root .tgwc-output-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 18px;
  }.tc-wp-tool-root .tgwc-card{
    border-radius: 14px;
    padding: 14px;
  }.tc-wp-tool-root .tgwc-field-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .tgwc-input, .tc-wp-tool-root .tgwc-select{
    width: 100%;
    height: 46px;
    padding: 10px 11px;
    font-size: 0.95rem;
    background-color: #082534;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-select option{
    background-color: #071923;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }.tc-wp-tool-root .tgwc-btn{
    min-height: 48px;
    max-height: 56px;
    padding: 0 8px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .tgwc-copy{
    padding: 8px 9px;
    font-size: 0.82rem;
  }.tc-wp-tool-root .tgwc-result-box{
    font-size: 0.95rem;
  }.tc-wp-tool-root .tgwc-formula-box, .tc-wp-tool-root .tgwc-steps-box{
    font-size: 0.9rem;
  }.tc-wp-tool-root .tgwc-output-box{
    padding: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .tgwc-tool{
    border-radius: 0 !important;
    padding: 28px 14px;
  }.tc-wp-tool-root .tgwc-container{
    width: 100%;
  }.tc-wp-tool-root .tgwc-hero h1{
    font-size: clamp(1.65rem, 7vw, 2rem);
  }.tc-wp-tool-root .tgwc-hero p{
    font-size: 0.95rem;
  }.tc-wp-tool-root .tgwc-main, .tc-wp-tool-root .tgwc-output-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
    margin-top: 20px;
  }.tc-wp-tool-root .tgwc-card{
    border-radius: 15px;
    padding: 16px;
  }.tc-wp-tool-root .tgwc-field-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }.tc-wp-tool-root .tgwc-input, .tc-wp-tool-root .tgwc-select{
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    font-size: 1rem;
    background-color: #082534;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-select option{
    background-color: #071923;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .tgwc-btn{
    min-height: 48px;
    max-height: 56px;
    padding: 0 10px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .tgwc-copy{
    padding: 8px 10px;
    font-size: 0.85rem;
  }.tc-wp-tool-root .tgwc-result-box{
    font-size: 1rem;
  }.tc-wp-tool-root .tgwc-formula-box, .tc-wp-tool-root .tgwc-steps-box{
    font-size: 0.93rem;
  }.tc-wp-tool-root .tgwc-output-box{
    padding: 13px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .tgwc-tool{
    border-radius: 0 !important;
    padding: 34px 18px;
  }.tc-wp-tool-root .tgwc-container{
    width: 100%;
  }.tc-wp-tool-root .tgwc-hero h1{
    font-size: clamp(1.8rem, 6.5vw, 2.35rem);
  }.tc-wp-tool-root .tgwc-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .tgwc-main, .tc-wp-tool-root .tgwc-output-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 24px;
  }.tc-wp-tool-root .tgwc-card{
    border-radius: 16px;
    padding: 18px;
  }.tc-wp-tool-root .tgwc-field-grid{
    grid-template-columns: 1fr;
    gap: 13px;
  }.tc-wp-tool-root .tgwc-input, .tc-wp-tool-root .tgwc-select{
    width: 100%;
    height: 50px;
    padding: 11px 13px;
    font-size: 1rem;
    background-color: #082534;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-select option{
    background-color: #071923;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .tgwc-btn{
    min-height: 48px;
    max-height: 56px;
    padding: 0 12px;
    font-size: 1rem;
  }.tc-wp-tool-root .tgwc-copy{
    padding: 8px 11px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .tgwc-result-box{
    font-size: 1.04rem;
  }.tc-wp-tool-root .tgwc-formula-box, .tc-wp-tool-root .tgwc-steps-box{
    font-size: 0.96rem;
  }.tc-wp-tool-root .tgwc-output-box{
    padding: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .tgwc-tool{
    border-radius: 0 !important;
    padding: 46px 24px;
  }.tc-wp-tool-root .tgwc-container{
    width: 100%;
  }.tc-wp-tool-root .tgwc-hero h1{
    font-size: clamp(2.1rem, 4.5vw, 2.65rem);
  }.tc-wp-tool-root .tgwc-hero p{
    font-size: 1.05rem;
  }.tc-wp-tool-root .tgwc-main{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
  }.tc-wp-tool-root .tgwc-output-grid{
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }.tc-wp-tool-root .tgwc-result-card{
    grid-column: 1 / -1;
  }.tc-wp-tool-root .tgwc-card{
    border-radius: 18px;
    padding: 22px;
  }.tc-wp-tool-root .tgwc-field-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-tool-root .tgwc-field-wide{
    grid-column: 1 / -1;
  }.tc-wp-tool-root .tgwc-input, .tc-wp-tool-root .tgwc-select{
    width: 100%;
    height: 52px;
    padding: 12px 14px;
    font-size: 1rem;
    background-color: #082534;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-select option{
    background-color: #071923;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tgwc-btn{
    height: 54px;
    padding: 0 16px;
    font-size: 1rem;
  }.tc-wp-tool-root .tgwc-copy{
    padding: 9px 12px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .tgwc-result-box{
    font-size: 1.08rem;
  }.tc-wp-tool-root .tgwc-formula-box, .tc-wp-tool-root .tgwc-steps-box{
    font-size: 0.98rem;
  }.tc-wp-tool-root .tgwc-output-box{
    padding: 15px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .tgwc-tool{
    border-radius: 0 !important;
    padding: 58px 30px;
  }.tc-wp-tool-root .tgwc-container{
    width: 100%;
  }.tc-wp-tool-root .tgwc-hero h1{
    font-size: clamp(2.35rem, 3.7vw, 2.8rem);
  }.tc-wp-tool-root .tgwc-hero p{
    font-size: 1.08rem;
  }.tc-wp-tool-root .tgwc-main{
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 20px;
    margin-top: 32px;
    align-items: start;
  }.tc-wp-tool-root .tgwc-output-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .tgwc-card{
    border-radius: 20px;
    padding: 24px;
  }.tc-wp-tool-root .tgwc-field-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-tool-root .tgwc-field-wide{
    grid-column: 1 / -1;
  }.tc-wp-tool-root .tgwc-input, .tc-wp-tool-root .tgwc-select{
    width: 100%;
    height: 54px;
    padding: 12px 14px;
    font-size: 1rem;
    background-color: #082534;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-select option{
    background-color: #071923;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tgwc-btn{
    height: 56px;
    padding: 0 18px;
    font-size: 1rem;
  }.tc-wp-tool-root .tgwc-copy{
    padding: 9px 13px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .tgwc-result-box{
    font-size: 1.1rem;
  }.tc-wp-tool-root .tgwc-formula-box, .tc-wp-tool-root .tgwc-steps-box{
    font-size: 1rem;
  }.tc-wp-tool-root .tgwc-output-box{
    padding: 16px;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .tgwc-tool{
    border-radius: 0 !important;
    padding: 70px 36px;
  }.tc-wp-tool-root .tgwc-container{
    width: 100%;
  }.tc-wp-tool-root .tgwc-hero h1{
    font-size: clamp(2.45rem, 3vw, 2.8rem);
  }.tc-wp-tool-root .tgwc-hero p{
    font-size: 1.1rem;
  }.tc-wp-tool-root .tgwc-main{
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 22px;
    margin-top: 34px;
    align-items: start;
  }.tc-wp-tool-root .tgwc-output-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-tool-root .tgwc-card{
    border-radius: 22px;
    padding: 26px;
  }.tc-wp-tool-root .tgwc-field-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }.tc-wp-tool-root .tgwc-field-wide{
    grid-column: 1 / -1;
  }.tc-wp-tool-root .tgwc-input, .tc-wp-tool-root .tgwc-select{
    width: 100%;
    height: 56px;
    padding: 13px 15px;
    font-size: 1.02rem;
    background-color: #082534;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-select option{
    background-color: #071923;
    color: #f2fffc;
  }.tc-wp-tool-root .tgwc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .tgwc-btn{
    height: 58px;
    padding: 0 18px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .tgwc-copy{
    padding: 9px 14px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .tgwc-result-box{
    font-size: 1.12rem;
  }.tc-wp-tool-root .tgwc-formula-box, .tc-wp-tool-root .tgwc-steps-box{
    font-size: 1rem;
  }.tc-wp-tool-root .tgwc-output-box{
    padding: 17px;
  }}@media (max-width: 299px) {.tc-wp-tool-root .tgwc-actions{
    grid-template-columns: 1fr !important;
  }}.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 .tgwc-input-card {}