@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 .life-matrix-calc-wrap{
  position: relative;
  width: 100%;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 34px 16px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 14% 12%, rgba(47, 235, 190, .26), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(136, 100, 255, .28), transparent 34%),
    linear-gradient(135deg, #07131f 0%, #0c2637 42%, #12162d 100%);
  font-family: inherit;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero{
  text-align: center;
  margin: 0 auto 24px;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero h1{
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero p{
  margin: 0 auto;
  max-width: 760px;
  color: #cdeaf2;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-main-grid{
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  box-sizing: border-box;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-output-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  box-sizing: border-box;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card{
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid rgba(196, 245, 255, .22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.07));
  box-shadow: 0 18px 46px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(16px);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card:hover{
  transform: translateY(-3px);
  border-color: rgba(74, 235, 210, .42);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .34), 0 0 28px rgba(45, 236, 205, .10);
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card h2{
  margin: 0;
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field{
  margin-top: 14px;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field label{
  display: block;
  margin-bottom: 7px;
  color: #d9f8ff;
  font-size: .9rem;
  font-weight: 700;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field input, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select{
  width: 100%;
  max-width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid rgba(205, 244, 255, .24);
  border-radius: 12px;
  outline: none;
  padding: 0 13px;
  color: #f8fdff;
  background-color: rgba(7, 20, 32, .86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  font-size: .98rem;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select option{
  color: #07131f;
  background-color: #f4fbff;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field input:focus, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select:focus{
  border-color: #42e8cf;
  box-shadow: 0 0 0 4px rgba(66, 232, 207, .18), inset 0 1px 0 rgba(255,255,255,.12);
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-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 .life-matrix-calc-wrap .lmc-action-row button, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-copy{
  box-sizing: border-box;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button{
  width: 100%;
  max-width: 100%;
  height: 54px;
  font-size: .96rem;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-solve{
  color: #03161a;
  background: linear-gradient(135deg, #5ff5d4, #8fffc2);
  box-shadow: 0 12px 28px rgba(73, 237, 206, .25);
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-clear{
  color: #f8fdff;
  background: linear-gradient(135deg, rgba(126, 118, 255, .9), rgba(46, 100, 160, .9));
  box-shadow: 0 12px 28px rgba(83, 104, 239, .22);
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button:hover, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-copy:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button:active, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-copy:active{
  transform: translateY(1px) scale(.99);
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-mini-note{
  margin-top: 14px;
  color: #b9dce4;
  font-size: .86rem;
  line-height: 1.45;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-section-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-copy{
  flex: 0 0 auto;
  min-width: 82px;
  height: 38px;
  padding: 0 12px;
  color: #061822;
  background: linear-gradient(135deg, #e9fbff, #9ff4df);
  font-size: .86rem;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-output-box, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-box{
  box-sizing: border-box;
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(218, 251, 255, .16);
  background: rgba(4, 15, 27, .52);
  padding: 14px;
  color: #ecfbff;
  overflow: auto;
  scrollbar-color: #5ff5d4 rgba(255,255,255,.08);
  scrollbar-width: thin;
  animation: lmcReveal .28s ease both;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-box{
  max-height: 260px;
  font-size: .95rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-box{
  max-height: 180px;
  font-size: .9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-steps-box{
  max-height: 260px;
  font-size: .9rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-box{
  max-height: 280px;
  padding: 12px;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-empty{
  margin: 0;
  color: #c9e5ec;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-list{
  margin: 0;
  padding: 0;
  list-style: none;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-list li, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-list li, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-steps-list li{
  margin: 0 0 8px;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-list, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-steps-list{
  margin: 0;
  padding-left: 18px;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table{
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 8px;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td{
  width: 33.333%;
  height: 76px;
  text-align: center;
  vertical-align: middle;
  border-radius: 14px;
  border: 1px solid rgba(126, 244, 224, .24);
  background: linear-gradient(145deg, rgba(95, 245, 212, .17), rgba(132, 117, 255, .13));
  color: #ffffff;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td span{
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.1;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td b{
  display: inline-block;
  margin-top: 5px;
  padding: 2px 8px;
  border-radius: 999px;
  color: #06161c;
  background: #bfffee;
  font-size: .78rem;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-toast{
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(18px);
  max-width: min(92vw, 420px);
  box-sizing: border-box;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(189, 255, 242, .38);
  color: #f8feff;
  background: rgba(5, 22, 34, .92);
  box-shadow: 0 18px 45px rgba(0,0,0,.36), 0 0 30px rgba(71, 241, 210, .16);
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-size: .92rem;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-toast.lmc-show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root .life-matrix-calc-wrap .lmc-error{
  border-color: rgba(255, 119, 119, .8) !important;
  box-shadow: 0 0 0 4px rgba(255, 101, 101, .16) !important;
}@keyframes lmcReveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .life-matrix-calc-wrap{ padding: 22px 10px; border-radius: 0 !important; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-container{ width: 100%; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero p{ font-size: .9rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-main-grid, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-output-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card{ padding: 13px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field input, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select{ width: 100%; height: 48px; font-size: .92rem; color: #f8fdff; background-color: rgba(7,20,32,.9); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select option{ color: #07131f; background-color: #f4fbff; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button{ height: 50px; font-size: .86rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-box{ font-size: .88rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-box{ font-size: .86rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table{ border-spacing: 5px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td{ width: 33.333%; height: 58px; font-size: .9rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td span{ font-size: 1rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .life-matrix-calc-wrap{ padding: 24px 12px; border-radius: 0 !important; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-container{ width: 100%; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero p{ font-size: .94rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-main-grid, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-output-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card{ padding: 14px; gap: 13px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field input, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select{ width: 100%; height: 50px; font-size: .94rem; color: #f8fdff; background-color: rgba(7,20,32,.9); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select option{ color: #07131f; background-color: #f4fbff; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button{ height: 52px; font-size: .9rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-box{ font-size: .9rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-box{ font-size: .87rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table{ border-spacing: 6px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td{ width: 33.333%; height: 62px; font-size: .92rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td span{ font-size: 1.08rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .life-matrix-calc-wrap{ padding: 28px 14px; border-radius: 0 !important; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-container{ width: 100%; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero p{ font-size: .96rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-main-grid, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-output-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card{ padding: 16px; gap: 14px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field input, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select{ width: 100%; height: 50px; font-size: .96rem; color: #f8fdff; background-color: rgba(7,20,32,.9); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select option{ color: #07131f; background-color: #f4fbff; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button{ height: 52px; font-size: .93rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-box{ font-size: .92rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-box{ font-size: .88rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table{ border-spacing: 7px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td{ width: 33.333%; height: 68px; font-size: .95rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td span{ font-size: 1.15rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .life-matrix-calc-wrap{ padding: 34px 18px; border-radius: 0 !important; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-container{ width: min(100%, 920px); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero p{ font-size: 1rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-main-grid{ grid-template-columns: .8fr 1.2fr; gap: 16px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card{ padding: 17px; gap: 16px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field input, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select{ width: 100%; height: 52px; font-size: .98rem; color: #f8fdff; background-color: rgba(7,20,32,.88); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select option{ color: #07131f; background-color: #f4fbff; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button{ height: 54px; font-size: .94rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-box{ font-size: .93rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-box{ font-size: .88rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td{ width: 33.333%; height: 70px; font-size: .96rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .life-matrix-calc-wrap{ padding: 42px 22px; border-radius: 0 !important; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-container{ width: min(100%, 1100px); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-main-grid{ grid-template-columns: .72fr 1.28fr; gap: 18px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card{ padding: 18px; gap: 18px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field input, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select{ width: 100%; height: 54px; font-size: 1rem; color: #f8fdff; background-color: rgba(7,20,32,.86); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select option{ color: #07131f; background-color: #f4fbff; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button{ height: 56px; font-size: .96rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-box{ font-size: .95rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-box{ font-size: .9rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td{ width: 33.333%; height: 76px; font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .life-matrix-calc-wrap{ padding: 48px 24px; border-radius: 0 !important; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-container{ width: min(100%, 1200px); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-main-grid{ grid-template-columns: .7fr 1.3fr; gap: 20px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-output-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-card{ padding: 20px; gap: 20px; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field input, .tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select{ width: 100%; height: 54px; font-size: 1rem; color: #f8fdff; background-color: rgba(7,20,32,.86); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-field select option{ color: #07131f; background-color: #f4fbff; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-action-row button{ height: 56px; font-size: .98rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-result-box{ font-size: .96rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-formula-box{ font-size: .91rem; }.tc-wp-tool-root .life-matrix-calc-wrap .lmc-matrix-table td{ width: 33.333%; height: 80px; font-size: 1rem; }}.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 .lmc-date {}
.tc-wp-tool-root .lmc-formula-card {}
.tc-wp-tool-root .lmc-input-card {}
.tc-wp-tool-root .lmc-matrix-card {}
.tc-wp-tool-root .lmc-name {}
.tc-wp-tool-root .lmc-result-card {}
.tc-wp-tool-root .lmc-steps-card {}
.tc-wp-tool-root .lmc-style {}