@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 .sndc-tool-wrap{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  color: #f7fbff;
  background:
    radial-gradient(circle at 14% 10%, rgba(43, 230, 196, 0.28), transparent 31%),
    radial-gradient(circle at 86% 18%, rgba(150, 118, 255, 0.30), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #0b1931 42%, #10243e 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .sndc-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .sndc-container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .sndc-hero{
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}.tc-wp-tool-root .sndc-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 .sndc-subtitle{
  margin: 0;
  color: #c9d8ec;
  line-height: 1.55;
}.tc-wp-tool-root .sndc-layout{
  display: grid;
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .sndc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(186, 230, 255, 0.20);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(11, 28, 52, 0.88), rgba(15, 40, 69, 0.70));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .sndc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .sndc-section-head h2{
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0;
}.tc-wp-tool-root .sndc-field{
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
}.tc-wp-tool-root .sndc-field label{
  color: #d9e8f9;
  font-weight: 700;
  font-size: 0.88rem;
}.tc-wp-tool-root .sndc-input, .tc-wp-tool-root .sndc-tool-wrap select, .tc-wp-tool-root .sndc-tool-wrap input{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(159, 220, 255, 0.28);
  border-radius: 14px;
  background-color: #0b1d32;
  color: #f8fcff;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}.tc-wp-tool-root .sndc-tool-wrap select option{
  background-color: #09182a;
  color: #f8fcff;
}.tc-wp-tool-root .sndc-tool-wrap select option:hover, .tc-wp-tool-root .sndc-tool-wrap select option:checked, .tc-wp-tool-root .sndc-tool-wrap select option:focus, .tc-wp-tool-root .sndc-tool-wrap select option:active{
  background-color: #123d56;
  color: #ffffff;
}.tc-wp-tool-root .sndc-input::placeholder{
  color: #7f98b3;
}.tc-wp-tool-root .sndc-input:focus{
  border-color: #58f0d2;
  box-shadow: 0 0 0 4px rgba(88, 240, 210, 0.16), 0 0 22px rgba(88, 240, 210, 0.10);
  background-color: #0d243d;
}.tc-wp-tool-root .sndc-two-z{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .sndc-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}.tc-wp-tool-root .sndc-btn, .tc-wp-tool-root .sndc-copy-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 800;
  color: #062033;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.tc-wp-tool-root .sndc-calc-btn{
  background: linear-gradient(135deg, #59f2d4, #69c8ff);
  box-shadow: 0 12px 30px rgba(89, 242, 212, 0.24);
}.tc-wp-tool-root .sndc-clear-btn{
  background: linear-gradient(135deg, #dce8f6, #a9bfd7);
  box-shadow: 0 12px 30px rgba(166, 196, 222, 0.16);
}.tc-wp-tool-root .sndc-copy-btn{
  width: auto;
  min-width: 86px;
  padding: 9px 12px;
  background: rgba(111, 207, 255, 0.14);
  border: 1px solid rgba(150, 224, 255, 0.25);
  color: #eaf8ff;
  font-size: 0.86rem;
}.tc-wp-tool-root .sndc-btn:hover, .tc-wp-tool-root .sndc-copy-btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 16px 36px rgba(105, 200, 255, 0.24);
}.tc-wp-tool-root .sndc-btn:active, .tc-wp-tool-root .sndc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .sndc-output-stack{
  display: grid;
  gap: 18px;
  min-width: 0;
}.tc-wp-tool-root .sndc-result-box, .tc-wp-tool-root .sndc-formula-box, .tc-wp-tool-root .sndc-steps-box{
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(168, 227, 255, 0.18);
  background: rgba(4, 15, 28, 0.46);
  color: #eef8ff;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-color: #56e6ce #0b1d32;
  scrollbar-width: thin;
}.tc-wp-tool-root .sndc-result-box{
  max-height: 220px;
}.tc-wp-tool-root .sndc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .sndc-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .sndc-main-answer{
  font-weight: 900;
  color: #ffffff;
  animation: sndcReveal 260ms ease both;
}.tc-wp-tool-root .sndc-main-answer span{
  display: block;
  color: #5df0d2;
  margin-top: 6px;
}.tc-wp-tool-root .sndc-empty{
  color: #b7cbe2;
  line-height: 1.45;
}.tc-wp-tool-root .sndc-mini-grid{
  display: grid;
  gap: 10px;
  margin-top: 12px;
  width: 100%;
}.tc-wp-tool-root .sndc-mini-card{
  border: 1px solid rgba(167, 229, 255, 0.16);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(18, 48, 77, 0.78), rgba(8, 25, 44, 0.78));
  padding: 13px;
  min-width: 0;
}.tc-wp-tool-root .sndc-mini-label{
  color: #a9bfd7;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 5px;
}.tc-wp-tool-root .sndc-mini-value{
  color: #ffffff;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .sndc-formula-box{
  font-weight: 800;
  color: #eafaff;
  animation: sndcFade 260ms ease both;
}.tc-wp-tool-root .sndc-steps-box{
  color: #d9e8f9;
  animation: sndcFade 260ms ease both;
}.tc-wp-tool-root .sndc-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .sndc-steps-box li{
  margin: 0 0 8px;
  line-height: 1.45;
}.tc-wp-tool-root .sndc-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  max-width: min(92vw, 420px);
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid rgba(139, 234, 255, 0.34);
  background: rgba(6, 18, 34, 0.94);
  color: #ffffff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38), 0 0 34px rgba(88, 240, 210, 0.18);
  font-weight: 800;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .sndc-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes sndcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes sndcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .sndc-tool-wrap{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .sndc-container{ width: 100%; }.tc-wp-tool-root .sndc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sndc-subtitle{ font-size: 0.92rem; }.tc-wp-tool-root .sndc-layout, .tc-wp-tool-root .sndc-mini-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .sndc-card{ padding: 14px; border-radius: 16px; }.tc-wp-tool-root .sndc-input, .tc-wp-tool-root .sndc-tool-wrap select, .tc-wp-tool-root .sndc-tool-wrap input{ min-height: 46px; padding: 10px 11px; font-size: 0.95rem; width: 100%; background-color: #0b1d32; color: #f8fcff; }.tc-wp-tool-root .sndc-tool-wrap select option{ background-color: #09182a; color: #f8fcff; }.tc-wp-tool-root .sndc-btn{ height: 50px; font-size: 0.88rem; padding: 0 8px; }.tc-wp-tool-root .sndc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sndc-result-box, .tc-wp-tool-root .sndc-formula-box, .tc-wp-tool-root .sndc-steps-box{ padding: 13px; }.tc-wp-tool-root .sndc-main-answer{ font-size: 1.2rem; }.tc-wp-tool-root .sndc-mini-value{ font-size: 0.98rem; }.tc-wp-tool-root .sndc-formula-box{ font-size: 0.94rem; }.tc-wp-tool-root .sndc-steps-box{ font-size: 0.9rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .sndc-tool-wrap{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .sndc-container{ width: 100%; }.tc-wp-tool-root .sndc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sndc-subtitle{ font-size: 0.95rem; }.tc-wp-tool-root .sndc-layout, .tc-wp-tool-root .sndc-mini-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .sndc-card{ padding: 16px; border-radius: 18px; }.tc-wp-tool-root .sndc-input, .tc-wp-tool-root .sndc-tool-wrap select, .tc-wp-tool-root .sndc-tool-wrap input{ min-height: 48px; padding: 11px 12px; font-size: 1rem; width: 100%; background-color: #0b1d32; color: #f8fcff; }.tc-wp-tool-root .sndc-tool-wrap select option{ background-color: #09182a; color: #f8fcff; }.tc-wp-tool-root .sndc-btn{ height: 50px; font-size: 0.92rem; padding: 0 9px; }.tc-wp-tool-root .sndc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sndc-result-box, .tc-wp-tool-root .sndc-formula-box, .tc-wp-tool-root .sndc-steps-box{ padding: 14px; }.tc-wp-tool-root .sndc-main-answer{ font-size: 1.32rem; }.tc-wp-tool-root .sndc-mini-value{ font-size: 1rem; }.tc-wp-tool-root .sndc-formula-box{ font-size: 0.98rem; }.tc-wp-tool-root .sndc-steps-box{ font-size: 0.94rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .sndc-tool-wrap{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .sndc-container{ width: 100%; }.tc-wp-tool-root .sndc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sndc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .sndc-layout, .tc-wp-tool-root .sndc-mini-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .sndc-card{ padding: 18px; border-radius: 20px; }.tc-wp-tool-root .sndc-input, .tc-wp-tool-root .sndc-tool-wrap select, .tc-wp-tool-root .sndc-tool-wrap input{ min-height: 50px; padding: 12px 13px; font-size: 1rem; width: 100%; background-color: #0b1d32; color: #f8fcff; }.tc-wp-tool-root .sndc-tool-wrap select option{ background-color: #09182a; color: #f8fcff; }.tc-wp-tool-root .sndc-btn{ height: 52px; font-size: 0.96rem; padding: 0 10px; }.tc-wp-tool-root .sndc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sndc-result-box, .tc-wp-tool-root .sndc-formula-box, .tc-wp-tool-root .sndc-steps-box{ padding: 15px; }.tc-wp-tool-root .sndc-main-answer{ font-size: 1.42rem; }.tc-wp-tool-root .sndc-mini-value{ font-size: 1.02rem; }.tc-wp-tool-root .sndc-formula-box{ font-size: 1rem; }.tc-wp-tool-root .sndc-steps-box{ font-size: 0.96rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .sndc-tool-wrap{ padding: 38px 22px; border-radius: 0 !important; }.tc-wp-tool-root .sndc-container{ width: 100%; }.tc-wp-tool-root .sndc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sndc-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .sndc-layout{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .sndc-mini-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sndc-card{ padding: 22px; border-radius: 22px; }.tc-wp-tool-root .sndc-two-z{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .sndc-input, .tc-wp-tool-root .sndc-tool-wrap select, .tc-wp-tool-root .sndc-tool-wrap input{ min-height: 52px; padding: 13px 14px; font-size: 1rem; width: 100%; background-color: #0b1d32; color: #f8fcff; }.tc-wp-tool-root .sndc-tool-wrap select option{ background-color: #09182a; color: #f8fcff; }.tc-wp-tool-root .sndc-btn{ height: 54px; font-size: 1rem; padding: 0 12px; }.tc-wp-tool-root .sndc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sndc-result-box, .tc-wp-tool-root .sndc-formula-box, .tc-wp-tool-root .sndc-steps-box{ padding: 17px; }.tc-wp-tool-root .sndc-main-answer{ font-size: 1.55rem; }.tc-wp-tool-root .sndc-mini-value{ font-size: 1.04rem; }.tc-wp-tool-root .sndc-formula-box{ font-size: 1.04rem; }.tc-wp-tool-root .sndc-steps-box{ font-size: 0.98rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .sndc-tool-wrap{ padding: 46px 26px; border-radius: 0 !important; }.tc-wp-tool-root .sndc-container{ width: 100%; }.tc-wp-tool-root .sndc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sndc-subtitle{ font-size: 1.05rem; }.tc-wp-tool-root .sndc-layout{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px; align-items: start; }.tc-wp-tool-root .sndc-mini-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sndc-card{ padding: 24px; border-radius: 24px; }.tc-wp-tool-root .sndc-input, .tc-wp-tool-root .sndc-tool-wrap select, .tc-wp-tool-root .sndc-tool-wrap input{ min-height: 54px; padding: 13px 14px; font-size: 1rem; width: 100%; background-color: #0b1d32; color: #f8fcff; }.tc-wp-tool-root .sndc-tool-wrap select option{ background-color: #09182a; color: #f8fcff; }.tc-wp-tool-root .sndc-btn{ height: 56px; font-size: 1rem; padding: 0 14px; }.tc-wp-tool-root .sndc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .sndc-result-box, .tc-wp-tool-root .sndc-formula-box, .tc-wp-tool-root .sndc-steps-box{ padding: 18px; }.tc-wp-tool-root .sndc-main-answer{ font-size: 1.7rem; }.tc-wp-tool-root .sndc-mini-value{ font-size: 1.05rem; }.tc-wp-tool-root .sndc-formula-box{ font-size: 1.05rem; }.tc-wp-tool-root .sndc-steps-box{ font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .sndc-tool-wrap{ padding: 54px 30px; border-radius: 0 !important; }.tc-wp-tool-root .sndc-container{ width: 100%; }.tc-wp-tool-root .sndc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sndc-subtitle{ font-size: 1.08rem; }.tc-wp-tool-root .sndc-layout{ grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: 22px; align-items: start; }.tc-wp-tool-root .sndc-mini-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sndc-card{ padding: 26px; border-radius: 24px; }.tc-wp-tool-root .sndc-input, .tc-wp-tool-root .sndc-tool-wrap select, .tc-wp-tool-root .sndc-tool-wrap input{ min-height: 54px; padding: 13px 14px; font-size: 1rem; width: 100%; background-color: #0b1d32; color: #f8fcff; }.tc-wp-tool-root .sndc-tool-wrap select option{ background-color: #09182a; color: #f8fcff; }.tc-wp-tool-root .sndc-btn{ height: 58px; font-size: 1rem; padding: 0 14px; }.tc-wp-tool-root .sndc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .sndc-result-box, .tc-wp-tool-root .sndc-formula-box, .tc-wp-tool-root .sndc-steps-box{ padding: 18px; }.tc-wp-tool-root .sndc-main-answer{ font-size: 1.85rem; }.tc-wp-tool-root .sndc-mini-value{ font-size: 1.06rem; }.tc-wp-tool-root .sndc-formula-box{ font-size: 1.06rem; }.tc-wp-tool-root .sndc-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 .sndc-formula-card {}
.tc-wp-tool-root .sndc-input-card {}
.tc-wp-tool-root .sndc-one-z {}
.tc-wp-tool-root .sndc-p-field {}
.tc-wp-tool-root .sndc-result-card {}
.tc-wp-tool-root .sndc-small-select {}
.tc-wp-tool-root .sndc-steps-card {}