@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-359 .tc-wp-tool-root img, .wpc-scope-359 .tc-wp-tool-root video, .wpc-scope-359 .tc-wp-tool-root svg, .wpc-scope-359 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: clip;
  padding: 42px 18px;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 196, 48, 0.36), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(0, 174, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #1b1d22 0%, #2c1110 28%, #84190f 54%, #f15b16 77%, #ffc738 100%);
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap, .wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap *{
  box-sizing: border-box;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 218, 95, 0.45);
  border-radius: 999px;
  color: #ffe27a;
  background: rgba(16, 17, 22, 0.42);
  box-shadow: 0 0 24px rgba(255, 110, 20, 0.32);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap h1{
  margin: 14px 0 10px;
  color: #fff;
  font-size: clamp(34px, 5.4vw, 68px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 4px 0 rgba(82, 14, 8, 0.7), 0 0 34px rgba(255, 202, 45, 0.48);
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 550;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-panel{
  width: 100%;
  margin: 0 auto 26px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(18, 20, 27, 0.68), rgba(255, 255, 255, 0.12));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-label{
  display: block;
  margin: 0 0 9px;
  color: #ffe77c;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  resize: vertical;
  border: 1px solid rgba(255, 213, 88, 0.36);
  border-radius: 18px;
  padding: 18px 18px;
  color: #fff;
  background: rgba(10, 12, 17, 0.74);
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  font: inherit;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input::placeholder{
  color: rgba(255, 255, 255, 0.48);
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input:focus{
  border-color: rgba(255, 222, 77, 0.9);
  background: rgba(7, 9, 14, 0.84);
  box-shadow: 0 0 0 4px rgba(255, 184, 35, 0.18), 0 0 36px rgba(0, 174, 255, 0.24);
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-meta{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 10px 0 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-count{
  color: #c7f1ff;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn, .wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
  appearance: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0;
  color: #14161a;
  background: linear-gradient(135deg, #ffe66b, #ff8b21 48%, #ff3c1f);
  box-shadow: 0 12px 28px rgba(255, 80, 20, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn{
  display: block;
  width: auto;
  min-width: 104px;
  min-height: 40px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 14px;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  overflow: visible;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.16), rgba(20, 23, 30, 0.78)),
    radial-gradient(circle at 18% 0%, rgba(255, 204, 60, 0.18), transparent 42%);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  animation: hwfgFadeIn 320ms ease both;
  overflow: hidden;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-card-title{
  display: flex;
  align-items: center;
  min-height: 24px;
  margin: 0 0 12px;
  color: #ffe376;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border: 1px solid rgba(151, 229, 255, 0.2);
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(160deg, rgba(4, 7, 13, 0.82), rgba(55, 17, 12, 0.76));
  box-shadow: inset 0 0 24px rgba(0, 174, 255, 0.1);
  font-size: 24px;
  line-height: 1.34;
  font-weight: 950;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#ffcc36, #ff4d20);
  border-radius: 999px;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
  width: 100%;
  min-height: 42px;
  margin-top: 14px;
  padding: 11px 15px;
  border-radius: 13px;
  font-size: 14px;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
  min-width: 164px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 15px;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn.hwfg-hidden{
  display: none;
}.wpc-scope-359 .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn.hwfg-copied{
  background: linear-gradient(135deg, #bffcff, #28d7ff 50%, #6cff8d);
}@media (hover: hover) and (pointer: fine){.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.34), 0 0 30px rgba(255, 112, 24, 0.22);
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn:hover, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn:hover, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn:hover{
    transform: translateY(-2px);
    filter: saturate(1.12) brightness(1.04);
    box-shadow: 0 16px 36px rgba(255, 105, 25, 0.46), 0 0 22px rgba(0, 174, 255, 0.22);
  }}@keyframes hwfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card, .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, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    animation: none;
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 24px 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap h1{
    font-size: 32px;
    line-height: 1.08;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 14px;
    line-height: 1.45;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-panel{
    padding: 14px;
    border-radius: 17px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    min-height: 104px;
    padding: 14px;
    font-size: 17px;
    line-height: 1.35;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    min-height: 38px;
    padding: 9px 16px;
    font-size: 13px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 19px;
    line-height: 1.38;
    padding: 13px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    min-height: 40px;
    font-size: 13px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 28px 12px;
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap h1{
    font-size: 36px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    min-height: 108px;
    padding: 15px;
    font-size: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    min-height: 40px;
    padding: 10px 18px;
    font-size: 14px;
  }.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{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 20px;
    padding: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    min-height: 41px;
    font-size: 13px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 32px 14px;
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap h1{
    font-size: 42px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 15.5px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    min-height: 112px;
    padding: 16px;
    font-size: 19px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    min-height: 42px;
    padding: 10px 20px;
    font-size: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 21px;
    padding: 14px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    min-height: 42px;
    font-size: 14px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 38px 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 920px;
  }.tc-wp-tool-root .hwfg-tool-wrap h1{
    font-size: 54px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input-panel{
    padding: 20px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    min-height: 116px;
    padding: 17px;
    font-size: 21px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    min-height: 44px;
    padding: 11px 22px;
    font-size: 14px;
  }.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: 22px;
    padding: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-copy-btn{
    min-height: 42px;
    font-size: 14px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 42px 20px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 1120px;
  }.tc-wp-tool-root .hwfg-tool-wrap h1{
    font-size: 62px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    min-height: 118px;
    padding: 18px;
    font-size: 22px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    min-height: 46px;
    padding: 12px 23px;
    font-size: 15px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 19px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-preview{
    font-size: 23px;
  }}@media (min-width: 1200px){.tc-wp-tool-root .hwfg-tool-wrap{
    padding: 48px 22px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-shell{
    width: 100%;
    max-width: 1200px;
  }.tc-wp-tool-root .hwfg-tool-wrap h1{
    font-size: 68px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-input{
    min-height: 120px;
    padding: 18px;
    font-size: 22px;
  }.tc-wp-tool-root .hwfg-tool-wrap .hwfg-clear-btn, .tc-wp-tool-root .hwfg-tool-wrap .hwfg-load-btn{
    min-height: 48px;
    padding: 13px 24px;
    font-size: 15px;
  }.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: 24px;
  }}.wpc-scope-359 /* 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-359 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .hwfg-status{}