@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-409 .tc-wp-tool-root img, .wpc-scope-409 .tc-wp-tool-root video, .wpc-scope-409 .tc-wp-tool-root svg, .wpc-scope-409 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap{
  --hfg-bg-1: #050306;
  --hfg-bg-2: #18060a;
  --hfg-bg-3: #35100b;
  --hfg-red: #ff2e3f;
  --hfg-red-soft: rgba(255, 46, 63, 0.34);
  --hfg-orange: #ff8a2a;
  --hfg-violet: #8d6bff;
  --hfg-text: #fff7f3;
  --hfg-muted: #d6b9b7;
  --hfg-panel: rgba(20, 12, 18, 0.74);
  --hfg-panel-2: rgba(38, 18, 25, 0.72);
  --hfg-border: rgba(255, 218, 196, 0.16);
  --hfg-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  --hfg-glow: 0 0 0 1px rgba(255, 46, 63, 0.18), 0 0 34px rgba(255, 46, 63, 0.18);
  --hfg-radius: 18px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  color: var(--hfg-text);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 46, 63, 0.22), transparent 32%),
    radial-gradient(circle at 82% 16%, rgba(141, 107, 255, 0.18), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(255, 138, 42, 0.15), transparent 42%),
    linear-gradient(135deg, var(--hfg-bg-1), var(--hfg-bg-2) 48%, var(--hfg-bg-3));
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap, .wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-tool-shell{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-hero{
  text-align: center;
  margin: 0 auto;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-hero h1{
  margin: 0;
  color: var(--hfg-text);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: 0;
  text-shadow: 0 0 26px rgba(255, 46, 63, 0.34);
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-hero p{
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--hfg-muted);
  line-height: 1.6;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-input-panel{
  margin: 34px auto 0;
  padding: 22px;
  border: 1px solid var(--hfg-border);
  border-radius: var(--hfg-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--hfg-shadow);
  backdrop-filter: blur(18px);
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-input-label{
  display: block;
  margin: 0 0 10px;
  color: #ffe3dc;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-text-input{
  width: 100%;
  max-width: 100%;
  display: block;
  resize: vertical;
  border: 1px solid rgba(255, 218, 196, 0.18);
  border-radius: 15px;
  outline: none;
  color: var(--hfg-text);
  background: rgba(2, 1, 3, 0.62);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.36);
  line-height: 1.45;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-text-input:focus{
  border-color: rgba(255, 46, 63, 0.72);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.4), var(--hfg-glow);
  background: rgba(8, 3, 7, 0.82);
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-clear-row, .wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-row{
  display: flex;
  justify-content: center;
  align-items: center;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-clear-row{
  margin-top: 14px;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-row{
  margin-top: 28px;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn, .wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn, .wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
  border: 1px solid rgba(255, 218, 196, 0.16);
  border-radius: 999px;
  color: #fff7f3;
  background: linear-gradient(135deg, rgba(255, 46, 63, 0.92), rgba(143, 13, 26, 0.95));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 46, 63, 0.18);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{
  background: rgba(255, 255, 255, 0.08);
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
  align-self: flex-start;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn[disabled]{
  opacity: 0.5;
  cursor: not-allowed;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--hfg-border);
  border-radius: var(--hfg-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    var(--hfg-panel);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
  overflow: hidden;
  animation: hfgFadeIn 360ms ease both;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-card-inner{
  display: grid;
  gap: 14px;
  min-width: 0;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-card-top{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  min-width: 0;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-style-name{
  min-width: 0;
  margin: 0;
  color: #ffe8e2;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 104px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 218, 196, 0.13);
  border-radius: 14px;
  color: #fffaf7;
  background: rgba(4, 2, 5, 0.52);
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.05);
  border-radius: 99px;
}.wpc-scope-409 .tc-wp-tool-root .hfg-tool-wrap .hfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(var(--hfg-red), var(--hfg-orange));
  border-radius: 99px;
}@media (hover: hover){.tc-wp-tool-root .hfg-tool-wrap .hfg-card:hover{
    transform: translateY(-5px);
    border-color: rgba(255, 46, 63, 0.42);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.5), 0 0 28px rgba(255, 46, 63, 0.13);
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn:hover, .tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn:hover, .tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn:hover{
    transform: translateY(-2px);
    border-color: rgba(255, 218, 196, 0.36);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.36), 0 0 30px rgba(255, 46, 63, 0.28);
  }}@keyframes hfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hfg-tool-wrap{
    padding: 34px 12px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-tool-shell{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero h1{
    font-size: 2rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero p{
    font-size: 0.95rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-text-input{
    min-height: 126px;
    padding: 14px;
    font-size: 1rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{
    padding: 10px 18px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 14px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-style-name{
    font-size: 1rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    font-size: 1.03rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
    padding: 9px 13px;
    font-size: 0.84rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{
    padding: 13px 22px;
    font-size: 0.95rem;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hfg-tool-wrap{
    padding: 38px 14px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-tool-shell{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero h1{
    font-size: 2.25rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero p{
    font-size: 1rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-text-input{
    min-height: 132px;
    padding: 15px;
    font-size: 1.03rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{
    padding: 10px 20px;
    font-size: 0.92rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: 1fr !important;
    gap: 17px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 15px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-style-name{
    font-size: 1.04rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    font-size: 1.06rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
    padding: 9px 14px;
    font-size: 0.86rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{
    padding: 13px 24px;
    font-size: 0.98rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hfg-tool-wrap{
    padding: 44px 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-tool-shell{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero h1{
    font-size: 2.65rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero p{
    font-size: 1.05rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-text-input{
    min-height: 138px;
    padding: 17px;
    font-size: 1.08rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{
    padding: 11px 22px;
    font-size: 0.94rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 17px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-style-name{
    font-size: 1.08rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    font-size: 1.1rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
    padding: 10px 15px;
    font-size: 0.88rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{
    padding: 14px 26px;
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hfg-tool-wrap{
    padding: 58px 24px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-tool-shell{
    width: 96%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero h1{
    font-size: 3.4rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero p{
    font-size: 1.12rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-text-input{
    min-height: 146px;
    padding: 19px;
    font-size: 1.13rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{
    padding: 11px 24px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-style-name{
    font-size: 1.1rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    font-size: 1.08rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
    padding: 10px 16px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{
    padding: 15px 30px;
    font-size: 1.02rem;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hfg-tool-wrap{
    padding: 68px 28px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-tool-shell{
    width: 96%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero h1{
    font-size: 4rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero p{
    font-size: 1.16rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-text-input{
    min-height: 150px;
    padding: 20px;
    font-size: 1.16rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{
    padding: 12px 25px;
    font-size: 0.98rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 19px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-style-name{
    font-size: 1.1rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    font-size: 1.08rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
    padding: 10px 16px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{
    padding: 15px 32px;
    font-size: 1.04rem;
  }}@media (min-width: 1200px){.tc-wp-tool-root .hfg-tool-wrap{
    padding: 78px 32px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-tool-shell{
    width: 100%;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero h1{
    font-size: 4.65rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-hero p{
    font-size: 1.18rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-text-input{
    min-height: 154px;
    padding: 22px;
    font-size: 1.18rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-clear-btn{
    padding: 12px 26px;
    font-size: 1rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-card{
    padding: 20px;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-style-name{
    font-size: 1.12rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-preview{
    font-size: 1.1rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-copy-btn{
    padding: 10px 17px;
    font-size: 0.9rem;
  }.tc-wp-tool-root .hfg-tool-wrap .hfg-load-btn{
    padding: 16px 34px;
    font-size: 1.05rem;
  }}.wpc-scope-409 .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;
}