@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;
}.wpc-scope-392 .tc-wp-tool-root img, .wpc-scope-392 .tc-wp-tool-root video, .wpc-scope-392 .tc-wp-tool-root svg, .wpc-scope-392 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-shell, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-hero, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-input-panel, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-preview, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-grid, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-card, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-controls, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-load-wrap{
  box-sizing: border-box;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 56px 18px;
  color: #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(54, 211, 255, 0.26), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(155, 92, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0b1730 42%, #10122d 100%);
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-kicker{
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(125, 229, 255, 0.36);
  border-radius: 999px;
  background: rgba(8, 22, 42, 0.58);
  color: #aeefff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 0 28px rgba(42, 205, 255, 0.18);
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool h1{
  margin: 0;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 0 32px rgba(66, 207, 255, 0.34);
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-subtitle{
  max-width: 720px;
  margin: 16px auto 0;
  color: #c7d9ef;
  font-size: 18px;
  line-height: 1.6;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-input-panel, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-preview, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-card{
  border: 1px solid rgba(151, 220, 255, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-input-panel{
  border-radius: 22px;
  padding: 24px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-label{
  display: block;
  margin-bottom: 10px;
  color: #eaf7ff;
  font-size: 15px;
  font-weight: 800;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea{
  width: 100%;
  max-width: 100%;
  min-height: 158px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgba(142, 224, 255, 0.28);
  border-radius: 18px;
  padding: 18px;
  color: #ffffff;
  background: rgba(4, 14, 28, 0.72);
  outline: none;
  font: inherit;
  font-size: 17px;
  line-height: 1.55;
  box-shadow: inset 0 0 22px rgba(11, 188, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea::placeholder{
  color: #91a9c4;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea:focus{
  border-color: rgba(86, 226, 255, 0.78);
  box-shadow: 0 0 0 4px rgba(38, 200, 255, 0.16), inset 0 0 28px rgba(11, 188, 255, 0.12);
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-controls, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-load-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-load-wrap{
  justify-content: center;
  margin-top: 28px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn{
  appearance: none;
  border: 1px solid rgba(130, 228, 255, 0.32);
  border-radius: 14px;
  padding: 12px 17px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(11, 202, 255, 0.22), rgba(143, 94, 255, 0.22));
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(154, 240, 255, 0.72);
  background: linear-gradient(135deg, rgba(18, 213, 255, 0.34), rgba(157, 102, 255, 0.34));
  box-shadow: 0 16px 38px rgba(28, 190, 255, 0.18);
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn:focus-visible{
  outline: 3px solid rgba(105, 226, 255, 0.72);
  outline-offset: 3px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-preview{
  margin-top: 22px;
  border-radius: 22px;
  padding: 22px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-label{
  display: block;
  margin-bottom: 10px;
  color: #aeefff;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-output{
  max-height: 180px;
  overflow-y: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.45;
  text-shadow: 0 0 18px rgba(72, 216, 255, 0.26);
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-card{
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  padding: 18px;
  animation: mtgFadeIn 0.36s ease both;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(117, 230, 255, 0.48);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34), 0 0 34px rgba(62, 209, 255, 0.12);
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-card-title{
  margin: 0 0 12px;
  color: #eefaff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box{
  flex: 1 1 auto;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(155, 225, 255, 0.18);
  border-radius: 15px;
  padding: 14px;
  color: #f9fdff;
  background: rgba(3, 12, 26, 0.58);
  font-size: 17px;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box::-webkit-scrollbar, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-output::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box::-webkit-scrollbar-track, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-output::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box::-webkit-scrollbar-thumb, .wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-output::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #36d7ff, #9b67ff);
  border-radius: 999px;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-card .mtg-btn{
  width: 100%;
  margin-top: auto;
}.wpc-scope-392 .tc-wp-tool-root .mtg-mirror-text-tool .mtg-load-more[disabled]{
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}@keyframes mtgFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .mtg-mirror-text-tool{
    padding: 34px 12px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .mtg-mirror-text-tool h1{
    font-size: 32px;
    line-height: 1.12;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-subtitle{
    font-size: 14px;
    line-height: 1.5;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-input-panel, .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-preview{
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea{
    min-height: 132px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-controls{
    gap: 9px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn{
    width: 100%;
    padding: 11px 12px;
    font-size: 13px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-output{
    font-size: 18px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-card{
    width: 100%;
    max-width: 100%;
    padding: 14px;
    border-radius: 16px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box{
    font-size: 15px;
    max-height: 180px;
    padding: 12px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .mtg-mirror-text-tool{
    padding: 38px 14px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .mtg-mirror-text-tool h1{
    font-size: 36px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-input-panel, .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-preview{
    padding: 16px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea{
    min-height: 140px;
    font-size: 15px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn{
    flex: 1 1 100%;
    padding: 12px 13px;
    font-size: 14px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-output{
    font-size: 19px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-card{
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .mtg-mirror-text-tool{
    padding: 42px 16px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .mtg-mirror-text-tool h1{
    font-size: 40px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-input-panel, .tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-preview{
    padding: 18px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea{
    min-height: 148px;
    font-size: 16px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn{
    flex: 1 1 160px;
    padding: 12px 14px;
    font-size: 14px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-output{
    font-size: 20px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-card{
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box{
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .mtg-mirror-text-tool{
    padding: 50px 22px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-shell{
    width: 100%;
    max-width: 920px;
  }.tc-wp-tool-root .mtg-mirror-text-tool h1{
    font-size: 48px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea{
    min-height: 156px;
    font-size: 17px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn{
    padding: 12px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-main-output{
    font-size: 22px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-card{
    padding: 17px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box{
    font-size: 16px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .mtg-mirror-text-tool{
    padding: 54px 24px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-shell{
    width: 100%;
    max-width: 1080px;
  }.tc-wp-tool-root .mtg-mirror-text-tool h1{
    font-size: 52px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea{
    font-size: 17px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn{
    font-size: 14px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-card{
    padding: 18px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box{
    font-size: 17px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .mtg-mirror-text-tool{
    padding: 60px 28px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .mtg-mirror-text-tool h1{
    font-size: 56px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-textarea{
    font-size: 17px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-btn{
    font-size: 14px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-card{
    padding: 18px;
  }.tc-wp-tool-root .mtg-mirror-text-tool .mtg-preview-box{
    font-size: 17px;
  }}