@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 .cmtoftflux-x9k7-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  color: #f8fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(48, 255, 212, 0.34), transparent 31%),
    radial-gradient(circle at 86% 18%, rgba(255, 92, 182, 0.34), transparent 30%),
    linear-gradient(135deg, #0a1b4f 0%, #1934a6 38%, #7a1ed2 70%, #061226 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .cmtoftflux-x9k7-tool *, .tc-wp-tool-root .cmtoftflux-x9k7-tool *::before, .tc-wp-tool-root .cmtoftflux-x9k7-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .cmtoftflux-x9k7-container{
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .cmtoftflux-x9k7-header, .tc-wp-tool-root .cmtoftflux-x9k7-card, .tc-wp-tool-root .cmtoftflux-x9k7-stack, .tc-wp-tool-root .cmtoftflux-x9k7-control, .tc-wp-tool-root .cmtoftflux-x9k7-primary, .tc-wp-tool-root .cmtoftflux-x9k7-result-card, .tc-wp-tool-root .cmtoftflux-x9k7-chip, .tc-wp-tool-root .cmtoftflux-x9k7-quick-chip{
  min-width: 0;
  box-sizing: border-box;
}.tc-wp-tool-root .cmtoftflux-x9k7-header{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  text-align: center;
}.tc-wp-tool-root .cmtoftflux-x9k7-title{
  margin: 0;
  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;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.32);
  letter-spacing: 0;
}.tc-wp-tool-root .cmtoftflux-x9k7-subtitle{
  margin: 0;
  color: rgba(241, 247, 255, 0.92);
  font-weight: 600;
  line-height: 1.45;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .cmtoftflux-x9k7-card{
  height: auto;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 60px rgba(1, 7, 31, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.tc-wp-tool-root .cmtoftflux-x9k7-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 26px 70px rgba(1, 7, 31, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}.tc-wp-tool-root .cmtoftflux-x9k7-stack{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-tool-root .cmtoftflux-x9k7-label{
  display: block;
  margin: 0 0 7px;
  color: rgba(250, 253, 255, 0.95);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-tool-root .cmtoftflux-x9k7-input, .tc-wp-tool-root .cmtoftflux-x9k7-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  padding: 0 14px;
  background-color: rgba(255, 255, 255, 0.94);
  color: #0b1430;
  font: inherit;
  font-weight: 750;
  line-height: 1.2;
  outline: none;
  box-shadow: 0 10px 24px rgba(2, 8, 30, 0.16);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}.tc-wp-tool-root .cmtoftflux-x9k7-input::placeholder{
  color: #59657c;
  opacity: 1;
}.tc-wp-tool-root .cmtoftflux-x9k7-input:focus, .tc-wp-tool-root .cmtoftflux-x9k7-select:focus{
  border-color: #7cf7e8;
  box-shadow: 0 0 0 4px rgba(124, 247, 232, 0.25), 0 12px 28px rgba(2, 8, 30, 0.2);
  transform: translateY(-1px);
}.tc-wp-tool-root .cmtoftflux-x9k7-select, .tc-wp-tool-root .cmtoftflux-x9k7-select option{
  color: #0b1430;
  background-color: #ffffff;
}.tc-wp-tool-root .cmtoftflux-x9k7-select option:checked, .tc-wp-tool-root .cmtoftflux-x9k7-select option:focus{
  color: #071126;
  background-color: #dff8ff;
}.tc-wp-tool-root .cmtoftflux-x9k7-primary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(124, 247, 232, 0.38);
  background: linear-gradient(135deg, rgba(6, 18, 38, 0.72), rgba(30, 65, 177, 0.52));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 34px rgba(1, 7, 31, 0.22);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoftflux-x9k7-primary-text{
  min-width: 0;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoftflux-x9k7-badge{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 6px 10px;
  color: #061226;
  background: linear-gradient(135deg, #7cf7e8, #ffffff);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
}.tc-wp-tool-root .cmtoftflux-x9k7-status{
  margin: 0;
  min-height: 18px;
  color: #ffe8a3;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.35;
}.tc-wp-tool-root .cmtoftflux-x9k7-advanced, .tc-wp-tool-root .cmtoftflux-x9k7-results, .tc-wp-tool-root .cmtoftflux-x9k7-details, .tc-wp-tool-root .cmtoftflux-x9k7-quick{
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}.tc-wp-tool-root .cmtoftflux-x9k7-advanced{
  gap: 12px;
}.tc-wp-tool-root .cmtoftflux-x9k7-results{
  gap: 10px;
}.tc-wp-tool-root .cmtoftflux-x9k7-result-card{
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 12px 28px rgba(1, 7, 31, 0.16);
  overflow: hidden;
}.tc-wp-tool-root .cmtoftflux-x9k7-result-label{
  display: block;
  color: rgba(235, 246, 255, 0.82);
  font-weight: 850;
  line-height: 1.2;
}.tc-wp-tool-root .cmtoftflux-x9k7-result-value{
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-weight: 950;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoftflux-x9k7-details{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}.tc-wp-tool-root .cmtoftflux-x9k7-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(248, 252, 255, 0.94);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoftflux-x9k7-quick{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip{
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip:hover, .tc-wp-tool-root .cmtoftflux-x9k7-quick-chip:focus{
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(124, 247, 232, 0.68);
  box-shadow: 0 0 0 3px rgba(124, 247, 232, 0.2);
}.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip.cmtoftflux-x9k7-active{
  color: #061226;
  background: linear-gradient(135deg, #7cf7e8, #ffffff);
  animation: cmtoftflux-x9k7-pop 220ms ease;
}.tc-wp-tool-root .cmtoftflux-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 .cmtoftflux-x9k7-btn{
  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-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .cmtoftflux-x9k7-btn:hover, .tc-wp-tool-root .cmtoftflux-x9k7-btn:focus{
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(124, 247, 232, 0.18), 0 14px 28px rgba(1, 7, 31, 0.24);
}.tc-wp-tool-root .cmtoftflux-x9k7-btn-primary{
  color: #061226;
  background: linear-gradient(135deg, #7cf7e8, #ffffff);
}.tc-wp-tool-root .cmtoftflux-x9k7-btn-ghost, .tc-wp-tool-root .cmtoftflux-x9k7-btn-copy, .tc-wp-tool-root .cmtoftflux-x9k7-btn-copy-all{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
}.tc-wp-tool-root .cmtoftflux-x9k7-toast{
  justify-self: center;
  margin: 14px auto 0;
  width: fit-content;
  max-width: min(100%, 420px);
  min-height: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(6, 18, 38, 0.86);
  color: #ffffff;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, padding 180ms ease;
}.tc-wp-tool-root .cmtoftflux-x9k7-toast.cmtoftflux-x9k7-show{
  opacity: 1;
  transform: translateY(0);
  padding: 10px 16px;
}.tc-wp-tool-root .cmtoftflux-x9k7-pulse{
  animation: cmtoftflux-x9k7-pulse 260ms ease;
}@keyframes cmtoftflux-x9k7-pulse {
  0% { transform: scale(1); }
  45% { transform: scale(1.012); }
  100% { transform: scale(1); }
}@keyframes cmtoftflux-x9k7-pop {
  0% { transform: scale(0.96); }
  100% { transform: scale(1); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cmtoftflux-x9k7-tool{ padding: 30px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoftflux-x9k7-container{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoftflux-x9k7-header{ margin-bottom: 22px; gap: 8px; }.tc-wp-tool-root .cmtoftflux-x9k7-title{ font-size: clamp(1.5rem, 9vw, 2rem); color: #ffffff; }.tc-wp-tool-root .cmtoftflux-x9k7-subtitle{ font-size: 0.91rem; color: rgba(241, 247, 255, 0.93); }.tc-wp-tool-root .cmtoftflux-x9k7-card{ padding: 14px; }.tc-wp-tool-root .cmtoftflux-x9k7-stack{ gap: 14px; }.tc-wp-tool-root .cmtoftflux-x9k7-input, .tc-wp-tool-root .cmtoftflux-x9k7-select{ height: 48px; width: 100%; font-size: 0.95rem; }.tc-wp-tool-root .cmtoftflux-x9k7-btn{ height: 48px; max-height: 54px; padding: 0 10px; font-size: 0.88rem; }.tc-wp-tool-root .cmtoftflux-x9k7-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .cmtoftflux-x9k7-advanced{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-results{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-card{ padding: 12px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-label{ font-size: 0.75rem; }.tc-wp-tool-root .cmtoftflux-x9k7-result-value{ font-size: 1rem; }.tc-wp-tool-root .cmtoftflux-x9k7-primary-text{ font-size: 1rem; }.tc-wp-tool-root .cmtoftflux-x9k7-details{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .cmtoftflux-x9k7-chip{ padding: 9px 10px; font-size: 0.78rem; }.tc-wp-tool-root .cmtoftflux-x9k7-quick{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip{ min-height: 38px; padding: 0 9px; font-size: 0.82rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cmtoftflux-x9k7-tool{ padding: 30px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoftflux-x9k7-container{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoftflux-x9k7-header{ margin-bottom: 23px; gap: 9px; }.tc-wp-tool-root .cmtoftflux-x9k7-title{ font-size: clamp(1.65rem, 8vw, 2.15rem); color: #ffffff; }.tc-wp-tool-root .cmtoftflux-x9k7-subtitle{ font-size: 0.94rem; color: rgba(241, 247, 255, 0.93); }.tc-wp-tool-root .cmtoftflux-x9k7-card{ padding: 16px; }.tc-wp-tool-root .cmtoftflux-x9k7-stack{ gap: 15px; }.tc-wp-tool-root .cmtoftflux-x9k7-input, .tc-wp-tool-root .cmtoftflux-x9k7-select{ height: 50px; width: 100%; font-size: 0.96rem; }.tc-wp-tool-root .cmtoftflux-x9k7-btn{ height: 48px; max-height: 54px; padding: 0 12px; font-size: 0.9rem; }.tc-wp-tool-root .cmtoftflux-x9k7-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .cmtoftflux-x9k7-advanced{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-card{ padding: 12px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-label{ font-size: 0.76rem; }.tc-wp-tool-root .cmtoftflux-x9k7-result-value{ font-size: 1rem; }.tc-wp-tool-root .cmtoftflux-x9k7-primary-text{ font-size: 1.05rem; }.tc-wp-tool-root .cmtoftflux-x9k7-details{ grid-template-columns: 1fr; gap: 8px; }.tc-wp-tool-root .cmtoftflux-x9k7-chip{ padding: 9px 10px; font-size: 0.8rem; }.tc-wp-tool-root .cmtoftflux-x9k7-quick{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip{ min-height: 38px; padding: 0 9px; font-size: 0.84rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cmtoftflux-x9k7-tool{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoftflux-x9k7-container{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoftflux-x9k7-header{ margin-bottom: 24px; gap: 9px; }.tc-wp-tool-root .cmtoftflux-x9k7-title{ font-size: clamp(1.8rem, 7vw, 2.35rem); color: #ffffff; }.tc-wp-tool-root .cmtoftflux-x9k7-subtitle{ font-size: 0.98rem; color: rgba(241, 247, 255, 0.94); }.tc-wp-tool-root .cmtoftflux-x9k7-card{ padding: 18px; }.tc-wp-tool-root .cmtoftflux-x9k7-stack{ gap: 16px; }.tc-wp-tool-root .cmtoftflux-x9k7-input, .tc-wp-tool-root .cmtoftflux-x9k7-select{ height: 50px; width: 100%; font-size: 0.98rem; }.tc-wp-tool-root .cmtoftflux-x9k7-btn{ height: 50px; max-height: 54px; padding: 0 14px; font-size: 0.94rem; }.tc-wp-tool-root .cmtoftflux-x9k7-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-advanced{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .cmtoftflux-x9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-card{ padding: 13px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-label{ font-size: 0.78rem; }.tc-wp-tool-root .cmtoftflux-x9k7-result-value{ font-size: 1.06rem; }.tc-wp-tool-root .cmtoftflux-x9k7-primary-text{ font-size: 1.1rem; }.tc-wp-tool-root .cmtoftflux-x9k7-details{ grid-template-columns: 1fr; gap: 9px; }.tc-wp-tool-root .cmtoftflux-x9k7-chip{ padding: 9px 11px; font-size: 0.82rem; }.tc-wp-tool-root .cmtoftflux-x9k7-quick{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip{ min-height: 40px; padding: 0 8px; font-size: 0.82rem; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cmtoftflux-x9k7-tool{ padding: 42px 16px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoftflux-x9k7-container{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoftflux-x9k7-header{ margin-bottom: 26px; gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-title{ font-size: clamp(2rem, 5vw, 2.55rem); color: #ffffff; }.tc-wp-tool-root .cmtoftflux-x9k7-subtitle{ font-size: 1rem; color: rgba(241, 247, 255, 0.94); }.tc-wp-tool-root .cmtoftflux-x9k7-card{ padding: 22px; }.tc-wp-tool-root .cmtoftflux-x9k7-stack{ gap: 18px; }.tc-wp-tool-root .cmtoftflux-x9k7-input, .tc-wp-tool-root .cmtoftflux-x9k7-select{ height: 52px; width: 100%; font-size: 1rem; }.tc-wp-tool-root .cmtoftflux-x9k7-btn{ height: 50px; max-height: 54px; padding: 0 14px; font-size: 0.96rem; }.tc-wp-tool-root .cmtoftflux-x9k7-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-advanced{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoftflux-x9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-card{ padding: 14px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-label{ font-size: 0.8rem; }.tc-wp-tool-root .cmtoftflux-x9k7-result-value{ font-size: 1.12rem; }.tc-wp-tool-root .cmtoftflux-x9k7-primary-text{ font-size: 1.16rem; }.tc-wp-tool-root .cmtoftflux-x9k7-details{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-chip{ padding: 10px 12px; font-size: 0.84rem; }.tc-wp-tool-root .cmtoftflux-x9k7-quick{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip{ min-height: 40px; padding: 0 10px; font-size: 0.86rem; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cmtoftflux-x9k7-tool{ padding: 50px 18px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoftflux-x9k7-container{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoftflux-x9k7-header{ margin-bottom: 28px; gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-title{ font-size: clamp(2.2rem, 4vw, 2.7rem); color: #ffffff; }.tc-wp-tool-root .cmtoftflux-x9k7-subtitle{ font-size: 1.02rem; color: rgba(241, 247, 255, 0.95); }.tc-wp-tool-root .cmtoftflux-x9k7-card{ padding: 24px; }.tc-wp-tool-root .cmtoftflux-x9k7-stack{ gap: 18px; }.tc-wp-tool-root .cmtoftflux-x9k7-input, .tc-wp-tool-root .cmtoftflux-x9k7-select{ height: 52px; width: 100%; font-size: 1rem; }.tc-wp-tool-root .cmtoftflux-x9k7-btn{ height: 52px; max-height: 56px; padding: 0 14px; font-size: 0.98rem; }.tc-wp-tool-root .cmtoftflux-x9k7-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-advanced{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoftflux-x9k7-results{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-card{ padding: 15px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-label{ font-size: 0.82rem; }.tc-wp-tool-root .cmtoftflux-x9k7-result-value{ font-size: 1.14rem; }.tc-wp-tool-root .cmtoftflux-x9k7-primary-text{ font-size: 1.22rem; }.tc-wp-tool-root .cmtoftflux-x9k7-details{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-chip{ padding: 10px 12px; font-size: 0.86rem; }.tc-wp-tool-root .cmtoftflux-x9k7-quick{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip{ min-height: 42px; padding: 0 12px; font-size: 0.88rem; }}@media (min-width: 1200px) {.tc-wp-tool-root .cmtoftflux-x9k7-tool{ padding: 52px 18px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoftflux-x9k7-container{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoftflux-x9k7-header{ margin-bottom: 30px; gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-title{ font-size: clamp(2.25rem, 3vw, 2.8rem); color: #ffffff; }.tc-wp-tool-root .cmtoftflux-x9k7-subtitle{ font-size: 1.04rem; color: rgba(241, 247, 255, 0.95); }.tc-wp-tool-root .cmtoftflux-x9k7-card{ padding: 26px; }.tc-wp-tool-root .cmtoftflux-x9k7-stack{ gap: 18px; }.tc-wp-tool-root .cmtoftflux-x9k7-input, .tc-wp-tool-root .cmtoftflux-x9k7-select{ height: 54px; width: 100%; font-size: 1rem; }.tc-wp-tool-root .cmtoftflux-x9k7-btn{ height: 52px; max-height: 56px; padding: 0 14px; font-size: 1rem; }.tc-wp-tool-root .cmtoftflux-x9k7-actions{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-advanced{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoftflux-x9k7-results{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-card{ padding: 15px; }.tc-wp-tool-root .cmtoftflux-x9k7-result-label{ font-size: 0.82rem; }.tc-wp-tool-root .cmtoftflux-x9k7-result-value{ font-size: 1.16rem; }.tc-wp-tool-root .cmtoftflux-x9k7-primary-text{ font-size: 1.25rem; }.tc-wp-tool-root .cmtoftflux-x9k7-details{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-chip{ padding: 10px 12px; font-size: 0.88rem; }.tc-wp-tool-root .cmtoftflux-x9k7-quick{ grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoftflux-x9k7-quick-chip{ min-height: 42px; padding: 0 12px; 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;
}