@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 .dmx-matrix-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 42px 18px;
  color: #eefcff;
  background:
    radial-gradient(circle at 15% 10%, rgba(45, 212, 191, 0.28), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(244, 114, 182, 0.2), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #0b1f33 42%, #102a43 68%, #071a2e 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .dmx-matrix-tool, .tc-wp-tool-root .dmx-matrix-tool div, .tc-wp-tool-root .dmx-matrix-tool section, .tc-wp-tool-root .dmx-matrix-tool header, .tc-wp-tool-root .dmx-matrix-tool h1, .tc-wp-tool-root .dmx-matrix-tool h2, .tc-wp-tool-root .dmx-matrix-tool h3, .tc-wp-tool-root .dmx-matrix-tool p, .tc-wp-tool-root .dmx-matrix-tool label, .tc-wp-tool-root .dmx-matrix-tool span, .tc-wp-tool-root .dmx-matrix-tool input, .tc-wp-tool-root .dmx-matrix-tool select, .tc-wp-tool-root .dmx-matrix-tool option, .tc-wp-tool-root .dmx-matrix-tool button{
  box-sizing: border-box;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-hero{
  text-align: center;
  margin: 0 auto 26px;
}.tc-wp-tool-root .dmx-matrix-tool h1{
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #f7ffff;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-hero p{
  margin: 0 auto;
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.55;
  color: #bdeff0;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-layout{
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 18px;
  width: 100%;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-panel, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(184, 255, 246, 0.18);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(10, 29, 48, 0.86), rgba(10, 43, 60, 0.68));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-panel:hover, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card:hover{
  transform: translateY(-2px);
  border-color: rgba(91, 255, 218, 0.36);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34), 0 0 34px rgba(45, 212, 191, 0.1);
}.tc-wp-tool-root .dmx-matrix-tool .dmx-input-panel{
  padding: 18px;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-width: 0;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-result-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-formula-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-card{
  padding: 16px;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .dmx-matrix-tool h2, .tc-wp-tool-root .dmx-matrix-tool h3{
  margin: 0;
  color: #f3ffff;
  letter-spacing: 0;
  line-height: 1.2;
}.tc-wp-tool-root .dmx-matrix-tool h2{
  font-size: 1rem;
}.tc-wp-tool-root .dmx-matrix-tool h3{
  font-size: 0.95rem;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-controls{
  display: grid;
  grid-template-columns: minmax(160px, 1.4fr) repeat(4, minmax(78px, 0.65fr));
  gap: 10px;
  margin-bottom: 14px;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-field{
  min-width: 0;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-field span{
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #a9ecec;
}.tc-wp-tool-root .dmx-matrix-tool select, .tc-wp-tool-root .dmx-matrix-tool input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #efffff;
  background: #0b2338;
  border: 1px solid rgba(151, 255, 238, 0.22);
  border-radius: 12px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .dmx-matrix-tool select{
  height: 44px;
  padding: 0 10px;
  font-size: 0.92rem;
  appearance: auto;
}.tc-wp-tool-root .dmx-matrix-tool select option{
  color: #efffff;
  background: #0b2338;
}.tc-wp-tool-root .dmx-matrix-tool select:focus, .tc-wp-tool-root .dmx-matrix-tool input:focus{
  border-color: #5fffe2;
  box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.2), 0 0 22px rgba(45, 212, 191, 0.14);
  background: #0d2b43;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-area{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card{
  padding: 14px;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-grid-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 4px;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-grid{
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-cell{
  width: 100%;
  max-width: 100%;
  height: 46px;
  padding: 0 8px;
  text-align: center;
  font-size: 0.92rem;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-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 .dmx-matrix-tool .dmx-btn, .tc-wp-tool-root .dmx-matrix-tool .dmx-mini-btn{
  border: 0;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #04151d;
  background: linear-gradient(135deg, #65ffe7, #7dd3fc 54%, #f9a8d4);
  box-shadow: 0 12px 30px rgba(45, 212, 191, 0.22);
  transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-btn{
  width: 100%;
  max-width: 100%;
  height: 54px;
  border-radius: 14px;
  font-size: 0.96rem;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-mini-btn{
  display: none;
  width: auto;
  min-width: 86px;
  height: 36px;
  padding: 0 12px;
  border-radius: 10px;
  font-size: 0.82rem;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-btn:hover, .tc-wp-tool-root .dmx-matrix-tool .dmx-mini-btn:hover{
  filter: brightness(1.06);
  box-shadow: 0 16px 38px rgba(45, 212, 191, 0.3), 0 0 24px rgba(249, 168, 212, 0.16);
}.tc-wp-tool-root .dmx-matrix-tool .dmx-btn:active, .tc-wp-tool-root .dmx-matrix-tool .dmx-mini-btn:active{
  transform: scale(0.98);
}.tc-wp-tool-root .dmx-matrix-tool .dmx-btn:focus-visible, .tc-wp-tool-root .dmx-matrix-tool .dmx-mini-btn:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-clear{
  background: linear-gradient(135deg, #14314a, #1d5060);
  color: #dffcff;
  border: 1px solid rgba(151, 255, 238, 0.24);
}.tc-wp-tool-root .dmx-matrix-tool .dmx-output{
  width: 100%;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid rgba(151, 255, 238, 0.16);
  border-radius: 14px;
  background: rgba(4, 16, 28, 0.54);
  color: #e9ffff;
  padding: 13px;
  line-height: 1.55;
  animation: dmxFade 220ms ease both;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-result-output{
  max-height: 260px;
  font-size: 0.96rem;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-formula-output{
  max-height: 180px;
  font-size: 0.92rem;
  color: #c9fbff;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output{
  max-height: 260px;
  font-size: 0.92rem;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-result{
  display: inline-grid;
  gap: 6px;
  max-height: 280px;
  overflow: auto;
  padding: 8px;
  border-left: 2px solid #65ffe7;
  border-right: 2px solid #65ffe7;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-result-cell{
  min-width: 54px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 9px;
  color: #efffff;
  background: rgba(101, 255, 231, 0.1);
  border: 1px solid rgba(101, 255, 231, 0.14);
}.tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output ol{
  margin: 0;
  padding-left: 20px;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output li{
  margin: 0 0 7px;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9999;
  transform: translateX(-50%) translateY(18px);
  max-width: min(92vw, 440px);
  padding: 12px 16px;
  border-radius: 999px;
  color: #efffff;
  background: rgba(4, 20, 34, 0.94);
  border: 1px solid rgba(101, 255, 231, 0.32);
  box-shadow: 0 16px 48px rgba(0,0,0,0.42), 0 0 28px rgba(45, 212, 191, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .dmx-matrix-tool .dmx-toast.dmx-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}@keyframes dmxFade {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .dmx-matrix-tool{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .dmx-matrix-tool .dmx-shell{ width: 100%; }.tc-wp-tool-root .dmx-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dmx-matrix-tool .dmx-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-layout, .tc-wp-tool-root .dmx-matrix-tool .dmx-output-stack, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-area, .tc-wp-tool-root .dmx-matrix-tool .dmx-controls{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-input-panel, .tc-wp-tool-root .dmx-matrix-tool .dmx-result-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-formula-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card{ padding: 12px; }.tc-wp-tool-root .dmx-matrix-tool select, .tc-wp-tool-root .dmx-matrix-tool input{ width: 100%; background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool select{ height: 42px; font-size: 0.88rem; }.tc-wp-tool-root .dmx-matrix-tool select option{ background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool .dmx-grid{ gap: 6px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-cell{ height: 42px; font-size: 0.84rem; width: 100%; }.tc-wp-tool-root .dmx-matrix-tool .dmx-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-btn{ height: 48px; font-size: 0.86rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-mini-btn{ height: 34px; font-size: 0.76rem; min-width: 76px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-result-output{ font-size: 0.86rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-formula-output, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output{ font-size: 0.84rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .dmx-matrix-tool{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .dmx-matrix-tool .dmx-shell{ width: 100%; }.tc-wp-tool-root .dmx-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dmx-matrix-tool .dmx-hero p{ font-size: 0.9rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-layout, .tc-wp-tool-root .dmx-matrix-tool .dmx-output-stack, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-area, .tc-wp-tool-root .dmx-matrix-tool .dmx-controls{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-input-panel, .tc-wp-tool-root .dmx-matrix-tool .dmx-result-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-formula-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card{ padding: 13px; }.tc-wp-tool-root .dmx-matrix-tool select, .tc-wp-tool-root .dmx-matrix-tool input{ width: 100%; background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool select{ height: 43px; font-size: 0.9rem; }.tc-wp-tool-root .dmx-matrix-tool select option{ background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool .dmx-grid{ gap: 7px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-cell{ height: 44px; font-size: 0.88rem; width: 100%; }.tc-wp-tool-root .dmx-matrix-tool .dmx-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-btn{ height: 50px; font-size: 0.9rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-result-output{ font-size: 0.88rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-formula-output, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output{ font-size: 0.86rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .dmx-matrix-tool{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .dmx-matrix-tool .dmx-shell{ width: 100%; }.tc-wp-tool-root .dmx-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dmx-matrix-tool .dmx-hero p{ font-size: 0.94rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-layout, .tc-wp-tool-root .dmx-matrix-tool .dmx-output-stack, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-area, .tc-wp-tool-root .dmx-matrix-tool .dmx-controls{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-input-panel, .tc-wp-tool-root .dmx-matrix-tool .dmx-result-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-formula-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card{ padding: 14px; }.tc-wp-tool-root .dmx-matrix-tool select, .tc-wp-tool-root .dmx-matrix-tool input{ width: 100%; background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool select{ height: 44px; font-size: 0.92rem; }.tc-wp-tool-root .dmx-matrix-tool select option{ background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool .dmx-grid{ gap: 8px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-cell{ height: 46px; font-size: 0.9rem; width: 100%; }.tc-wp-tool-root .dmx-matrix-tool .dmx-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-btn{ height: 52px; font-size: 0.92rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-result-output{ font-size: 0.9rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-formula-output, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output{ font-size: 0.88rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .dmx-matrix-tool{ padding: 38px 16px; border-radius: 0 !important; }.tc-wp-tool-root .dmx-matrix-tool .dmx-shell{ width: 100%; }.tc-wp-tool-root .dmx-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dmx-matrix-tool .dmx-hero p{ font-size: 0.98rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-layout{ grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); gap: 16px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-output-stack{ grid-template-columns: 1fr; gap: 13px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-area{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-input-panel, .tc-wp-tool-root .dmx-matrix-tool .dmx-result-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-formula-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card{ padding: 15px; }.tc-wp-tool-root .dmx-matrix-tool select, .tc-wp-tool-root .dmx-matrix-tool input{ width: 100%; background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool select{ height: 44px; font-size: 0.92rem; }.tc-wp-tool-root .dmx-matrix-tool select option{ background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool .dmx-grid{ gap: 8px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-cell{ height: 46px; font-size: 0.9rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-btn{ height: 54px; font-size: 0.94rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-result-output{ font-size: 0.92rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-formula-output, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output{ font-size: 0.9rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .dmx-matrix-tool{ padding: 42px 18px; border-radius: 0 !important; }.tc-wp-tool-root .dmx-matrix-tool .dmx-shell{ width: 100%; }.tc-wp-tool-root .dmx-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dmx-matrix-tool .dmx-hero p{ font-size: 1rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-layout{ grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr); gap: 18px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-output-stack{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-controls{ grid-template-columns: minmax(150px, 1.25fr) repeat(4, minmax(76px, 0.7fr)); gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-area{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-input-panel, .tc-wp-tool-root .dmx-matrix-tool .dmx-result-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-formula-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card{ padding: 16px; }.tc-wp-tool-root .dmx-matrix-tool select, .tc-wp-tool-root .dmx-matrix-tool input{ width: 100%; background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool select{ height: 45px; font-size: 0.94rem; }.tc-wp-tool-root .dmx-matrix-tool select option{ background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool .dmx-grid{ gap: 8px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-cell{ height: 47px; font-size: 0.92rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-btn{ height: 56px; font-size: 0.96rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-result-output{ font-size: 0.95rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-formula-output, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output{ font-size: 0.92rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .dmx-matrix-tool{ padding: 48px 22px; border-radius: 0 !important; }.tc-wp-tool-root .dmx-matrix-tool .dmx-shell{ width: 100%; }.tc-wp-tool-root .dmx-matrix-tool h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .dmx-matrix-tool .dmx-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-layout{ grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr); gap: 20px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-output-stack{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-controls{ grid-template-columns: minmax(170px, 1.35fr) repeat(4, minmax(82px, 0.65fr)); gap: 11px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-area{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-input-panel, .tc-wp-tool-root .dmx-matrix-tool .dmx-result-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-formula-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-card, .tc-wp-tool-root .dmx-matrix-tool .dmx-matrix-card{ padding: 18px; }.tc-wp-tool-root .dmx-matrix-tool select, .tc-wp-tool-root .dmx-matrix-tool input{ width: 100%; background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool select{ height: 46px; font-size: 0.95rem; }.tc-wp-tool-root .dmx-matrix-tool select option{ background: #0b2338; color: #efffff; }.tc-wp-tool-root .dmx-matrix-tool .dmx-grid{ gap: 9px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-cell{ height: 48px; font-size: 0.94rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .dmx-matrix-tool .dmx-btn{ height: 58px; font-size: 0.98rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-result-output{ font-size: 0.96rem; }.tc-wp-tool-root .dmx-matrix-tool .dmx-formula-output, .tc-wp-tool-root .dmx-matrix-tool .dmx-steps-output{ font-size: 0.93rem; }}.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 .dmx-b-size {}
.tc-wp-tool-root .dmx-card-b {}
.tc-wp-tool-root .dmx-cols-a {}
.tc-wp-tool-root .dmx-cols-b {}
.tc-wp-tool-root .dmx-copy {}
.tc-wp-tool-root .dmx-grid-a {}
.tc-wp-tool-root .dmx-grid-b {}
.tc-wp-tool-root .dmx-operation {}
.tc-wp-tool-root .dmx-rows-a {}
.tc-wp-tool-root .dmx-rows-b {}
.tc-wp-tool-root .dmx-solve {}