@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 .cascalc-tool-wrap, .tc-wp-tool-root .cascalc-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .cascalc-tool-wrap{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  border-radius: 0 !important;
  color: #eef7ff;
  background:
    radial-gradient(circle at 12% 8%, rgba(44, 211, 255, 0.22), transparent 30%),
    radial-gradient(circle at 84% 14%, rgba(151, 91, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #06111f 0%, #111a3b 45%, #082231 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .cascalc-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .cascalc-hero{
  text-align: center;
}.tc-wp-tool-root .cascalc-title{
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .cascalc-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  color: #c8d7ea;
  line-height: 1.6;
}.tc-wp-tool-root .cascalc-grid{
  display: grid;
  width: 100%;
}.tc-wp-tool-root .cascalc-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(191, 232, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.07));
  box-shadow: 0 22px 60px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.tc-wp-tool-root .cascalc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(75, 219, 255, 0.35);
  box-shadow: 0 28px 72px rgba(0,0,0,0.42), 0 0 34px rgba(35, 211, 255, 0.11);
}.tc-wp-tool-root .cascalc-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .cascalc-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}.tc-wp-tool-root .cascalc-field{
  display: block;
  width: 100%;
  margin: 0 0 14px;
}.tc-wp-tool-root .cascalc-field span{
  display: block;
  margin-bottom: 8px;
  color: #dcecff;
  font-size: .9rem;
  font-weight: 700;
}.tc-wp-tool-root .cascalc-input, .tc-wp-tool-root .cascalc-var, .tc-wp-tool-root .cascalc-value, .tc-wp-tool-root .cascalc-mode{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(190, 231, 255, 0.22);
  border-radius: 14px;
  outline: none;
  background-color: rgba(5, 15, 31, 0.86);
  color: #f4fbff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}.tc-wp-tool-root .cascalc-input{
  resize: vertical;
  min-height: 132px;
  line-height: 1.45;
}.tc-wp-tool-root .cascalc-mode option{
  color: #f4fbff;
  background-color: #07162b;
}.tc-wp-tool-root .cascalc-input:focus, .tc-wp-tool-root .cascalc-var:focus, .tc-wp-tool-root .cascalc-value:focus, .tc-wp-tool-root .cascalc-mode:focus{
  border-color: #50ddff;
  box-shadow: 0 0 0 4px rgba(80, 221, 255, 0.16), 0 0 24px rgba(80, 221, 255, 0.16);
  background-color: rgba(6, 20, 42, 0.96);
}.tc-wp-tool-root .cascalc-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cascalc-btn, .tc-wp-tool-root .cascalc-mini-btn{
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  white-space: nowrap;
  color: #03131f;
  font-weight: 800;
  transition: transform .16s ease, box-shadow .2s ease, filter .2s ease;
}.tc-wp-tool-root .cascalc-btn{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: linear-gradient(135deg, #54e6ff, #7cffc7);
  box-shadow: 0 14px 28px rgba(50, 220, 255, 0.22);
}.tc-wp-tool-root .cascalc-clear{
  background: linear-gradient(135deg, #d5def0, #ffffff);
}.tc-wp-tool-root .cascalc-mini-btn{
  padding: 9px 12px;
  background: linear-gradient(135deg, #7cffc7, #55ddff);
  font-size: .84rem;
}.tc-wp-tool-root .cascalc-btn:hover, .tc-wp-tool-root .cascalc-mini-btn:hover{
  filter: brightness(1.08);
  box-shadow: 0 16px 34px rgba(79, 227, 255, 0.3);
}.tc-wp-tool-root .cascalc-btn:active, .tc-wp-tool-root .cascalc-mini-btn:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root .cascalc-btn:focus-visible, .tc-wp-tool-root .cascalc-mini-btn:focus-visible{
  outline: 3px solid rgba(124, 255, 199, 0.55);
  outline-offset: 3px;
}.tc-wp-tool-root .cascalc-output-stack{
  display: grid;
  width: 100%;
}.tc-wp-tool-root .cascalc-box{
  width: 100%;
  border: 1px solid rgba(191, 232, 255, 0.16);
  border-radius: 14px;
  background: rgba(3, 13, 27, 0.74);
  color: #f2fbff;
  line-height: 1.55;
  overflow-y: auto;
  animation: cascalcReveal .24s ease both;
}.tc-wp-tool-root .cascalc-result{
  max-height: 240px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cascalc-formula{
  max-height: 180px;
  color: #d8fff1;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: cascalcFade .28s ease both;
}.tc-wp-tool-root .cascalc-steps{
  max-height: 240px;
  color: #dcecff;
  animation: cascalcFade .32s ease both;
}.tc-wp-tool-root .cascalc-box::-webkit-scrollbar{
  width: 10px;
}.tc-wp-tool-root .cascalc-box::-webkit-scrollbar-track{
  background: rgba(255,255,255,.06);
  border-radius: 20px;
}.tc-wp-tool-root .cascalc-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#55ddff, #7cffc7);
  border-radius: 20px;
}.tc-wp-tool-root .cascalc-step{
  margin: 0 0 8px;
}.tc-wp-tool-root .cascalc-step:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .cascalc-toast{
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  max-width: min(92vw, 360px);
  padding: 13px 18px;
  border: 1px solid rgba(124,255,199,.35);
  border-radius: 999px;
  background: rgba(4, 17, 35, .94);
  color: #f5fbff;
  box-shadow: 0 20px 60px rgba(0,0,0,.38), 0 0 28px rgba(80,221,255,.22);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -46%);
  transition: opacity .2s ease, transform .2s ease;
  text-align: center;
  font-weight: 800;
}.tc-wp-tool-root .cascalc-toast.cascalc-show{
  opacity: 1;
  transform: translate(-50%, -50%);
}@keyframes cascalcReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes cascalcFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cascalc-tool-wrap{ padding: 28px 0; border-radius: 0 !important; }.tc-wp-tool-root .cascalc-shell{ width: 100%; max-width: 1200px; padding: 0 12px; }.tc-wp-tool-root .cascalc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cascalc-subtitle{ font-size: .88rem; }.tc-wp-tool-root .cascalc-grid, .tc-wp-tool-root .cascalc-output-stack{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .cascalc-card{ padding: 15px; }.tc-wp-tool-root .cascalc-input, .tc-wp-tool-root .cascalc-var, .tc-wp-tool-root .cascalc-value, .tc-wp-tool-root .cascalc-mode{ padding: 12px; font-size: .92rem; }.tc-wp-tool-root .cascalc-input{ min-height: 124px; }.tc-wp-tool-root .cascalc-btn{ height: 50px; padding: 0 8px; font-size: .9rem; }.tc-wp-tool-root .cascalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cascalc-box{ padding: 13px; font-size: .9rem; }.tc-wp-tool-root .cascalc-formula{ font-size: .9rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cascalc-tool-wrap{ padding: 32px 0; border-radius: 0 !important; }.tc-wp-tool-root .cascalc-shell{ width: 100%; max-width: 1200px; padding: 0 16px; }.tc-wp-tool-root .cascalc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cascalc-subtitle{ font-size: .92rem; }.tc-wp-tool-root .cascalc-grid, .tc-wp-tool-root .cascalc-output-stack{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .cascalc-card{ padding: 17px; }.tc-wp-tool-root .cascalc-input, .tc-wp-tool-root .cascalc-var, .tc-wp-tool-root .cascalc-value, .tc-wp-tool-root .cascalc-mode{ padding: 13px; font-size: .94rem; }.tc-wp-tool-root .cascalc-input{ min-height: 132px; }.tc-wp-tool-root .cascalc-btn{ height: 52px; padding: 0 10px; font-size: .94rem; }.tc-wp-tool-root .cascalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cascalc-box{ padding: 14px; font-size: .92rem; }.tc-wp-tool-root .cascalc-formula{ font-size: .92rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cascalc-tool-wrap{ padding: 38px 0; border-radius: 0 !important; }.tc-wp-tool-root .cascalc-shell{ width: 100%; max-width: 1200px; padding: 0 20px; }.tc-wp-tool-root .cascalc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cascalc-subtitle{ font-size: .96rem; }.tc-wp-tool-root .cascalc-grid, .tc-wp-tool-root .cascalc-output-stack{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .cascalc-card{ padding: 19px; }.tc-wp-tool-root .cascalc-input, .tc-wp-tool-root .cascalc-var, .tc-wp-tool-root .cascalc-value, .tc-wp-tool-root .cascalc-mode{ padding: 14px; font-size: .96rem; }.tc-wp-tool-root .cascalc-input{ min-height: 140px; }.tc-wp-tool-root .cascalc-btn{ height: 54px; padding: 0 12px; font-size: .98rem; }.tc-wp-tool-root .cascalc-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cascalc-box{ padding: 15px; font-size: .95rem; }.tc-wp-tool-root .cascalc-formula{ font-size: .95rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cascalc-tool-wrap{ padding: 52px 0; border-radius: 0 !important; }.tc-wp-tool-root .cascalc-shell{ width: 100%; max-width: 1200px; padding: 0 28px; }.tc-wp-tool-root .cascalc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cascalc-subtitle{ font-size: 1rem; }.tc-wp-tool-root .cascalc-grid, .tc-wp-tool-root .cascalc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .cascalc-card{ padding: 22px; }.tc-wp-tool-root .cascalc-input, .tc-wp-tool-root .cascalc-var, .tc-wp-tool-root .cascalc-value, .tc-wp-tool-root .cascalc-mode{ padding: 14px 15px; font-size: 1rem; }.tc-wp-tool-root .cascalc-input{ min-height: 150px; }.tc-wp-tool-root .cascalc-btn{ height: 56px; padding: 0 16px; font-size: 1rem; }.tc-wp-tool-root .cascalc-box{ padding: 16px; font-size: .98rem; }.tc-wp-tool-root .cascalc-formula{ font-size: .98rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cascalc-tool-wrap{ padding: 64px 0; border-radius: 0 !important; }.tc-wp-tool-root .cascalc-shell{ width: 100%; max-width: 1200px; padding: 0 32px; }.tc-wp-tool-root .cascalc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cascalc-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .cascalc-grid{ grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 22px; align-items: start; }.tc-wp-tool-root .cascalc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .cascalc-card{ padding: 24px; }.tc-wp-tool-root .cascalc-input, .tc-wp-tool-root .cascalc-var, .tc-wp-tool-root .cascalc-value, .tc-wp-tool-root .cascalc-mode{ padding: 15px; font-size: 1rem; }.tc-wp-tool-root .cascalc-input{ min-height: 164px; }.tc-wp-tool-root .cascalc-btn{ height: 58px; padding: 0 18px; font-size: 1rem; }.tc-wp-tool-root .cascalc-box{ padding: 17px; font-size: 1rem; }.tc-wp-tool-root .cascalc-formula{ font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .cascalc-tool-wrap{ padding: 72px 0; border-radius: 0 !important; }.tc-wp-tool-root .cascalc-shell{ width: 100%; max-width: 1200px; padding: 0 34px; }.tc-wp-tool-root .cascalc-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cascalc-subtitle{ font-size: 1.06rem; }.tc-wp-tool-root .cascalc-grid{ grid-template-columns: minmax(0, 440px) minmax(0, 1fr); gap: 24px; align-items: start; }.tc-wp-tool-root .cascalc-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .cascalc-card{ padding: 26px; }.tc-wp-tool-root .cascalc-input, .tc-wp-tool-root .cascalc-var, .tc-wp-tool-root .cascalc-value, .tc-wp-tool-root .cascalc-mode{ padding: 15px 16px; font-size: 1rem; }.tc-wp-tool-root .cascalc-input{ min-height: 172px; }.tc-wp-tool-root .cascalc-btn{ height: 58px; padding: 0 18px; font-size: 1rem; }.tc-wp-tool-root .cascalc-box{ padding: 18px; font-size: 1rem; }.tc-wp-tool-root .cascalc-formula{ 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 .cascalc-copy {}
.tc-wp-tool-root .cascalc-input-card {}
.tc-wp-tool-root .cascalc-output-card {}
.tc-wp-tool-root .cascalc-solve {}