@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 .stvfc-tool{
  width: 100%;
  max-width: none;
  position: relative;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 38px 18px;
  color: #edf7ff;
  background:
    radial-gradient(circle at 18% 8%, rgba(45, 212, 191, 0.32), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(139, 92, 246, 0.34), transparent 35%),
    linear-gradient(135deg, #061728 0%, #0a2540 42%, #182052 100%);
}.tc-wp-tool-root .stvfc-tool, .tc-wp-tool-root .stvfc-tool div, .tc-wp-tool-root .stvfc-tool section, .tc-wp-tool-root .stvfc-tool article, .tc-wp-tool-root .stvfc-tool header, .tc-wp-tool-root .stvfc-tool h1, .tc-wp-tool-root .stvfc-tool h2, .tc-wp-tool-root .stvfc-tool p, .tc-wp-tool-root .stvfc-tool label, .tc-wp-tool-root .stvfc-tool span, .tc-wp-tool-root .stvfc-tool input, .tc-wp-tool-root .stvfc-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .stvfc-tool .stvfc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .stvfc-tool .stvfc-hero{
  text-align: center;
  margin: 0 auto 24px;
}.tc-wp-tool-root .stvfc-tool .stvfc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f7fbff;
  text-shadow: 0 12px 38px rgba(20, 184, 166, 0.24);
}.tc-wp-tool-root .stvfc-tool .stvfc-hero p{
  max-width: 760px;
  margin: 12px auto 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #cce8f6;
}.tc-wp-tool-root .stvfc-tool .stvfc-main{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .stvfc-tool .stvfc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .stvfc-tool .stvfc-card{
  width: 100%;
  max-width: 100%;
  padding: 22px;
  border: 1px solid rgba(189, 235, 255, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.07)),
    rgba(6, 23, 40, 0.62);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .stvfc-tool .stvfc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(94, 234, 212, 0.42);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38), 0 0 34px rgba(45, 212, 191, 0.12);
}.tc-wp-tool-root .stvfc-tool .stvfc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .stvfc-tool .stvfc-card-head h2{
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #f8fcff;
}.tc-wp-tool-root .stvfc-tool .stvfc-input-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
}.tc-wp-tool-root .stvfc-tool .stvfc-field{
  display: grid;
  gap: 8px;
  width: 100%;
  color: #dff7ff;
  font-weight: 700;
}.tc-wp-tool-root .stvfc-tool .stvfc-field span{
  font-size: 0.96rem;
}.tc-wp-tool-root .stvfc-tool .stvfc-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 54px;
  padding: 0 15px;
  border: 1px solid rgba(191, 232, 255, 0.34);
  border-radius: 15px;
  outline: none;
  color: #f8fcff;
  background: rgba(3, 14, 27, 0.66);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 1.02rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .stvfc-tool .stvfc-input::placeholder{
  color: rgba(217, 241, 250, 0.56);
}.tc-wp-tool-root .stvfc-tool .stvfc-input:focus{
  border-color: #67e8f9;
  background: rgba(4, 20, 35, 0.82);
  box-shadow: 0 0 0 4px rgba(103, 232, 249, 0.18), 0 0 30px rgba(45, 212, 191, 0.16);
}.tc-wp-tool-root .stvfc-tool .stvfc-input.stvfc-error{
  border-color: #fb7185;
  box-shadow: 0 0 0 4px rgba(251, 113, 133, 0.16);
}.tc-wp-tool-root .stvfc-tool .stvfc-actions{
  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 .stvfc-tool .stvfc-btn, .tc-wp-tool-root .stvfc-tool .stvfc-mini-btn{
  max-width: 100%;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}.tc-wp-tool-root .stvfc-tool .stvfc-btn{
  width: 100%;
  height: 54px;
  padding: 0 12px;
  border-radius: 15px;
  font-size: 0.98rem;
}.tc-wp-tool-root .stvfc-tool .stvfc-btn-primary{
  color: #03111f;
  background: linear-gradient(135deg, #5eead4, #67e8f9 48%, #a7f3d0);
  box-shadow: 0 14px 30px rgba(45, 212, 191, 0.28);
}.tc-wp-tool-root .stvfc-tool .stvfc-btn-secondary{
  color: #eef8ff;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.72), rgba(20, 184, 166, 0.34));
  border: 1px solid rgba(220, 240, 255, 0.24);
  box-shadow: 0 12px 28px rgba(79, 70, 229, 0.18);
}.tc-wp-tool-root .stvfc-tool .stvfc-btn:hover, .tc-wp-tool-root .stvfc-tool .stvfc-mini-btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 18px 40px rgba(103, 232, 249, 0.24);
}.tc-wp-tool-root .stvfc-tool .stvfc-btn:active, .tc-wp-tool-root .stvfc-tool .stvfc-mini-btn:active{
  transform: scale(0.98);
}.tc-wp-tool-root .stvfc-tool .stvfc-btn:focus-visible, .tc-wp-tool-root .stvfc-tool .stvfc-mini-btn:focus-visible{
  outline: 3px solid rgba(167, 243, 208, 0.75);
  outline-offset: 3px;
}.tc-wp-tool-root .stvfc-tool .stvfc-mini-btn{
  min-width: 82px;
  height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  color: #03111f;
  background: linear-gradient(135deg, #c4b5fd, #67e8f9);
  font-size: 0.88rem;
}.tc-wp-tool-root .stvfc-tool .stvfc-box{
  width: 100%;
  margin-top: 0;
  padding: 15px;
  border: 1px solid rgba(148, 221, 244, 0.24);
  border-radius: 16px;
  color: #f5fbff;
  background: linear-gradient(145deg, rgba(2, 10, 24, 0.62), rgba(8, 28, 48, 0.78));
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: stvfcFade 220ms ease both;
}.tc-wp-tool-root .stvfc-tool .stvfc-result-box{
  max-height: 220px;
  overflow-y: auto;
  font-size: 1.18rem;
  font-weight: 800;
  color: #d9fffb;
}.tc-wp-tool-root .stvfc-tool .stvfc-formula-box{
  max-height: 180px;
  overflow-y: auto;
  font-size: 0.98rem;
  color: #dff4ff;
}.tc-wp-tool-root .stvfc-tool .stvfc-steps-box{
  max-height: 220px;
  overflow-y: auto;
  font-size: 0.98rem;
  color: #e8f8ff;
}.tc-wp-tool-root .stvfc-tool .stvfc-box::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .stvfc-tool .stvfc-box::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.tc-wp-tool-root .stvfc-tool .stvfc-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#67e8f9, #8b5cf6);
  border-radius: 999px;
}.tc-wp-tool-root .stvfc-tool .stvfc-toast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 9999;
  max-width: min(92vw, 420px);
  padding: 12px 18px;
  border: 1px solid rgba(191, 232, 255, 0.28);
  border-radius: 999px;
  color: #f8fcff;
  background: rgba(4, 18, 32, 0.94);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34), 0 0 26px rgba(45, 212, 191, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
  font-weight: 800;
  text-align: center;
}.tc-wp-tool-root .stvfc-tool .stvfc-toast.stvfc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes stvfcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .stvfc-tool{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .stvfc-tool .stvfc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .stvfc-tool .stvfc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stvfc-tool .stvfc-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .stvfc-tool .stvfc-main, .tc-wp-tool-root .stvfc-tool .stvfc-output-stack{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .stvfc-tool .stvfc-card{ padding: 14px; gap: 12px; }.tc-wp-tool-root .stvfc-tool .stvfc-input{ width: 100%; height: 48px; font-size: 0.95rem; }.tc-wp-tool-root .stvfc-tool .stvfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .stvfc-tool .stvfc-btn{ height: 48px; font-size: 0.82rem; padding: 0 6px; }.tc-wp-tool-root .stvfc-tool .stvfc-result-box{ font-size: 1rem; }.tc-wp-tool-root .stvfc-tool .stvfc-formula-box, .tc-wp-tool-root .stvfc-tool .stvfc-steps-box{ font-size: 0.9rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .stvfc-tool{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .stvfc-tool .stvfc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .stvfc-tool .stvfc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stvfc-tool .stvfc-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .stvfc-tool .stvfc-main, .tc-wp-tool-root .stvfc-tool .stvfc-output-stack{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .stvfc-tool .stvfc-card{ padding: 16px; gap: 14px; }.tc-wp-tool-root .stvfc-tool .stvfc-input{ width: 100%; height: 50px; font-size: 0.98rem; }.tc-wp-tool-root .stvfc-tool .stvfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .stvfc-tool .stvfc-btn{ height: 50px; font-size: 0.88rem; padding: 0 8px; }.tc-wp-tool-root .stvfc-tool .stvfc-result-box{ font-size: 1.04rem; }.tc-wp-tool-root .stvfc-tool .stvfc-formula-box, .tc-wp-tool-root .stvfc-tool .stvfc-steps-box{ font-size: 0.92rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .stvfc-tool{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .stvfc-tool .stvfc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .stvfc-tool .stvfc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stvfc-tool .stvfc-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .stvfc-tool .stvfc-main, .tc-wp-tool-root .stvfc-tool .stvfc-output-stack{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .stvfc-tool .stvfc-card{ padding: 18px; gap: 16px; }.tc-wp-tool-root .stvfc-tool .stvfc-input{ width: 100%; height: 52px; font-size: 1rem; }.tc-wp-tool-root .stvfc-tool .stvfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .stvfc-tool .stvfc-btn{ height: 52px; font-size: 0.94rem; }.tc-wp-tool-root .stvfc-tool .stvfc-result-box{ font-size: 1.08rem; }.tc-wp-tool-root .stvfc-tool .stvfc-formula-box, .tc-wp-tool-root .stvfc-tool .stvfc-steps-box{ font-size: 0.95rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .stvfc-tool{ padding: 42px 22px; border-radius: 0 !important; }.tc-wp-tool-root .stvfc-tool .stvfc-container{ width: 100%; max-width: 920px; }.tc-wp-tool-root .stvfc-tool .stvfc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stvfc-tool .stvfc-hero p{ font-size: 1rem; }.tc-wp-tool-root .stvfc-tool .stvfc-main{ grid-template-columns: 1fr !important; gap: 18px; }.tc-wp-tool-root .stvfc-tool .stvfc-output-stack{ grid-template-columns: 1fr !important; gap: 18px; }.tc-wp-tool-root .stvfc-tool .stvfc-card{ padding: 22px; gap: 18px; }.tc-wp-tool-root .stvfc-tool .stvfc-input{ width: 100%; height: 54px; font-size: 1.02rem; }.tc-wp-tool-root .stvfc-tool .stvfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .stvfc-tool .stvfc-btn{ height: 54px; font-size: 0.98rem; }.tc-wp-tool-root .stvfc-tool .stvfc-result-box{ font-size: 1.15rem; }.tc-wp-tool-root .stvfc-tool .stvfc-formula-box, .tc-wp-tool-root .stvfc-tool .stvfc-steps-box{ font-size: 0.98rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .stvfc-tool{ padding: 48px 26px; border-radius: 0 !important; }.tc-wp-tool-root .stvfc-tool .stvfc-container{ width: 100%; max-width: 1080px; }.tc-wp-tool-root .stvfc-tool .stvfc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stvfc-tool .stvfc-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .stvfc-tool .stvfc-main{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 18px; }.tc-wp-tool-root .stvfc-tool .stvfc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .stvfc-tool .stvfc-card{ padding: 22px; gap: 18px; }.tc-wp-tool-root .stvfc-tool .stvfc-input{ width: 100%; height: 56px; font-size: 1.04rem; }.tc-wp-tool-root .stvfc-tool .stvfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .stvfc-tool .stvfc-btn{ height: 56px; font-size: 1rem; }.tc-wp-tool-root .stvfc-tool .stvfc-result-box{ font-size: 1.18rem; }.tc-wp-tool-root .stvfc-tool .stvfc-formula-box, .tc-wp-tool-root .stvfc-tool .stvfc-steps-box{ font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .stvfc-tool{ padding: 56px 30px; border-radius: 0 !important; }.tc-wp-tool-root .stvfc-tool .stvfc-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .stvfc-tool .stvfc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .stvfc-tool .stvfc-hero p{ font-size: 1.08rem; }.tc-wp-tool-root .stvfc-tool .stvfc-main{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px; }.tc-wp-tool-root .stvfc-tool .stvfc-output-stack{ grid-template-columns: 1fr; gap: 20px; }.tc-wp-tool-root .stvfc-tool .stvfc-card{ padding: 24px; gap: 20px; }.tc-wp-tool-root .stvfc-tool .stvfc-input{ width: 100%; height: 58px; font-size: 1.06rem; }.tc-wp-tool-root .stvfc-tool .stvfc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .stvfc-tool .stvfc-btn{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .stvfc-tool .stvfc-result-box{ font-size: 1.22rem; }.tc-wp-tool-root .stvfc-tool .stvfc-formula-box, .tc-wp-tool-root .stvfc-tool .stvfc-steps-box{ font-size: 1rem; }}.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 .stvfc-formula-card {}
.tc-wp-tool-root .stvfc-input-card {}
.tc-wp-tool-root .stvfc-result-card {}
.tc-wp-tool-root .stvfc-steps-card {}