@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 .cmtoyardx9k7-tool{
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
  padding: 52px 18px;
  background:
    radial-gradient(circle at 18% 12%, rgba(72, 221, 255, 0.38), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(255, 105, 180, 0.28), transparent 32%),
    linear-gradient(135deg, #13233f 0%, #16526a 46%, #492a7b 100%);
  color: #f8fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-tool-root .cmtoyardx9k7-tool *, .tc-wp-tool-root .cmtoyardx9k7-tool *::before, .tc-wp-tool-root .cmtoyardx9k7-tool *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .cmtoyardx9k7-inner{
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .cmtoyardx9k7-head{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 26px;
  text-align: center;
}.tc-wp-tool-root .cmtoyardx9k7-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 3px 18px rgba(0, 0, 0, 0.34);
  letter-spacing: 0;
}.tc-wp-tool-root .cmtoyardx9k7-subtitle{
  margin: 0;
  color: rgba(244, 250, 255, 0.86);
  font-size: 1rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoyardx9k7-panel{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 70px rgba(5, 14, 32, 0.3);
  backdrop-filter: blur(18px);
}.tc-wp-tool-root .cmtoyardx9k7-fieldset, .tc-wp-tool-root .cmtoyardx9k7-control{
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  min-width: 0;
  width: 100%;
}.tc-wp-tool-root .cmtoyardx9k7-label{
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-tool-root .cmtoyardx9k7-input, .tc-wp-tool-root .cmtoyardx9k7-select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 13px;
  outline: none;
  background-color: rgba(5, 16, 32, 0.62);
  color: #ffffff;
  font: inherit;
  font-size: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}.tc-wp-tool-root .cmtoyardx9k7-select option{
  color: #101828;
  background-color: #ffffff;
}.tc-wp-tool-root .cmtoyardx9k7-input::placeholder{
  color: rgba(255, 255, 255, 0.56);
}.tc-wp-tool-root .cmtoyardx9k7-input:focus, .tc-wp-tool-root .cmtoyardx9k7-select:focus, .tc-wp-tool-root .cmtoyardx9k7-button:focus-visible, .tc-wp-tool-root .cmtoyardx9k7-chip:focus-visible{
  border-color: rgba(121, 230, 255, 0.95);
  box-shadow: 0 0 0 4px rgba(66, 215, 255, 0.2), 0 0 26px rgba(66, 215, 255, 0.2);
}.tc-wp-tool-root .cmtoyardx9k7-note{
  min-height: 18px;
  color: #ffe0e0;
  font-size: 0.84rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoyardx9k7-primary{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid rgba(127, 236, 255, 0.34);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.22), rgba(255, 255, 255, 0.12));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}.tc-wp-tool-root .cmtoyardx9k7-primary.cmtoyardx9k7-pulse{
  animation: cmtoyardx9k7Pulse 260ms ease;
}.tc-wp-tool-root .cmtoyardx9k7-primary-text{
  min-width: 0;
  color: #ffffff;
  font-size: 1.34rem;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoyardx9k7-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(128, 255, 203, 0.18);
  color: #d7fff1;
  border: 1px solid rgba(128, 255, 203, 0.42);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}.tc-wp-tool-root .cmtoyardx9k7-controls{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .cmtoyardx9k7-actions, .tc-wp-tool-root .cmtoyardx9k7-copyset{
  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 .cmtoyardx9k7-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: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 13px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}.tc-wp-tool-root .cmtoyardx9k7-button:hover, .tc-wp-tool-root .cmtoyardx9k7-chip:hover{
  transform: translateY(-1px);
}.tc-wp-tool-root .cmtoyardx9k7-button-main{
  color: #081222;
  background: linear-gradient(135deg, #8affd2, #6be7ff);
  box-shadow: 0 12px 26px rgba(55, 233, 255, 0.22);
}.tc-wp-tool-root .cmtoyardx9k7-button-soft, .tc-wp-tool-root .cmtoyardx9k7-button-copy{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
}.tc-wp-tool-root .cmtoyardx9k7-results{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .cmtoyardx9k7-result-card{
  min-width: 0;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(6, 20, 38, 0.34);
  animation: cmtoyardx9k7Reveal 220ms ease both;
}.tc-wp-tool-root .cmtoyardx9k7-result-label{
  display: block;
  color: rgba(235, 247, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}.tc-wp-tool-root .cmtoyardx9k7-result-value{
  display: block;
  margin-top: 6px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoyardx9k7-details{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .cmtoyardx9k7-detail{
  min-width: 0;
  padding: 9px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoyardx9k7-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  width: 100%;
  min-width: 0;
}.tc-wp-tool-root .cmtoyardx9k7-chip{
  min-width: 0;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}.tc-wp-tool-root .cmtoyardx9k7-chip.cmtoyardx9k7-chip-active{
  background: rgba(138, 255, 210, 0.22);
  box-shadow: 0 0 0 3px rgba(138, 255, 210, 0.14);
}.tc-wp-tool-root .cmtoyardx9k7-toast{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: min(92%, 420px);
  min-height: 38px;
  margin: 14px auto 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(6, 18, 32, 0.86);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
  overflow-wrap: anywhere;
}.tc-wp-tool-root .cmtoyardx9k7-toast.cmtoyardx9k7-toast-show{
  opacity: 1;
  transform: translateY(0);
}@keyframes cmtoyardx9k7Pulse {
  0% { box-shadow: 0 0 0 rgba(107, 231, 255, 0); }
  50% { box-shadow: 0 0 0 5px rgba(107, 231, 255, 0.16); }
  100% { box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18); }
}@keyframes cmtoyardx9k7Reveal {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .cmtoyardx9k7-tool{ padding: 30px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoyardx9k7-inner{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoyardx9k7-head{ margin-bottom: 22px; gap: 8px; }.tc-wp-tool-root .cmtoyardx9k7-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.4); }.tc-wp-tool-root .cmtoyardx9k7-subtitle{ font-size: 0.9rem; color: rgba(244,250,255,.86); }.tc-wp-tool-root .cmtoyardx9k7-panel{ grid-template-columns: 1fr; gap: 14px; padding: 14px; }.tc-wp-tool-root .cmtoyardx9k7-input, .tc-wp-tool-root .cmtoyardx9k7-select{ height: 48px; width: 100%; font-size: 0.95rem; }.tc-wp-tool-root .cmtoyardx9k7-button{ height: 48px; padding: 0 10px; font-size: 0.9rem; }.tc-wp-tool-root .cmtoyardx9k7-actions, .tc-wp-tool-root .cmtoyardx9k7-copyset{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }.tc-wp-tool-root .cmtoyardx9k7-controls{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .cmtoyardx9k7-results{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .cmtoyardx9k7-result-card{ padding: 12px; }.tc-wp-tool-root .cmtoyardx9k7-result-label{ font-size: 0.74rem; }.tc-wp-tool-root .cmtoyardx9k7-result-value{ font-size: 0.98rem; }.tc-wp-tool-root .cmtoyardx9k7-detail{ font-size: 0.8rem; padding: 8px 10px; }.tc-wp-tool-root .cmtoyardx9k7-chips{ gap: 8px; }.tc-wp-tool-root .cmtoyardx9k7-primary{ grid-template-columns: 1fr; padding: 14px; gap: 8px; }.tc-wp-tool-root .cmtoyardx9k7-primary-text{ font-size: 1.08rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .cmtoyardx9k7-tool{ padding: 30px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoyardx9k7-inner{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoyardx9k7-head{ margin-bottom: 22px; }.tc-wp-tool-root .cmtoyardx9k7-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.38); }.tc-wp-tool-root .cmtoyardx9k7-subtitle{ font-size: 0.92rem; color: rgba(244,250,255,.86); }.tc-wp-tool-root .cmtoyardx9k7-panel{ grid-template-columns: 1fr; gap: 14px; padding: 15px; }.tc-wp-tool-root .cmtoyardx9k7-input, .tc-wp-tool-root .cmtoyardx9k7-select{ height: 50px; width: 100%; }.tc-wp-tool-root .cmtoyardx9k7-button{ height: 48px; padding: 0 12px; }.tc-wp-tool-root .cmtoyardx9k7-actions, .tc-wp-tool-root .cmtoyardx9k7-copyset{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoyardx9k7-controls{ grid-template-columns: 1fr; gap: 10px; }.tc-wp-tool-root .cmtoyardx9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoyardx9k7-result-card{ padding: 12px; }.tc-wp-tool-root .cmtoyardx9k7-result-label{ font-size: 0.74rem; }.tc-wp-tool-root .cmtoyardx9k7-result-value{ font-size: 0.95rem; }.tc-wp-tool-root .cmtoyardx9k7-detail{ font-size: 0.82rem; }.tc-wp-tool-root .cmtoyardx9k7-chips{ gap: 8px; }.tc-wp-tool-root .cmtoyardx9k7-primary{ padding: 14px; }.tc-wp-tool-root .cmtoyardx9k7-primary-text{ font-size: 1.14rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .cmtoyardx9k7-tool{ padding: 30px 14px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoyardx9k7-inner{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoyardx9k7-head{ margin-bottom: 24px; }.tc-wp-tool-root .cmtoyardx9k7-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.36); }.tc-wp-tool-root .cmtoyardx9k7-subtitle{ font-size: 0.95rem; color: rgba(244,250,255,.87); }.tc-wp-tool-root .cmtoyardx9k7-panel{ grid-template-columns: 1fr; gap: 15px; padding: 16px; }.tc-wp-tool-root .cmtoyardx9k7-input, .tc-wp-tool-root .cmtoyardx9k7-select{ height: 50px; width: 100%; }.tc-wp-tool-root .cmtoyardx9k7-button{ height: 48px; padding: 0 14px; }.tc-wp-tool-root .cmtoyardx9k7-actions, .tc-wp-tool-root .cmtoyardx9k7-copyset{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoyardx9k7-controls{ grid-template-columns: 1fr; gap: 11px; }.tc-wp-tool-root .cmtoyardx9k7-results{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }.tc-wp-tool-root .cmtoyardx9k7-result-card{ padding: 13px; }.tc-wp-tool-root .cmtoyardx9k7-result-label{ font-size: 0.76rem; }.tc-wp-tool-root .cmtoyardx9k7-result-value{ font-size: 1rem; }.tc-wp-tool-root .cmtoyardx9k7-detail{ font-size: 0.84rem; }.tc-wp-tool-root .cmtoyardx9k7-chips{ gap: 8px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .cmtoyardx9k7-tool{ padding: 42px 16px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoyardx9k7-inner{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoyardx9k7-head{ margin-bottom: 26px; }.tc-wp-tool-root .cmtoyardx9k7-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.34); }.tc-wp-tool-root .cmtoyardx9k7-subtitle{ font-size: 1rem; color: rgba(244,250,255,.88); }.tc-wp-tool-root .cmtoyardx9k7-panel{ grid-template-columns: 1fr; gap: 16px; padding: 20px; }.tc-wp-tool-root .cmtoyardx9k7-input, .tc-wp-tool-root .cmtoyardx9k7-select{ height: 52px; width: 100%; }.tc-wp-tool-root .cmtoyardx9k7-button{ height: 50px; padding: 0 14px; }.tc-wp-tool-root .cmtoyardx9k7-actions, .tc-wp-tool-root .cmtoyardx9k7-copyset{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoyardx9k7-controls{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoyardx9k7-results{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoyardx9k7-result-card{ padding: 14px; }.tc-wp-tool-root .cmtoyardx9k7-result-label{ font-size: 0.78rem; }.tc-wp-tool-root .cmtoyardx9k7-result-value{ font-size: 1.04rem; }.tc-wp-tool-root .cmtoyardx9k7-detail{ font-size: 0.86rem; }.tc-wp-tool-root .cmtoyardx9k7-chips{ gap: 9px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .cmtoyardx9k7-tool{ padding: 52px 18px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoyardx9k7-inner{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoyardx9k7-head{ margin-bottom: 28px; }.tc-wp-tool-root .cmtoyardx9k7-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.34); }.tc-wp-tool-root .cmtoyardx9k7-subtitle{ font-size: 1rem; color: rgba(244,250,255,.88); }.tc-wp-tool-root .cmtoyardx9k7-panel{ grid-template-columns: 1fr; gap: 16px; padding: 22px; }.tc-wp-tool-root .cmtoyardx9k7-input, .tc-wp-tool-root .cmtoyardx9k7-select{ height: 52px; width: 100%; }.tc-wp-tool-root .cmtoyardx9k7-button{ height: 50px; padding: 0 14px; }.tc-wp-tool-root .cmtoyardx9k7-actions, .tc-wp-tool-root .cmtoyardx9k7-copyset{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoyardx9k7-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoyardx9k7-results{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoyardx9k7-result-card{ padding: 14px; }.tc-wp-tool-root .cmtoyardx9k7-result-label{ font-size: 0.78rem; }.tc-wp-tool-root .cmtoyardx9k7-result-value{ font-size: 1.05rem; }.tc-wp-tool-root .cmtoyardx9k7-detail{ font-size: 0.86rem; }.tc-wp-tool-root .cmtoyardx9k7-chips{ gap: 9px; }}@media (min-width: 1200px) {.tc-wp-tool-root .cmtoyardx9k7-tool{ padding: 52px 18px; border-radius: 0 !important; }.tc-wp-tool-root .cmtoyardx9k7-inner{ width: 100%; max-width: 1160px; }.tc-wp-tool-root .cmtoyardx9k7-head{ margin-bottom: 30px; }.tc-wp-tool-root .cmtoyardx9k7-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); color: #ffffff; text-shadow: 0 3px 18px rgba(0,0,0,.34); }.tc-wp-tool-root .cmtoyardx9k7-subtitle{ font-size: 1.02rem; color: rgba(244,250,255,.88); }.tc-wp-tool-root .cmtoyardx9k7-panel{ grid-template-columns: 1fr; gap: 16px; padding: 24px 26px; }.tc-wp-tool-root .cmtoyardx9k7-input, .tc-wp-tool-root .cmtoyardx9k7-select{ height: 52px; width: 100%; }.tc-wp-tool-root .cmtoyardx9k7-button{ height: 50px; padding: 0 14px; }.tc-wp-tool-root .cmtoyardx9k7-actions, .tc-wp-tool-root .cmtoyardx9k7-copyset{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .cmtoyardx9k7-controls{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoyardx9k7-results{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .cmtoyardx9k7-result-card{ padding: 14px; }.tc-wp-tool-root .cmtoyardx9k7-result-label{ font-size: 0.78rem; }.tc-wp-tool-root .cmtoyardx9k7-result-value{ font-size: 1.06rem; }.tc-wp-tool-root .cmtoyardx9k7-detail{ font-size: 0.86rem; }.tc-wp-tool-root .cmtoyardx9k7-chips{ gap: 9px; }}.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;
}