@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');

/* 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 #mlg-wrap#mlg-wrap{
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 38px 16px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 199, 44, .22), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(0, 209, 255, .16), transparent 30%),
    linear-gradient(135deg, #fffaf0 0%, #f5f8fb 52%, #fff7f1 100%);
  color: #151922;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap *, .tc-wp-tool-root #mlg-wrap#mlg-wrap *::before, .tc-wp-tool-root #mlg-wrap#mlg-wrap *::after{
  box-sizing: border-box;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-shell{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-hero{
  width: 100%;
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-title{
  margin: 0;
  color: #111722;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
  text-wrap: balance;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-subtitle{
  max-width: 680px;
  margin: 12px auto 0;
  color: #5e6a7a;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.55;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tool{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  gap: 20px;
  align-items: stretch;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-panel, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-wrap{
  border: 1px solid rgba(25, 35, 52, .12);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 22px 60px rgba(23, 31, 45, .13), 0 2px 0 rgba(255, 255, 255, .86) inset;
  border-radius: 24px;
  backdrop-filter: blur(18px);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-controls-panel{
  padding: 20px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-label{
  display: block;
  margin: 0 0 8px;
  color: #273143;
  font-size: 13px;
  font-weight: 800;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-input, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-select, .tc-wp-tool-root #mlg-wrap#mlg-wrap input[type="text"]{
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(25, 35, 52, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  color: #121823;
  font: inherit;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-input{
  min-height: 126px;
  padding: 15px;
  resize: vertical;
  line-height: 1.5;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-select{
  min-height: 48px;
  padding: 0 42px 0 14px;
  background-image: linear-gradient(45deg, transparent 50%, #ef3f5a 50%), linear-gradient(135deg, #ef3f5a 50%, transparent 50%);
  background-position: calc(100% - 20px) 20px, calc(100% - 14px) 20px;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-input:focus, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-select:focus, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-color:focus, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range:focus{
  border-color: #ef3f5a;
  box-shadow: 0 0 0 4px rgba(239, 63, 90, .16);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tabs, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-actions, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tabs{
  margin: 16px 0;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn{
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(25, 35, 52, .13);
  border-radius: 16px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  color: #172033;
  background: rgba(255, 255, 255, .84);
  min-height: 44px;
  padding: 11px 15px;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, background .16s ease, border-color .16s ease;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab:hover, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn:hover, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-chip:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 12px 26px rgba(20, 28, 42, .13);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab:active, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn:active, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-chip:active{
  transform: scale(.96);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab:focus-visible, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn:focus-visible, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-chip:focus-within{
  outline: 3px solid rgba(0, 209, 255, .42);
  outline-offset: 2px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab-active{
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #172033, #ef3f5a);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn-primary{
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #ef3f5a 0%, #ff7a2f 58%, #ffd23c 100%);
  box-shadow: 0 16px 34px rgba(239, 63, 90, .28);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn-ghost{
  background: #172033;
  color: #fff;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn-more, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn-copy-all{
  width: 100%;
  margin-top: 14px;
  background: rgba(0, 209, 255, .12);
  border-color: rgba(0, 164, 205, .28);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-control-row{
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 12px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-field{
  margin-top: 14px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-color{
  width: 100%;
  min-height: 48px;
  padding: 6px;
  border: 1px solid rgba(25, 35, 52, .16);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range{
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range::-webkit-slider-runnable-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef3f5a, #ffd23c, #00d1ff);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range::-moz-range-track{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ef3f5a, #ffd23c, #00d1ff);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range::-webkit-slider-thumb{
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #172033;
  box-shadow: 0 6px 16px rgba(23, 32, 51, .28);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #172033;
  box-shadow: 0 6px 16px rgba(23, 32, 51, .28);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-value{
  color: #ef3f5a;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-more{
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(246, 249, 252, .9);
  border: 1px dashed rgba(25, 35, 52, .18);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-chip{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(25, 35, 52, .12);
  background: rgba(255,255,255,.82);
  color: #273143;
  font-weight: 800;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-chip input{
  width: 18px;
  height: 18px;
  accent-color: #ef3f5a;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview{
  padding: 18px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-top, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-head{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-section-title{
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #151922;
  font-weight: 900;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn-small{
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 14px;
  font-size: 13px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-stage{
  flex: 1;
  min-height: 330px;
  width: 100%;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(25, 35, 52, .12);
  background-color: #fbf6ec;
  background-image: radial-gradient(rgba(23,32,51,.06) 1px, transparent 1px), linear-gradient(135deg, rgba(255,255,255,.64), rgba(255,255,255,.1));
  background-size: 9px 9px, 100% 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  overflow: auto;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-letter{
  display: inline-block;
  padding: .1em .2em .08em;
  line-height: 1;
  border-radius: .12em;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
  transform-origin: center;
  border: 1px solid rgba(0,0,0,.07);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-space{
  width: .55em;
  height: 1em;
  display: inline-block;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-placeholder{
  color: #5e6a7a;
  font-weight: 900;
  text-align: center;
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.1;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-wrap{
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 18px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-result-card{
  height: 190px;
  max-height: 190px;
  min-height: 190px;
  border: 1px solid rgba(25, 35, 52, .12);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-result-meta{
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #5e6a7a;
  font-size: 12px;
  font-weight: 900;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-result-text{
  flex: 1;
  min-height: 0;
  overflow: auto;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  color: #172033;
  background: rgba(246,249,252,.84);
  border-radius: 14px;
  padding: 12px;
  line-height: 1.45;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-copy-btn{
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-success{
  color: #fff !important;
  background: linear-gradient(135deg, #0e9f6e, #00d1ff) !important;
  border-color: transparent !important;
  box-shadow: 0 0 0 4px rgba(0, 209, 255, .18), 0 12px 26px rgba(14, 159, 110, .18) !important;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.96);
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  min-width: 190px;
  max-width: min(90vw, 420px);
  padding: 16px 22px;
  border-radius: 18px;
  color: #fff;
  background: rgba(17, 23, 34, .96);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 80px rgba(0,0,0,.32);
  text-align: center;
  font-weight: 900;
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-toast.mlg-toast-show{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap canvas, .tc-wp-tool-root #mlg-wrap#mlg-wrap svg{
  max-width: 100%;
}@media (max-width: 1024px) {.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 900px) {.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tool{
    grid-template-columns: 1fr;
  }}@media (max-width: 768px) {.tc-wp-tool-root #mlg-wrap#mlg-wrap{
    padding: 28px 12px;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.08;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-hero{
    margin-bottom: 18px;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-control-row, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-top, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-head{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-stage{
    min-height: 280px;
    padding: 18px;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-actions .mlg-btn{
    flex: 1 1 120px;
  }}.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 .mlg-wrap {}