@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-445 .tc-wp-tool-root img, .wpc-scope-445 .tc-wp-tool-root video, .wpc-scope-445 .tc-wp-tool-root svg, .wpc-scope-445 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-hero, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-panel, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-row, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-grid, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-card, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-actions, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-wrap{
  box-sizing: border-box;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f8fbff;
  background:
    radial-gradient(circle at 12% 15%, rgba(0, 229, 255, 0.28), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(255, 75, 219, 0.22), transparent 28%),
    linear-gradient(135deg, #07111f 0%, #132245 46%, #360d43 100%);
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell::before{
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  pointer-events: none;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-hero{
  text-align: center;
  position: relative;
  z-index: 1;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  padding: 8px 14px;
  border: 1px solid rgba(118, 229, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #9eefff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 0 28px rgba(0, 229, 255, 0.12);
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap h1{
  margin: 16px 0 10px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 0 26px rgba(82, 230, 255, 0.22);
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-subtitle{
  margin: 0 auto;
  max-width: 760px;
  color: rgba(236, 245, 255, 0.82);
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-panel{
  position: relative;
  z-index: 1;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-label{
  display: block;
  margin-bottom: 10px;
  color: #c9f6ff;
  font-weight: 750;
  line-height: 1.3;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-row{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 12px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  border: 1px solid rgba(159, 235, 255, 0.26);
  border-radius: 18px;
  outline: none;
  background: rgba(3, 12, 26, 0.58);
  color: #ffffff;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-input::placeholder{
  color: rgba(232, 245, 255, 0.44);
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-input:focus{
  border-color: rgba(87, 235, 255, 0.82);
  background: rgba(4, 16, 34, 0.74);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.14), 0 0 28px rgba(0, 229, 255, 0.18);
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more{
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  color: #06111f;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
  background: linear-gradient(135deg, #62f2ff, #ff78df);
  box-shadow: 0 14px 34px rgba(0, 229, 255, 0.18), 0 10px 26px rgba(255, 89, 220, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear:hover, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy:hover, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 44px rgba(0, 229, 255, 0.25), 0 12px 34px rgba(255, 89, 220, 0.22);
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear:focus, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy:focus, .wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more:focus{
  outline: 3px solid rgba(140, 244, 255, 0.42);
  outline-offset: 3px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-grid{
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 26px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(6, 17, 36, 0.66);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  animation: mtfgFadeUp 360ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(120, 238, 255, 0.38);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.32), 0 0 34px rgba(0, 229, 255, 0.12);
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-style-name{
  min-width: 0;
  color: #dffbff;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-style-chip{
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(136, 233, 255, 0.16);
  border-radius: 16px;
  background: rgba(2, 10, 23, 0.52);
  color: #ffffff;
  line-height: 1.55;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #62f2ff, #ff78df);
  border-radius: 999px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-actions{
  margin-top: 14px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-wrap{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more[disabled]{
  cursor: not-allowed;
  opacity: 0.56;
  transform: none;
}.wpc-scope-445 .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more.mtfg-hidden{
  display: none;
}@keyframes mtfgFadeUp{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .mtfg-tool-wrap{
    padding: 28px 12px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell{
    width: 100%;
  }.tc-wp-tool-root .mtfg-tool-wrap h1{
    font-size: 30px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input{
    min-height: 116px;
    padding: 13px;
    font-size: 15px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more{
    min-height: 46px;
    padding: 13px 15px;
    font-size: 14px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-card{
    padding: 15px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview{
    padding: 13px;
    font-size: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-style-name{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .mtfg-tool-wrap{
    padding: 32px 14px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell{
    width: 100%;
  }.tc-wp-tool-root .mtfg-tool-wrap h1{
    font-size: 34px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input{
    min-height: 118px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more{
    min-height: 48px;
    padding: 14px 16px;
    font-size: 15px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-card{
    padding: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview{
    padding: 14px;
    font-size: 17px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-style-name{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .mtfg-tool-wrap{
    padding: 38px 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell{
    width: 100%;
  }.tc-wp-tool-root .mtfg-tool-wrap h1{
    font-size: 40px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-panel{
    padding: 20px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input{
    min-height: 120px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more{
    min-height: 50px;
    padding: 15px 18px;
    font-size: 15px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-card{
    padding: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview{
    padding: 15px;
    font-size: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-style-name{
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .mtfg-tool-wrap{
    padding: 54px 24px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell{
    width: 100%;
  }.tc-wp-tool-root .mtfg-tool-wrap h1{
    font-size: 54px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-panel{
    padding: 24px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-row{
    grid-template-columns: 1fr 150px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input{
    min-height: 112px;
    padding: 17px;
    font-size: 17px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more{
    min-height: 52px;
    padding: 15px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-card{
    padding: 20px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview{
    padding: 16px;
    font-size: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-style-name{
    font-size: 16px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .mtfg-tool-wrap{
    padding: 64px 28px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell{
    width: 100%;
  }.tc-wp-tool-root .mtfg-tool-wrap h1{
    font-size: 62px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-panel{
    padding: 26px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-row{
    grid-template-columns: 1fr 160px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input{
    min-height: 110px;
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more{
    min-height: 54px;
    padding: 16px 22px;
    font-size: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-card{
    padding: 21px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview{
    padding: 17px;
    font-size: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-style-name{
    font-size: 16px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .mtfg-tool-wrap{
    padding: 76px 32px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-shell{
    width: 100%;
  }.tc-wp-tool-root .mtfg-tool-wrap h1{
    font-size: 70px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-panel{
    padding: 28px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input-row{
    grid-template-columns: 1fr 170px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-input{
    min-height: 112px;
    padding: 19px;
    font-size: 18px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-clear, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-copy, .tc-wp-tool-root .mtfg-tool-wrap .mtfg-load-more{
    min-height: 56px;
    padding: 17px 24px;
    font-size: 16px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-card{
    padding: 22px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-preview{
    padding: 18px;
    font-size: 19px;
  }.tc-wp-tool-root .mtfg-tool-wrap .mtfg-style-name{
    font-size: 17px;
  }}