@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-343 .tc-wp-tool-root img, .wpc-scope-343 .tc-wp-tool-root video, .wpc-scope-343 .tc-wp-tool-root svg, .wpc-scope-343 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7fbff;
  background:
    radial-gradient(circle at 16% 12%, rgba(0, 229, 255, 0.34), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(143, 92, 255, 0.32), transparent 30%),
    linear-gradient(135deg, #09111f 0%, #101525 38%, #15122b 68%, #07151b 100%);
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool, .wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__container, .wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__panel, .wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__grid, .wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__card, .wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__input, .wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__button, .wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__preview{
  box-sizing: border-box;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__title{
  margin: 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 0 30px rgba(0, 229, 255, 0.25);
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__subtitle{
  margin: 14px auto 0;
  max-width: 760px;
  color: rgba(231, 244, 255, 0.82);
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__panel{
  width: 100%;
  border: 1px solid rgba(174, 231, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.065));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border-radius: 22px;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__label{
  display: block;
  color: rgba(239, 249, 255, 0.92);
  font-weight: 760;
  margin-bottom: 12px;
  letter-spacing: 0;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__input-row{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 14px;
  width: 100%;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__input{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  resize: vertical;
  border: 1px solid rgba(135, 220, 255, 0.26);
  border-radius: 16px;
  outline: none;
  color: #ffffff;
  background: rgba(5, 12, 24, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__input:focus{
  border-color: rgba(0, 229, 255, 0.78);
  background: rgba(6, 16, 31, 0.86);
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.12), 0 0 34px rgba(111, 92, 255, 0.22);
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__button{
  appearance: none;
  border: 1px solid rgba(156, 232, 255, 0.34);
  border-radius: 14px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  background: linear-gradient(135deg, #00c8ff 0%, #7c5cff 52%, #12f0d4 100%);
  box-shadow: 0 14px 34px rgba(0, 200, 255, 0.2);
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
  white-space: nowrap;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__button:hover, .wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__button:focus-visible{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 44px rgba(0, 229, 255, 0.28), 0 0 24px rgba(124, 92, 255, 0.26);
  outline: none;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__button:active{
  transform: translateY(0);
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__button--clear{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__grid{
  display: grid;
  width: 100%;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(184, 235, 255, 0.17);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at top right, rgba(0, 229, 255, 0.13), transparent 42%);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  animation: mtfgFadeIn 340ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 229, 255, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), 0 0 28px rgba(0, 229, 255, 0.14);
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__name{
  color: rgba(246, 251, 255, 0.96);
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__preview{
  width: 100%;
  max-width: 100%;
  min-height: 92px;
  max-height: 180px;
  overflow: auto;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgba(151, 230, 255, 0.14);
  color: #f8fcff;
  background: rgba(2, 8, 18, 0.5);
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__preview::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #00d9ff, #8d6cff);
  border-radius: 999px;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__copy{
  margin-top: 14px;
  width: 100%;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__actions{
  display: flex;
  justify-content: center;
}.wpc-scope-343 .tc-wp-tool-root .mtfg-tool .mtfg-tool__fallback-copy{
  position: fixed;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}@keyframes mtfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .mtfg-tool{ padding: 36px 12px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__container{ width: 100%; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__title{ font-size: 30px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__subtitle{ font-size: 14px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__panel{ padding: 16px; margin-bottom: 18px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__label{ font-size: 13px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input{ min-height: 118px; padding: 13px; font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__button{ min-height: 46px; padding: 11px 15px; font-size: 14px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__card{ padding: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__name{ font-size: 14px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__preview{ font-size: 15px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .mtfg-tool{ padding: 42px 14px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__container{ width: 100%; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__title{ font-size: 34px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__subtitle{ font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__panel{ padding: 18px; margin-bottom: 20px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__label{ font-size: 14px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input{ min-height: 124px; padding: 14px; font-size: 16px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__button{ min-height: 48px; padding: 12px 16px; font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__card{ padding: 16px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__name{ font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__preview{ font-size: 16px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .mtfg-tool{ padding: 48px 18px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__container{ width: 100%; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__title{ font-size: 40px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__subtitle{ font-size: 16px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__panel{ padding: 20px; margin-bottom: 22px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__label{ font-size: 14px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input-row{ grid-template-columns: 1fr; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input{ min-height: 128px; padding: 15px; font-size: 16px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__button{ min-height: 50px; padding: 13px 18px; font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__card{ padding: 18px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__name{ font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__preview{ font-size: 16px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .mtfg-tool{ padding: 64px 26px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__container{ width: 100%; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__title{ font-size: 52px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__subtitle{ font-size: 17px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__panel{ padding: 24px; margin-bottom: 24px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__label{ font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input{ min-height: 118px; padding: 16px; font-size: 17px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__button{ min-height: 52px; padding: 13px 20px; font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__card{ padding: 18px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__name{ font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__preview{ font-size: 16px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .mtfg-tool{ padding: 76px 32px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__container{ width: 100%; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__title{ font-size: 60px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__subtitle{ font-size: 18px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__panel{ padding: 28px; margin-bottom: 26px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__label{ font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input{ min-height: 116px; padding: 17px; font-size: 17px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__button{ min-height: 54px; padding: 14px 22px; font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__card{ padding: 20px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__name{ font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__preview{ font-size: 16px; }}@media (min-width: 1200px){.tc-wp-tool-root .mtfg-tool{ padding: 86px 36px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__container{ width: 100%; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__title{ font-size: 66px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__subtitle{ font-size: 18px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__panel{ padding: 30px; margin-bottom: 28px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__label{ font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__input{ min-height: 118px; padding: 18px; font-size: 18px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__button{ min-height: 54px; padding: 14px 24px; font-size: 15px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__card{ padding: 20px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__name{ font-size: 16px; }.tc-wp-tool-root .mtfg-tool .mtfg-tool__preview{ font-size: 17px; }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .mtfg-tool .mtfg-tool__card, .tc-wp-tool-root .mtfg-tool .mtfg-tool__button, .tc-wp-tool-root .mtfg-tool .mtfg-tool__input{
    animation: none;
    transition: none;
  }}.wpc-scope-343 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.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;
}.wpc-scope-343 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .mtfg-tool__button--load{}