@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 .pac-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 44px 18px;
  color: #f7fffd;
  background:
    radial-gradient(circle at 12% 10%, rgba(45, 212, 191, .34), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(129, 140, 248, .32), transparent 34%),
    linear-gradient(135deg, #061724 0%, #0b2b3a 38%, #123a52 66%, #20134a 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .pac-tool-wrap, .tc-wp-tool-root .pac-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .pac-tool-wrap .pac-shell{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .pac-tool-wrap .pac-hero{
  text-align: center;
  margin: 0 auto 24px;
}.tc-wp-tool-root .pac-tool-wrap .pac-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .pac-tool-wrap .pac-hero p{
  margin: 10px auto 0;
  max-width: 680px;
  color: #c9f4ee;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .pac-tool-wrap .pac-grid{
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .pac-tool-wrap .pac-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(199, 255, 247, .24);
  background: linear-gradient(145deg, rgba(9, 32, 48, .82), rgba(13, 58, 76, .68));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(18px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}.tc-wp-tool-root .pac-tool-wrap .pac-card:hover{
  transform: translateY(-2px);
  border-color: rgba(111, 255, 232, .42);
  box-shadow: 0 28px 82px rgba(0, 0, 0, .34), 0 0 34px rgba(45, 212, 191, .12);
}.tc-wp-tool-root .pac-tool-wrap .pac-field{
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}.tc-wp-tool-root .pac-tool-wrap label, .tc-wp-tool-root .pac-tool-wrap .pac-card-head h2{
  color: #effffc;
  font-weight: 750;
  font-size: .88rem;
  letter-spacing: 0;
}.tc-wp-tool-root .pac-tool-wrap .pac-helper{
  color: #a9d9d2;
  font-size: .82rem;
  line-height: 1.4;
}.tc-wp-tool-root .pac-tool-wrap input, .tc-wp-tool-root .pac-tool-wrap textarea, .tc-wp-tool-root .pac-tool-wrap select, .tc-wp-tool-root .pac-tool-wrap button{
  font: inherit;
}.tc-wp-tool-root .pac-tool-wrap input, .tc-wp-tool-root .pac-tool-wrap textarea, .tc-wp-tool-root .pac-tool-wrap select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(174, 245, 235, .28);
  border-radius: 12px;
  background-color: #071f2d;
  color: #f6fffd;
  outline: none;
  padding: 13px 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}.tc-wp-tool-root .pac-tool-wrap textarea{
  resize: vertical;
  min-height: 112px;
  line-height: 1.55;
}.tc-wp-tool-root .pac-tool-wrap input::placeholder, .tc-wp-tool-root .pac-tool-wrap textarea::placeholder{
  color: #7fb7b0;
}.tc-wp-tool-root .pac-tool-wrap select{
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #b8fff5 50%), linear-gradient(135deg, #b8fff5 50%, transparent 50%);
  background-position: calc(100% - 19px) 52%, calc(100% - 13px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}.tc-wp-tool-root .pac-tool-wrap option{
  background-color: #09283a;
  color: #ffffff;
}.tc-wp-tool-root .pac-tool-wrap input:focus, .tc-wp-tool-root .pac-tool-wrap textarea:focus, .tc-wp-tool-root .pac-tool-wrap select:focus{
  border-color: rgba(94, 234, 212, .86);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, .16), 0 0 28px rgba(45, 212, 191, .13);
}.tc-wp-tool-root .pac-tool-wrap .pac-mini-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .pac-tool-wrap .pac-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .pac-tool-wrap button{
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
  transition: transform .16s ease, box-shadow .2s ease, filter .2s ease, background-color .2s ease;
}.tc-wp-tool-root .pac-tool-wrap button:focus-visible{
  outline: 3px solid rgba(183, 255, 246, .85);
  outline-offset: 3px;
}.tc-wp-tool-root .pac-tool-wrap button:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root .pac-tool-wrap .pac-solve, .tc-wp-tool-root .pac-tool-wrap .pac-clear{
  width: 100%;
  height: 56px;
  padding: 0 12px;
  font-weight: 850;
  font-size: .98rem;
}.tc-wp-tool-root .pac-tool-wrap .pac-solve{
  color: #04201d;
  background: linear-gradient(135deg, #5eead4, #b8fff0);
  box-shadow: 0 14px 34px rgba(45, 212, 191, .26);
}.tc-wp-tool-root .pac-tool-wrap .pac-clear{
  color: #ffffff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
}.tc-wp-tool-root .pac-tool-wrap .pac-solve:hover, .tc-wp-tool-root .pac-tool-wrap .pac-clear:hover, .tc-wp-tool-root .pac-tool-wrap .pac-copy:hover{
  filter: brightness(1.08);
  box-shadow: 0 16px 38px rgba(45, 212, 191, .22);
}.tc-wp-tool-root .pac-tool-wrap .pac-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root .pac-tool-wrap .pac-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .pac-tool-wrap .pac-card-head h2{
  margin: 0;
}.tc-wp-tool-root .pac-tool-wrap .pac-copy{
  flex: 0 0 auto;
  min-width: 82px;
  height: 36px;
  padding: 0 12px;
  color: #dffffa;
  background-color: rgba(17, 64, 83, .96);
  border: 1px solid rgba(172, 255, 243, .28);
  font-size: .82rem;
  font-weight: 800;
}.tc-wp-tool-root .pac-tool-wrap .pac-box{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(182, 255, 246, .18);
  background: rgba(2, 16, 26, .58);
  color: #f5fffd;
  padding: 14px;
  line-height: 1.55;
  animation: pacReveal .28s ease both;
  scrollbar-color: #5eead4 rgba(255,255,255,.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .pac-tool-wrap .pac-result-box{
  max-height: 240px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 1.05rem;
  font-weight: 750;
}.tc-wp-tool-root .pac-tool-wrap .pac-formula-box{
  max-height: 180px;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #d9fff9;
  animation: pacFade .34s ease both;
}.tc-wp-tool-root .pac-tool-wrap .pac-steps-box{
  max-height: 240px;
  overflow: auto;
  margin: 0;
  padding-left: 34px;
  animation: pacFade .34s ease both;
}.tc-wp-tool-root .pac-tool-wrap .pac-steps-box li{
  margin: 0 0 7px;
}.tc-wp-tool-root .pac-tool-wrap .pac-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(.96);
  opacity: 0;
  pointer-events: none;
  max-width: min(92vw, 420px);
  padding: 13px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(3, 23, 34, .95);
  border: 1px solid rgba(151, 255, 241, .34);
  box-shadow: 0 24px 70px rgba(0,0,0,.42), 0 0 34px rgba(45,212,191,.18);
  text-align: center;
  font-weight: 800;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root .pac-tool-wrap .pac-toast.pac-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes pacReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes pacFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .pac-tool-wrap{ padding: 28px 10px; border-radius: 0 !important; }.tc-wp-tool-root .pac-tool-wrap .pac-shell{ width: 100%; }.tc-wp-tool-root .pac-tool-wrap .pac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pac-tool-wrap .pac-hero p{ font-size: .88rem; }.tc-wp-tool-root .pac-tool-wrap .pac-grid, .tc-wp-tool-root .pac-tool-wrap .pac-output-stack{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .pac-tool-wrap .pac-card{ padding: 14px; border-radius: 14px; }.tc-wp-tool-root .pac-tool-wrap input, .tc-wp-tool-root .pac-tool-wrap textarea, .tc-wp-tool-root .pac-tool-wrap select{ width: 100%; max-width: 100%; font-size: .92rem; padding: 12px; background-color: #071f2d; color: #f6fffd; }.tc-wp-tool-root .pac-tool-wrap option{ background-color: #09283a; color: #ffffff; }.tc-wp-tool-root .pac-tool-wrap textarea{ min-height: 104px; }.tc-wp-tool-root .pac-tool-wrap .pac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .pac-tool-wrap .pac-solve, .tc-wp-tool-root .pac-tool-wrap .pac-clear{ height: 50px; font-size: .86rem; padding: 0 6px; }.tc-wp-tool-root .pac-tool-wrap .pac-result-box{ font-size: .95rem; }.tc-wp-tool-root .pac-tool-wrap .pac-formula-box, .tc-wp-tool-root .pac-tool-wrap .pac-steps-box{ font-size: .9rem; }.tc-wp-tool-root .pac-tool-wrap .pac-mini-grid{ grid-template-columns: 1fr !important; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .pac-tool-wrap{ padding: 32px 12px; border-radius: 0 !important; }.tc-wp-tool-root .pac-tool-wrap .pac-shell{ width: 100%; }.tc-wp-tool-root .pac-tool-wrap .pac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pac-tool-wrap .pac-hero p{ font-size: .92rem; }.tc-wp-tool-root .pac-tool-wrap .pac-grid, .tc-wp-tool-root .pac-tool-wrap .pac-output-stack{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .pac-tool-wrap .pac-card{ padding: 15px; }.tc-wp-tool-root .pac-tool-wrap input, .tc-wp-tool-root .pac-tool-wrap textarea, .tc-wp-tool-root .pac-tool-wrap select{ width: 100%; max-width: 100%; font-size: .94rem; background-color: #071f2d; color: #f6fffd; }.tc-wp-tool-root .pac-tool-wrap option{ background-color: #09283a; color: #ffffff; }.tc-wp-tool-root .pac-tool-wrap textarea{ min-height: 108px; }.tc-wp-tool-root .pac-tool-wrap .pac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .pac-tool-wrap .pac-solve, .tc-wp-tool-root .pac-tool-wrap .pac-clear{ height: 52px; font-size: .9rem; }.tc-wp-tool-root .pac-tool-wrap .pac-result-box{ font-size: .98rem; }.tc-wp-tool-root .pac-tool-wrap .pac-formula-box, .tc-wp-tool-root .pac-tool-wrap .pac-steps-box{ font-size: .92rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .pac-tool-wrap{ padding: 36px 14px; border-radius: 0 !important; }.tc-wp-tool-root .pac-tool-wrap .pac-shell{ width: 100%; }.tc-wp-tool-root .pac-tool-wrap .pac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pac-tool-wrap .pac-hero p{ font-size: .96rem; }.tc-wp-tool-root .pac-tool-wrap .pac-grid, .tc-wp-tool-root .pac-tool-wrap .pac-output-stack{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .pac-tool-wrap .pac-card{ padding: 17px; }.tc-wp-tool-root .pac-tool-wrap input, .tc-wp-tool-root .pac-tool-wrap textarea, .tc-wp-tool-root .pac-tool-wrap select{ width: 100%; max-width: 100%; font-size: .96rem; background-color: #071f2d; color: #f6fffd; }.tc-wp-tool-root .pac-tool-wrap option{ background-color: #09283a; color: #ffffff; }.tc-wp-tool-root .pac-tool-wrap textarea{ min-height: 112px; }.tc-wp-tool-root .pac-tool-wrap .pac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .pac-tool-wrap .pac-solve, .tc-wp-tool-root .pac-tool-wrap .pac-clear{ height: 54px; font-size: .94rem; }.tc-wp-tool-root .pac-tool-wrap .pac-result-box{ font-size: 1rem; }.tc-wp-tool-root .pac-tool-wrap .pac-formula-box, .tc-wp-tool-root .pac-tool-wrap .pac-steps-box{ font-size: .94rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .pac-tool-wrap{ padding: 42px 18px; border-radius: 0 !important; }.tc-wp-tool-root .pac-tool-wrap .pac-shell{ width: 100%; }.tc-wp-tool-root .pac-tool-wrap .pac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pac-tool-wrap .pac-hero p{ font-size: 1rem; }.tc-wp-tool-root .pac-tool-wrap .pac-grid{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .pac-tool-wrap .pac-output-stack{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .pac-tool-wrap .pac-card{ padding: 19px; }.tc-wp-tool-root .pac-tool-wrap input, .tc-wp-tool-root .pac-tool-wrap textarea, .tc-wp-tool-root .pac-tool-wrap select{ width: 100%; max-width: 100%; font-size: 1rem; background-color: #071f2d; color: #f6fffd; }.tc-wp-tool-root .pac-tool-wrap option{ background-color: #09283a; color: #ffffff; }.tc-wp-tool-root .pac-tool-wrap .pac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .pac-tool-wrap .pac-solve, .tc-wp-tool-root .pac-tool-wrap .pac-clear{ height: 56px; font-size: .98rem; }.tc-wp-tool-root .pac-tool-wrap .pac-result-box{ font-size: 1.04rem; }.tc-wp-tool-root .pac-tool-wrap .pac-formula-box, .tc-wp-tool-root .pac-tool-wrap .pac-steps-box{ font-size: .96rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .pac-tool-wrap{ padding: 48px 22px; border-radius: 0 !important; }.tc-wp-tool-root .pac-tool-wrap .pac-shell{ width: 100%; }.tc-wp-tool-root .pac-tool-wrap .pac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pac-tool-wrap .pac-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .pac-tool-wrap .pac-grid{ grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 18px; }.tc-wp-tool-root .pac-tool-wrap .pac-output-stack{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .pac-tool-wrap .pac-card{ padding: 20px; }.tc-wp-tool-root .pac-tool-wrap input, .tc-wp-tool-root .pac-tool-wrap textarea, .tc-wp-tool-root .pac-tool-wrap select{ width: 100%; max-width: 100%; font-size: 1rem; background-color: #071f2d; color: #f6fffd; }.tc-wp-tool-root .pac-tool-wrap option{ background-color: #09283a; color: #ffffff; }.tc-wp-tool-root .pac-tool-wrap .pac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .pac-tool-wrap .pac-solve, .tc-wp-tool-root .pac-tool-wrap .pac-clear{ height: 56px; font-size: .98rem; }.tc-wp-tool-root .pac-tool-wrap .pac-result-box{ font-size: 1.06rem; }.tc-wp-tool-root .pac-tool-wrap .pac-formula-box, .tc-wp-tool-root .pac-tool-wrap .pac-steps-box{ font-size: .98rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .pac-tool-wrap{ padding: 56px 24px; border-radius: 0 !important; }.tc-wp-tool-root .pac-tool-wrap .pac-shell{ width: 100%; }.tc-wp-tool-root .pac-tool-wrap .pac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .pac-tool-wrap .pac-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .pac-tool-wrap .pac-grid{ grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 20px; }.tc-wp-tool-root .pac-tool-wrap .pac-output-stack{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-tool-root .pac-tool-wrap .pac-card{ padding: 22px; }.tc-wp-tool-root .pac-tool-wrap input, .tc-wp-tool-root .pac-tool-wrap textarea, .tc-wp-tool-root .pac-tool-wrap select{ width: 100%; max-width: 100%; font-size: 1rem; background-color: #071f2d; color: #f6fffd; }.tc-wp-tool-root .pac-tool-wrap option{ background-color: #09283a; color: #ffffff; }.tc-wp-tool-root .pac-tool-wrap .pac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .pac-tool-wrap .pac-solve, .tc-wp-tool-root .pac-tool-wrap .pac-clear{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .pac-tool-wrap .pac-result-box{ font-size: 1.08rem; }.tc-wp-tool-root .pac-tool-wrap .pac-formula-box, .tc-wp-tool-root .pac-tool-wrap .pac-steps-box{ font-size: .98rem; }}.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 .pac-input-card {}
.tc-wp-tool-root .pac-main-input {}
.tc-wp-tool-root .pac-output-card {}
.tc-wp-tool-root .pac-percent-fields {}
.tc-wp-tool-root .pac-result-card {}
.tc-wp-tool-root .pac-type {}