@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 .cmx-complex-matrix-tool{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 38px 18px;
  color: #ecfeff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 184, 166, .42), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(139, 92, 246, .38), transparent 34%),
    radial-gradient(circle at 50% 105%, rgba(34, 211, 238, .24), transparent 40%),
    linear-gradient(135deg, #061524 0%, #071f33 36%, #0b1831 68%, #120d29 100%);
}.tc-wp-tool-root .cmx-complex-matrix-tool, .tc-wp-tool-root .cmx-complex-matrix-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-hero{
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-kicker{
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(125, 249, 222, .35);
  border-radius: 999px;
  background: rgba(9, 30, 48, .68);
  color: #a7f3d0;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(45, 212, 191, .16);
}.tc-wp-tool-root .cmx-complex-matrix-tool h1{
  margin: 10px 0 8px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: 0;
  color: #f8fafc;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-subtitle{
  margin: 0;
  color: #c7d2fe;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-main{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-panel, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-output-panel{
  display: grid;
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(165, 243, 252, .22);
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(10, 31, 52, .78), rgba(15, 23, 42, .58));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card:hover{
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, .42);
  box-shadow: 0 26px 84px rgba(0, 0, 0, .42), 0 0 28px rgba(45, 212, 191, .09);
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card-head h2{
  margin: 0;
  color: #f8fafc;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-control-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field{
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #bae6fd;
  font-size: .82rem;
  font-weight: 800;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(103, 232, 249, .24);
  border-radius: 13px;
  outline: none;
  color: #f8fafc;
  background-color: #081a2b;
  background-image: linear-gradient(180deg, rgba(14, 116, 144, .22), rgba(15, 23, 42, .82));
  transition: box-shadow .18s ease, border-color .18s ease, background .18s ease;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select{
  min-height: 46px;
  padding: 0 12px;
  appearance: auto;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option:checked, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option:hover, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option:focus{
  color: #f8fafc;
  background-color: #081a2b;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select:focus, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell:focus{
  border-color: #5eead4;
  box-shadow: 0 0 0 3px rgba(45, 212, 191, .19), 0 0 24px rgba(34, 211, 238, .18);
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-matrix-scroll{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 2px 8px;
  scrollbar-color: rgba(94, 234, 212, .65) rgba(8, 26, 43, .8);
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-matrix-grid{
  display: grid;
  gap: 9px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell{
  height: 48px;
  min-width: 0;
  padding: 0 9px;
  text-align: center;
  font-size: .92rem;
  font-weight: 750;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell.cmx-error{
  border-color: #fb7185;
  box-shadow: 0 0 0 3px rgba(251, 113, 133, .16);
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-copy{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(153, 246, 228, .35);
  border-radius: 14px;
  cursor: pointer;
  color: #f8fafc;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(135deg, #0f766e, #0891b2 48%, #7c3aed);
  box-shadow: 0 16px 34px rgba(6, 182, 212, .2);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn{
  min-height: 54px;
  padding: 0 14px;
  font-size: .98rem;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-clear{
  background: linear-gradient(135deg, #334155, #155e75 52%, #5b21b6);
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn:hover, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-copy:hover{
  filter: brightness(1.08);
  box-shadow: 0 18px 42px rgba(45, 212, 191, .28);
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn:active, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-copy:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn:focus-visible, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-copy:focus-visible{
  outline: 3px solid rgba(94, 234, 212, .42);
  outline-offset: 2px;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-copy{
  flex: 0 0 auto;
  width: auto;
  min-width: 86px;
  min-height: 36px;
  padding: 0 12px;
  font-size: .78rem;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-output-box{
  width: 100%;
  overflow: auto;
  border: 1px solid rgba(125, 249, 222, .2);
  border-radius: 16px;
  padding: 14px;
  background: rgba(2, 12, 24, .58);
  color: #e0f2fe;
  line-height: 1.55;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  scrollbar-color: rgba(94, 234, 212, .65) rgba(8, 26, 43, .8);
  animation: cmxFade .22s ease both;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-output{
  max-height: 260px;
  font-size: .92rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-formula-output{
  max-height: 180px;
  font-size: .98rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-steps-output{
  max-height: 260px;
  font-size: .9rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-steps-output ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-empty, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-error-msg{
  text-align: center;
  color: #bfdbfe;
  font-weight: 750;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-error-msg{
  color: #fecdd3;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-table{
  border-collapse: separate;
  border-spacing: 7px;
  width: 100%;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-table td{
  min-width: 74px;
  padding: 10px 9px;
  border: 1px solid rgba(94, 234, 212, .18);
  border-radius: 12px;
  background: rgba(15, 118, 110, .16);
  color: #f8fafc;
  text-align: center;
  font-weight: 800;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-toast{
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(18px);
  max-width: min(92vw, 440px);
  padding: 12px 16px;
  border: 1px solid rgba(153, 246, 228, .34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(8, 47, 73, .96), rgba(49, 46, 129, .96));
  color: #f8fafc;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .42);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-size: .9rem;
  font-weight: 850;
  transition: opacity .2s ease, transform .2s ease;
}.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-toast.cmx-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes cmxFade {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cmx-complex-matrix-tool{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cmx-complex-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-subtitle{ font-size: .88rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card{ padding: 12px; gap: 10px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-main, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-control-grid, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-output-panel, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-panel{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select{ width: 100%; color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option{ color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-matrix-grid{ gap: 7px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell{ height: 42px; font-size: .78rem; padding: 0 5px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn{ min-height: 48px; max-height: 56px; font-size: .82rem; padding: 0 8px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-output{ font-size: .82rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-formula-output{ font-size: .86rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cmx-complex-matrix-tool{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cmx-complex-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-subtitle{ font-size: .92rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card{ padding: 14px; gap: 11px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-main, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-control-grid, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-output-panel, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-panel{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select{ width: 100%; color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option{ color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-matrix-grid{ gap: 8px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell{ height: 44px; font-size: .82rem; padding: 0 6px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn{ min-height: 50px; max-height: 56px; font-size: .88rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-output{ font-size: .84rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-formula-output{ font-size: .9rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cmx-complex-matrix-tool{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cmx-complex-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-subtitle{ font-size: .96rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card{ padding: 15px; gap: 12px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-main, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-control-grid, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-output-panel, .tc-wp-tool-root .cmx-complex-matrix-tool .cmx-panel{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select{ width: 100%; color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option{ color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-matrix-grid{ gap: 8px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell{ height: 46px; font-size: .88rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn{ min-height: 52px; max-height: 56px; font-size: .94rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-output{ font-size: .88rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-formula-output{ font-size: .94rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cmx-complex-matrix-tool{ padding: 38px 18px; border-radius: 0 !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cmx-complex-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-subtitle{ font-size: 1rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card{ padding: 17px; gap: 14px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-main{ grid-template-columns: 1fr !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-control-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select{ width: 100%; color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option{ color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-matrix-grid{ gap: 9px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell{ height: 48px; font-size: .92rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn{ min-height: 54px; font-size: .98rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-output{ font-size: .92rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-formula-output{ font-size: .98rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cmx-complex-matrix-tool{ padding: 42px 20px; border-radius: 0 !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cmx-complex-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card{ padding: 18px; gap: 14px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-main{ grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select{ width: 100%; color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option{ color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell{ height: 48px; font-size: .92rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn{ min-height: 54px; font-size: .98rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-output{ font-size: .92rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-formula-output{ font-size: .98rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .cmx-complex-matrix-tool{ padding: 46px 24px; border-radius: 0 !important; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-shell{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cmx-complex-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-subtitle{ font-size: 1.04rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-card{ padding: 20px; gap: 15px; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-main{ grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select{ width: 100%; color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-field select option{ color: #f8fafc; background-color: #081a2b; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-cell{ height: 50px; font-size: .94rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-btn{ min-height: 56px; font-size: 1rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-result-output{ font-size: .94rem; }.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-formula-output{ font-size: 1rem; }}@media (max-width: 299px) {.tc-wp-tool-root .cmx-complex-matrix-tool .cmx-action-row{ 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 .cmx-cols {}
.tc-wp-tool-root .cmx-controls-card {}
.tc-wp-tool-root .cmx-formula-card {}
.tc-wp-tool-root .cmx-grid-a {}
.tc-wp-tool-root .cmx-grid-b {}
.tc-wp-tool-root .cmx-input-panel {}
.tc-wp-tool-root .cmx-matrix-b-card {}
.tc-wp-tool-root .cmx-matrix-card {}
.tc-wp-tool-root .cmx-op-field {}
.tc-wp-tool-root .cmx-operation {}
.tc-wp-tool-root .cmx-result-card {}
.tc-wp-tool-root .cmx-rows {}
.tc-wp-tool-root .cmx-solve {}
.tc-wp-tool-root .cmx-steps-card {}