@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 .ttalk-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 12% 12%, rgba(45, 212, 191, 0.34), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(236, 72, 153, 0.24), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0b2942 42%, #0f766e 100%);
  color: #f8fafc;
  padding: 46px 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .ttalk-tool-wrap, .tc-wp-tool-root .ttalk-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .ttalk-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .ttalk-hero{
  text-align: center;
  margin: 0 0 24px;
}.tc-wp-tool-root .ttalk-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 850;
}.tc-wp-tool-root .ttalk-subtitle{
  max-width: 650px;
  margin: 12px auto 0;
  color: #c7f9f2;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .ttalk-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .ttalk-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-width: 0;
}.tc-wp-tool-root .ttalk-card{
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(204, 251, 241, 0.22);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 118, 110, 0.34)),
    rgba(8, 18, 31, 0.84);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 20px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .ttalk-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.45);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 26px rgba(45, 212, 191, 0.14);
}.tc-wp-tool-root .ttalk-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .ttalk-card-head h2{
  margin: 0;
  color: #f8fafc;
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .ttalk-field{
  min-width: 0;
}.tc-wp-tool-root .ttalk-field label{
  display: block;
  margin: 0 0 7px;
  color: #a7f3d0;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-tool-root .ttalk-script, .tc-wp-tool-root .ttalk-field input, .tc-wp-tool-root .ttalk-field select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background-color: rgba(2, 8, 23, 0.78);
  color: #f8fafc;
  border-radius: 12px;
  padding: 12px 13px;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .ttalk-script{
  min-height: 230px;
  resize: vertical;
  line-height: 1.5;
}.tc-wp-tool-root .ttalk-field input, .tc-wp-tool-root .ttalk-field select{
  height: 48px;
}.tc-wp-tool-root .ttalk-field select option{
  color: #f8fafc;
  background-color: #07111f;
}.tc-wp-tool-root .ttalk-field select option:checked, .tc-wp-tool-root .ttalk-field select option:hover, .tc-wp-tool-root .ttalk-field select option:focus{
  color: #ffffff;
  background-color: #0f766e;
}.tc-wp-tool-root .ttalk-script:focus, .tc-wp-tool-root .ttalk-field input:focus, .tc-wp-tool-root .ttalk-field select:focus{
  border-color: #5eead4;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.18);
  background-color: rgba(2, 8, 23, 0.92);
}.tc-wp-tool-root .ttalk-field input:disabled{
  color: #94a3b8;
  background-color: rgba(15, 23, 42, 0.62);
  cursor: not-allowed;
}.tc-wp-tool-root .ttalk-controls{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}.tc-wp-tool-root .ttalk-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 .ttalk-btn, .tc-wp-tool-root .ttalk-copy{
  border: 0;
  border-radius: 12px;
  font: inherit;
  font-weight: 850;
  letter-spacing: 0;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .ttalk-btn{
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding: 0 12px;
  font-size: 0.95rem;
}.tc-wp-tool-root .ttalk-primary{
  color: #06251f;
  background: linear-gradient(135deg, #5eead4, #bef264);
  box-shadow: 0 14px 32px rgba(45, 212, 191, 0.24);
}.tc-wp-tool-root .ttalk-secondary{
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.26);
}.tc-wp-tool-root .ttalk-copy{
  flex: 0 0 auto;
  color: #ecfeff;
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(125, 211, 252, 0.38);
  height: 36px;
  padding: 0 10px;
  font-size: 0.82rem;
}.tc-wp-tool-root .ttalk-btn:hover, .tc-wp-tool-root .ttalk-copy:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 16px 34px rgba(45, 212, 191, 0.18);
}.tc-wp-tool-root .ttalk-btn:active, .tc-wp-tool-root .ttalk-copy:active{
  transform: translateY(1px);
}.tc-wp-tool-root .ttalk-btn:focus, .tc-wp-tool-root .ttalk-copy:focus{
  outline: 3px solid rgba(94, 234, 212, 0.38);
  outline-offset: 3px;
}.tc-wp-tool-root .ttalk-result-box, .tc-wp-tool-root .ttalk-formula-box, .tc-wp-tool-root .ttalk-steps{
  width: 100%;
  max-width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 8, 23, 0.54);
  color: #e5fdf8;
  padding: 16px;
  overflow-y: auto;
  scrollbar-color: #5eead4 rgba(15, 23, 42, 0.8);
  scrollbar-width: thin;
}.tc-wp-tool-root .ttalk-result-box{
  max-height: 220px;
  animation: ttalkReveal 240ms ease both;
}.tc-wp-tool-root .ttalk-formula-box{
  max-height: 180px;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: 0.95rem;
  line-height: 1.55;
  animation: ttalkFade 260ms ease both;
}.tc-wp-tool-root .ttalk-steps{
  max-height: 220px;
  margin: 0;
  padding-left: 38px;
  line-height: 1.55;
  animation: ttalkFade 280ms ease both;
}.tc-wp-tool-root .ttalk-big-result{
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 14px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttalk-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .ttalk-stat{
  min-width: 0;
  border-radius: 12px;
  padding: 10px;
  background: rgba(15, 118, 110, 0.24);
  border: 1px solid rgba(94, 234, 212, 0.18);
}.tc-wp-tool-root .ttalk-stat span{
  display: block;
  color: #99f6e4;
  font-size: 0.75rem;
  margin-bottom: 4px;
}.tc-wp-tool-root .ttalk-stat strong{
  display: block;
  color: #ffffff;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .ttalk-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.96);
  max-width: min(92vw, 420px);
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(204, 251, 241, 0.34);
  background: rgba(2, 8, 23, 0.94);
  color: #f8fafc;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.42), 0 0 30px rgba(45, 212, 191, 0.2);
  text-align: center;
  font-weight: 800;
  transition: opacity 170ms ease, transform 170ms ease;
}.tc-wp-tool-root .ttalk-toast.ttalk-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes ttalkReveal {
  from { opacity: 0.65; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes ttalkFade {
  from { opacity: 0.55; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .ttalk-tool-wrap{ padding: 26px 10px; border-radius: 0 !important; }.tc-wp-tool-root .ttalk-shell{ width: 100%; }.tc-wp-tool-root .ttalk-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttalk-subtitle{ font-size: 0.88rem; }.tc-wp-tool-root .ttalk-layout, .tc-wp-tool-root .ttalk-output-stack, .tc-wp-tool-root .ttalk-controls, .tc-wp-tool-root .ttalk-stats{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .ttalk-card{ padding: 14px; gap: 12px; }.tc-wp-tool-root .ttalk-script{ min-height: 190px; font-size: 0.92rem; width: 100%; max-width: 100%; box-sizing: border-box; }.tc-wp-tool-root .ttalk-field input, .tc-wp-tool-root .ttalk-field select{ height: 46px; font-size: 0.9rem; width: 100%; max-width: 100%; box-sizing: border-box; color: #f8fafc; background-color: rgba(2, 8, 23, 0.78); }.tc-wp-tool-root .ttalk-field select option{ color: #f8fafc; background-color: #07111f; }.tc-wp-tool-root .ttalk-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .ttalk-btn{ height: 48px; font-size: 0.83rem; padding: 0 6px; }.tc-wp-tool-root .ttalk-big-result{ font-size: 1.35rem; }.tc-wp-tool-root .ttalk-formula-box{ font-size: 0.86rem; }.tc-wp-tool-root .ttalk-card-head h2{ font-size: 0.98rem; }}@media (max-width: 299px) {.tc-wp-tool-root .ttalk-actions{ grid-template-columns: 1fr !important; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .ttalk-tool-wrap{ padding: 30px 12px; border-radius: 0 !important; }.tc-wp-tool-root .ttalk-shell{ width: 100%; }.tc-wp-tool-root .ttalk-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttalk-subtitle{ font-size: 0.92rem; }.tc-wp-tool-root .ttalk-layout, .tc-wp-tool-root .ttalk-output-stack, .tc-wp-tool-root .ttalk-controls, .tc-wp-tool-root .ttalk-stats{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .ttalk-card{ padding: 15px; gap: 13px; }.tc-wp-tool-root .ttalk-script{ min-height: 205px; font-size: 0.94rem; width: 100%; max-width: 100%; box-sizing: border-box; }.tc-wp-tool-root .ttalk-field input, .tc-wp-tool-root .ttalk-field select{ height: 47px; font-size: 0.92rem; width: 100%; max-width: 100%; box-sizing: border-box; color: #f8fafc; background-color: rgba(2, 8, 23, 0.78); }.tc-wp-tool-root .ttalk-field select option{ color: #f8fafc; background-color: #07111f; }.tc-wp-tool-root .ttalk-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .ttalk-btn{ height: 50px; font-size: 0.88rem; }.tc-wp-tool-root .ttalk-big-result{ font-size: 1.45rem; }.tc-wp-tool-root .ttalk-formula-box{ font-size: 0.88rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .ttalk-tool-wrap{ padding: 34px 14px; border-radius: 0 !important; }.tc-wp-tool-root .ttalk-shell{ width: 100%; }.tc-wp-tool-root .ttalk-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttalk-subtitle{ font-size: 0.95rem; }.tc-wp-tool-root .ttalk-layout, .tc-wp-tool-root .ttalk-output-stack, .tc-wp-tool-root .ttalk-controls, .tc-wp-tool-root .ttalk-stats{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .ttalk-card{ padding: 16px; gap: 14px; }.tc-wp-tool-root .ttalk-script{ min-height: 220px; font-size: 0.96rem; width: 100%; max-width: 100%; box-sizing: border-box; }.tc-wp-tool-root .ttalk-field input, .tc-wp-tool-root .ttalk-field select{ height: 48px; font-size: 0.94rem; width: 100%; max-width: 100%; box-sizing: border-box; color: #f8fafc; background-color: rgba(2, 8, 23, 0.78); }.tc-wp-tool-root .ttalk-field select option{ color: #f8fafc; background-color: #07111f; }.tc-wp-tool-root .ttalk-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .ttalk-btn{ height: 52px; font-size: 0.92rem; }.tc-wp-tool-root .ttalk-big-result{ font-size: 1.55rem; }.tc-wp-tool-root .ttalk-formula-box{ font-size: 0.9rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .ttalk-tool-wrap{ padding: 42px 18px; border-radius: 0 !important; }.tc-wp-tool-root .ttalk-shell{ width: min(100%, 920px); }.tc-wp-tool-root .ttalk-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttalk-subtitle{ font-size: 1rem; }.tc-wp-tool-root .ttalk-layout{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .ttalk-output-stack{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .ttalk-controls{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .ttalk-stats{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ttalk-card{ padding: 18px; gap: 16px; }.tc-wp-tool-root .ttalk-script{ min-height: 230px; font-size: 0.98rem; width: 100%; max-width: 100%; box-sizing: border-box; }.tc-wp-tool-root .ttalk-field input, .tc-wp-tool-root .ttalk-field select{ height: 50px; font-size: 0.96rem; width: 100%; max-width: 100%; box-sizing: border-box; color: #f8fafc; background-color: rgba(2, 8, 23, 0.78); }.tc-wp-tool-root .ttalk-field select option{ color: #f8fafc; background-color: #07111f; }.tc-wp-tool-root .ttalk-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ttalk-btn{ height: 54px; font-size: 0.94rem; }.tc-wp-tool-root .ttalk-big-result{ font-size: 1.75rem; }.tc-wp-tool-root .ttalk-formula-box{ font-size: 0.94rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .ttalk-tool-wrap{ padding: 48px 20px; border-radius: 0 !important; }.tc-wp-tool-root .ttalk-shell{ width: min(100%, 1100px); }.tc-wp-tool-root .ttalk-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttalk-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .ttalk-layout{ grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: 18px; }.tc-wp-tool-root .ttalk-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttalk-controls{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .ttalk-stats{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ttalk-card{ padding: 20px; gap: 18px; }.tc-wp-tool-root .ttalk-script{ min-height: 250px; font-size: 1rem; width: 100%; max-width: 100%; box-sizing: border-box; }.tc-wp-tool-root .ttalk-field input, .tc-wp-tool-root .ttalk-field select{ height: 50px; font-size: 0.98rem; width: 100%; max-width: 100%; box-sizing: border-box; color: #f8fafc; background-color: rgba(2, 8, 23, 0.78); }.tc-wp-tool-root .ttalk-field select option{ color: #f8fafc; background-color: #07111f; }.tc-wp-tool-root .ttalk-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ttalk-btn{ height: 56px; font-size: 0.95rem; }.tc-wp-tool-root .ttalk-big-result{ font-size: 1.85rem; }.tc-wp-tool-root .ttalk-formula-box{ font-size: 0.95rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .ttalk-tool-wrap{ padding: 56px 24px; border-radius: 0 !important; }.tc-wp-tool-root .ttalk-shell{ width: min(100%, 1200px); }.tc-wp-tool-root .ttalk-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .ttalk-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .ttalk-layout{ grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: 20px; }.tc-wp-tool-root .ttalk-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .ttalk-controls{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .ttalk-stats{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .ttalk-card{ padding: 22px; gap: 18px; }.tc-wp-tool-root .ttalk-script{ min-height: 270px; font-size: 1rem; width: 100%; max-width: 100%; box-sizing: border-box; }.tc-wp-tool-root .ttalk-field input, .tc-wp-tool-root .ttalk-field select{ height: 52px; font-size: 0.98rem; width: 100%; max-width: 100%; box-sizing: border-box; color: #f8fafc; background-color: rgba(2, 8, 23, 0.78); }.tc-wp-tool-root .ttalk-field select option{ color: #f8fafc; background-color: #07111f; }.tc-wp-tool-root .ttalk-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .ttalk-btn{ height: 58px; font-size: 0.96rem; }.tc-wp-tool-root .ttalk-big-result{ font-size: 2rem; }.tc-wp-tool-root .ttalk-formula-box{ font-size: 0.96rem; }}.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 .ttalk-formula-card {}
.tc-wp-tool-root .ttalk-input-card {}
.tc-wp-tool-root .ttalk-result-card {}
.tc-wp-tool-root .ttalk-steps-card {}