@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-550 .tc-wp-tool-root img, .wpc-scope-550 .tc-wp-tool-root video, .wpc-scope-550 .tc-wp-tool-root svg, .wpc-scope-550 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool{
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  padding: 64px 22px;
  color: #f6f3ef;
  background:
    radial-gradient(circle at 18% 12%, rgba(185, 22, 48, 0.38), transparent 34%),
    radial-gradient(circle at 84% 8%, rgba(196, 196, 196, 0.18), transparent 30%),
    linear-gradient(145deg, #08090d 0%, #16171d 44%, #250711 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool, .wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-shell, .wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-panel, .wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-grid, .wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-card, .wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-preview, .wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-input, .wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-button{
  box-sizing: border-box;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-header{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(212, 28, 58, 0.42), 0 2px 0 rgba(0, 0, 0, 0.45);
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #d8d4cf;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-panel{
  width: 100%;
  max-width: 100%;
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid rgba(232, 226, 216, 0.15);
  border-radius: 18px;
  background: rgba(16, 17, 22, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-label{
  display: block;
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #f0ebe4;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(230, 223, 212, 0.22);
  border-radius: 14px;
  outline: none;
  background: rgba(3, 4, 7, 0.72);
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-input::placeholder{
  color: #9c9691;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-input:focus{
  border-color: rgba(232, 35, 67, 0.82);
  background: rgba(7, 8, 12, 0.9);
  box-shadow: 0 0 0 4px rgba(232, 35, 67, 0.16), 0 0 28px rgba(232, 35, 67, 0.18);
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-actions{
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  margin-top: 14px;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-button{
  min-height: 46px;
  min-width: 112px;
  padding: 12px 18px;
  border: 1px solid rgba(245, 238, 228, 0.2);
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(135deg, #bd1734, #6f0d20);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 12px 28px rgba(141, 13, 35, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-button:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 38px rgba(196, 18, 48, 0.42), 0 0 22px rgba(232, 35, 67, 0.18);
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-button:focus-visible{
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 3px;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(226, 220, 210, 0.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(34, 36, 43, 0.78), rgba(12, 13, 17, 0.86));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: hmfgFadeIn 260ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-card:hover{
  transform: translateY(-4px);
  border-color: rgba(226, 33, 64, 0.42);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42), 0 0 24px rgba(188, 20, 48, 0.15);
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-card-title{
  margin: 0 0 12px;
  color: #f2ede7;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 116px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
  border: 1px solid rgba(232, 226, 216, 0.12);
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 0 12px rgba(224, 30, 62, 0.2);
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, #d51d3f, #777b83);
  border-radius: 999px;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-copy{
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
  background: linear-gradient(135deg, #dad6cd, #8f949c);
  color: #111217;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-more-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 26px;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-load-more{
  min-width: 168px;
}.wpc-scope-550 .tc-wp-tool-root .hmfg-tool .hmfg-load-more.hmfg-hidden{
  display: none;
}@keyframes hmfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .hmfg-tool{
    padding: 72px 28px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmfg-tool .hmfg-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .hmfg-tool .hmfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmfg-tool .hmfg-subtitle{
    font-size: 1.08rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-input{
    width: 100%;
    height: 60px;
    font-size: 1.1rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-button{
    min-height: 48px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-preview{
    font-size: 1.16rem;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hmfg-tool{
    padding: 64px 24px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmfg-tool .hmfg-shell{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .hmfg-tool .hmfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmfg-tool .hmfg-subtitle{
    font-size: 1.04rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-input{
    width: 100%;
    height: 58px;
    font-size: 1.06rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-button{
    min-height: 46px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-preview{
    font-size: 1.14rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hmfg-tool{
    padding: 54px 20px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmfg-tool .hmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .hmfg-tool .hmfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmfg-tool .hmfg-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-input{
    width: 100%;
    height: 56px;
    font-size: 1.02rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-button{
    min-height: 46px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-card{
    padding: 17px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-preview{
    font-size: 1.08rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hmfg-tool{
    padding: 42px 16px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmfg-tool .hmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .hmfg-tool .hmfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmfg-tool .hmfg-subtitle{
    font-size: 0.96rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-panel{
    padding: 18px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-input{
    width: 100%;
    height: 54px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-button{
    min-height: 46px;
    font-size: 0.93rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-card{
    padding: 16px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-preview{
    font-size: 1.04rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hmfg-tool{
    padding: 38px 14px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmfg-tool .hmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .hmfg-tool .hmfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmfg-tool .hmfg-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-panel{
    padding: 16px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-input{
    width: 100%;
    height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-button{
    min-height: 46px;
    width: 100%;
    font-size: 0.92rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .hmfg-tool .hmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-card{
    padding: 15px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-preview{
    font-size: 1rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hmfg-tool{
    padding: 34px 12px;
    border-radius: 0 !important;
  }.tc-wp-tool-root .hmfg-tool .hmfg-shell{
    width: 100%;
  }.tc-wp-tool-root .hmfg-tool .hmfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hmfg-tool .hmfg-subtitle{
    font-size: 0.92rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-panel{
    padding: 14px;
    border-radius: 14px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-input{
    width: 100%;
    height: 50px;
    padding: 0 14px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-button{
    min-height: 46px;
    width: 100%;
    padding: 12px 14px;
    font-size: 0.91rem;
  }.tc-wp-tool-root .hmfg-tool .hmfg-actions{
    justify-content: stretch;
  }.tc-wp-tool-root .hmfg-tool .hmfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-card{
    padding: 14px;
  }.tc-wp-tool-root .hmfg-tool .hmfg-preview{
    padding: 14px;
    font-size: 0.98rem;
  }}.wpc-scope-550 /* 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-550 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .hmfg-clear{}.wpc-scope-550 .tc-wp-tool-root .hmfg-results{}