@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 .sdc-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #f8ffff;
  background:
    radial-gradient(circle at 15% 10%, rgba(28, 219, 190, 0.28), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(48, 198, 255, 0.24), transparent 34%),
    radial-gradient(circle at 50% 95%, rgba(129, 255, 196, 0.16), transparent 40%),
    linear-gradient(135deg, #06111f 0%, #09243a 42%, #073c43 72%, #08201e 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .sdc-tool-wrap, .tc-wp-tool-root .sdc-tool-wrap div, .tc-wp-tool-root .sdc-tool-wrap section, .tc-wp-tool-root .sdc-tool-wrap header, .tc-wp-tool-root .sdc-tool-wrap main, .tc-wp-tool-root .sdc-tool-wrap article{
  box-sizing: border-box;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-hero{
  text-align: center;
}.tc-wp-tool-root .sdc-tool-wrap h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 34px rgba(68, 240, 217, 0.28);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{
  max-width: 760px;
  margin: 14px auto 0;
  color: #c9f8f3;
  line-height: 1.65;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-grid{
  display: grid;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(173, 255, 243, 0.22);
  background: linear-gradient(160deg, rgba(10, 31, 52, 0.82), rgba(7, 51, 56, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(129, 255, 225, 0.42);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.42), 0 0 38px rgba(37, 214, 192, 0.16);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-sub-head{
  margin-top: 18px;
}.tc-wp-tool-root .sdc-tool-wrap h2{
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
  color: #f8ffff;
  letter-spacing: 0;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-field{
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root .sdc-tool-wrap label{
  color: #bff7ef;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root .sdc-tool-wrap input, .tc-wp-tool-root .sdc-tool-wrap select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(186, 255, 247, 0.24);
  border-radius: 8px;
  color: #f8ffff;
  background-color: #10233a;
  background-image: linear-gradient(180deg, rgba(18, 52, 82, 0.96), rgba(9, 32, 52, 0.96));
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .sdc-tool-wrap select{
  appearance: auto;
}.tc-wp-tool-root .sdc-tool-wrap select option{
  color: #07131f;
  background-color: #ffffff;
}.tc-wp-tool-root .sdc-tool-wrap input::placeholder{
  color: #85aeb7;
}.tc-wp-tool-root .sdc-tool-wrap input:focus, .tc-wp-tool-root .sdc-tool-wrap select:focus{
  border-color: #5df5dc;
  box-shadow: 0 0 0 4px rgba(93, 245, 220, 0.14), 0 0 28px rgba(50, 220, 205, 0.18);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 6px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn, .tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #06131c;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn:hover, .tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn:hover{
  filter: brightness(1.05);
  box-shadow: 0 0 28px rgba(93, 245, 220, 0.24);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn:active, .tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn:focus-visible, .tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn:focus-visible{
  outline: 3px solid rgba(154, 255, 233, 0.8);
  outline-offset: 3px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn-primary{
  background: linear-gradient(135deg, #7dffd8, #32d5ff);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-btn-clear{
  color: #f8ffff;
  background: linear-gradient(135deg, rgba(20, 67, 83, 0.95), rgba(9, 34, 56, 0.95));
  border: 1px solid rgba(178, 255, 244, 0.22);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn{
  width: auto;
  min-width: 84px;
  color: #06131c;
  background: linear-gradient(135deg, #aaffdf, #43ddff);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(163, 255, 237, 0.18);
  border-radius: 8px;
  background: rgba(3, 18, 31, 0.58);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #53e7d4 rgba(9, 32, 52, 0.8);
  scrollbar-width: thin;
  animation: sdcFadeIn 220ms ease both;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box{
  max-height: 220px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box::-webkit-scrollbar, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box::-webkit-scrollbar, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box::-webkit-scrollbar-thumb{
  background: #53e7d4;
  border-radius: 999px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stats{
  display: grid;
  width: 100%;
  gap: 10px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stat{
  min-width: 0;
  border-radius: 8px;
  padding: 14px;
  background: linear-gradient(145deg, rgba(20, 70, 88, 0.72), rgba(11, 38, 62, 0.82));
  border: 1px solid rgba(166, 255, 239, 0.16);
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stat span{
  display: block;
  color: #b4e9e3;
  font-weight: 700;
  margin-bottom: 8px;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong, .tc-wp-tool-root .sdc-tool-wrap .sdc-summary, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps{
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong{
  display: block;
  color: #ffffff;
  line-height: 1.15;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-summary{
  margin: 14px 0 0;
  color: #dffefa;
  line-height: 1.55;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-formula{
  margin: 0;
  color: #e9fffc;
  line-height: 1.55;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-steps{
  margin: 0;
  padding-left: 20px;
  color: #e6fffb;
  line-height: 1.65;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-toast{
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 18px);
  max-width: min(92vw, 420px);
  padding: 12px 18px;
  border-radius: 8px;
  color: #f8ffff;
  background: rgba(7, 24, 39, 0.96);
  border: 1px solid rgba(129, 255, 225, 0.44);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38), 0 0 26px rgba(67, 221, 255, 0.18);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .sdc-tool-wrap .sdc-toast.sdc-show{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes sdcFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-shell{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-grid{ grid-template-columns: 1fr !important; gap: 14px; margin-top: 22px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 14px; }.tc-wp-tool-root .sdc-tool-wrap input, .tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 0.95rem; padding: 12px; color: #f8ffff; background-color: #10233a; }.tc-wp-tool-root .sdc-tool-wrap select option{ color: #07131f; background-color: #ffffff; }.tc-wp-tool-root .sdc-tool-wrap .sdc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ min-height: 48px; max-height: 56px; padding: 0 8px; font-size: 0.9rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn{ min-height: 38px; padding: 0 10px; font-size: 0.82rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stats{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong{ font-size: 1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula{ font-size: 0.88rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ padding: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-shell{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-grid{ grid-template-columns: 1fr !important; gap: 16px; margin-top: 24px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 16px; }.tc-wp-tool-root .sdc-tool-wrap input, .tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 13px; color: #f8ffff; background-color: #10233a; }.tc-wp-tool-root .sdc-tool-wrap select option{ color: #07131f; background-color: #ffffff; }.tc-wp-tool-root .sdc-tool-wrap .sdc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ min-height: 48px; max-height: 56px; padding: 0 10px; font-size: 0.95rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn{ min-height: 38px; padding: 0 12px; font-size: 0.86rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stats{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong{ font-size: 1.08rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula{ font-size: 0.92rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ padding: 13px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 38px 18px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-shell{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-grid{ grid-template-columns: 1fr !important; gap: 18px; margin-top: 28px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 18px; }.tc-wp-tool-root .sdc-tool-wrap input, .tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 14px; color: #f8ffff; background-color: #10233a; }.tc-wp-tool-root .sdc-tool-wrap select option{ color: #07131f; background-color: #ffffff; }.tc-wp-tool-root .sdc-tool-wrap .sdc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ min-height: 48px; max-height: 56px; padding: 0 12px; font-size: 1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn{ min-height: 40px; padding: 0 14px; font-size: 0.9rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stats{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong{ font-size: 1.12rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula{ font-size: 0.96rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ padding: 14px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 54px 28px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-shell{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-grid{ grid-template-columns: 1fr; gap: 22px; margin-top: 34px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 22px; }.tc-wp-tool-root .sdc-tool-wrap input, .tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 14px; color: #f8ffff; background-color: #10233a; }.tc-wp-tool-root .sdc-tool-wrap select option{ color: #07131f; background-color: #ffffff; }.tc-wp-tool-root .sdc-tool-wrap .sdc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ min-height: 50px; max-height: 56px; padding: 0 14px; font-size: 1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn{ min-height: 40px; padding: 0 14px; font-size: 0.9rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stats{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong{ font-size: 1.18rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula{ font-size: 1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ padding: 16px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 64px 32px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-shell{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 1.08rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-grid{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 24px; margin-top: 38px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 24px; }.tc-wp-tool-root .sdc-tool-wrap input, .tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 14px; color: #f8ffff; background-color: #10233a; }.tc-wp-tool-root .sdc-tool-wrap select option{ color: #07131f; background-color: #ffffff; }.tc-wp-tool-root .sdc-tool-wrap .sdc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ min-height: 50px; max-height: 56px; padding: 0 16px; font-size: 1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn{ min-height: 40px; padding: 0 14px; font-size: 0.92rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stats{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong{ font-size: 1.22rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula{ font-size: 1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ padding: 16px; }}@media (min-width: 1200px) {.tc-wp-tool-root .sdc-tool-wrap{ padding: 72px 36px; border-radius: 0 !important; }.tc-wp-tool-root .sdc-tool-wrap .sdc-shell{ width: 100%; }.tc-wp-tool-root .sdc-tool-wrap h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .sdc-tool-wrap .sdc-hero p{ font-size: 1.1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-grid{ grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr); gap: 26px; margin-top: 42px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-card{ padding: 26px; }.tc-wp-tool-root .sdc-tool-wrap input, .tc-wp-tool-root .sdc-tool-wrap select{ width: 100%; font-size: 1rem; padding: 14px; color: #f8ffff; background-color: #10233a; }.tc-wp-tool-root .sdc-tool-wrap select option{ color: #07131f; background-color: #ffffff; }.tc-wp-tool-root .sdc-tool-wrap .sdc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-btn{ min-height: 50px; max-height: 56px; padding: 0 16px; font-size: 1rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-mini-btn{ min-height: 40px; padding: 0 14px; font-size: 0.92rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stats{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .sdc-tool-wrap .sdc-stat strong{ font-size: 1.25rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-formula{ font-size: 1.02rem; }.tc-wp-tool-root .sdc-tool-wrap .sdc-result-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-formula-box, .tc-wp-tool-root .sdc-tool-wrap .sdc-steps-box{ padding: 16px; }}.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 .sdc-copy-btn {}
.tc-wp-tool-root .sdc-input-card {}
.tc-wp-tool-root .sdc-mode-panel {}
.tc-wp-tool-root .sdc-output-card {}
.tc-wp-tool-root .sdc-percent {}
.tc-wp-tool-root .sdc-probability {}
.tc-wp-tool-root .sdc-value-panel {}
.tc-wp-tool-root .sdc-z-panel {}
.tc-wp-tool-root .sdc-z-result {}