@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 .l10-matrix-cost-tool{
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 34px 18px;
  color: #eefcff;
  background:
    radial-gradient(circle at 12% 0%, rgba(39, 245, 196, 0.28), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(0, 196, 255, 0.24), transparent 30%),
    linear-gradient(135deg, #061322 0%, #092638 42%, #06433f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .l10-matrix-cost-tool, .tc-wp-tool-root .l10-matrix-cost-tool div, .tc-wp-tool-root .l10-matrix-cost-tool section, .tc-wp-tool-root .l10-matrix-cost-tool header, .tc-wp-tool-root .l10-matrix-cost-tool h1, .tc-wp-tool-root .l10-matrix-cost-tool h2, .tc-wp-tool-root .l10-matrix-cost-tool h3, .tc-wp-tool-root .l10-matrix-cost-tool p, .tc-wp-tool-root .l10-matrix-cost-tool label, .tc-wp-tool-root .l10-matrix-cost-tool input, .tc-wp-tool-root .l10-matrix-cost-tool select, .tc-wp-tool-root .l10-matrix-cost-tool option, .tc-wp-tool-root .l10-matrix-cost-tool button, .tc-wp-tool-root .l10-matrix-cost-tool table, .tc-wp-tool-root .l10-matrix-cost-tool th, .tc-wp-tool-root .l10-matrix-cost-tool td{
  box-sizing: border-box;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-hero{
  margin-bottom: 22px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f4ffff;
  text-shadow: 0 12px 34px rgba(0, 255, 221, 0.18);
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-subtitle{
  width: 100%;
  max-width: 760px;
  margin: 10px 0 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #bdeff1;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card{
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(164, 255, 235, 0.2);
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(9, 37, 54, 0.82), rgba(5, 23, 36, 0.76));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card:hover{
  transform: translateY(-3px);
  border-color: rgba(87, 255, 219, 0.42);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.42), 0 0 34px rgba(22, 232, 197, 0.12);
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-bottom: 14px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card-head h2, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-mini-section h3{
  margin: 0;
  color: #f7ffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-grid{
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-wide{
  grid-column: 1 / -1;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field{
  display: grid;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field span{
  color: #cbf7f2;
  font-size: 0.82rem;
  font-weight: 700;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field input, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(157, 255, 239, 0.24);
  border-radius: 12px;
  padding: 0 12px;
  color: #f5ffff;
  background-color: rgba(4, 20, 31, 0.92);
  outline: none;
  font-size: 0.95rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select{
  appearance: auto;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select option, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select option:checked, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select option:hover, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select option:focus{
  color: #f5ffff;
  background-color: #08283a;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field input:focus, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select:focus{
  border-color: #4fffe0;
  background-color: rgba(5, 29, 43, 0.98);
  box-shadow: 0 0 0 4px rgba(57, 255, 219, 0.16), 0 0 26px rgba(57, 255, 219, 0.12);
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-mini-section{
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-mini-section h3{
  margin-bottom: 9px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-grid{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-field span{
  font-size: 0.74rem;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-field input{
  height: 42px;
  padding: 0 9px;
  font-size: 0.86rem;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 18px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-copy{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 140ms ease, box-shadow 180ms ease, filter 180ms ease;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn{
  height: 56px;
  color: #032126;
  background: linear-gradient(135deg, #66ffe6, #21cfff 54%, #8fffd2);
  box-shadow: 0 16px 34px rgba(33, 207, 255, 0.22);
  font-size: 0.98rem;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-clear{
  color: #efffff;
  background: linear-gradient(135deg, rgba(26, 72, 87, 0.95), rgba(15, 45, 62, 0.95));
  border: 1px solid rgba(153, 255, 236, 0.24);
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-copy{
  flex: 0 0 auto;
  width: auto;
  min-width: 104px;
  height: 40px;
  padding: 0 13px;
  color: #06242a;
  background: linear-gradient(135deg, #7ffff0, #8fffd2);
  font-size: 0.86rem;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn:hover, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-copy:hover{
  filter: brightness(1.06);
  box-shadow: 0 18px 44px rgba(52, 255, 225, 0.24);
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn:active, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-copy:active{
  transform: translateY(1px) scale(0.99);
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn:focus-visible, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-copy:focus-visible{
  outline: 3px solid rgba(128, 255, 236, 0.8);
  outline-offset: 3px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-error{
  min-height: 22px;
  margin-top: 12px;
  color: #ffd8d8;
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-results-stack{
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-result-head{
  align-items: center;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-result-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-matrix-box{
  width: 100%;
  max-width: 100%;
  overflow: auto;
  color: #e7ffff;
  scrollbar-color: #47f5d4 rgba(4, 20, 31, 0.75);
  scrollbar-width: thin;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-result-box{ max-height: 260px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box{ max-height: 180px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box{ max-height: 260px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-matrix-box{ max-height: 280px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-result-box::-webkit-scrollbar, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box::-webkit-scrollbar, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box::-webkit-scrollbar, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-matrix-box::-webkit-scrollbar, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table-wrap::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-result-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-matrix-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table-wrap::-webkit-scrollbar-thumb{
  background: #47f5d4;
  border-radius: 999px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-empty{
  margin: 0;
  color: #bdeff1;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 100%;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 13px;
  border-radius: 14px;
  border: 1px solid rgba(136, 255, 235, 0.2);
  background: rgba(3, 21, 32, 0.62);
  animation: l10mReveal 260ms ease both;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card span{
  display: block;
  color: #9feee8;
  font-size: 0.75rem;
  font-weight: 800;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card strong{
  display: block;
  margin-top: 7px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-warning{
  grid-column: 1 / -1;
  padding: 12px;
  border-radius: 14px;
  color: #fff1d6;
  background: rgba(142, 78, 0, 0.26);
  border: 1px solid rgba(255, 192, 91, 0.36);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table{
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  color: #efffff;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table td{
  padding: 11px 10px;
  border-bottom: 1px solid rgba(146, 255, 237, 0.14);
  text-align: right;
  font-size: 0.86rem;
  white-space: nowrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th:first-child, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table td:first-child{
  text-align: left;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th{
  color: #9fffee;
  background: rgba(5, 28, 41, 0.95);
  position: sticky;
  top: 0;
  z-index: 1;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-side-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box{
  font-size: 0.88rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  animation: l10mFade 260ms ease both;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box p, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box p{
  margin: 0 0 8px;
  color: #d9ffff;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%) scale(0.96);
  width: min(90vw, 360px);
  max-width: 360px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(145, 255, 235, 0.34);
  color: #f8ffff;
  background: rgba(4, 24, 36, 0.95);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.48), 0 0 36px rgba(67, 255, 219, 0.16);
  text-align: center;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .l10-matrix-cost-tool .l10m-toast.l10m-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@keyframes l10mReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@keyframes l10mFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .l10-matrix-cost-tool{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-container{ width: 100%; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-subtitle{ font-size: 0.88rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-layout, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-side-grid{ grid-template-columns: 1fr; gap: 12px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card{ padding: 13px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field input, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select{ height: 44px; font-size: 0.9rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table{ min-width: 700px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table td{ padding: 9px 8px; font-size: 0.78rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn{ height: 50px; font-size: 0.88rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card strong{ font-size: 0.92rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box{ font-size: 0.82rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .l10-matrix-cost-tool{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-container{ width: 100%; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-subtitle{ font-size: 0.92rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-layout, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-side-grid{ grid-template-columns: 1fr; gap: 13px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card{ padding: 14px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field input, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select{ height: 45px; font-size: 0.92rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table{ min-width: 720px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table td{ padding: 10px 8px; font-size: 0.8rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn{ height: 52px; font-size: 0.9rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card strong{ font-size: 0.94rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box{ font-size: 0.84rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .l10-matrix-cost-tool{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-container{ width: 100%; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-subtitle{ font-size: 0.95rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-layout, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-grid, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-side-grid{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card{ padding: 15px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field input, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select{ height: 46px; font-size: 0.94rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table{ min-width: 740px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table td{ padding: 10px 9px; font-size: 0.82rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn{ height: 52px; font-size: 0.94rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card strong{ font-size: 0.96rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box{ font-size: 0.86rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .l10-matrix-cost-tool{ padding: 32px 18px; border-radius: 0 !important; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-container{ width: 96%; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-subtitle{ font-size: 1rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-layout{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-grid{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-side-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card{ padding: 17px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field input, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select{ height: 46px; font-size: 0.95rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table{ min-width: 760px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table td{ padding: 11px 10px; font-size: 0.85rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn{ height: 54px; font-size: 0.96rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card strong{ font-size: 1rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box{ font-size: 0.88rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .l10-matrix-cost-tool{ padding: 36px 20px; border-radius: 0 !important; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-container{ width: 96%; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-layout{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 18px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-grid{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-side-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card{ padding: 18px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field input, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select{ height: 47px; font-size: 0.96rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table{ min-width: 760px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table td{ padding: 11px 10px; font-size: 0.86rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn{ height: 56px; font-size: 0.98rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card strong{ font-size: 1rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box{ font-size: 0.88rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .l10-matrix-cost-tool{ padding: 42px 22px; border-radius: 0 !important; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-container{ width: 94%; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-subtitle{ font-size: 1.05rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-layout{ grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 20px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-level-grid{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-side-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-card{ padding: 20px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-field input, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-field select{ height: 48px; font-size: 0.98rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table{ min-width: 780px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-table th, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-table td{ padding: 12px 10px; font-size: 0.88rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-btn{ height: 58px; font-size: 1rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-summary-card strong{ font-size: 1.05rem; }.tc-wp-tool-root .l10-matrix-cost-tool .l10m-formula-box, .tc-wp-tool-root .l10-matrix-cost-tool .l10m-steps-box{ font-size: 0.9rem; }}.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 .l10m-commission-grid {}
.tc-wp-tool-root .l10m-fill-grid {}
.tc-wp-tool-root .l10m-formula-card {}
.tc-wp-tool-root .l10m-global-fill {}
.tc-wp-tool-root .l10m-input-card {}
.tc-wp-tool-root .l10m-join-cost {}
.tc-wp-tool-root .l10m-matrix-body {}
.tc-wp-tool-root .l10m-matrix-card {}
.tc-wp-tool-root .l10m-monthly-cost {}
.tc-wp-tool-root .l10m-result-card {}
.tc-wp-tool-root .l10m-retention {}
.tc-wp-tool-root .l10m-solve {}
.tc-wp-tool-root .l10m-steps-card {}
.tc-wp-tool-root .l10m-width {}