@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 .cmringflux-x9k7-tool{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 52px 18px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.28), transparent 28%),
    linear-gradient(135deg, #1638a8 0%, #7d2ae8 45%, #f02f86 100%);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-tool-root .cmringflux-x9k7-container{
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .cmringflux-x9k7-header{
  text-align: center;
  margin: 0 0 26px;
  box-sizing: border-box;
}.tc-wp-tool-root .cmringflux-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;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(0,0,0,.32);
  margin: 0;
}.tc-wp-tool-root .cmringflux-x9k7-subtitle{
  margin: 10px auto 0;
  max-width: 760px;
  color: rgba(255,255,255,.92);
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmringflux-x9k7-card{
  width: 100%;
  box-sizing: border-box;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 22px 60px rgba(13, 18, 58, .28), inset 0 1px 0 rgba(255,255,255,.2);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .cmringflux-x9k7-main{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cmringflux-x9k7-label{
  display: block;
  color: rgba(255,255,255,.9);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 7px;
}.tc-wp-tool-root .cmringflux-x9k7-input, .tc-wp-tool-root .cmringflux-x9k7-select{
  width: 100%;
  max-width: 100%;
  height: 52px;
  box-sizing: border-box;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.35);
  background-color: rgba(255,255,255,.94);
  color: #121633;
  padding: 0 14px;
  font-size: 1rem;
  font-weight: 700;
  outline: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}.tc-wp-tool-root .cmringflux-x9k7-select option{
  color: #121633;
  background-color: #ffffff;
}.tc-wp-tool-root .cmringflux-x9k7-input:focus, .tc-wp-tool-root .cmringflux-x9k7-select:focus, .tc-wp-tool-root .cmringflux-x9k7-btn:focus, .tc-wp-tool-root .cmringflux-x9k7-chip:focus{
  outline: 3px solid rgba(255,255,255,.55);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px rgba(60, 225, 255, .22), 0 10px 26px rgba(0,0,0,.15);
}.tc-wp-tool-root .cmringflux-x9k7-actionrow{
  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 .cmringflux-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: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}.tc-wp-tool-root .cmringflux-x9k7-btn:hover, .tc-wp-tool-root .cmringflux-x9k7-chip:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .cmringflux-x9k7-btn-primary{
  color: #11142e;
  background: linear-gradient(135deg, #ffffff, #79f3ff);
  box-shadow: 0 12px 28px rgba(44, 231, 255, .28);
}.tc-wp-tool-root .cmringflux-x9k7-btn-ghost, .tc-wp-tool-root .cmringflux-x9k7-btn-copy{
  color: #ffffff;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
}.tc-wp-tool-root .cmringflux-x9k7-status{
  min-height: 18px;
  color: #fff4a8;
  font-size: .84rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmringflux-x9k7-resultstrip{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(6,10,36,.62), rgba(255,255,255,.17));
  border: 1px solid rgba(255,255,255,.32);
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmringflux-x9k7-resultstrip.cmringflux-x9k7-pulse{
  animation: cmringflux-x9k7-pulse .38s ease;
}.tc-wp-tool-root .cmringflux-x9k7-resultmain{
  color: #ffffff;
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmringflux-x9k7-badge{
  flex: 0 0 auto;
  color: #07162b;
  background: #b9ffef;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: .76rem;
  font-weight: 900;
}.tc-wp-tool-root .cmringflux-x9k7-controls{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cmringflux-x9k7-field{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cmringflux-x9k7-results{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cmringflux-x9k7-resultcard{
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  box-sizing: border-box;
}.tc-wp-tool-root .cmringflux-x9k7-resultlabel{
  display: block;
  color: rgba(255,255,255,.78);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 7px;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmringflux-x9k7-resultvalue{
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmringflux-x9k7-details, .tc-wp-tool-root .cmringflux-x9k7-quickchips{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-tool-root .cmringflux-x9k7-detailchip, .tc-wp-tool-root .cmringflux-x9k7-chip{
  border-radius: 999px;
  padding: 9px 11px;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmringflux-x9k7-detailchip{
  color: #ffffff;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
}.tc-wp-tool-root .cmringflux-x9k7-chip{
  color: #ffffff;
  background: rgba(4,12,40,.28);
  border: 1px solid rgba(255,255,255,.28);
  cursor: pointer;
  min-height: 40px;
  transition: transform .2s ease, background .2s ease;
}.tc-wp-tool-root .cmringflux-x9k7-chip.cmringflux-x9k7-active{
  color: #101532;
  background: #ffffff;
  animation: cmringflux-x9k7-chip .28s ease;
}.tc-wp-tool-root .cmringflux-x9k7-toast{
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  max-width: min(420px, calc(100vw - 28px));
  padding: 11px 14px;
  border-radius: 999px;
  color: #101532;
  background: #ffffff;
  font-size: .86rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 16px 45px rgba(0,0,0,.24);
  transition: opacity .22s ease, transform .22s ease;
  box-sizing: border-box;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmringflux-x9k7-toast.cmringflux-x9k7-show{
  opacity: 1;
  transform: translate(-50%, 0);
}@keyframes cmringflux-x9k7-pulse {
  0% { box-shadow: 0 0 0 rgba(121,243,255,0); }
  50% { box-shadow: 0 0 0 6px rgba(121,243,255,.18); }
  100% { box-shadow: 0 0 0 rgba(121,243,255,0); }
}@keyframes cmringflux-x9k7-chip {
  0% { transform: scale(.97); }
  100% { transform: scale(1); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cmringflux-x9k7-tool{ padding: 30px 12px; border-radius: 0 !important; }.tc-wp-tool-root .cmringflux-x9k7-container{ max-width: 1160px; }.tc-wp-tool-root .cmringflux-x9k7-title{ font-size: clamp(1.5rem, 9vw, 2rem); color: #ffffff; }.tc-wp-tool-root .cmringflux-x9k7-subtitle{ font-size: .9rem; color: rgba(255,255,255,.92); }.tc-wp-tool-root .cmringflux-x9k7-card{ padding: 14px; gap: 14px; }.tc-wp-tool-root .cmringflux-x9k7-main{ grid-template-columns: 1fr; gap: 14px; }.tc-wp-tool-root .cmringflux-x9k7-input, .tc-wp-tool-root .cmringflux-x9k7-select{ height: 48px; width: 100%; }.tc-wp-tool-root .cmringflux-x9k7-btn{ height: 48px; padding: 0 10px; }.tc-wp-tool-root .cmringflux-x9k7-controls{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .cmringflux-x9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmringflux-x9k7-resultcard{ padding: 11px; }.tc-wp-tool-root .cmringflux-x9k7-resultlabel{ font-size: .68rem; }.tc-wp-tool-root .cmringflux-x9k7-resultvalue{ font-size: .86rem; }.tc-wp-tool-root .cmringflux-x9k7-detailchip, .tc-wp-tool-root .cmringflux-x9k7-chip{ font-size: .76rem; padding: 8px 9px; }.tc-wp-tool-root .cmringflux-x9k7-quickchips{ flex-wrap: wrap; }.tc-wp-tool-root .cmringflux-x9k7-header{ margin-bottom: 22px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cmringflux-x9k7-tool{ padding: 32px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmringflux-x9k7-container{ max-width: 1160px; }.tc-wp-tool-root .cmringflux-x9k7-title{ font-size: clamp(1.65rem, 8vw, 2.2rem); color: #ffffff; }.tc-wp-tool-root .cmringflux-x9k7-subtitle{ font-size: .94rem; color: rgba(255,255,255,.93); }.tc-wp-tool-root .cmringflux-x9k7-card{ padding: 16px; gap: 15px; }.tc-wp-tool-root .cmringflux-x9k7-main{ grid-template-columns: 1fr; gap: 15px; }.tc-wp-tool-root .cmringflux-x9k7-input, .tc-wp-tool-root .cmringflux-x9k7-select{ height: 50px; width: 100%; }.tc-wp-tool-root .cmringflux-x9k7-btn{ height: 48px; padding: 0 12px; }.tc-wp-tool-root .cmringflux-x9k7-controls{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .cmringflux-x9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmringflux-x9k7-resultcard{ padding: 12px; }.tc-wp-tool-root .cmringflux-x9k7-resultlabel{ font-size: .72rem; }.tc-wp-tool-root .cmringflux-x9k7-resultvalue{ font-size: .9rem; }.tc-wp-tool-root .cmringflux-x9k7-detailchip, .tc-wp-tool-root .cmringflux-x9k7-chip{ font-size: .78rem; }.tc-wp-tool-root .cmringflux-x9k7-quickchips{ flex-wrap: wrap; }.tc-wp-tool-root .cmringflux-x9k7-header{ margin-bottom: 23px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cmringflux-x9k7-tool{ padding: 34px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmringflux-x9k7-container{ max-width: 1160px; }.tc-wp-tool-root .cmringflux-x9k7-title{ font-size: clamp(1.8rem, 7vw, 2.45rem); color: #ffffff; }.tc-wp-tool-root .cmringflux-x9k7-subtitle{ font-size: .98rem; color: rgba(255,255,255,.93); }.tc-wp-tool-root .cmringflux-x9k7-card{ padding: 18px; gap: 16px; }.tc-wp-tool-root .cmringflux-x9k7-main{ grid-template-columns: 1fr; gap: 16px; }.tc-wp-tool-root .cmringflux-x9k7-input, .tc-wp-tool-root .cmringflux-x9k7-select{ height: 50px; width: 100%; }.tc-wp-tool-root .cmringflux-x9k7-btn{ height: 50px; padding: 0 13px; }.tc-wp-tool-root .cmringflux-x9k7-controls{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .cmringflux-x9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }.tc-wp-tool-root .cmringflux-x9k7-resultcard{ padding: 13px; }.tc-wp-tool-root .cmringflux-x9k7-resultlabel{ font-size: .74rem; }.tc-wp-tool-root .cmringflux-x9k7-resultvalue{ font-size: .96rem; }.tc-wp-tool-root .cmringflux-x9k7-detailchip, .tc-wp-tool-root .cmringflux-x9k7-chip{ font-size: .8rem; }.tc-wp-tool-root .cmringflux-x9k7-quickchips{ flex-wrap: wrap; }.tc-wp-tool-root .cmringflux-x9k7-header{ margin-bottom: 24px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cmringflux-x9k7-tool{ padding: 42px 16px; border-radius: 0 !important; }.tc-wp-tool-root .cmringflux-x9k7-container{ max-width: 1160px; }.tc-wp-tool-root .cmringflux-x9k7-title{ font-size: clamp(2.1rem, 5vw, 2.7rem); color: #ffffff; }.tc-wp-tool-root .cmringflux-x9k7-subtitle{ font-size: 1rem; color: rgba(255,255,255,.93); }.tc-wp-tool-root .cmringflux-x9k7-card{ padding: 22px; gap: 18px; }.tc-wp-tool-root .cmringflux-x9k7-main{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .cmringflux-x9k7-input, .tc-wp-tool-root .cmringflux-x9k7-select{ height: 52px; width: 100%; }.tc-wp-tool-root .cmringflux-x9k7-btn{ height: 52px; padding: 0 14px; }.tc-wp-tool-root .cmringflux-x9k7-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmringflux-x9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmringflux-x9k7-resultcard{ padding: 14px; }.tc-wp-tool-root .cmringflux-x9k7-resultlabel{ font-size: .76rem; }.tc-wp-tool-root .cmringflux-x9k7-resultvalue{ font-size: 1rem; }.tc-wp-tool-root .cmringflux-x9k7-detailchip, .tc-wp-tool-root .cmringflux-x9k7-chip{ font-size: .82rem; }.tc-wp-tool-root .cmringflux-x9k7-quickchips{ flex-wrap: wrap; }.tc-wp-tool-root .cmringflux-x9k7-header{ margin-bottom: 26px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cmringflux-x9k7-tool{ padding: 50px 18px; border-radius: 0 !important; }.tc-wp-tool-root .cmringflux-x9k7-container{ max-width: 1160px; }.tc-wp-tool-root .cmringflux-x9k7-title{ font-size: clamp(2.3rem, 4vw, 2.8rem); color: #ffffff; }.tc-wp-tool-root .cmringflux-x9k7-subtitle{ font-size: 1.02rem; color: rgba(255,255,255,.94); }.tc-wp-tool-root .cmringflux-x9k7-card{ padding: 24px; gap: 20px; }.tc-wp-tool-root .cmringflux-x9k7-main{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .cmringflux-x9k7-input, .tc-wp-tool-root .cmringflux-x9k7-select{ height: 54px; width: 100%; }.tc-wp-tool-root .cmringflux-x9k7-btn{ height: 54px; padding: 0 14px; }.tc-wp-tool-root .cmringflux-x9k7-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmringflux-x9k7-results{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmringflux-x9k7-resultcard{ padding: 14px; }.tc-wp-tool-root .cmringflux-x9k7-resultlabel{ font-size: .78rem; }.tc-wp-tool-root .cmringflux-x9k7-resultvalue{ font-size: 1.03rem; }.tc-wp-tool-root .cmringflux-x9k7-detailchip, .tc-wp-tool-root .cmringflux-x9k7-chip{ font-size: .84rem; }.tc-wp-tool-root .cmringflux-x9k7-quickchips{ flex-wrap: wrap; }.tc-wp-tool-root .cmringflux-x9k7-header{ margin-bottom: 28px; }}@media (min-width: 1200px) {.tc-wp-tool-root .cmringflux-x9k7-tool{ padding: 52px 18px; border-radius: 0 !important; }.tc-wp-tool-root .cmringflux-x9k7-container{ max-width: 1160px; }.tc-wp-tool-root .cmringflux-x9k7-title{ font-size: clamp(2.35rem, 3vw, 2.8rem); color: #ffffff; }.tc-wp-tool-root .cmringflux-x9k7-subtitle{ font-size: 1.04rem; color: rgba(255,255,255,.94); }.tc-wp-tool-root .cmringflux-x9k7-card{ padding: 26px; gap: 20px; }.tc-wp-tool-root .cmringflux-x9k7-main{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .cmringflux-x9k7-input, .tc-wp-tool-root .cmringflux-x9k7-select{ height: 54px; width: 100%; }.tc-wp-tool-root .cmringflux-x9k7-btn{ height: 54px; padding: 0 14px; }.tc-wp-tool-root .cmringflux-x9k7-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmringflux-x9k7-results{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmringflux-x9k7-resultcard{ padding: 15px; }.tc-wp-tool-root .cmringflux-x9k7-resultlabel{ font-size: .78rem; }.tc-wp-tool-root .cmringflux-x9k7-resultvalue{ font-size: 1.05rem; }.tc-wp-tool-root .cmringflux-x9k7-detailchip, .tc-wp-tool-root .cmringflux-x9k7-chip{ font-size: .84rem; }.tc-wp-tool-root .cmringflux-x9k7-quickchips{ flex-wrap: wrap; }.tc-wp-tool-root .cmringflux-x9k7-header{ margin-bottom: 30px; }}.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;
}