@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=Press+Start+2P&family=Inter:wght@400;500;600;700;800&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, .tc-wp-tool-root #mlg-wrap#mlg-wrap *{
  box-sizing: border-box;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap{
  --mlg-primary: #35a852;
  --mlg-secondary: #7b4b2a;
  --mlg-accent: #27d9e8;
  --mlg-gold: #f2b84b;
  --mlg-stone: #27302f;
  --mlg-card: rgba(250, 252, 244, .96);
  --mlg-heading: #122019;
  --mlg-body: #2c3b35;
  --mlg-muted: #64746d;
  --mlg-border: rgba(36, 48, 43, .16);
  --mlg-button-gradient: linear-gradient(135deg, #35a852 0%, #1f7f42 55%, #27d9e8 135%);
  --mlg-shadow: 0 24px 70px rgba(9, 22, 17, .20);
  --mlg-radius: 18px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
  color: var(--mlg-body);
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 8%, rgba(39,217,232,.22), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(242,184,75,.18), transparent 28%),
    linear-gradient(135deg, #14231a 0%, #243322 42%, #3f2d21 100%);
  background-size: 22px 22px, 22px 22px, auto, auto, auto;
  padding: 28px 14px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-shell, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-generator, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tabs, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-grid{
  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: 1200px;
  margin: 0 auto 18px;
  text-align: center;
  padding: 12px 0 4px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-title{
  width: 100%;
  max-width: 720px;
  margin: 0 auto 12px;
  font-family: "Press Start 2P", Inter, sans-serif;
  font-size: clamp(28px, 8vw, 42px);
  line-height: 1.08;
  letter-spacing: 0;
  color: #f5ffe8;
  text-shadow: 0 4px 0 rgba(0,0,0,.28), 0 0 24px rgba(39,217,232,.26);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-subtitle{
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(15px, 2.6vw, 18px);
  line-height: 1.65;
  color: rgba(246, 255, 236, .86);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-generator{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-panel, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-card, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-result-card{
  border: 1px solid rgba(255,255,255,.22);
  background: var(--mlg-card);
  border-radius: var(--mlg-radius);
  box-shadow: var(--mlg-shadow);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-panel{
  width: 100%;
  padding: 16px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-label, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-section-title{
  display: block;
  margin: 0 0 8px;
  color: var(--mlg-heading);
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-section-title{
  font-size: 18px;
}.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 .mlg-color{
  width: 100%;
  min-height: 48px;
  border: 2px solid var(--mlg-border);
  border-radius: 12px;
  background: #fbfff5;
  color: var(--mlg-heading);
  padding: 13px 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.72);
  appearance: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-input{
  min-height: 126px;
  resize: vertical;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-select{
  background-image: linear-gradient(45deg, transparent 50%, var(--mlg-primary) 50%), linear-gradient(135deg, var(--mlg-primary) 50%, transparent 50%);
  background-position: calc(100% - 18px) 20px, calc(100% - 12px) 20px;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  padding-right: 36px;
}.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, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-checkbox:focus{
  outline: 3px solid rgba(39, 217, 232, .34);
  outline-offset: 2px;
  border-color: var(--mlg-accent);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-control-grid, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-more-options{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 12px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-field{
  min-width: 0;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-value{
  color: var(--mlg-secondary);
  font-weight: 800;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab{
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--mlg-button-gradient);
  color: #ffffff;
  padding: 12px 14px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(31, 127, 66, .26), inset 0 1px 0 rgba(255,255,255,.22);
  appearance: none;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease, background .18s ease;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn:hover, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab:hover{
  transform: translateY(-2px);
  filter: brightness(1.06);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn:active, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab:active{
  transform: scale(.96);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn:focus-visible, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab:focus-visible{
  outline: 3px solid rgba(39, 217, 232, .42);
  outline-offset: 3px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-btn.is-success, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab.is-success{
  background: linear-gradient(135deg, #f2b84b, #35a852);
  color: #102016;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-clear-btn{
  background: linear-gradient(135deg, #7b4b2a, #3f2d21);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-toggle{
  background: linear-gradient(135deg, #5e6b66, #27302f);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range{
  width: 100%;
  min-height: 36px;
  border: 0;
  background: transparent;
  padding: 0;
  appearance: none;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range::-webkit-slider-runnable-track{
  height: 12px;
  border: 1px solid rgba(18,32,25,.18);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mlg-secondary), var(--mlg-primary), var(--mlg-accent));
  box-shadow: inset 0 2px 2px rgba(0,0,0,.12);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range::-moz-range-track{
  height: 12px;
  border: 1px solid rgba(18,32,25,.18);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mlg-secondary), var(--mlg-primary), var(--mlg-accent));
  box-shadow: inset 0 2px 2px rgba(0,0,0,.12);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range::-webkit-slider-thumb{
  width: 24px;
  height: 24px;
  margin-top: -7px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: var(--mlg-gold);
  box-shadow: 0 5px 12px rgba(0,0,0,.25);
  appearance: none;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-range::-moz-range-thumb{
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: var(--mlg-gold);
  box-shadow: 0 5px 12px rgba(0,0,0,.25);
  appearance: none;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-color{
  height: 52px;
  padding: 6px;
  cursor: pointer;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-check{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  color: var(--mlg-heading);
  font-weight: 700;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-checkbox{
  width: 22px;
  height: 22px;
  border: 2px solid var(--mlg-border);
  border-radius: 6px;
  accent-color: var(--mlg-primary);
  appearance: auto;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-card{
  padding: 14px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-badge{
  flex: 0 0 auto;
  border: 1px solid rgba(39,217,232,.42);
  border-radius: 999px;
  background: rgba(39,217,232,.12);
  color: #12606a;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview{
  width: 100%;
  min-height: 230px;
  border: 2px solid rgba(18,32,25,.18);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.07) 1px, transparent 1px),
    #243322;
  background-size: 18px 18px;
  padding: 14px;
  overflow: hidden;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-surface{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 202px;
  border-radius: 12px;
  padding: 18px;
  background: linear-gradient(135deg, rgba(53,168,82,.18), rgba(123,75,42,.18));
  overflow: auto;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-preview-text{
  max-width: 100%;
  color: #f7f3dc;
  font-family: "Press Start 2P", monospace;
  font-size: 42px;
  line-height: 1.18;
  letter-spacing: 2px;
  text-align: center;
  white-space: pre-wrap;
  text-shadow: 3px 3px 0 #172318, 6px 6px 0 rgba(0,0,0,.32), 0 0 18px rgba(242,184,75,.22);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-actions{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tabs{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab{
  background: rgba(250,252,244,.94);
  color: var(--mlg-heading);
  border: 1px solid rgba(255,255,255,.32);
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tab.is-active{
  background: var(--mlg-button-gradient);
  color: #ffffff;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-result-card{
  display: flex;
  flex-direction: column;
  min-height: 230px;
  max-height: 230px;
  padding: 14px;
  overflow: hidden;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-result-title{
  margin: 0 0 10px;
  color: var(--mlg-heading);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-result-preview{
  flex: 1 1 auto;
  min-height: 106px;
  border: 1px solid var(--mlg-border);
  border-radius: 12px;
  background: linear-gradient(135deg, #f7fbf1, #eef4e8);
  color: var(--mlg-heading);
  padding: 12px;
  font-family: "Press Start 2P", ui-monospace, monospace;
  font-size: 13px;
  line-height: 1.75;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  overflow: auto;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-result-actions{
  flex: 0 0 auto;
  margin-top: 10px;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-toast{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  width: auto;
  max-width: min(90vw, 360px);
  border: 2px solid rgba(255,255,255,.26);
  border-radius: 16px;
  background: rgba(18,32,25,.98);
  color: #ffffff;
  padding: 16px 22px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  box-shadow: 0 22px 70px rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .22s ease, transform .22s ease;
}.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}@media (min-width: 640px) {.tc-wp-tool-root #mlg-wrap#mlg-wrap{
    padding: 34px 18px;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-control-grid, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-more-options, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-actions{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-actions .mlg-btn:first-child{
    grid-column: 1 / -1;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tabs{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 768px) {.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-panel{
    padding: 20px;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-tool-root #mlg-wrap#mlg-wrap{
    padding: 42px 22px;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-generator{
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    align-items: start;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-tabs, .tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-grid{
    grid-column: 1 / -1;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-more-options{
    display: grid;
  }.tc-wp-tool-root #mlg-wrap#mlg-wrap .mlg-results-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}.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-control-panel {}
.tc-wp-tool-root .mlg-copy-btn {}
.tc-wp-tool-root .mlg-export-btn {}
.tc-wp-tool-root .mlg-preview-panel {}
.tc-wp-tool-root .mlg-tool-wrap {}