@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 .cmtoflux-cm-pounds-x9k7-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 34px 16px;
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 10%, rgba(45, 212, 191, 0.42), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(245, 158, 11, 0.28), transparent 34%),
    linear-gradient(135deg, #08111f 0%, #12343a 46%, #3b1f47 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool *{
  box-sizing: border-box;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-inner{
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-title{
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
  max-width: 100%;
  overflow-wrap: break-word;
  margin: 0 0 10px;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
  letter-spacing: 0;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-subtitle{
  margin: 0 auto 18px;
  max-width: 760px;
  text-align: center;
  color: rgba(245, 250, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.5;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-panel{
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-field{
  min-width: 0;
  display: grid;
  gap: 7px;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-label{
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-input, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  padding: 0 13px;
  color: #f8fbff;
  background-color: rgba(7, 18, 32, 0.76);
  outline: none;
  font-size: 0.96rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-select option{
  color: #0f172a;
  background-color: #ffffff;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-input:focus, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-select:focus{
  border-color: rgba(94, 234, 212, 0.9);
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.18), 0 0 28px rgba(45, 212, 191, 0.2);
  background-color: rgba(4, 14, 26, 0.9);
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-validation{
  min-height: 18px;
  color: #fecaca;
  font-size: 0.82rem;
  line-height: 1.25;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-primary{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.26), rgba(168, 85, 247, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-primary.cmtoflux-cm-pounds-x9k7-pulse{
  animation: cmtoflux-cm-pounds-x9k7-pulse 340ms ease;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-primary-kicker{
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-primary-value{
  min-width: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 4vw, 2rem);
  line-height: 1.15;
  overflow-wrap: break-word;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-badge{
  justify-self: start;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  color: #052e2b;
  background: #99f6e4;
  font-size: 0.78rem;
  font-weight: 850;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-options, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-custom{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-custom{
  display: none;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-custom.cmtoflux-cm-pounds-x9k7-custom-show{
  display: grid;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-note{
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.84rem;
  line-height: 1.35;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-actions{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-button{
  height: 48px;
  min-height: 46px;
  max-height: 54px;
  padding: 0 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-button-main, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-button-copy{
  background: linear-gradient(135deg, #14b8a6, #7c3aed);
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-button:hover, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chip:hover, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(20, 184, 166, 0.2);
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-button:focus-visible, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chip:focus-visible{
  outline: 3px solid rgba(153, 246, 228, 0.88);
  outline-offset: 3px;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-cards{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card{
  min-width: 0;
  min-height: 82px;
  display: grid;
  gap: 7px;
  align-content: center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.17);
  transition: transform 180ms ease, box-shadow 180ms ease;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card span{
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.77rem;
  font-weight: 800;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card strong{
  min-width: 0;
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.2;
  overflow-wrap: break-word;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-details, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-detail, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chip{
  min-width: 0;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f8fbff;
  background: rgba(255, 255, 255, 0.11);
  font-size: 0.84rem;
  font-weight: 800;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-detail{
  padding: 8px 10px;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chip{
  min-height: 40px;
  padding: 0 12px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chip.cmtoflux-cm-pounds-x9k7-chip-active{
  background: rgba(153, 246, 228, 0.22);
  animation: cmtoflux-cm-pounds-x9k7-chip 260ms ease;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 9999;
  transform: translate(-50%, 18px);
  max-width: min(92vw, 360px);
  padding: 10px 14px;
  border-radius: 999px;
  color: #06201d;
  background: #ccfbf1;
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  transition: opacity 180ms ease, transform 180ms ease;
}.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-toast.cmtoflux-cm-pounds-x9k7-toast-show{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes cmtoflux-cm-pounds-x9k7-pulse {
  0% { transform: scale(1); }
  45% { transform: scale(1.012); }
  100% { transform: scale(1); }
}@keyframes cmtoflux-cm-pounds-x9k7-chip {
  0% { transform: scale(1); }
  50% { transform: scale(0.96); }
  100% { transform: scale(1); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool{ padding: 22px 10px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-inner{ width: 100%; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-title{ font-size: clamp(1.5rem, 8vw, 2rem); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-subtitle{ font-size: 0.88rem; margin-bottom: 12px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-panel{ padding: 11px; gap: 10px; border-radius: 18px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-input, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-select{ height: 46px; font-size: 0.9rem; padding: 0 10px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-button{ height: 46px; min-height: 46px; max-height: 54px; padding: 0 9px; font-size: 0.88rem; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-cards{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card{ padding: 10px; min-height: 78px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card strong{ font-size: 0.88rem; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-details, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chips{ gap: 7px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chip{ min-height: 38px; padding: 0 10px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool{ padding: 26px 12px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-inner{ width: 100%; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-title{ font-size: clamp(1.7rem, 7vw, 2.2rem); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-subtitle{ font-size: 0.9rem; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-panel{ padding: 13px; gap: 11px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-input, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-select{ height: 47px; font-size: 0.93rem; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-button{ height: 48px; max-height: 54px; font-size: 0.92rem; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-cards{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card{ min-height: 80px; padding: 11px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-detail, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chip{ font-size: 0.82rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool{ padding: 30px 14px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-inner{ width: 100%; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-title{ font-size: clamp(1.9rem, 6vw, 2.45rem); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-subtitle{ font-size: 0.94rem; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-panel{ padding: 15px; gap: 12px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-options, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-custom{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-note{ grid-column: 1 / -1; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-cards{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card{ min-height: 84px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chips{ align-items: center; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool{ padding: 38px 22px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-inner{ width: min(100%, 880px); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-title{ font-size: clamp(2.15rem, 4.5vw, 2.7rem); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-subtitle{ font-size: 1rem; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-panel{ padding: 18px; gap: 13px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-options{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-custom{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-note{ grid-column: 1 / -1; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-input, .tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-select{ height: 48px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-cards{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card{ min-height: 88px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool{ padding: 42px 28px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-inner{ width: min(100%, 1040px); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-title{ font-size: clamp(2.35rem, 3.2vw, 2.8rem); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-subtitle{ font-size: 1.02rem; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-panel{ padding: 20px; gap: 14px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-options{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-custom{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-note{ grid-column: 1 / -1; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-cards{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card{ padding: 14px; min-height: 90px; }}@media (min-width: 1200px) {.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool{ padding: 46px 32px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-inner{ width: min(100%, 1160px); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-title{ font-size: clamp(2.45rem, 2.8vw, 2.8rem); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-subtitle{ font-size: 1.03rem; margin-bottom: 20px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-panel{ padding: 22px; gap: 14px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-options{ grid-template-columns: repeat(3, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-custom{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-note{ grid-column: 1 / -1; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-cards{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-card{ padding: 15px; min-height: 92px; }.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-tool .cmtoflux-cm-pounds-x9k7-chip{ min-height: 42px; }}.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 .cmtoflux-cm-pounds-x9k7-button-clear {}
.tc-wp-tool-root .cmtoflux-cm-pounds-x9k7-button-copyall {}