@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-13 .tc-wp-tool-root img, .wpc-scope-13 .tc-wp-tool-root video, .wpc-scope-13 .tc-wp-tool-root svg, .wpc-scope-13 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 48px 18px;
  color: #fff8dc;
  background:
    radial-gradient(circle at 12% 8%, rgba(245, 202, 96, 0.24), transparent 28%),
    radial-gradient(circle at 86% 16%, rgba(149, 91, 255, 0.24), transparent 30%),
    radial-gradient(circle at 52% 92%, rgba(40, 151, 180, 0.18), transparent 34%),
    linear-gradient(135deg, #070b1c 0%, #121332 34%, #2b123d 68%, #080817 100%);
  font-family: Georgia, "Times New Roman", serif;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper div, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper section, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper h1, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper p, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper span, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper label, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper textarea, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper button{
  box-sizing: border-box;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-container{
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-hero{
  text-align: center;
  margin: 0 auto 28px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 15px;
  border: 1px solid rgba(244, 204, 112, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 26px rgba(244, 204, 112, 0.16);
  color: #f6d98b;
  font-size: 13px;
  letter-spacing: 0;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper h1{
  margin: 18px 0 10px;
  color: #fff5c7;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 0 28px rgba(244, 204, 112, 0.38), 0 4px 18px rgba(0, 0, 0, 0.55);
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-subtitle{
  width: min(100%, 760px);
  margin: 0 auto;
  color: rgba(255, 248, 220, 0.88);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-input-panel{
  width: 100%;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(244, 204, 112, 0.28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-label{
  display: block;
  margin: 0 0 10px;
  color: #f8df9b;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 132px;
  resize: vertical;
  padding: 18px;
  border: 1px solid rgba(246, 217, 139, 0.42);
  border-radius: 8px;
  outline: none;
  background: rgba(4, 7, 22, 0.72);
  color: #fff9df;
  box-shadow: inset 0 0 28px rgba(0, 0, 0, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.35;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-text-input:focus{
  border-color: rgba(255, 224, 135, 0.95);
  background: rgba(6, 10, 32, 0.86);
  box-shadow: 0 0 0 4px rgba(244, 204, 112, 0.16), 0 0 32px rgba(244, 204, 112, 0.22), inset 0 0 28px rgba(0, 0, 0, 0.3);
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-clear-row, .wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-load-row{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-clear-row{
  margin-top: 18px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-load-row{
  margin-top: 28px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn{
  min-height: 42px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 229, 151, 0.58);
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe28a, #b97924 48%, #f8d36e);
  color: #1b1024;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28), 0 0 20px rgba(248, 211, 110, 0.22);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), 0 0 30px rgba(248, 211, 110, 0.36);
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn:focus-visible{
  outline: 3px solid rgba(255, 248, 220, 0.78);
  outline-offset: 3px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-status{
  min-height: 24px;
  margin: -6px 0 12px;
  text-align: center;
  color: #f9e7aa;
  font-family: Arial, sans-serif;
  font-size: 13px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow-x: hidden;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(244, 204, 112, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.135), rgba(255, 255, 255, 0.055)),
    radial-gradient(circle at 18% 0%, rgba(244, 204, 112, 0.14), transparent 38%);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  animation: hpfgFadeIn 320ms ease both;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
  overflow: hidden;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 226, 138, 0.62);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.36), 0 0 28px rgba(244, 204, 112, 0.16);
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card-title{
  margin: 0 0 12px;
  color: #ffe69c;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview{
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 118px;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid rgba(255, 248, 220, 0.15);
  border-radius: 8px;
  background: rgba(2, 5, 18, 0.48);
  color: #fff9dd;
  overflow-y: auto;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  font-size: 22px;
  line-height: 1.35;
  text-shadow: 0 0 14px rgba(244, 204, 112, 0.18);
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(#f6d98b, #9f6a22);
  border-radius: 999px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-copy-btn{
  align-self: center;
  min-width: 86px;
  min-height: 36px;
  padding: 9px 15px;
  font-size: 13px;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-load-more{
  min-width: 150px;
  animation: hpfgReveal 260ms ease both;
}.wpc-scope-13 .tc-wp-tool-root .hpfg-tool-wrapper .hpfg-load-more.hpfg-hidden{
  display: none;
}@keyframes hpfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@keyframes hpfgReveal{
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .hpfg-tool-wrapper{
    padding: 56px 24px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-container{
    width: min(100%, 1200px);
  }.tc-wp-tool-root .hpfg-tool-wrapper h1{
    font-size: 54px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-subtitle{
    font-size: 18px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-text-input{
    min-height: 138px;
    font-size: 25px;
    padding: 20px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn{
    min-height: 44px;
    padding: 11px 22px;
    font-size: 14px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card{
    padding: 19px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview{
    font-size: 23px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hpfg-tool-wrapper{
    padding: 50px 22px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-container{
    width: min(100%, 1080px);
  }.tc-wp-tool-root .hpfg-tool-wrapper h1{
    font-size: 46px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-subtitle{
    font-size: 17px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-text-input{
    min-height: 130px;
    font-size: 23px;
    padding: 18px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn{
    min-height: 42px;
    padding: 10px 20px;
    font-size: 14px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card{
    padding: 18px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview{
    font-size: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hpfg-tool-wrapper{
    padding: 44px 18px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-container{
    width: min(100%, 900px);
  }.tc-wp-tool-root .hpfg-tool-wrapper h1{
    font-size: 40px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-subtitle{
    font-size: 16px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-text-input{
    min-height: 124px;
    font-size: 22px;
    padding: 17px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn{
    min-height: 41px;
    padding: 10px 19px;
    font-size: 14px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card{
    padding: 17px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview{
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hpfg-tool-wrapper{
    padding: 36px 14px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-container{
    width: 100%;
  }.tc-wp-tool-root .hpfg-tool-wrapper h1{
    font-size: 34px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-subtitle{
    font-size: 15px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-input-panel{
    padding: 18px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-text-input{
    min-height: 116px;
    font-size: 20px;
    padding: 15px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn{
    min-height: 40px;
    padding: 10px 18px;
    font-size: 13px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-grid{
    grid-template-columns: 1fr !important;
    gap: 15px;
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview{
    font-size: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hpfg-tool-wrapper{
    padding: 32px 12px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-container{
    width: 100%;
  }.tc-wp-tool-root .hpfg-tool-wrapper h1{
    font-size: 30px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-subtitle{
    font-size: 14px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-input-panel{
    padding: 16px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-text-input{
    min-height: 110px;
    font-size: 19px;
    padding: 14px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn{
    min-height: 39px;
    padding: 9px 17px;
    font-size: 13px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 15px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview{
    font-size: 19px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hpfg-tool-wrapper{
    padding: 28px 10px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-container{
    width: 100%;
  }.tc-wp-tool-root .hpfg-tool-wrapper h1{
    font-size: 27px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-subtitle{
    font-size: 13px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-input-panel{
    padding: 14px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-text-input{
    min-height: 104px;
    font-size: 18px;
    padding: 13px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-btn{
    min-height: 38px;
    padding: 9px 16px;
    font-size: 12px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-grid{
    grid-template-columns: 1fr !important;
    gap: 13px;
    width: 100%;
    max-width: 100%;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
  }.tc-wp-tool-root .hpfg-tool-wrapper .hpfg-preview{
    font-size: 18px;
    min-height: 108px;
  }}.wpc-scope-13 /* 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-13 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .hpfg-clear-btn{}