@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 .dac-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(43, 214, 255, .28), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(255, 111, 194, .22), transparent 30%),
    linear-gradient(135deg, #0b1020 0%, #12223d 45%, #120d24 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .dac-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .dac-tool-wrap .dac-container{
  max-width: 1200px;
  width: min(100%, 1200px);
  margin: 0 auto;
}.tc-wp-tool-root .dac-tool-wrap .dac-hero{
  text-align: center;
  margin: 0 auto 24px;
}.tc-wp-tool-root .dac-tool-wrap .dac-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 28px rgba(97, 218, 255, .28);
}.tc-wp-tool-root .dac-tool-wrap .dac-subtitle{
  max-width: 760px;
  margin: 12px auto 0;
  color: #cbd8ee;
  line-height: 1.6;
}.tc-wp-tool-root .dac-tool-wrap .dac-grid{
  display: grid;
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .dac-tool-wrap .dac-output-grid{
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .dac-tool-wrap .dac-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .095);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}.tc-wp-tool-root .dac-tool-wrap .dac-card:hover{
  transform: translateY(-2px);
  border-color: rgba(106, 225, 255, .36);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32), 0 0 34px rgba(78, 201, 255, .08);
}.tc-wp-tool-root .dac-tool-wrap .dac-label{
  display: block;
  margin: 0 0 8px;
  color: #eaf3ff;
  font-size: .9rem;
  font-weight: 750;
}.tc-wp-tool-root .dac-tool-wrap .dac-input, .tc-wp-tool-root .dac-tool-wrap .dac-select{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(210, 229, 255, .22);
  border-radius: 14px;
  outline: none;
  background-color: rgba(7, 13, 27, .82);
  color: #f8fbff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}.tc-wp-tool-root .dac-tool-wrap .dac-input{
  resize: vertical;
  min-height: 132px;
  line-height: 1.5;
}.tc-wp-tool-root .dac-tool-wrap .dac-input::placeholder{
  color: #8fa2bd;
}.tc-wp-tool-root .dac-tool-wrap .dac-select{
  appearance: auto;
  margin-bottom: 14px;
}.tc-wp-tool-root .dac-tool-wrap .dac-select option{
  color: #08111f;
  background-color: #f4f8ff;
}.tc-wp-tool-root .dac-tool-wrap .dac-input:focus, .tc-wp-tool-root .dac-tool-wrap .dac-select:focus, .tc-wp-tool-root .dac-tool-wrap .dac-btn:focus, .tc-wp-tool-root .dac-tool-wrap .dac-copy:focus{
  border-color: #6be8ff;
  box-shadow: 0 0 0 4px rgba(93, 225, 255, .18), 0 0 24px rgba(93, 225, 255, .16);
}.tc-wp-tool-root .dac-tool-wrap .dac-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .dac-tool-wrap .dac-btn, .tc-wp-tool-root .dac-tool-wrap .dac-copy{
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}.tc-wp-tool-root .dac-tool-wrap .dac-btn:hover, .tc-wp-tool-root .dac-tool-wrap .dac-copy:hover{
  transform: translateY(-1px);
  filter: brightness(1.08);
}.tc-wp-tool-root .dac-tool-wrap .dac-btn:active, .tc-wp-tool-root .dac-tool-wrap .dac-copy:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root .dac-tool-wrap .dac-primary{
  color: #06101f;
  background: linear-gradient(135deg, #7df3ff, #9dfcbd 55%, #fff071);
  box-shadow: 0 14px 34px rgba(107, 232, 255, .18);
}.tc-wp-tool-root .dac-tool-wrap .dac-secondary, .tc-wp-tool-root .dac-tool-wrap .dac-copy{
  color: #f8fbff;
  background: rgba(10, 18, 36, .74);
}.tc-wp-tool-root .dac-tool-wrap .dac-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}.tc-wp-tool-root .dac-tool-wrap .dac-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .dac-tool-wrap .dac-copy{
  min-height: 36px;
  padding: 8px 12px;
  font-size: .84rem;
}.tc-wp-tool-root .dac-tool-wrap .dac-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #eaf3ff;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(5, 11, 23, .5);
  border-radius: 14px;
  line-height: 1.55;
  animation: dacReveal .22s ease both;
  scrollbar-color: rgba(108, 232, 255, .55) rgba(255, 255, 255, .08);
  scrollbar-width: thin;
}.tc-wp-tool-root .dac-tool-wrap .dac-result-box{ max-height: 240px; }.tc-wp-tool-root .dac-tool-wrap .dac-formula-box{ max-height: 180px; }.tc-wp-tool-root .dac-tool-wrap .dac-steps-box{ max-height: 240px; }.tc-wp-tool-root .dac-tool-wrap .dac-graph-frame{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(5, 11, 23, .48);
  border-radius: 14px;
  overflow: hidden;
  animation: dacFade .25s ease both;
}.tc-wp-tool-root .dac-tool-wrap .dac-canvas{
  display: block;
  width: 100%;
  max-width: 100%;
  background: #08111f;
}.tc-wp-tool-root .dac-tool-wrap .dac-graph-msg{
  padding: 10px 12px;
  color: #cbd8ee;
  font-size: .88rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .dac-tool-wrap .dac-toast{
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  max-width: min(92vw, 380px);
  padding: 12px 16px;
  border: 1px solid rgba(125, 243, 255, .38);
  border-radius: 999px;
  color: #f8fbff;
  background: rgba(8, 17, 31, .92);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .42), 0 0 28px rgba(125, 243, 255, .18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -42%);
  transition: opacity .18s ease, transform .18s ease;
  text-align: center;
  font-weight: 800;
}.tc-wp-tool-root .dac-tool-wrap .dac-toast.is-on{
  opacity: 1;
  transform: translate(-50%, -50%);
}@keyframes dacReveal {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes dacFade {
  from { opacity: .35; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dac-tool-wrap{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .dac-tool-wrap .dac-container{ width: 100%; }.tc-wp-tool-root .dac-tool-wrap .dac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dac-tool-wrap .dac-subtitle{ font-size: .88rem; }.tc-wp-tool-root .dac-tool-wrap .dac-grid, .tc-wp-tool-root .dac-tool-wrap .dac-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .dac-tool-wrap .dac-card{ padding: 14px; border-radius: 14px; }.tc-wp-tool-root .dac-tool-wrap .dac-input{ width: 100%; min-height: 116px; padding: 12px; font-size: .92rem; }.tc-wp-tool-root .dac-tool-wrap .dac-select{ width: 100%; padding: 11px; font-size: .92rem; color: #f8fbff; background-color: #08111f; }.tc-wp-tool-root .dac-tool-wrap .dac-select option{ color: #08111f; background-color: #f4f8ff; }.tc-wp-tool-root .dac-tool-wrap .dac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .dac-tool-wrap .dac-btn{ min-height: 48px; max-height: 56px; padding: 10px 8px; font-size: .9rem; }.tc-wp-tool-root .dac-tool-wrap .dac-box{ padding: 11px; }.tc-wp-tool-root .dac-tool-wrap .dac-result-box{ font-size: .95rem; }.tc-wp-tool-root .dac-tool-wrap .dac-formula-box{ font-size: .9rem; }.tc-wp-tool-root .dac-tool-wrap .dac-canvas{ height: 220px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dac-tool-wrap{ padding: 26px 12px; border-radius: 0 !important; }.tc-wp-tool-root .dac-tool-wrap .dac-container{ width: 100%; }.tc-wp-tool-root .dac-tool-wrap .dac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dac-tool-wrap .dac-subtitle{ font-size: .92rem; }.tc-wp-tool-root .dac-tool-wrap .dac-grid, .tc-wp-tool-root .dac-tool-wrap .dac-output-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .dac-tool-wrap .dac-card{ padding: 15px; gap: 12px; }.tc-wp-tool-root .dac-tool-wrap .dac-input{ width: 100%; min-height: 122px; padding: 12px; font-size: .95rem; }.tc-wp-tool-root .dac-tool-wrap .dac-select{ width: 100%; padding: 12px; font-size: .95rem; color: #f8fbff; background-color: #08111f; }.tc-wp-tool-root .dac-tool-wrap .dac-select option{ color: #08111f; background-color: #f4f8ff; }.tc-wp-tool-root .dac-tool-wrap .dac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .dac-tool-wrap .dac-btn{ min-height: 50px; max-height: 56px; padding: 10px; font-size: .95rem; }.tc-wp-tool-root .dac-tool-wrap .dac-box{ padding: 12px; }.tc-wp-tool-root .dac-tool-wrap .dac-result-box{ font-size: .98rem; }.tc-wp-tool-root .dac-tool-wrap .dac-formula-box{ font-size: .92rem; }.tc-wp-tool-root .dac-tool-wrap .dac-canvas{ height: 235px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dac-tool-wrap{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .dac-tool-wrap .dac-container{ width: 100%; }.tc-wp-tool-root .dac-tool-wrap .dac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dac-tool-wrap .dac-subtitle{ font-size: .96rem; }.tc-wp-tool-root .dac-tool-wrap .dac-grid, .tc-wp-tool-root .dac-tool-wrap .dac-output-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .dac-tool-wrap .dac-card{ padding: 17px; gap: 14px; }.tc-wp-tool-root .dac-tool-wrap .dac-input{ width: 100%; min-height: 132px; padding: 13px; font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-select{ width: 100%; padding: 13px; font-size: 1rem; color: #f8fbff; background-color: #08111f; }.tc-wp-tool-root .dac-tool-wrap .dac-select option{ color: #08111f; background-color: #f4f8ff; }.tc-wp-tool-root .dac-tool-wrap .dac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .dac-tool-wrap .dac-btn{ min-height: 52px; max-height: 56px; padding: 10px 12px; font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-box{ padding: 13px; }.tc-wp-tool-root .dac-tool-wrap .dac-result-box{ font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-formula-box{ font-size: .95rem; }.tc-wp-tool-root .dac-tool-wrap .dac-canvas{ height: 260px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dac-tool-wrap{ padding: 42px 20px; border-radius: 0 !important; }.tc-wp-tool-root .dac-tool-wrap .dac-container{ width: 96%; }.tc-wp-tool-root .dac-tool-wrap .dac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dac-tool-wrap .dac-subtitle{ font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-grid{ grid-template-columns: .9fr 1.1fr; gap: 16px; }.tc-wp-tool-root .dac-tool-wrap .dac-output-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .dac-tool-wrap .dac-card{ padding: 18px; gap: 14px; }.tc-wp-tool-root .dac-tool-wrap .dac-input{ width: 100%; min-height: 150px; padding: 14px; font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-select{ width: 100%; padding: 13px; font-size: 1rem; color: #f8fbff; background-color: #08111f; }.tc-wp-tool-root .dac-tool-wrap .dac-select option{ color: #08111f; background-color: #f4f8ff; }.tc-wp-tool-root .dac-tool-wrap .dac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dac-tool-wrap .dac-btn{ min-height: 52px; padding: 12px; font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-box{ padding: 14px; }.tc-wp-tool-root .dac-tool-wrap .dac-result-box{ font-size: 1.02rem; }.tc-wp-tool-root .dac-tool-wrap .dac-formula-box{ font-size: .98rem; }.tc-wp-tool-root .dac-tool-wrap .dac-canvas{ height: 285px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dac-tool-wrap{ padding: 52px 24px; border-radius: 0 !important; }.tc-wp-tool-root .dac-tool-wrap .dac-container{ width: 94%; }.tc-wp-tool-root .dac-tool-wrap .dac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dac-tool-wrap .dac-subtitle{ font-size: 1.03rem; }.tc-wp-tool-root .dac-tool-wrap .dac-grid{ grid-template-columns: 420px minmax(0, 1fr); gap: 18px; }.tc-wp-tool-root .dac-tool-wrap .dac-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }.tc-wp-tool-root .dac-tool-wrap .dac-result-card, .tc-wp-tool-root .dac-tool-wrap .dac-graph-card{ grid-column: span 2; }.tc-wp-tool-root .dac-tool-wrap .dac-card{ padding: 20px; gap: 15px; }.tc-wp-tool-root .dac-tool-wrap .dac-input{ width: 100%; min-height: 168px; padding: 15px; font-size: 1.02rem; }.tc-wp-tool-root .dac-tool-wrap .dac-select{ width: 100%; padding: 14px; font-size: 1rem; color: #f8fbff; background-color: #08111f; }.tc-wp-tool-root .dac-tool-wrap .dac-select option{ color: #08111f; background-color: #f4f8ff; }.tc-wp-tool-root .dac-tool-wrap .dac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dac-tool-wrap .dac-btn{ min-height: 54px; padding: 13px; font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-box{ padding: 15px; }.tc-wp-tool-root .dac-tool-wrap .dac-result-box{ font-size: 1.05rem; }.tc-wp-tool-root .dac-tool-wrap .dac-formula-box{ font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-canvas{ height: 315px; }}@media (min-width: 1200px) {.tc-wp-tool-root .dac-tool-wrap{ padding: 60px 28px; border-radius: 0 !important; }.tc-wp-tool-root .dac-tool-wrap .dac-container{ width: 92%; }.tc-wp-tool-root .dac-tool-wrap .dac-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dac-tool-wrap .dac-subtitle{ font-size: 1.05rem; }.tc-wp-tool-root .dac-tool-wrap .dac-grid{ grid-template-columns: 430px minmax(0, 1fr); gap: 20px; }.tc-wp-tool-root .dac-tool-wrap .dac-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .dac-tool-wrap .dac-result-card, .tc-wp-tool-root .dac-tool-wrap .dac-graph-card{ grid-column: span 2; }.tc-wp-tool-root .dac-tool-wrap .dac-card{ padding: 22px; gap: 16px; }.tc-wp-tool-root .dac-tool-wrap .dac-input{ width: 100%; min-height: 176px; padding: 16px; font-size: 1.04rem; }.tc-wp-tool-root .dac-tool-wrap .dac-select{ width: 100%; padding: 14px; font-size: 1rem; color: #f8fbff; background-color: #08111f; }.tc-wp-tool-root .dac-tool-wrap .dac-select option{ color: #08111f; background-color: #f4f8ff; }.tc-wp-tool-root .dac-tool-wrap .dac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .dac-tool-wrap .dac-btn{ min-height: 54px; padding: 13px 14px; font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-box{ padding: 16px; }.tc-wp-tool-root .dac-tool-wrap .dac-result-box{ font-size: 1.08rem; }.tc-wp-tool-root .dac-tool-wrap .dac-formula-box{ font-size: 1rem; }.tc-wp-tool-root .dac-tool-wrap .dac-canvas{ height: 330px; }}@media (max-width: 299px) {.tc-wp-tool-root .dac-tool-wrap .dac-actions{
    grid-template-columns: 1fr !important;
  }}.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 .dac-formula-card {}
.tc-wp-tool-root .dac-input-card {}
.tc-wp-tool-root .dac-steps-card {}