@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-495 .tc-wp-tool-root img, .wpc-scope-495 .tc-wp-tool-root video, .wpc-scope-495 .tc-wp-tool-root svg, .wpc-scope-495 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 44px 18px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 181, 219, 0.78), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(147, 232, 255, 0.72), transparent 28%),
    radial-gradient(circle at 76% 88%, rgba(255, 225, 135, 0.7), transparent 26%),
    linear-gradient(135deg, #fff2fa 0%, #eaf9ff 34%, #f3edff 67%, #fff0df 100%);
  color: #263047;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-container, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-hero, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-input-panel, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-results, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-grid, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-card, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-preview, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-actions, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-load-row{
  box-sizing: border-box;
  max-width: 100%;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-container{
  width: min(100%, 1200px);
  margin: 0 auto;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-hero{
  position: relative;
  overflow: hidden;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 24px 70px rgba(98, 119, 175, 0.22);
  backdrop-filter: blur(20px);
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-glow{
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.48;
  pointer-events: none;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-glow-one{
  top: -84px;
  left: -58px;
  background: #ff9fd0;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-glow-two{
  right: -64px;
  bottom: -82px;
  background: #8cecff;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap h1{
  position: relative;
  margin: 0;
  text-align: center;
  color: #253052;
  font-size: 48px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: 0;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-subtitle{
  position: relative;
  width: min(100%, 760px);
  margin: 16px auto 0;
  text-align: center;
  color: #465272;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-input-panel{
  position: relative;
  margin: 30px auto 0;
  width: min(100%, 820px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 16px 36px rgba(120, 127, 170, 0.16);
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-input-label{
  display: block;
  margin: 0 0 9px;
  color: #394665;
  font-size: 14px;
  font-weight: 800;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-text-input{
  display: block;
  width: 100%;
  min-height: 128px;
  resize: vertical;
  box-sizing: border-box;
  border: 1px solid rgba(142, 159, 214, 0.42);
  border-radius: 18px;
  outline: none;
  padding: 17px 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #263047;
  font: inherit;
  font-size: 18px;
  line-height: 1.45;
  box-shadow: 0 10px 26px rgba(96, 116, 172, 0.1);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-text-input:focus{
  border-color: rgba(255, 116, 184, 0.78);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 5px rgba(255, 145, 202, 0.22), 0 16px 34px rgba(96, 116, 172, 0.16);
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-actions{
  display: flex;
  justify-content: flex-end;
  margin-top: 13px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease, opacity 170ms ease;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn{
  padding: 12px 22px;
  color: #31405f;
  background: linear-gradient(135deg, #fff7fb, #eafaff);
  box-shadow: 0 10px 20px rgba(94, 112, 168, 0.16);
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
  color: #ffffff;
  background: linear-gradient(135deg, #ff78ba 0%, #8b7bff 52%, #27c7e8 100%);
  box-shadow: 0 13px 26px rgba(134, 105, 230, 0.27);
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn{
  width: 100%;
  padding: 13px 18px;
  font-size: 14px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
  padding: 15px 26px;
  font-size: 16px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn:hover, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn:hover, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(134, 105, 230, 0.28);
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn:focus-visible, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn:focus-visible, .wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn:focus-visible{
  outline: 3px solid rgba(255, 129, 194, 0.48);
  outline-offset: 3px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-results{
  margin-top: 22px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-card{
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  min-height: 292px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 18px 38px rgba(86, 102, 160, 0.16);
  backdrop-filter: blur(17px);
  animation: amfgFadeIn 300ms ease both;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 152, 207, 0.65);
  box-shadow: 0 24px 48px rgba(86, 102, 160, 0.24);
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-card-title{
  margin: 0 0 12px;
  color: #34415f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-preview{
  flex: 1 1 auto;
  max-height: 180px;
  min-height: 152px;
  overflow: auto;
  margin: 0 0 15px;
  padding: 16px;
  border: 1px solid rgba(137, 157, 215, 0.24);
  border-radius: 17px;
  background:
    linear-gradient(135deg, rgba(255, 245, 251, 0.88), rgba(239, 252, 255, 0.86)),
    rgba(255, 255, 255, 0.72);
  color: #27304d;
  font-size: 19px;
  line-height: 1.48;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-preview::-webkit-scrollbar-track{
  background: rgba(234, 243, 255, 0.85);
  border-radius: 99px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #ff9bcc, #7fdff3);
  border-radius: 99px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-load-row{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}.wpc-scope-495 .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn.amfg-hidden{
  display: none;
}@keyframes amfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .amfg-tool-wrap{
    padding: 22px 10px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-container{
    width: 100%;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-hero{
    padding: 24px 12px;
    border-radius: 22px;
  }.tc-wp-tool-root .amfg-tool-wrap h1{
    font-size: 30px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-input-panel{
    padding: 12px;
    border-radius: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-text-input{
    min-height: 112px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
    padding: 12px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-card{
    padding: 14px;
    border-radius: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-preview{
    font-size: 16px;
    min-height: 136px;
    padding: 13px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .amfg-tool-wrap{
    padding: 24px 12px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-container{
    width: 100%;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-hero{
    padding: 26px 14px;
    border-radius: 23px;
  }.tc-wp-tool-root .amfg-tool-wrap h1{
    font-size: 33px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-input-panel{
    padding: 13px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-text-input{
    min-height: 116px;
    padding: 15px;
    font-size: 16px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
    padding: 12px 18px;
    font-size: 14px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-card{
    padding: 15px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-preview{
    font-size: 17px;
    min-height: 140px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .amfg-tool-wrap{
    padding: 28px 14px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-container{
    width: 100%;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-hero{
    padding: 30px 18px;
    border-radius: 25px;
  }.tc-wp-tool-root .amfg-tool-wrap h1{
    font-size: 37px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-text-input{
    min-height: 120px;
    font-size: 17px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
    padding: 13px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-card{
    padding: 16px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-preview{
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .amfg-tool-wrap{
    padding: 38px 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-container{
    width: min(100%, 940px);
  }.tc-wp-tool-root .amfg-tool-wrap h1{
    font-size: 43px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-text-input{
    font-size: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
    font-size: 15px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-card{
    padding: 17px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-preview{
    font-size: 18px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .amfg-tool-wrap{
    padding: 42px 20px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-container{
    width: min(100%, 1120px);
  }.tc-wp-tool-root .amfg-tool-wrap h1{
    font-size: 46px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-text-input{
    font-size: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
    font-size: 15px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-card{
    padding: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-preview{
    font-size: 19px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .amfg-tool-wrap{
    padding: 48px 22px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .amfg-tool-wrap h1{
    font-size: 48px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-text-input{
    font-size: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-clear-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-copy-btn, .tc-wp-tool-root .amfg-tool-wrap .amfg-load-btn{
    font-size: 15px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-card{
    padding: 18px;
  }.tc-wp-tool-root .amfg-tool-wrap .amfg-preview{
    font-size: 19px;
  }}.wpc-scope-495 /* 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;
}