@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 .cfm-cofactor-tool{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 42px 18px;
  color: #f5fffb;
  background:
    radial-gradient(circle at 18% 12%, rgba(35, 211, 196, 0.34), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(134, 92, 255, 0.3), transparent 32%),
    linear-gradient(135deg, #061528 0%, #082f3d 44%, #102348 73%, #21143f 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .cfm-cofactor-tool, .tc-wp-tool-root .cfm-cofactor-tool div, .tc-wp-tool-root .cfm-cofactor-tool section, .tc-wp-tool-root .cfm-cofactor-tool article, .tc-wp-tool-root .cfm-cofactor-tool header, .tc-wp-tool-root .cfm-cofactor-tool h1, .tc-wp-tool-root .cfm-cofactor-tool h2, .tc-wp-tool-root .cfm-cofactor-tool p, .tc-wp-tool-root .cfm-cofactor-tool label, .tc-wp-tool-root .cfm-cofactor-tool select, .tc-wp-tool-root .cfm-cofactor-tool option, .tc-wp-tool-root .cfm-cofactor-tool input, .tc-wp-tool-root .cfm-cofactor-tool button, .tc-wp-tool-root .cfm-cofactor-tool table, .tc-wp-tool-root .cfm-cofactor-tool td, .tc-wp-tool-root .cfm-cofactor-tool ol, .tc-wp-tool-root .cfm-cofactor-tool li, .tc-wp-tool-root .cfm-cofactor-tool code{
  box-sizing: border-box;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-bg{
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(73, 255, 196, 0.14), transparent 36%);
  opacity: 0.95;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-container{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero{
  text-align: center;
  margin: 0 auto 24px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.34);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero p{
  max-width: 720px;
  margin: 12px auto 0;
  color: rgba(232, 255, 250, 0.84);
  font-size: 1rem;
  line-height: 1.6;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-layout{
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-output-stack{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  min-width: 0;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-card{
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(188, 255, 239, 0.2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  transition: box-shadow 180ms ease, border-color 180ms ease, translate 180ms ease;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-card:hover{
  translate: 0 -2px;
  border-color: rgba(89, 255, 219, 0.42);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.38), 0 0 36px rgba(39, 220, 198, 0.12);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-card-head h2{
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-field{
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-field label{
  color: rgba(234, 255, 251, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-size{
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(178, 255, 239, 0.3);
  border-radius: 12px;
  color: #f4fffb;
  background-color: #092636;
  background-image: linear-gradient(145deg, rgba(17, 71, 91, 0.95), rgba(12, 35, 65, 0.95));
  font-size: 0.98rem;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-size option{
  color: #f4fffb;
  background-color: #092636;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-size:focus{
  border-color: #63ffe0;
  box-shadow: 0 0 0 4px rgba(99, 255, 224, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-shell{
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  padding: 4px 2px 10px;
  scrollbar-color: rgba(99, 255, 224, 0.7) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(48px, 1fr));
  gap: 10px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-cell{
  width: 100%;
  max-width: 100%;
  height: 54px;
  padding: 0 9px;
  border: 1px solid rgba(188, 255, 239, 0.24);
  border-radius: 12px;
  color: #ffffff;
  background: rgba(4, 18, 33, 0.7);
  font-size: 1rem;
  text-align: center;
  outline: none;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.22);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-cell:focus{
  border-color: #72ffe4;
  background: rgba(5, 30, 48, 0.88);
  box-shadow: 0 0 0 4px rgba(114, 255, 228, 0.14), 0 0 24px rgba(114, 255, 228, 0.12);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-utility-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 6px 0 10px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-action-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(204, 255, 244, 0.2);
  border-radius: 12px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  transition: box-shadow 160ms ease, translate 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn:focus-visible{
  outline: 3px solid rgba(119, 255, 228, 0.42);
  outline-offset: 2px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn:hover{
  translate: 0 -1px;
  box-shadow: 0 12px 28px rgba(28, 226, 205, 0.18);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn:active{
  translate: 0 1px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-primary, .tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-clear{
  height: 56px;
  padding: 0 12px;
  font-size: 0.96rem;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-primary{
  background: linear-gradient(135deg, #16d6c5, #6d8cff);
  box-shadow: 0 14px 34px rgba(27, 214, 197, 0.24);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-clear{
  background: linear-gradient(135deg, rgba(255, 107, 136, 0.92), rgba(133, 86, 255, 0.9));
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-soft, .tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-copy{
  height: 42px;
  padding: 0 11px;
  font-size: 0.86rem;
  background: rgba(255, 255, 255, 0.11);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-copy{
  width: auto;
  min-width: 84px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-output-head{
  margin-bottom: 12px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-output-box{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  border: 1px solid rgba(194, 255, 243, 0.16);
  border-radius: 14px;
  background: rgba(3, 17, 31, 0.58);
  color: rgba(244, 255, 252, 0.94);
  scrollbar-color: rgba(99, 255, 224, 0.7) rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-box{
  max-height: 260px;
  padding: 14px;
  font-size: 0.96rem;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-formula-box{
  max-height: 180px;
  padding: 14px;
  font-size: 1rem;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-steps-box{
  max-height: 260px;
  padding: 14px 18px;
  font-size: 0.95rem;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-output-box::-webkit-scrollbar, .tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-shell::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-output-box::-webkit-scrollbar-track, .tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-shell::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-output-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-shell::-webkit-scrollbar-thumb{
  background: rgba(99, 255, 224, 0.7);
  border-radius: 999px;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  animation: cfmReveal 260ms ease both;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-table td{
  min-width: 52px;
  padding: 11px 10px;
  border: 1px solid rgba(118, 255, 228, 0.22);
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-variant-numeric: tabular-nums;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-empty{
  color: rgba(232, 255, 250, 0.72);
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-formula-box code{
  color: #bdfced;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-steps-list{
  margin: 0;
  padding-left: 20px;
  color: rgba(244, 255, 252, 0.9);
  animation: cfmFade 260ms ease both;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-steps-list li{
  margin: 0 0 8px;
  line-height: 1.45;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-toast{
  width: min(100%, 520px);
  min-height: 0;
  margin: 16px auto 0;
  padding: 0;
  text-align: center;
  color: #061528;
  font-weight: 800;
  font-size: 0.92rem;
}.tc-wp-tool-root .cfm-cofactor-tool .cfm-toast.is-visible{
  padding: 11px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c9fff3, #8fffe8);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  animation: cfmFade 180ms ease both;
}@keyframes cfmReveal {
  from { opacity: 0; translate: 0 8px; }
  to { opacity: 1; translate: 0 0; }
}@keyframes cfmFade {
  from { opacity: 0; }
  to { opacity: 1; }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cfm-cofactor-tool{ padding: 24px 10px; border-radius: 0 !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-layout, .tc-wp-tool-root .cfm-cofactor-tool .cfm-output-stack{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-card{ padding: 13px; gap: 10px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size{ min-height: 46px; font-size: 0.92rem; background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size option{ background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-grid{ gap: 7px; grid-template-columns: repeat(var(--cfm-size, 3), minmax(42px, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-cell{ height: 46px; font-size: 0.88rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn{ font-size: 0.8rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-primary, .tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-clear{ height: 48px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-box{ font-size: 0.84rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-formula-box{ font-size: 0.88rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cfm-cofactor-tool{ padding: 28px 12px; border-radius: 0 !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero p{ font-size: 0.92rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-layout, .tc-wp-tool-root .cfm-cofactor-tool .cfm-output-stack{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-card{ padding: 15px; gap: 11px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size{ min-height: 48px; font-size: 0.95rem; background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size option{ background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-grid{ gap: 8px; grid-template-columns: repeat(var(--cfm-size, 3), minmax(44px, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-cell{ height: 48px; font-size: 0.92rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn{ font-size: 0.84rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-primary, .tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-clear{ height: 50px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-box{ font-size: 0.88rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-formula-box{ font-size: 0.92rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cfm-cofactor-tool{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-container{ width: 100%; max-width: 1200px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero p{ font-size: 0.96rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-layout, .tc-wp-tool-root .cfm-cofactor-tool .cfm-output-stack{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-card{ padding: 17px; gap: 12px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size{ min-height: 50px; font-size: 0.98rem; background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size option{ background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-grid{ gap: 9px; grid-template-columns: repeat(var(--cfm-size, 3), minmax(48px, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-cell{ height: 50px; font-size: 0.96rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn{ font-size: 0.88rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-primary, .tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-clear{ height: 52px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-box{ font-size: 0.92rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-formula-box{ font-size: 0.96rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cfm-cofactor-tool{ padding: 38px 20px; border-radius: 0 !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-container{ width: min(100%, 920px); max-width: 1200px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero p{ font-size: 1rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-layout, .tc-wp-tool-root .cfm-cofactor-tool .cfm-output-stack{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-card{ padding: 19px; gap: 14px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size{ min-height: 52px; font-size: 1rem; background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size option{ background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-grid{ gap: 10px; grid-template-columns: repeat(var(--cfm-size, 3), minmax(56px, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-cell{ height: 54px; font-size: 1rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn{ font-size: 0.92rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-primary, .tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-clear{ height: 54px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-box{ font-size: 0.96rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-formula-box{ font-size: 1rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cfm-cofactor-tool{ padding: 42px 24px; border-radius: 0 !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-container{ width: min(100%, 1120px); max-width: 1200px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero p{ font-size: 1.02rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-layout{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 18px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-output-stack{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-card{ padding: 20px; gap: 15px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size{ min-height: 52px; font-size: 1rem; background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size option{ background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-grid{ gap: 10px; grid-template-columns: repeat(var(--cfm-size, 3), minmax(52px, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-cell{ height: 54px; font-size: 1rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn{ font-size: 0.94rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-primary, .tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-clear{ height: 56px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-box{ font-size: 0.98rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-formula-box{ font-size: 1rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .cfm-cofactor-tool{ padding: 52px 28px; border-radius: 0 !important; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-container{ width: min(100%, 1200px); max-width: 1200px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-layout{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 20px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-output-stack{ grid-template-columns: 1fr; gap: 20px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-card{ padding: 22px; gap: 16px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size{ min-height: 54px; font-size: 1rem; background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-size option{ background-color: #092636; color: #f4fffb; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-matrix-grid{ gap: 11px; grid-template-columns: repeat(var(--cfm-size, 3), minmax(58px, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-cell{ height: 56px; font-size: 1.02rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn{ font-size: 0.95rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-action-row{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-primary, .tc-wp-tool-root .cfm-cofactor-tool .cfm-btn-clear{ height: 58px; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-result-box{ font-size: 1rem; }.tc-wp-tool-root .cfm-cofactor-tool .cfm-formula-box{ font-size: 1.02rem; }}.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 .cfm-formula-card {}
.tc-wp-tool-root .cfm-input-card {}
.tc-wp-tool-root .cfm-result-card {}
.tc-wp-tool-root .cfm-steps-card {}