@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 .bac-tool-wrap, .tc-wp-tool-root .bac-tool-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root .bac-tool-wrap{
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 30px 16px;
  color: #edf7ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(45, 212, 191, .32), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(99, 102, 241, .34), transparent 28%),
    linear-gradient(135deg, #061522 0%, #0f2638 42%, #14213d 100%);
}.tc-wp-tool-root .bac-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .bac-hero{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}.tc-wp-tool-root .bac-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #f8fdff;
  text-shadow: 0 0 26px rgba(34, 211, 238, .26);
}.tc-wp-tool-root .bac-subtitle{
  margin: 10px 0 0;
  max-width: 760px;
  color: #b8cad6;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .bac-main{
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 16px;
  align-items: start;
}.tc-wp-tool-root .bac-output-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .bac-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(180, 232, 255, .22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 35, 54, .84), rgba(14, 26, 45, .68));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}.tc-wp-tool-root .bac-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, .46);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .38), 0 0 26px rgba(34, 211, 238, .1);
}.tc-wp-tool-root .bac-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .bac-card h2{
  margin: 0;
  color: #eaffff;
  font-size: 1rem;
  line-height: 1.2;
}.tc-wp-tool-root .bac-label{
  display: block;
  margin: 0 0 7px;
  color: #c9dce7;
  font-size: .82rem;
  font-weight: 700;
}.tc-wp-tool-root .bac-expression, .tc-wp-tool-root .bac-values, .tc-wp-tool-root .bac-mode{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #f7fbff;
  background-color: #0b1d2d;
  border: 1px solid rgba(148, 217, 232, .28);
  border-radius: 14px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}.tc-wp-tool-root .bac-expression{
  resize: vertical;
  min-height: 156px;
  padding: 14px;
  font-size: .98rem;
  line-height: 1.55;
  overflow: auto;
}.tc-wp-tool-root .bac-values, .tc-wp-tool-root .bac-mode{
  height: 48px;
  padding: 0 13px;
  font-size: .95rem;
}.tc-wp-tool-root .bac-mode, .tc-wp-tool-root .bac-mode option{
  background-color: #0b1d2d;
  color: #f7fbff;
}.tc-wp-tool-root .bac-mode option:hover, .tc-wp-tool-root .bac-mode option:checked, .tc-wp-tool-root .bac-mode option:focus{
  background-color: #16435b;
  color: #ffffff;
}.tc-wp-tool-root .bac-expression:focus, .tc-wp-tool-root .bac-values:focus, .tc-wp-tool-root .bac-mode:focus{
  border-color: #5eead4;
  background-color: #0d2436;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, .14), 0 0 26px rgba(34, 211, 238, .16);
}.tc-wp-tool-root .bac-controls{
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 12px;
  margin-top: 14px;
  width: 100%;
}.tc-wp-tool-root .bac-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 14px;
}.tc-wp-tool-root .bac-btn, .tc-wp-tool-root .bac-copy{
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 800;
  line-height: 1;
  transition: transform .15s ease, box-shadow .18s ease, filter .18s ease;
}.tc-wp-tool-root .bac-btn{
  min-height: 50px;
  padding: 0 14px;
  font-size: .95rem;
}.tc-wp-tool-root .bac-solve{
  color: #022022;
  background: linear-gradient(135deg, #5eead4, #22d3ee);
  box-shadow: 0 12px 28px rgba(34, 211, 238, .22);
}.tc-wp-tool-root .bac-clear{
  color: #f7fbff;
  background: linear-gradient(135deg, #334155, #1e293b);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .28);
}.tc-wp-tool-root .bac-copy{
  flex: 0 0 auto;
  width: auto;
  min-height: 36px;
  padding: 0 12px;
  color: #071521;
  background: #c7f9ff;
  font-size: .82rem;
}.tc-wp-tool-root .bac-btn:hover, .tc-wp-tool-root .bac-copy:hover{
  filter: brightness(1.08);
  box-shadow: 0 0 24px rgba(94, 234, 212, .22);
}.tc-wp-tool-root .bac-btn:active, .tc-wp-tool-root .bac-copy:active{
  transform: scale(.98);
}.tc-wp-tool-root .bac-btn:focus, .tc-wp-tool-root .bac-copy:focus{
  outline: 3px solid rgba(125, 249, 255, .42);
  outline-offset: 2px;
}.tc-wp-tool-root .bac-output-box, .tc-wp-tool-root .bac-table-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #eaf7fb;
  background: rgba(5, 15, 25, .48);
  border: 1px solid rgba(148, 217, 232, .16);
  border-radius: 14px;
  padding: 13px;
  overflow: auto;
  scrollbar-color: #22d3ee #0b1d2d;
  scrollbar-width: thin;
  animation: bacReveal .26s ease both;
}.tc-wp-tool-root .bac-result-text{
  max-height: 240px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #dffeff;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bac-formula-text{
  max-height: 180px;
  font-size: .94rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bac-steps-text{
  max-height: 240px;
  font-size: .93rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bac-steps-text ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .bac-table-box{
  max-height: 260px;
  padding: 0;
}.tc-wp-tool-root .bac-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 0;
  font-size: .88rem;
}.tc-wp-tool-root .bac-table th, .tc-wp-tool-root .bac-table td{
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(148, 217, 232, .14);
  color: #eaf7fb;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .bac-table th{
  position: sticky;
  top: 0;
  background: #10283b;
  color: #9ff8ee;
  font-weight: 800;
}.tc-wp-tool-root .bac-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  min-width: 220px;
  max-width: min(90vw, 460px);
  padding: 14px 18px;
  color: #f8fdff;
  text-align: center;
  border: 1px solid rgba(94, 234, 212, .42);
  border-radius: 999px;
  background: rgba(8, 22, 34, .94);
  box-shadow: 0 22px 58px rgba(0,0,0,.46), 0 0 28px rgba(34,211,238,.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root .bac-toast.is-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes bacReveal {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .bac-tool-wrap{ padding: 18px 10px; border-radius: 0 !important; }.tc-wp-tool-root .bac-shell{ width: 100%; }.tc-wp-tool-root .bac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .bac-subtitle{ font-size: .86rem; }.tc-wp-tool-root .bac-expression{ min-height: 138px; font-size: .9rem; padding: 11px; }.tc-wp-tool-root .bac-values, .tc-wp-tool-root .bac-mode{ height: 44px; font-size: .88rem; background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-mode option{ background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-btn{ min-height: 48px; max-height: 56px; font-size: .86rem; padding: 0 8px; }.tc-wp-tool-root .bac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .bac-main, .tc-wp-tool-root .bac-output-grid, .tc-wp-tool-root .bac-controls{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .bac-result-text{ font-size: .94rem; }.tc-wp-tool-root .bac-formula-text{ font-size: .88rem; }.tc-wp-tool-root .bac-table{ font-size: .78rem; }.tc-wp-tool-root .bac-table th, .tc-wp-tool-root .bac-table td{ padding: 8px 6px; }.tc-wp-tool-root .bac-card{ padding: 13px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .bac-tool-wrap{ padding: 20px 12px; border-radius: 0 !important; }.tc-wp-tool-root .bac-shell{ width: 100%; }.tc-wp-tool-root .bac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .bac-subtitle{ font-size: .9rem; }.tc-wp-tool-root .bac-expression{ min-height: 146px; font-size: .92rem; padding: 12px; }.tc-wp-tool-root .bac-values, .tc-wp-tool-root .bac-mode{ height: 46px; font-size: .9rem; background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-mode option{ background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-btn{ min-height: 48px; max-height: 56px; font-size: .9rem; }.tc-wp-tool-root .bac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .bac-main, .tc-wp-tool-root .bac-output-grid, .tc-wp-tool-root .bac-controls{ grid-template-columns: 1fr; gap: 13px; }.tc-wp-tool-root .bac-result-text{ font-size: .98rem; }.tc-wp-tool-root .bac-formula-text{ font-size: .9rem; }.tc-wp-tool-root .bac-table{ font-size: .8rem; }.tc-wp-tool-root .bac-table th, .tc-wp-tool-root .bac-table td{ padding: 8px 7px; }.tc-wp-tool-root .bac-card{ padding: 14px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .bac-tool-wrap{ padding: 24px 14px; border-radius: 0 !important; }.tc-wp-tool-root .bac-shell{ width: 100%; }.tc-wp-tool-root .bac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .bac-subtitle{ font-size: .94rem; }.tc-wp-tool-root .bac-expression{ min-height: 150px; font-size: .94rem; padding: 13px; }.tc-wp-tool-root .bac-values, .tc-wp-tool-root .bac-mode{ height: 48px; font-size: .92rem; background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-mode option{ background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-btn{ min-height: 50px; max-height: 56px; font-size: .92rem; }.tc-wp-tool-root .bac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .bac-main, .tc-wp-tool-root .bac-output-grid, .tc-wp-tool-root .bac-controls{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .bac-result-text{ font-size: 1rem; }.tc-wp-tool-root .bac-formula-text{ font-size: .92rem; }.tc-wp-tool-root .bac-table{ font-size: .83rem; }.tc-wp-tool-root .bac-card{ padding: 15px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .bac-tool-wrap{ padding: 28px 18px; border-radius: 0 !important; }.tc-wp-tool-root .bac-shell{ width: 100%; }.tc-wp-tool-root .bac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .bac-subtitle{ font-size: .98rem; }.tc-wp-tool-root .bac-expression{ min-height: 156px; font-size: .96rem; }.tc-wp-tool-root .bac-values, .tc-wp-tool-root .bac-mode{ height: 48px; font-size: .94rem; background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-mode option{ background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-btn{ min-height: 50px; font-size: .94rem; }.tc-wp-tool-root .bac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .bac-main{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .bac-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .bac-controls{ grid-template-columns: .85fr 1.15fr; gap: 12px; }.tc-wp-tool-root .bac-result-text{ font-size: 1.02rem; }.tc-wp-tool-root .bac-formula-text{ font-size: .93rem; }.tc-wp-tool-root .bac-table{ font-size: .86rem; }.tc-wp-tool-root .bac-card{ padding: 17px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .bac-tool-wrap{ padding: 32px 20px; border-radius: 0 !important; }.tc-wp-tool-root .bac-shell{ width: 100%; }.tc-wp-tool-root .bac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .bac-subtitle{ font-size: 1rem; }.tc-wp-tool-root .bac-expression{ min-height: 164px; font-size: .98rem; }.tc-wp-tool-root .bac-values, .tc-wp-tool-root .bac-mode{ height: 50px; font-size: .95rem; background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-mode option{ background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-btn{ min-height: 52px; font-size: .95rem; }.tc-wp-tool-root .bac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .bac-main{ grid-template-columns: .9fr 1.25fr; gap: 16px; }.tc-wp-tool-root .bac-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .bac-result-text{ font-size: 1.05rem; }.tc-wp-tool-root .bac-formula-text{ font-size: .94rem; }.tc-wp-tool-root .bac-table{ font-size: .88rem; }.tc-wp-tool-root .bac-card{ padding: 18px; }}@media (min-width: 1200px) {.tc-wp-tool-root .bac-tool-wrap{ padding: 36px 22px; border-radius: 0 !important; }.tc-wp-tool-root .bac-shell{ width: 100%; }.tc-wp-tool-root .bac-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .bac-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .bac-expression{ min-height: 172px; font-size: 1rem; }.tc-wp-tool-root .bac-values, .tc-wp-tool-root .bac-mode{ height: 50px; font-size: .96rem; background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-mode option{ background-color: #0b1d2d; color: #f7fbff; }.tc-wp-tool-root .bac-btn{ min-height: 52px; font-size: .96rem; }.tc-wp-tool-root .bac-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .bac-main{ grid-template-columns: .9fr 1.35fr; gap: 18px; }.tc-wp-tool-root .bac-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .bac-result-text{ font-size: 1.08rem; }.tc-wp-tool-root .bac-formula-text{ font-size: .96rem; }.tc-wp-tool-root .bac-table{ font-size: .9rem; }.tc-wp-tool-root .bac-card{ padding: 20px; }}.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 .bac-field {}
.tc-wp-tool-root .bac-formula-card {}
.tc-wp-tool-root .bac-input-card {}
.tc-wp-tool-root .bac-result-card {}
.tc-wp-tool-root .bac-steps-card {}
.tc-wp-tool-root .bac-table-card {}