@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 .det3x3-calc-wrap{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 34px 18px;
  color: #eefcff;
  background:
    radial-gradient(circle at 12% 8%, rgba(20, 184, 166, 0.42), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(34, 211, 238, 0.32), transparent 31%),
    linear-gradient(135deg, #07111f 0%, #0b2130 42%, #111827 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .det3x3-calc-wrap *, .tc-wp-tool-root .det3x3-calc-wrap *::before, .tc-wp-tool-root .det3x3-calc-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .det3x3-calc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .det3x3-calc-hero{
  text-align: center;
  margin: 0 0 24px;
}.tc-wp-tool-root .det3x3-calc-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f8feff;
  text-shadow: 0 10px 32px rgba(34, 211, 238, 0.28);
}.tc-wp-tool-root .det3x3-calc-hero p{
  max-width: 720px;
  margin: 12px auto 0;
  color: #c9d8df;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .det3x3-main-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .det3x3-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  min-width: 0;
}.tc-wp-tool-root .det3x3-card{
  width: 100%;
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(167, 243, 208, 0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.82), rgba(17, 43, 54, 0.58));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 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 .det3x3-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.45);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(45, 212, 191, 0.13);
}.tc-wp-tool-root .det3x3-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}.tc-wp-tool-root .det3x3-card-head h2{
  margin: 0;
  color: #f5fdff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .det3x3-matrix-shell{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: rgba(2, 6, 23, 0.34);
}.tc-wp-tool-root .det3x3-matrix-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .det3x3-matrix-grid input, .tc-wp-tool-root .det3x3-precision{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(125, 211, 252, 0.28);
  background: rgba(5, 18, 30, 0.9);
  color: #f3fbff;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .det3x3-matrix-grid input{
  min-width: 0;
  height: 58px;
  border-radius: 13px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}.tc-wp-tool-root .det3x3-matrix-grid input::placeholder{
  color: #8ea8b4;
}.tc-wp-tool-root .det3x3-matrix-grid input:focus, .tc-wp-tool-root .det3x3-precision:focus{
  border-color: #5eead4;
  background: rgba(7, 27, 39, 0.96);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.17), 0 0 26px rgba(34, 211, 238, 0.18);
}.tc-wp-tool-root .det3x3-field-label{
  display: block;
  margin: 16px 0 7px;
  color: #dff7f8;
  font-size: 0.88rem;
  font-weight: 700;
}.tc-wp-tool-root .det3x3-precision{
  min-height: 46px;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 0.95rem;
  color: #f5fdff;
  background-color: #071827;
}.tc-wp-tool-root .det3x3-precision option, .tc-wp-tool-root .det3x3-precision option:hover, .tc-wp-tool-root .det3x3-precision option:focus, .tc-wp-tool-root .det3x3-precision option:checked{
  color: #f8feff;
  background-color: #0b1f2a;
}.tc-wp-tool-root .det3x3-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
}.tc-wp-tool-root .det3x3-btn, .tc-wp-tool-root .det3x3-mini-btn{
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
  color: #f8feff;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 140ms ease, box-shadow 160ms ease, filter 160ms ease, background 160ms ease;
}.tc-wp-tool-root .det3x3-btn{
  width: 100%;
  min-height: 48px;
  max-height: 56px;
  border-radius: 13px;
  padding: 0 14px;
  font-size: 0.96rem;
}.tc-wp-tool-root .det3x3-btn-primary{
  background: linear-gradient(135deg, #0891b2, #14b8a6 54%, #5eead4);
  box-shadow: 0 13px 28px rgba(20, 184, 166, 0.25);
}.tc-wp-tool-root .det3x3-btn-secondary{
  background: linear-gradient(135deg, rgba(51, 65, 85, 0.94), rgba(15, 23, 42, 0.94));
  border: 1px solid rgba(203, 213, 225, 0.18);
  box-shadow: 0 13px 28px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .det3x3-mini-btn{
  flex: 0 0 auto;
  min-height: 36px;
  border-radius: 10px;
  padding: 0 11px;
  font-size: 0.84rem;
  background: rgba(20, 184, 166, 0.2);
  border: 1px solid rgba(94, 234, 212, 0.34);
}.tc-wp-tool-root .det3x3-btn:hover, .tc-wp-tool-root .det3x3-mini-btn:hover{
  filter: brightness(1.08);
  box-shadow: 0 0 28px rgba(45, 212, 191, 0.28);
}.tc-wp-tool-root .det3x3-btn:active, .tc-wp-tool-root .det3x3-mini-btn:active{
  transform: scale(0.98);
}.tc-wp-tool-root .det3x3-btn:focus-visible, .tc-wp-tool-root .det3x3-mini-btn:focus-visible{
  outline: 3px solid rgba(94, 234, 212, 0.55);
  outline-offset: 3px;
}.tc-wp-tool-root .det3x3-output-box{
  width: 100%;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(3, 10, 20, 0.54);
  color: #ecfeff;
  padding: 15px;
  line-height: 1.55;
  overflow: auto;
  scrollbar-color: #2dd4bf rgba(15, 23, 42, 0.5);
  scrollbar-width: thin;
}.tc-wp-tool-root .det3x3-result-box{
  max-height: 260px;
  font-size: 1.28rem;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .det3x3-formula-box{
  max-height: 180px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.94rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .det3x3-steps-box{
  max-height: 260px;
  font-size: 0.95rem;
}.tc-wp-tool-root .det3x3-steps-box ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .det3x3-steps-box li + li{
  margin-top: 8px;
}.tc-wp-tool-root .det3x3-reveal{
  animation: det3x3Reveal 420ms ease both;
}.tc-wp-tool-root .det3x3-toast{
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9999;
  width: min(92vw, 420px);
  padding: 13px 16px;
  border-radius: 999px;
  text-align: center;
  color: #f8feff;
  background: rgba(8, 47, 73, 0.94);
  border: 1px solid rgba(94, 234, 212, 0.35);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .det3x3-toast.det3x3-toast-show{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes det3x3Reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .det3x3-calc-wrap{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .det3x3-calc-container{ width: 100%; }.tc-wp-tool-root .det3x3-calc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .det3x3-calc-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .det3x3-main-layout, .tc-wp-tool-root .det3x3-output-stack{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .det3x3-card{ padding: 13px; border-radius: 14px; }.tc-wp-tool-root .det3x3-matrix-shell{ padding: 8px; }.tc-wp-tool-root .det3x3-matrix-grid{ gap: 7px; grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .det3x3-matrix-grid input{ height: 46px; font-size: 0.86rem; }.tc-wp-tool-root .det3x3-precision{ min-height: 44px; font-size: 0.9rem; }.tc-wp-tool-root .det3x3-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }.tc-wp-tool-root .det3x3-btn{ min-height: 48px; max-height: 56px; font-size: 0.9rem; padding: 0 8px; }.tc-wp-tool-root .det3x3-mini-btn{ font-size: 0.8rem; min-height: 34px; }.tc-wp-tool-root .det3x3-result-box{ font-size: 1.04rem; max-height: 260px; }.tc-wp-tool-root .det3x3-formula-box{ font-size: 0.8rem; max-height: 180px; }.tc-wp-tool-root .det3x3-steps-box{ font-size: 0.87rem; max-height: 260px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .det3x3-calc-wrap{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .det3x3-calc-container{ width: 100%; }.tc-wp-tool-root .det3x3-calc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .det3x3-calc-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .det3x3-main-layout, .tc-wp-tool-root .det3x3-output-stack{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .det3x3-card{ padding: 15px; }.tc-wp-tool-root .det3x3-matrix-grid{ gap: 8px; }.tc-wp-tool-root .det3x3-matrix-grid input{ height: 50px; font-size: 0.92rem; }.tc-wp-tool-root .det3x3-precision{ min-height: 45px; font-size: 0.92rem; }.tc-wp-tool-root .det3x3-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .det3x3-btn{ min-height: 48px; max-height: 56px; font-size: 0.92rem; }.tc-wp-tool-root .det3x3-result-box{ font-size: 1.1rem; }.tc-wp-tool-root .det3x3-formula-box{ font-size: 0.84rem; }.tc-wp-tool-root .det3x3-steps-box{ font-size: 0.9rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .det3x3-calc-wrap{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .det3x3-calc-container{ width: 100%; }.tc-wp-tool-root .det3x3-calc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .det3x3-calc-hero p{ font-size: 0.95rem; }.tc-wp-tool-root .det3x3-main-layout, .tc-wp-tool-root .det3x3-output-stack{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .det3x3-card{ padding: 17px; }.tc-wp-tool-root .det3x3-matrix-grid{ gap: 9px; }.tc-wp-tool-root .det3x3-matrix-grid input{ height: 54px; font-size: 0.98rem; }.tc-wp-tool-root .det3x3-precision{ min-height: 46px; font-size: 0.95rem; }.tc-wp-tool-root .det3x3-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .det3x3-btn{ min-height: 48px; max-height: 56px; font-size: 0.96rem; }.tc-wp-tool-root .det3x3-result-box{ font-size: 1.16rem; }.tc-wp-tool-root .det3x3-formula-box{ font-size: 0.88rem; }.tc-wp-tool-root .det3x3-steps-box{ font-size: 0.92rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .det3x3-calc-wrap{ padding: 34px 18px; border-radius: 0 !important; }.tc-wp-tool-root .det3x3-calc-container{ width: min(100%, 920px); }.tc-wp-tool-root .det3x3-calc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .det3x3-calc-hero p{ font-size: 1rem; }.tc-wp-tool-root .det3x3-main-layout{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .det3x3-output-stack{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .det3x3-card{ padding: 19px; }.tc-wp-tool-root .det3x3-matrix-grid input{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .det3x3-precision{ min-height: 46px; font-size: 0.96rem; }.tc-wp-tool-root .det3x3-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .det3x3-btn{ min-height: 50px; max-height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .det3x3-result-box{ font-size: 1.22rem; }.tc-wp-tool-root .det3x3-formula-box{ font-size: 0.92rem; }.tc-wp-tool-root .det3x3-steps-box{ font-size: 0.94rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .det3x3-calc-wrap{ padding: 38px 22px; border-radius: 0 !important; }.tc-wp-tool-root .det3x3-calc-container{ width: min(100%, 1120px); }.tc-wp-tool-root .det3x3-calc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .det3x3-calc-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .det3x3-main-layout{ grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: 18px; }.tc-wp-tool-root .det3x3-output-stack{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .det3x3-card{ padding: 20px; }.tc-wp-tool-root .det3x3-matrix-grid input{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .det3x3-precision{ min-height: 46px; font-size: 0.96rem; }.tc-wp-tool-root .det3x3-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .det3x3-btn{ min-height: 50px; max-height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .det3x3-result-box{ font-size: 1.26rem; }.tc-wp-tool-root .det3x3-formula-box{ font-size: 0.94rem; }.tc-wp-tool-root .det3x3-steps-box{ font-size: 0.95rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .det3x3-calc-wrap{ padding: 44px 24px; border-radius: 0 !important; }.tc-wp-tool-root .det3x3-calc-container{ width: min(100%, 1200px); }.tc-wp-tool-root .det3x3-calc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .det3x3-calc-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .det3x3-main-layout{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px; }.tc-wp-tool-root .det3x3-output-stack{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .det3x3-card{ padding: 22px; }.tc-wp-tool-root .det3x3-matrix-grid input{ height: 60px; font-size: 1.02rem; }.tc-wp-tool-root .det3x3-precision{ min-height: 48px; font-size: 0.98rem; }.tc-wp-tool-root .det3x3-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .det3x3-btn{ min-height: 50px; max-height: 56px; font-size: 1rem; }.tc-wp-tool-root .det3x3-result-box{ font-size: 1.32rem; }.tc-wp-tool-root .det3x3-formula-box{ font-size: 0.96rem; }.tc-wp-tool-root .det3x3-steps-box{ font-size: 0.96rem; }}@media (max-width: 299px) {.tc-wp-tool-root .det3x3-action-row{
    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;
}

.tc-wp-tool-root .det3x3-input-card {}
.tc-wp-tool-root .det3x3-output-card {}