@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-447 .tc-wp-tool-root img, .wpc-scope-447 .tc-wp-tool-root video, .wpc-scope-447 .tc-wp-tool-root svg, .wpc-scope-447 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-tool, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-container, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-header, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-actions, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-grid, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-card, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-card-top, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-btn, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-textarea, .wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-label{
  box-sizing: border-box;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #fff8ea;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-tool{
  width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 121, 18, .28), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(150, 63, 255, .26), transparent 30%),
    radial-gradient(circle at 72% 82%, rgba(55, 255, 134, .13), transparent 26%),
    linear-gradient(135deg, #07040d 0%, #16081f 34%, #2a0d22 64%, #090b0a 100%);
  border-radius: 24px;
  position: relative;
  isolation: isolate;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-tool::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 119, 0, .08), transparent 24%, rgba(110, 255, 133, .06), transparent 72%),
    radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, .32) 100%);
  pointer-events: none;
  z-index: -1;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-header{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{
  margin: 0;
  color: #fff7e8;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 0 24px rgba(255, 117, 24, .42), 0 0 38px rgba(140, 72, 255, .26);
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-header p{
  margin: 14px auto 0;
  max-width: 720px;
  color: rgba(255, 244, 225, .82);
  line-height: 1.6;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
  position: relative;
  border: 1px solid rgba(255, 173, 64, .24);
  background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .34), 0 0 44px rgba(255, 117, 24, .12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-label{
  display: block;
  margin-bottom: 10px;
  color: #ffe0ae;
  font-weight: 750;
  line-height: 1.25;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
  border: 1px solid rgba(255, 192, 95, .26);
  border-radius: 16px;
  outline: none;
  color: #fffaf1;
  background: rgba(10, 6, 15, .72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
  line-height: 1.45;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-textarea:focus{
  border-color: rgba(255, 137, 35, .72);
  background: rgba(10, 6, 15, .84);
  box-shadow: 0 0 0 4px rgba(255, 116, 24, .14), 0 0 32px rgba(132, 64, 255, .2);
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-btn{
  appearance: none;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #fff9ec;
  font-weight: 800;
  line-height: 1;
  white-space: normal;
  text-align: center;
  background: linear-gradient(135deg, #ff7a18 0%, #b536ff 58%, #23c55e 130%);
  box-shadow: 0 12px 28px rgba(255, 103, 24, .22), 0 0 24px rgba(149, 67, 255, .14);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, opacity .2s ease;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-btn:hover{
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(255, 103, 24, .28), 0 0 34px rgba(149, 67, 255, .25);
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-btn:active{
  transform: translateY(0);
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-btn-secondary{
  background: linear-gradient(135deg, rgba(255, 136, 31, .22), rgba(139, 68, 255, .22));
  border: 1px solid rgba(255, 205, 132, .24);
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 198, 120, .18);
  border-radius: 20px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .115), rgba(255, 255, 255, .052)),
    radial-gradient(circle at 18% 0%, rgba(255, 117, 24, .12), transparent 34%);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: hidden;
  animation: hfgFadeIn .34s ease both;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 138, 38, .44);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .34), 0 0 30px rgba(255, 115, 24, .12);
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-card-title{
  min-width: 0;
  color: #ffe4b8;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-copy{
  flex: 0 0 auto;
  min-width: 76px;
  padding: 10px 14px;
  font-size: 13px;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 118px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .105);
  background: rgba(4, 3, 8, .5);
  color: #fffaf0;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  text-shadow: 0 0 15px rgba(255, 119, 24, .22);
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ff7a18, #853cff, #25c663);
  border-radius: 999px;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap{
  display: flex;
  justify-content: center;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn.is-hidden{
  display: none;
}.wpc-scope-447 .tc-wp-tool-root .hfg-tool-wrap .hfg-card.hfg-new{
  animation: hfgReveal .42s ease both;
}@keyframes hfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes hfgReveal{
  from {
    opacity: 0;
    transform: translateY(18px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hfg-tool-wrap .hfg-tool{
    padding: 28px 12px;
    border-radius: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{
    font-size: 30px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{
    font-size: 14px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
    margin-top: 24px;
    padding: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-label{
    font-size: 13px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
    min-height: 118px;
    padding: 13px;
    font-size: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-btn{
    width: 100%;
    padding: 13px 15px;
    font-size: 14px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 22px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 14px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card-top{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card-title{
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    padding: 13px;
    font-size: 17px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap{
    margin-top: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hfg-tool-wrap .hfg-tool{
    padding: 32px 14px;
    border-radius: 20px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{
    font-size: 34px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
    margin-top: 26px;
    padding: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-label{
    font-size: 14px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
    min-height: 124px;
    padding: 14px;
    font-size: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-btn{
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 24px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card-top{
    align-items: flex-start;
    flex-direction: column;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card-title{
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    padding: 14px;
    font-size: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap{
    margin-top: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hfg-tool-wrap .hfg-tool{
    padding: 38px 18px;
    border-radius: 22px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{
    font-size: 40px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{
    font-size: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
    margin-top: 28px;
    padding: 20px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-label{
    font-size: 14px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
    min-height: 126px;
    padding: 15px;
    font-size: 17px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-btn{
    padding: 14px 18px;
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-actions .hfg-btn{
    flex: 1 1 150px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
    margin-top: 28px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    padding: 15px;
    font-size: 19px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap{
    margin-top: 28px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hfg-tool-wrap .hfg-tool{
    padding: 52px 24px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{
    width: 96%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{
    font-size: 52px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{
    font-size: 17px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
    margin-top: 34px;
    padding: 24px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-label{
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
    min-height: 132px;
    padding: 17px;
    font-size: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-btn{
    padding: 14px 20px;
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    padding: 16px;
    font-size: 19px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap{
    margin-top: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hfg-tool-wrap .hfg-tool{
    padding: 62px 28px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{
    width: 96%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{
    font-size: 60px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
    margin-top: 38px;
    padding: 28px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-label{
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
    min-height: 136px;
    padding: 18px;
    font-size: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-btn{
    padding: 15px 22px;
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 19px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    padding: 16px;
    font-size: 19px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap{
    margin-top: 34px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .hfg-tool-wrap .hfg-tool{
    padding: 72px 34px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-container{
    width: 96%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header h1{
    font-size: 66px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-header p{
    font-size: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
    margin-top: 40px;
    padding: 30px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-label{
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
    min-height: 140px;
    padding: 18px;
    font-size: 19px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-btn{
    padding: 15px 24px;
    font-size: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 36px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 20px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card-title{
    font-size: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    padding: 17px;
    font-size: 19px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-wrap{
    margin-top: 36px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .hfg-tool-wrap .hfg-card, .tc-wp-tool-root .hfg-tool-wrap .hfg-card.hfg-new, .tc-wp-tool-root .hfg-tool-wrap .hfg-btn, .tc-wp-tool-root .hfg-tool-wrap .hfg-textarea{
    animation: none;
    transition: none;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card:hover, .tc-wp-tool-root .hfg-tool-wrap .hfg-btn:hover{
    transform: none;
  }}