@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 .scc-standard-curve-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 56px 20px;
  color: #f5fffb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(51, 255, 220, 0.18), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(156, 128, 255, 0.17), transparent 32%),
    linear-gradient(135deg, #061323 0%, #092839 34%, #0a4b53 68%, #102047 100%);
}.tc-wp-tool-root .scc-standard-curve-tool *, .tc-wp-tool-root .scc-standard-curve-tool *::before, .tc-wp-tool-root .scc-standard-curve-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-hero{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 820px;
}.tc-wp-tool-root .scc-standard-curve-tool h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-hero p{
  margin: 14px auto 0;
  color: rgba(225, 255, 249, 0.84);
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(170, 255, 239, 0.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(8, 27, 46, 0.78), rgba(8, 67, 78, 0.48));
  box-shadow: 0 18px 50px rgba(0, 10, 22, 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 .scc-standard-curve-tool .scc-card:hover{
  transform: translateY(-2px);
  border-color: rgba(103, 255, 224, 0.34);
  box-shadow: 0 24px 58px rgba(0, 16, 28, 0.42), 0 0 28px rgba(39, 240, 210, 0.08);
}.tc-wp-tool-root .scc-standard-curve-tool .scc-input-card, .tc-wp-tool-root .scc-standard-curve-tool .scc-output-card{
  padding: 18px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .scc-standard-curve-tool h2{
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #dffef7;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-field{
  margin-bottom: 14px;
}.tc-wp-tool-root .scc-standard-curve-tool label{
  display: block;
  margin: 0 0 7px;
  color: #dffef7;
  font-weight: 700;
  font-size: 0.84rem;
}.tc-wp-tool-root .scc-standard-curve-tool input, .tc-wp-tool-root .scc-standard-curve-tool textarea, .tc-wp-tool-root .scc-standard-curve-tool select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(168, 255, 239, 0.24);
  border-radius: 12px;
  background-color: rgba(3, 18, 31, 0.82);
  color: #ffffff;
  outline: none;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .scc-standard-curve-tool textarea{
  min-height: 190px;
  resize: vertical;
  padding: 13px 14px;
  line-height: 1.45;
  overflow: auto;
}.tc-wp-tool-root .scc-standard-curve-tool input, .tc-wp-tool-root .scc-standard-curve-tool select{
  height: 48px;
  padding: 0 13px;
}.tc-wp-tool-root .scc-standard-curve-tool select{
  appearance: auto;
  color: #ffffff;
  background-color: #061827;
}.tc-wp-tool-root .scc-standard-curve-tool select option{
  color: #071622;
  background-color: #f3fffc;
}.tc-wp-tool-root .scc-standard-curve-tool select option:checked, .tc-wp-tool-root .scc-standard-curve-tool select option:hover, .tc-wp-tool-root .scc-standard-curve-tool select option:focus{
  color: #ffffff;
  background-color: #0b5f66;
}.tc-wp-tool-root .scc-standard-curve-tool input::placeholder, .tc-wp-tool-root .scc-standard-curve-tool textarea::placeholder{
  color: rgba(221, 255, 249, 0.5);
}.tc-wp-tool-root .scc-standard-curve-tool input:focus, .tc-wp-tool-root .scc-standard-curve-tool textarea:focus, .tc-wp-tool-root .scc-standard-curve-tool select:focus{
  border-color: rgba(77, 255, 220, 0.9);
  box-shadow: 0 0 0 4px rgba(77, 255, 220, 0.14), 0 0 24px rgba(77, 255, 220, 0.08);
  background-color: rgba(4, 24, 38, 0.96);
}.tc-wp-tool-root .scc-standard-curve-tool .scc-field p{
  margin: 7px 0 0;
  color: rgba(221, 255, 249, 0.66);
  font-size: 0.78rem;
  line-height: 1.35;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-btn, .tc-wp-tool-root .scc-standard-curve-tool .scc-copy-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease, background 150ms ease;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-btn{
  height: 50px;
  padding: 0 12px;
  font-size: 0.92rem;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-btn-primary{
  color: #031520;
  background: linear-gradient(135deg, #42ffe0, #83f7b7);
  box-shadow: 0 12px 28px rgba(60, 255, 219, 0.22);
}.tc-wp-tool-root .scc-standard-curve-tool .scc-btn-secondary{
  color: #ecfffb;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(216, 255, 249, 0.24);
}.tc-wp-tool-root .scc-standard-curve-tool .scc-btn:hover, .tc-wp-tool-root .scc-standard-curve-tool .scc-copy-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 16px 34px rgba(61, 255, 220, 0.18);
}.tc-wp-tool-root .scc-standard-curve-tool .scc-btn:active, .tc-wp-tool-root .scc-standard-curve-tool .scc-copy-btn:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .scc-standard-curve-tool .scc-btn:focus-visible, .tc-wp-tool-root .scc-standard-curve-tool .scc-copy-btn:focus-visible{
  outline: 3px solid rgba(107, 255, 228, 0.72);
  outline-offset: 3px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-copy-btn{
  flex: 0 0 auto;
  width: auto;
  min-width: 82px;
  height: 34px;
  padding: 0 12px;
  color: #06202c;
  background: #b9fff0;
  font-size: 0.78rem;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-result-box, .tc-wp-tool-root .scc-standard-curve-tool .scc-formula-box, .tc-wp-tool-root .scc-standard-curve-tool .scc-steps-box{
  width: 100%;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(173, 255, 241, 0.16);
  background: rgba(3, 17, 29, 0.54);
  color: #effffb;
  overflow-wrap: anywhere;
  word-break: break-word;
  scrollbar-color: rgba(94, 255, 224, 0.55) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-result-box{
  max-height: 220px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-formula-box{
  max-height: 180px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-steps-box{
  max-height: 220px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-result-box::-webkit-scrollbar, .tc-wp-tool-root .scc-standard-curve-tool .scc-formula-box::-webkit-scrollbar, .tc-wp-tool-root .scc-standard-curve-tool .scc-steps-box::-webkit-scrollbar, .tc-wp-tool-root .scc-standard-curve-tool textarea::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-result-box::-webkit-scrollbar-track, .tc-wp-tool-root .scc-standard-curve-tool .scc-formula-box::-webkit-scrollbar-track, .tc-wp-tool-root .scc-standard-curve-tool .scc-steps-box::-webkit-scrollbar-track, .tc-wp-tool-root .scc-standard-curve-tool textarea::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-result-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .scc-standard-curve-tool .scc-formula-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .scc-standard-curve-tool .scc-steps-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .scc-standard-curve-tool textarea::-webkit-scrollbar-thumb{
  background: rgba(94, 255, 224, 0.55);
  border-radius: 20px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-estimate{
  display: grid;
  gap: 4px;
  animation: sccReveal 220ms ease both;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-estimate span{
  color: rgba(221, 255, 249, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-estimate strong{
  color: #7fffe9;
  font-size: clamp(1.45rem, 4vw, 2.3rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-stats-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-stat-card{
  min-width: 0;
  padding: 13px;
  border-radius: 14px;
  border: 1px solid rgba(171, 255, 240, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(84, 255, 218, 0.05));
}.tc-wp-tool-root .scc-standard-curve-tool .scc-stat-card span{
  display: block;
  margin-bottom: 5px;
  color: rgba(225, 255, 249, 0.68);
  font-size: 0.76rem;
  font-weight: 800;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-stat-card strong{
  display: block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-formula-line, .tc-wp-tool-root .scc-standard-curve-tool .scc-step-line, .tc-wp-tool-root .scc-standard-curve-tool .scc-error, .tc-wp-tool-root .scc-standard-curve-tool .scc-empty{
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-formula-line, .tc-wp-tool-root .scc-standard-curve-tool .scc-step-line{
  animation: sccFade 220ms ease both;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-error{
  color: #ffd3d3;
  font-weight: 800;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-empty{
  color: rgba(225, 255, 249, 0.62);
}.tc-wp-tool-root .scc-standard-curve-tool .scc-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid rgba(171, 255, 240, 0.28);
  color: #ffffff;
  background: linear-gradient(135deg, rgba(4, 27, 43, 0.96), rgba(10, 91, 96, 0.94));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34), 0 0 32px rgba(86, 255, 225, 0.18);
  font-weight: 800;
  text-align: center;
  transform: translate(-50%, -50%) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .scc-standard-curve-tool .scc-toast.scc-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes sccReveal {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes sccFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .scc-standard-curve-tool{
    border-radius: 0 !important;
    padding: 34px 10px;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-container{
    width: 100%;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-layout, .tc-wp-tool-root .scc-standard-curve-tool .scc-output-stack, .tc-wp-tool-root .scc-standard-curve-tool .scc-stats-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-card, .tc-wp-tool-root .scc-standard-curve-tool .scc-output-card, .tc-wp-tool-root .scc-standard-curve-tool .scc-input-card, .tc-wp-tool-root .scc-standard-curve-tool .scc-stat-card{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .scc-standard-curve-tool input, .tc-wp-tool-root .scc-standard-curve-tool textarea, .tc-wp-tool-root .scc-standard-curve-tool select{
    width: 100%;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-btn{
    height: 48px;
    min-height: 48px;
    max-height: 56px;
    font-size: 0.78rem;
    padding: 0 6px;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-input-card, .tc-wp-tool-root .scc-standard-curve-tool .scc-output-card{
    padding: 13px;
  }.tc-wp-tool-root .scc-standard-curve-tool textarea{
    min-height: 170px;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-hero p{
    font-size: 0.9rem;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .scc-standard-curve-tool{
    border-radius: 0 !important;
    padding: 38px 12px;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-layout, .tc-wp-tool-root .scc-standard-curve-tool .scc-output-stack, .tc-wp-tool-root .scc-standard-curve-tool .scc-stats-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-btn{
    height: 50px;
    min-height: 48px;
    max-height: 56px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-card, .tc-wp-tool-root .scc-standard-curve-tool input, .tc-wp-tool-root .scc-standard-curve-tool textarea, .tc-wp-tool-root .scc-standard-curve-tool select{
    width: 100%;
    max-width: 100%;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .scc-standard-curve-tool{
    border-radius: 0 !important;
    padding: 42px 14px;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-layout, .tc-wp-tool-root .scc-standard-curve-tool .scc-output-stack, .tc-wp-tool-root .scc-standard-curve-tool .scc-stats-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-btn{
    height: 50px;
    min-height: 48px;
    max-height: 56px;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-card, .tc-wp-tool-root .scc-standard-curve-tool input, .tc-wp-tool-root .scc-standard-curve-tool textarea, .tc-wp-tool-root .scc-standard-curve-tool select{
    width: 100%;
    max-width: 100%;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .scc-standard-curve-tool .scc-layout{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .scc-standard-curve-tool input, .tc-wp-tool-root .scc-standard-curve-tool textarea, .tc-wp-tool-root .scc-standard-curve-tool select{
    width: 100%;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .scc-standard-curve-tool .scc-layout{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-stats-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .scc-standard-curve-tool input, .tc-wp-tool-root .scc-standard-curve-tool textarea, .tc-wp-tool-root .scc-standard-curve-tool select{
    width: 100%;
  }}@media (min-width: 1200px) {.tc-wp-tool-root .scc-standard-curve-tool .scc-layout{
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-stats-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-tool-root .scc-standard-curve-tool .scc-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .scc-standard-curve-tool input, .tc-wp-tool-root .scc-standard-curve-tool textarea, .tc-wp-tool-root .scc-standard-curve-tool select{
    width: 100%;
  }}@media (max-width: 299px) {.tc-wp-tool-root .scc-standard-curve-tool .scc-actions{
    grid-template-columns: 1fr;
  }}.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;
}