@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-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-376 .tc-wp-tool-root img, .wpc-scope-376 .tc-wp-tool-root video, .wpc-scope-376 .tc-wp-tool-root svg, .wpc-scope-376 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap{
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  box-sizing: border-box;
  border-radius: 0 !important;
  position: relative;
  padding: 56px 18px;
  color: #fff7e8;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 213, 77, 0.28), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(255, 65, 20, 0.36), transparent 32%),
    linear-gradient(135deg, #141414 0%, #2a1110 35%, #75140f 62%, #f25a12 100%);
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
  box-sizing: border-box;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-header{
  text-align: center;
  margin: 0 auto 26px;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-title{
  margin: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #fff8df;
  text-shadow: 0 4px 0 #5c0906, 0 0 28px rgba(255, 185, 31, 0.72);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
  max-width: 760px;
  margin: 14px auto 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #ffe7b6;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
  width: 100%;
  margin: 0 auto 26px;
  padding: 24px;
  border: 1px solid rgba(255, 214, 89, 0.34);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.78), rgba(92, 14, 10, 0.62));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel-title{
  margin: 0 0 14px;
  font-size: 1.22rem;
  line-height: 1.2;
  color: #ffd75a;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-label{
  display: block;
  margin: 0 0 9px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff1cb;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(255, 218, 91, 0.52);
  border-radius: 14px;
  outline: none;
  background: rgba(12, 12, 12, 0.78);
  color: #fff9ec;
  font-size: 1.08rem;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 95, 31, 0.14);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input:focus{
  border-color: #ffd44d;
  background: rgba(10, 10, 10, 0.92);
  box-shadow: 0 0 0 4px rgba(255, 204, 56, 0.22), 0 0 30px rgba(255, 70, 16, 0.35);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-row{
  width: 100%;
  margin-top: 14px;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
  min-height: 46px;
  padding: 12px 22px;
  color: #1c0d05;
  background: linear-gradient(135deg, #ffd64e, #ff7a18);
  box-shadow: 0 12px 28px rgba(255, 92, 18, 0.32);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 26px;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
  min-height: 52px;
  padding: 14px 28px;
  color: #fff8e6;
  background: linear-gradient(135deg, #d71912, #ff6d13 55%, #ffd34f);
  box-shadow: 0 16px 38px rgba(255, 77, 18, 0.36);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  padding: 11px 16px;
  color: #160b05;
  background: linear-gradient(135deg, #fff1a6, #ffb52c);
  box-shadow: 0 10px 24px rgba(255, 178, 38, 0.24);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn:hover, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn:hover, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.07);
  box-shadow: 0 18px 40px rgba(255, 100, 18, 0.42);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn:focus-visible, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn:focus-visible, .wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn:focus-visible{
  outline: 3px solid #fff2a8;
  outline-offset: 3px;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
  display: grid;
  width: 100%;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 218, 90, 0.26);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)),
    rgba(15, 15, 15, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  animation: hwfgFadeIn 280ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 213, 73, 0.64);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42), 0 0 28px rgba(255, 82, 24, 0.22);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-style-name{
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 900;
  color: #ffd95e;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow: auto;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 114, 31, 0.32);
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.42), rgba(94, 16, 9, 0.3)),
    rgba(10, 10, 10, 0.64);
  color: #fff7de;
  font-size: 1.35rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 0 12px rgba(255, 104, 22, 0.32);
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar{
  width: 10px;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar-track{
  background: rgba(24, 24, 24, 0.8);
  border-radius: 10px;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffd34a, #ff6619);
  border-radius: 10px;
}.wpc-scope-376 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
  scrollbar-width: thin;
  scrollbar-color: #ff7a18 rgba(24, 24, 24, 0.8);
}@keyframes hwfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hwfg-tool-wrap{
    width: 100%;
    max-width: none;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 34px 12px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 0.94rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    width: 100%;
    max-width: 100%;
    height: 50px;
    font-size: 1rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    width: 100%;
    min-height: 46px;
    font-size: 0.95rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 1.08rem;
    padding: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hwfg-tool-wrap{
    width: 100%;
    max-width: none;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 38px 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 0.98rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    width: 100%;
    max-width: 100%;
    height: 52px;
    font-size: 1rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    width: 100%;
    min-height: 46px;
    font-size: 0.96rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 1.12rem;
    padding: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hwfg-tool-wrap{
    width: 100%;
    max-width: none;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 42px 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 1rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    width: 100%;
    max-width: 100%;
    height: 54px;
    font-size: 1.03rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    min-height: 46px;
    font-size: 1rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 1.18rem;
    padding: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hwfg-tool-wrap{
    width: 100%;
    max-width: none;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 50px 20px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 1.03rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 22px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    width: 100%;
    max-width: 100%;
    height: 56px;
    font-size: 1.06rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    min-height: 46px;
    font-size: 1rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 17px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 1.25rem;
    padding: 16px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hwfg-tool-wrap{
    width: 100%;
    max-width: none;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 54px 22px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 1.05rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 24px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    width: 100%;
    max-width: 100%;
    height: 56px;
    font-size: 1.08rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    min-height: 46px;
    font-size: 1rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 1.3rem;
    padding: 16px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .hwfg-tool-wrap{
    width: 100%;
    max-width: none;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 60px 24px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-title{
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 1.06rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-panel{
    padding: 26px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    width: 100%;
    max-width: 100%;
    height: 58px;
    font-size: 1.1rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    min-height: 46px;
    font-size: 1rem;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 1.28rem;
    padding: 16px;
  }}.wpc-scope-376 .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;
}