@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 .mwa-calc-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 56px 18px;
  color: #eefcff;
  background:
    radial-gradient(circle at 12% 8%, rgba(52, 211, 153, 0.32), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.34), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0f1b3d 48%, #062a32 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}.tc-wp-tool-root .mwa-calc-wrap, .tc-wp-tool-root .mwa-calc-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .mwa-calc-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .mwa-calc-header{
  text-align: center;
  margin: 0 auto 26px;
  max-width: 860px;
}.tc-wp-tool-root .mwa-calc-title{
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f8fffb;
  text-shadow: 0 14px 45px rgba(45, 212, 191, 0.32);
}.tc-wp-tool-root .mwa-calc-subtitle{
  margin: 0 auto;
  color: #cde9ed;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 760px;
}.tc-wp-tool-root .mwa-calc-main{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .mwa-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(191, 241, 244, 0.2);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(11, 28, 54, 0.86), rgba(8, 44, 52, 0.78));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .mwa-card:hover{
  transform: translateY(-3px);
  border-color: rgba(94, 234, 212, 0.42);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 34px rgba(45, 212, 191, 0.12);
}.tc-wp-tool-root .mwa-input-card{
  display: grid;
  gap: 14px;
  align-content: start;
}.tc-wp-tool-root .mwa-output-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .mwa-result-card{
  grid-column: 1 / -1;
}.tc-wp-tool-root .mwa-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0 0 12px;
}.tc-wp-tool-root .mwa-card-head h2{
  margin: 0;
  color: #f3fffb;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .mwa-field{
  display: grid;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .mwa-field label{
  color: #b9f4ea;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root .mwa-select, .tc-wp-tool-root .mwa-input, .tc-wp-tool-root .mwa-mini-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(186, 230, 253, 0.25);
  border-radius: 14px;
  background-color: #0a1830;
  color: #f4fffb;
  outline: none;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .mwa-select{
  height: 48px;
  padding: 0 14px;
  color: #f4fffb;
  background-color: #0a1830;
}.tc-wp-tool-root .mwa-select option, .tc-wp-tool-root .mwa-select option:hover, .tc-wp-tool-root .mwa-select option:checked, .tc-wp-tool-root .mwa-select option:focus{
  color: #f4fffb;
  background-color: #0a1830;
}.tc-wp-tool-root .mwa-input{
  min-height: 132px;
  resize: vertical;
  padding: 14px;
  line-height: 1.45;
}.tc-wp-tool-root .mwa-mini-input{
  height: 46px;
  padding: 0 12px;
}.tc-wp-tool-root .mwa-select:focus, .tc-wp-tool-root .mwa-input:focus, .tc-wp-tool-root .mwa-mini-input:focus{
  border-color: #5eead4;
  background-color: #0c203d;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.16), 0 0 22px rgba(45, 212, 191, 0.14);
}.tc-wp-tool-root .mwa-variable-row{
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .mwa-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .mwa-btn, .tc-wp-tool-root .mwa-copy{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 140ms ease, box-shadow 140ms ease, filter 140ms ease;
}.tc-wp-tool-root .mwa-btn{
  min-height: 52px;
  max-height: 56px;
  padding: 0 14px;
  font-size: 0.98rem;
}.tc-wp-tool-root .mwa-copy{
  width: auto;
  min-width: 92px;
  height: 38px;
  padding: 0 12px;
  color: #082128;
  background: linear-gradient(135deg, #ccfbf1, #67e8f9);
  font-size: 0.88rem;
}.tc-wp-tool-root .mwa-btn-primary{
  color: #061923;
  background: linear-gradient(135deg, #5eead4, #67e8f9 55%, #c4b5fd);
  box-shadow: 0 14px 30px rgba(45, 212, 191, 0.26);
}.tc-wp-tool-root .mwa-btn-secondary{
  color: #edfaff;
  background: linear-gradient(135deg, rgba(30, 41, 80, 0.96), rgba(20, 83, 92, 0.92));
  border: 1px solid rgba(203, 213, 225, 0.22);
}.tc-wp-tool-root .mwa-btn:hover, .tc-wp-tool-root .mwa-copy:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 34px rgba(103, 232, 249, 0.2);
}.tc-wp-tool-root .mwa-btn:active, .tc-wp-tool-root .mwa-copy:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .mwa-btn:focus-visible, .tc-wp-tool-root .mwa-copy:focus-visible{
  outline: 3px solid rgba(250, 204, 21, 0.85);
  outline-offset: 3px;
}.tc-wp-tool-root .mwa-output-box, .tc-wp-tool-root .mwa-steps-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(148, 233, 225, 0.2);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(2, 12, 27, 0.78), rgba(13, 38, 58, 0.75));
  color: #effffd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #5eead4 rgba(8, 21, 39, 0.8);
  scrollbar-width: thin;
}.tc-wp-tool-root .mwa-output-box{
  padding: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: mwaReveal 220ms ease both;
}.tc-wp-tool-root .mwa-result-box{
  max-height: 240px;
  font-size: 1.08rem;
  font-weight: 800;
}.tc-wp-tool-root .mwa-formula-box{
  max-height: 180px;
  font-size: 0.96rem;
  color: #d7fff8;
  animation: mwaFade 260ms ease both;
}.tc-wp-tool-root .mwa-steps-box{
  max-height: 240px;
  padding: 15px 15px 15px 34px;
  color: #dceff4;
  font-size: 0.94rem;
  line-height: 1.55;
  animation: mwaFade 300ms ease both;
}.tc-wp-tool-root .mwa-steps-box li{
  margin: 0 0 8px;
  padding-left: 2px;
}.tc-wp-tool-root .mwa-steps-box li:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .mwa-toast{
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  width: min(90vw, 420px);
  padding: 13px 18px;
  border-radius: 16px;
  border: 1px solid rgba(204, 251, 241, 0.26);
  background: rgba(5, 22, 37, 0.94);
  color: #f4fffb;
  text-align: center;
  font-weight: 800;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42), 0 0 28px rgba(45, 212, 191, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -42%) scale(0.96);
  transition: opacity 160ms ease, transform 160ms ease;
}.tc-wp-tool-root .mwa-toast.mwa-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes mwaReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes mwaFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .mwa-calc-wrap{ padding: 34px 10px; border-radius: 0 !important; }.tc-wp-tool-root .mwa-calc-shell{ width: 100%; }.tc-wp-tool-root .mwa-calc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mwa-calc-subtitle{ font-size: 0.88rem; }.tc-wp-tool-root .mwa-calc-main, .tc-wp-tool-root .mwa-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .mwa-card{ padding: 14px; gap: 10px; }.tc-wp-tool-root .mwa-select{ width: 100%; height: 46px; font-size: 0.92rem; color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-select option{ color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-input{ width: 100%; min-height: 116px; font-size: 0.94rem; }.tc-wp-tool-root .mwa-mini-input{ width: 100%; height: 44px; font-size: 0.92rem; }.tc-wp-tool-root .mwa-variable-row{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .mwa-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .mwa-btn{ min-height: 48px; max-height: 56px; padding: 0 8px; font-size: 0.9rem; }.tc-wp-tool-root .mwa-copy{ min-width: 80px; height: 36px; font-size: 0.82rem; }.tc-wp-tool-root .mwa-result-box{ font-size: 0.96rem; }.tc-wp-tool-root .mwa-formula-box{ font-size: 0.88rem; }.tc-wp-tool-root .mwa-steps-box{ font-size: 0.88rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .mwa-calc-wrap{ padding: 38px 12px; border-radius: 0 !important; }.tc-wp-tool-root .mwa-calc-shell{ width: 100%; }.tc-wp-tool-root .mwa-calc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mwa-calc-subtitle{ font-size: 0.92rem; }.tc-wp-tool-root .mwa-calc-main, .tc-wp-tool-root .mwa-output-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .mwa-card{ padding: 15px; gap: 11px; }.tc-wp-tool-root .mwa-select{ width: 100%; height: 47px; font-size: 0.94rem; color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-select option{ color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-input{ width: 100%; min-height: 120px; font-size: 0.95rem; }.tc-wp-tool-root .mwa-mini-input{ width: 100%; height: 45px; font-size: 0.94rem; }.tc-wp-tool-root .mwa-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .mwa-btn{ min-height: 48px; max-height: 56px; padding: 0 10px; font-size: 0.94rem; }.tc-wp-tool-root .mwa-result-box{ font-size: 0.98rem; }.tc-wp-tool-root .mwa-formula-box{ font-size: 0.9rem; }.tc-wp-tool-root .mwa-steps-box{ font-size: 0.9rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .mwa-calc-wrap{ padding: 42px 14px; border-radius: 0 !important; }.tc-wp-tool-root .mwa-calc-shell{ width: 100%; }.tc-wp-tool-root .mwa-calc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mwa-calc-subtitle{ font-size: 0.96rem; }.tc-wp-tool-root .mwa-calc-main, .tc-wp-tool-root .mwa-output-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .mwa-card{ padding: 16px; gap: 12px; }.tc-wp-tool-root .mwa-select{ width: 100%; height: 48px; font-size: 0.96rem; color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-select option{ color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-input{ width: 100%; min-height: 124px; font-size: 0.97rem; }.tc-wp-tool-root .mwa-mini-input{ width: 100%; height: 46px; font-size: 0.96rem; }.tc-wp-tool-root .mwa-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .mwa-btn{ min-height: 48px; max-height: 56px; font-size: 0.96rem; }.tc-wp-tool-root .mwa-result-box{ font-size: 1rem; }.tc-wp-tool-root .mwa-formula-box{ font-size: 0.92rem; }.tc-wp-tool-root .mwa-steps-box{ font-size: 0.92rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .mwa-calc-wrap{ padding: 48px 18px; border-radius: 0 !important; }.tc-wp-tool-root .mwa-calc-shell{ width: 100%; }.tc-wp-tool-root .mwa-calc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mwa-calc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .mwa-calc-main{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .mwa-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .mwa-card{ padding: 18px; gap: 13px; }.tc-wp-tool-root .mwa-select{ width: 100%; height: 48px; font-size: 0.98rem; color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-select option{ color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-input{ width: 100%; min-height: 128px; font-size: 1rem; }.tc-wp-tool-root .mwa-mini-input{ width: 100%; height: 46px; font-size: 0.98rem; }.tc-wp-tool-root .mwa-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .mwa-btn{ min-height: 50px; max-height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .mwa-result-box{ font-size: 1.04rem; }.tc-wp-tool-root .mwa-formula-box{ font-size: 0.95rem; }.tc-wp-tool-root .mwa-steps-box{ font-size: 0.94rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .mwa-calc-wrap{ padding: 54px 22px; border-radius: 0 !important; }.tc-wp-tool-root .mwa-calc-shell{ width: 100%; }.tc-wp-tool-root .mwa-calc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mwa-calc-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .mwa-calc-main{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr); gap: 18px; }.tc-wp-tool-root .mwa-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .mwa-card{ padding: 20px; gap: 14px; }.tc-wp-tool-root .mwa-select{ width: 100%; height: 48px; font-size: 1rem; color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-select option{ color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-input{ width: 100%; min-height: 132px; font-size: 1rem; }.tc-wp-tool-root .mwa-mini-input{ width: 100%; height: 46px; font-size: 1rem; }.tc-wp-tool-root .mwa-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .mwa-btn{ min-height: 52px; max-height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .mwa-result-box{ font-size: 1.06rem; }.tc-wp-tool-root .mwa-formula-box{ font-size: 0.96rem; }.tc-wp-tool-root .mwa-steps-box{ font-size: 0.94rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .mwa-calc-wrap{ padding: 60px 26px; border-radius: 0 !important; }.tc-wp-tool-root .mwa-calc-shell{ width: 100%; }.tc-wp-tool-root .mwa-calc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mwa-calc-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .mwa-calc-main{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr); gap: 20px; }.tc-wp-tool-root .mwa-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .mwa-card{ padding: 22px; gap: 14px; }.tc-wp-tool-root .mwa-select{ width: 100%; height: 50px; font-size: 1rem; color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-select option{ color: #f4fffb; background-color: #0a1830; }.tc-wp-tool-root .mwa-input{ width: 100%; min-height: 138px; font-size: 1rem; }.tc-wp-tool-root .mwa-mini-input{ width: 100%; height: 48px; font-size: 1rem; }.tc-wp-tool-root .mwa-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .mwa-btn{ min-height: 52px; max-height: 56px; font-size: 1rem; }.tc-wp-tool-root .mwa-result-box{ font-size: 1.08rem; }.tc-wp-tool-root .mwa-formula-box{ font-size: 0.97rem; }.tc-wp-tool-root .mwa-steps-box{ font-size: 0.95rem; }}.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 .mwa-formula-card {}
.tc-wp-tool-root .mwa-steps-card {}