@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 .mtg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 56px 18px;
  color: #f8fbff;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(42, 210, 201, 0.28), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(89, 132, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #07131f 0%, #10253a 42%, #09211f 100%);
}.tc-wp-tool-root .mtg-tool-wrap, .tc-wp-tool-root .mtg-tool-wrap div, .tc-wp-tool-root .mtg-tool-wrap section, .tc-wp-tool-root .mtg-tool-wrap header, .tc-wp-tool-root .mtg-tool-wrap h1, .tc-wp-tool-root .mtg-tool-wrap h2, .tc-wp-tool-root .mtg-tool-wrap h3, .tc-wp-tool-root .mtg-tool-wrap p, .tc-wp-tool-root .mtg-tool-wrap label, .tc-wp-tool-root .mtg-tool-wrap input, .tc-wp-tool-root .mtg-tool-wrap textarea, .tc-wp-tool-root .mtg-tool-wrap select, .tc-wp-tool-root .mtg-tool-wrap button, .tc-wp-tool-root .mtg-tool-wrap pre{
  box-sizing: border-box;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-hero h1{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-hero p{
  margin: 12px auto 0;
  max-width: 720px;
  color: #cfe2ef;
  font-size: 1rem;
  line-height: 1.55;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-card, .tc-wp-tool-root .mtg-tool-wrap .mtg-result-block{
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(201, 234, 255, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  border-radius: 24px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-card{
  padding: 24px;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-card:hover{
  transform: translateY(-3px);
  border-color: rgba(82, 235, 217, 0.46);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}.tc-wp-tool-root .mtg-tool-wrap h2, .tc-wp-tool-root .mtg-tool-wrap h3{
  margin: 0;
  letter-spacing: 0;
  color: #ffffff;
}.tc-wp-tool-root .mtg-tool-wrap h2{
  font-size: 1.15rem;
  margin-bottom: 18px;
}.tc-wp-tool-root .mtg-tool-wrap h3{
  font-size: 0.95rem;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-field{
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}.tc-wp-tool-root .mtg-tool-wrap label{
  color: #dceaf4;
  font-size: 0.84rem;
  font-weight: 700;
}.tc-wp-tool-root .mtg-tool-wrap input, .tc-wp-tool-root .mtg-tool-wrap textarea, .tc-wp-tool-root .mtg-tool-wrap select{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(201, 234, 255, 0.24);
  border-radius: 16px;
  background: rgba(3, 14, 25, 0.54);
  color: #ffffff;
  outline: none;
  font-size: 0.98rem;
  line-height: 1.4;
  padding: 13px 14px;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}.tc-wp-tool-root .mtg-tool-wrap textarea{
  resize: vertical;
  min-height: 128px;
}.tc-wp-tool-root .mtg-tool-wrap input::placeholder, .tc-wp-tool-root .mtg-tool-wrap textarea::placeholder{
  color: rgba(221, 236, 247, 0.58);
}.tc-wp-tool-root .mtg-tool-wrap input:focus, .tc-wp-tool-root .mtg-tool-wrap textarea:focus, .tc-wp-tool-root .mtg-tool-wrap select:focus{
  border-color: #58f0dc;
  box-shadow: 0 0 0 4px rgba(88, 240, 220, 0.16);
  background: rgba(2, 12, 22, 0.72);
}.tc-wp-tool-root .mtg-tool-wrap input[type="range"]{
  height: 38px;
  padding: 0;
  accent-color: #58f0dc;
  background: transparent;
  border: 0;
  box-shadow: none;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-control-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-slider-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-label-row, .tc-wp-tool-root .mtg-tool-wrap .mtg-panel-head, .tc-wp-tool-root .mtg-tool-wrap .mtg-output-head, .tc-wp-tool-root .mtg-tool-wrap .mtg-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-label-row span{
  color: #aee9e4;
  font-size: 0.82rem;
  white-space: nowrap;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-stats{
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-toggle{
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(201, 234, 255, 0.2);
  border-radius: 16px;
  padding: 13px 12px;
  color: #dceaf4;
  background: rgba(255, 255, 255, 0.075);
  cursor: pointer;
  font-weight: 700;
  font-size: 0.88rem;
  white-space: normal;
  text-align: left;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-toggle:hover, .tc-wp-tool-root .mtg-tool-wrap .mtg-toggle:focus-visible{
  transform: translateY(-2px);
  border-color: rgba(88, 240, 220, 0.58);
  outline: none;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-toggle.is-active{
  color: #05201d;
  background: linear-gradient(135deg, #74ffe9, #9ac2ff);
  border-color: transparent;
  box-shadow: 0 12px 28px rgba(88, 240, 220, 0.2);
}.tc-wp-tool-root .mtg-tool-wrap .mtg-btn, .tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn{
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 800;
  color: #04161f;
  background: linear-gradient(135deg, #72ffe9, #97c1ff);
  box-shadow: 0 16px 34px rgba(63, 225, 219, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-btn{
  padding: 12px 16px;
  font-size: 0.92rem;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn{
  padding: 8px 11px;
  font-size: 0.78rem;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-clear{
  color: #ecf7ff;
  background: rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .mtg-tool-wrap .mtg-btn:hover, .tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn:hover, .tc-wp-tool-root .mtg-tool-wrap .mtg-btn:focus-visible, .tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn:focus-visible{
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 18px 42px rgba(63, 225, 219, 0.28);
  outline: none;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-btn:active, .tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn:active, .tc-wp-tool-root .mtg-tool-wrap .mtg-pill:active{
  transform: translateY(1px) scale(0.98);
}.tc-wp-tool-root .mtg-tool-wrap .mtg-stats{
  margin: 0 0 16px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-stat{
  min-width: 0;
  border-radius: 18px;
  padding: 14px;
  background: rgba(3, 14, 25, 0.46);
  border: 1px solid rgba(201, 234, 255, 0.18);
}.tc-wp-tool-root .mtg-tool-wrap .mtg-stat strong, .tc-wp-tool-root .mtg-tool-wrap .mtg-stat span{
  display: block;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-stat strong{
  color: #75ffe9;
  font-size: 1.35rem;
  line-height: 1;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-stat span{
  margin-top: 7px;
  color: #cfe2ef;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-result-block{
  padding: 16px;
  margin-top: 14px;
  overflow: hidden;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-title-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-desc-output{
  margin: 12px 0 0;
  color: #eaf6ff;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-pill-box{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
  max-height: 260px;
  overflow: auto;
  padding-right: 4px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-hashtags-output{
  max-height: 220px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-pill{
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(116, 255, 233, 0.26);
  border-radius: 999px;
  padding: 8px 11px;
  color: #eafffb;
  background: rgba(116, 255, 233, 0.1);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: transform 0.18s ease, background 0.18s ease;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-pill:hover, .tc-wp-tool-root .mtg-tool-wrap .mtg-pill:focus-visible{
  transform: translateY(-2px);
  background: rgba(116, 255, 233, 0.18);
  outline: none;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-code-output{
  max-height: 260px;
  overflow: auto;
  margin: 12px 0 0;
  padding: 14px;
  border-radius: 16px;
  color: #e9fbff;
  background: rgba(0, 8, 14, 0.62);
  border: 1px solid rgba(201, 234, 255, 0.16);
  font-size: 0.82rem;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-pill-box::-webkit-scrollbar, .tc-wp-tool-root .mtg-tool-wrap .mtg-code-output::-webkit-scrollbar{
  width: 9px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-pill-box::-webkit-scrollbar-thumb, .tc-wp-tool-root .mtg-tool-wrap .mtg-code-output::-webkit-scrollbar-thumb{
  background: rgba(116, 255, 233, 0.38);
  border-radius: 99px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-serp, .tc-wp-tool-root .mtg-tool-wrap .mtg-social-preview{
  margin-top: 12px;
  border-radius: 18px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.92);
  color: #202124;
  overflow: hidden;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-serp p{
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-serp-title{
  color: #1a0dab;
  font-size: 1rem;
  line-height: 1.3;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-serp-url{
  color: #188038;
  font-size: 0.78rem;
  margin-top: 4px !important;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-serp-desc{
  color: #4d5156;
  font-size: 0.86rem;
  line-height: 1.45;
  margin-top: 5px !important;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-social-preview{
  display: none;
  background: rgba(6, 18, 31, 0.78);
  border: 1px solid rgba(201, 234, 255, 0.18);
  color: #eef9ff;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-social-preview.is-visible{
  display: grid;
  gap: 7px;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-social-site, .tc-wp-tool-root .mtg-tool-wrap .mtg-social-desc{
  color: #b8ccda;
  font-size: 0.82rem;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-social-title{
  color: #ffffff;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  border-radius: 999px;
  padding: 13px 18px;
  color: #05201d;
  background: linear-gradient(135deg, #79ffe9, #a9c9ff);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.32);
  font-weight: 900;
  transition: opacity 0.2s ease, transform 0.2s ease;
}.tc-wp-tool-root .mtg-tool-wrap .mtg-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}.tc-wp-tool-root .mtg-tool-wrap .mtg-fade.is-ready{
  animation: mtgFade 0.34s ease both;
}@keyframes mtgFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}@media (min-width: 1200px) {.tc-wp-tool-root .mtg-tool-wrap{ padding: 64px 24px; border-radius: 0 !important; }.tc-wp-tool-root .mtg-tool-wrap .mtg-inner{ width: 100%; }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero p{ font-size: 1.04rem; }.tc-wp-tool-root .mtg-tool-wrap input, .tc-wp-tool-root .mtg-tool-wrap textarea, .tc-wp-tool-root .mtg-tool-wrap select{ font-size: 0.98rem; padding: 13px 14px; }.tc-wp-tool-root .mtg-tool-wrap textarea{ min-height: 132px; }.tc-wp-tool-root .mtg-tool-wrap input[type="range"]{ height: 38px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-btn{ font-size: 0.92rem; padding: 12px 16px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn{ font-size: 0.78rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-grid{ grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); gap: 22px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-stats{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.tc-wp-tool-root .mtg-tool-wrap .mtg-stat span{ font-size: 0.76rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .mtg-tool-wrap .mtg-pill{ font-size: 0.82rem; padding: 8px 11px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-result-block{ padding: 16px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-code-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-title-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-desc-output{ font-size: 0.88rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-stats{ gap: 22px; }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-tool-root .mtg-tool-wrap{ padding: 56px 20px; border-radius: 0 !important; }.tc-wp-tool-root .mtg-tool-wrap .mtg-inner{ width: 100%; }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero p{ font-size: 1rem; }.tc-wp-tool-root .mtg-tool-wrap input, .tc-wp-tool-root .mtg-tool-wrap textarea, .tc-wp-tool-root .mtg-tool-wrap select{ font-size: 0.96rem; padding: 12px 13px; }.tc-wp-tool-root .mtg-tool-wrap textarea{ min-height: 126px; }.tc-wp-tool-root .mtg-tool-wrap input[type="range"]{ height: 36px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-btn{ font-size: 0.9rem; padding: 11px 15px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn{ font-size: 0.76rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-grid{ grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 20px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-stats{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-stat span{ font-size: 0.74rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.tc-wp-tool-root .mtg-tool-wrap .mtg-pill{ font-size: 0.8rem; padding: 8px 10px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-result-block{ padding: 15px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-code-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-title-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-desc-output{ font-size: 0.86rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid{ gap: 18px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-tool-root .mtg-tool-wrap{ padding: 48px 18px; border-radius: 0 !important; }.tc-wp-tool-root .mtg-tool-wrap .mtg-inner{ width: 100%; }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero p{ font-size: 0.98rem; }.tc-wp-tool-root .mtg-tool-wrap input, .tc-wp-tool-root .mtg-tool-wrap textarea, .tc-wp-tool-root .mtg-tool-wrap select{ font-size: 0.95rem; padding: 12px; }.tc-wp-tool-root .mtg-tool-wrap textarea{ min-height: 120px; }.tc-wp-tool-root .mtg-tool-wrap input[type="range"]{ height: 34px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-btn{ font-size: 0.88rem; padding: 11px 14px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn{ font-size: 0.75rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-grid{ grid-template-columns: 1fr; gap: 18px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-stats{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-stat span{ font-size: 0.74rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-pill{ font-size: 0.8rem; padding: 8px 10px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-result-block{ padding: 15px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-code-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-title-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-desc-output{ font-size: 0.85rem; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-tool-root .mtg-tool-wrap{ padding: 40px 14px; border-radius: 0 !important; }.tc-wp-tool-root .mtg-tool-wrap .mtg-inner{ width: 100%; }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero p{ font-size: 0.93rem; }.tc-wp-tool-root .mtg-tool-wrap input, .tc-wp-tool-root .mtg-tool-wrap textarea, .tc-wp-tool-root .mtg-tool-wrap select{ font-size: 0.94rem; padding: 12px; }.tc-wp-tool-root .mtg-tool-wrap textarea{ min-height: 116px; }.tc-wp-tool-root .mtg-tool-wrap input[type="range"]{ height: 34px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-btn{ font-size: 0.86rem; padding: 11px 13px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn{ font-size: 0.74rem; padding: 8px 10px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-control-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-slider-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-stats, .tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-card{ padding: 18px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-actions, .tc-wp-tool-root .mtg-tool-wrap .mtg-panel-head, .tc-wp-tool-root .mtg-tool-wrap .mtg-output-head{ flex-wrap: wrap; }.tc-wp-tool-root .mtg-tool-wrap .mtg-stat span{ font-size: 0.73rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-pill{ font-size: 0.78rem; padding: 8px 10px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-result-block{ padding: 14px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-code-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-title-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-desc-output{ font-size: 0.84rem; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-tool-root .mtg-tool-wrap{ padding: 36px 12px; border-radius: 0 !important; }.tc-wp-tool-root .mtg-tool-wrap .mtg-inner{ width: 100%; }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero p{ font-size: 0.9rem; }.tc-wp-tool-root .mtg-tool-wrap input, .tc-wp-tool-root .mtg-tool-wrap textarea, .tc-wp-tool-root .mtg-tool-wrap select{ font-size: 0.92rem; padding: 11px; }.tc-wp-tool-root .mtg-tool-wrap textarea{ min-height: 112px; }.tc-wp-tool-root .mtg-tool-wrap input[type="range"]{ height: 32px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-btn{ font-size: 0.84rem; padding: 10px 12px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn{ font-size: 0.72rem; padding: 8px 9px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-control-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-slider-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-stats, .tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid{ grid-template-columns: 1fr !important; gap: 11px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-card{ padding: 16px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-actions, .tc-wp-tool-root .mtg-tool-wrap .mtg-panel-head, .tc-wp-tool-root .mtg-tool-wrap .mtg-output-head{ flex-wrap: wrap; }.tc-wp-tool-root .mtg-tool-wrap .mtg-stat span{ font-size: 0.72rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-pill{ font-size: 0.76rem; padding: 8px 9px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-result-block{ padding: 13px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-code-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-title-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-desc-output{ font-size: 0.82rem; }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-tool-root .mtg-tool-wrap{ padding: 32px 10px; border-radius: 0 !important; }.tc-wp-tool-root .mtg-tool-wrap .mtg-inner{ width: 100%; }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero h1{ font-size: clamp(1.5rem, 5vw, 2.8rem); }.tc-wp-tool-root .mtg-tool-wrap .mtg-hero p{ font-size: 0.88rem; }.tc-wp-tool-root .mtg-tool-wrap input, .tc-wp-tool-root .mtg-tool-wrap textarea, .tc-wp-tool-root .mtg-tool-wrap select{ font-size: 0.9rem; padding: 10px; }.tc-wp-tool-root .mtg-tool-wrap textarea{ min-height: 108px; }.tc-wp-tool-root .mtg-tool-wrap input[type="range"]{ height: 32px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-btn{ font-size: 0.82rem; padding: 10px 11px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-mini-btn{ font-size: 0.7rem; padding: 7px 9px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-control-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-slider-grid, .tc-wp-tool-root .mtg-tool-wrap .mtg-stats, .tc-wp-tool-root .mtg-tool-wrap .mtg-toggle-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-card{ padding: 14px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-actions, .tc-wp-tool-root .mtg-tool-wrap .mtg-panel-head, .tc-wp-tool-root .mtg-tool-wrap .mtg-output-head{ flex-wrap: wrap; }.tc-wp-tool-root .mtg-tool-wrap .mtg-stat span{ font-size: 0.7rem; }.tc-wp-tool-root .mtg-tool-wrap .mtg-pill{ font-size: 0.74rem; padding: 7px 9px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-result-block{ padding: 12px; }.tc-wp-tool-root .mtg-tool-wrap .mtg-code-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-title-output, .tc-wp-tool-root .mtg-tool-wrap .mtg-desc-output{ font-size: 0.8rem; }}.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 .mtg-context {}
.tc-wp-tool-root .mtg-copy-desc {}
.tc-wp-tool-root .mtg-copy-hashtags {}
.tc-wp-tool-root .mtg-copy-html {}
.tc-wp-tool-root .mtg-copy-tags {}
.tc-wp-tool-root .mtg-copy-title {}
.tc-wp-tool-root .mtg-desc-length {}
.tc-wp-tool-root .mtg-desc-value {}
.tc-wp-tool-root .mtg-generate {}
.tc-wp-tool-root .mtg-input-panel {}
.tc-wp-tool-root .mtg-output-panel {}
.tc-wp-tool-root .mtg-preview-wrap {}
.tc-wp-tool-root .mtg-stat-avg {}
.tc-wp-tool-root .mtg-stat-chars {}
.tc-wp-tool-root .mtg-stat-hashtags {}
.tc-wp-tool-root .mtg-stat-tags {}
.tc-wp-tool-root .mtg-tags-output {}
.tc-wp-tool-root .mtg-title-length {}
.tc-wp-tool-root .mtg-title-value {}
.tc-wp-tool-root .mtg-tone {}
.tc-wp-tool-root .mtg-topic {}
.tc-wp-tool-root .mtg-type {}