@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-90 .tc-wp-tool-root img, .wpc-scope-90 .tc-wp-tool-root video, .wpc-scope-90 .tc-wp-tool-root svg, .wpc-scope-90 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 54px 18px;
  overflow-x: hidden;
  color: #f7edf0;
  background:
    radial-gradient(circle at 15% 8%, rgba(119, 17, 48, 0.72), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(74, 39, 102, 0.5), transparent 28%),
    radial-gradient(circle at 48% 95%, rgba(126, 9, 18, 0.4), transparent 34%),
    linear-gradient(135deg, #070609 0%, #171015 42%, #08070a 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper div, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper section, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper header, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper h1, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper p, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper label, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper textarea, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper button{
  box-sizing: border-box;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 850px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-header h1{
  margin: 0;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
  color: #fff7f7;
  text-shadow: 0 0 18px rgba(184, 15, 39, 0.55), 0 0 34px rgba(90, 44, 116, 0.35);
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-header p{
  margin: 14px auto 0;
  color: #dccbd2;
  font-size: 18px;
  line-height: 1.6;
  max-width: 740px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-input-card{
  width: 100%;
  margin: 0 auto 28px;
  padding: 24px;
  border: 1px solid rgba(255, 221, 226, 0.13);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(28, 18, 26, 0.78), rgba(12, 10, 14, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-label{
  display: block;
  margin: 0 0 10px;
  color: #f5d8dd;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  border: 1px solid rgba(255, 218, 224, 0.18);
  border-radius: 14px;
  padding: 18px;
  outline: none;
  background: rgba(4, 4, 7, 0.72);
  color: #fff8f9;
  font: inherit;
  font-size: 18px;
  line-height: 1.55;
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.35);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea::placeholder{
  color: #a99099;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea:focus{
  border-color: rgba(233, 42, 69, 0.72);
  background: rgba(8, 6, 10, 0.88);
  box-shadow: 0 0 0 4px rgba(186, 22, 48, 0.16), 0 0 36px rgba(186, 22, 48, 0.2), inset 0 0 24px rgba(0, 0, 0, 0.42);
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-clear-row, .wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-load-row{
  display: grid;
  place-items: center;
  width: 100%;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-clear-row{
  margin-top: 14px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-load-row{
  margin-top: 26px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-btn{
  appearance: none;
  border: 1px solid rgba(255, 216, 222, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #8f1022, #3a1225 58%, #291637);
  color: #fff7f8;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  min-height: 42px;
  padding: 12px 20px;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.33), 0 0 18px rgba(158, 16, 35, 0.18);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease, filter 170ms ease;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-btn:hover{
  transform: translateY(-2px);
  border-color: rgba(255, 220, 224, 0.34);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42), 0 0 30px rgba(206, 28, 54, 0.34);
  filter: brightness(1.08);
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-btn:focus-visible{
  outline: 3px solid rgba(255, 92, 114, 0.42);
  outline-offset: 3px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-clear-btn{
  min-height: 38px;
  padding: 10px 18px;
  font-size: 13px;
  background: linear-gradient(135deg, rgba(89, 14, 30, 0.96), rgba(31, 18, 32, 0.96));
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-load-btn[disabled]{
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 100%;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 225, 231, 0.12);
  background: linear-gradient(150deg, rgba(31, 22, 29, 0.82), rgba(9, 8, 11, 0.84));
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32);
  overflow: hidden;
  animation: hfgFadeIn 320ms ease both;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 110, 128, 0.25);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.43), 0 0 28px var(--hfg-accent-glow, rgba(183, 24, 47, 0.24));
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-card-title{
  margin: 0 0 12px;
  color: #fff2f4;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box{
  width: 100%;
  max-width: 100%;
  min-height: 118px;
  max-height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 226, 232, 0.11);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 15% 0%, var(--hfg-accent-glow, rgba(190, 20, 45, 0.22)), transparent 34%);
  color: #fff9fa;
  font-size: 18px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: pre-wrap;
  text-shadow: 0 0 14px var(--hfg-accent-glow, rgba(185, 28, 52, 0.4));
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box::-webkit-scrollbar{
  width: 9px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box::-webkit-scrollbar-track{
  background: rgba(12, 10, 14, 0.95);
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box::-webkit-scrollbar-thumb{
  background: linear-gradient(#8d1426, #3f244f);
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-copy-btn{
  width: 100%;
  margin-top: 14px;
  min-height: 42px;
}.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-accent-red{ --hfg-accent-glow: rgba(229, 30, 58, 0.35); }.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-accent-purple{ --hfg-accent-glow: rgba(149, 76, 205, 0.34); }.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-accent-crimson{ --hfg-accent-glow: rgba(190, 7, 35, 0.4); }.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-accent-ash{ --hfg-accent-glow: rgba(176, 162, 176, 0.22); }.wpc-scope-90 .tc-wp-tool-root .hfg-tool-wrapper .hfg-accent-ember{ --hfg-accent-glow: rgba(232, 78, 42, 0.3); }@keyframes hfgFadeIn{
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .hfg-tool-wrapper{ padding: 34px 12px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-container{ width: 100%; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header h1{ font-size: 31px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header p{ font-size: 14px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-input-card{ padding: 14px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea{ min-height: 128px; font-size: 15px; padding: 13px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-btn{ min-height: 40px; font-size: 13px; padding: 11px 16px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-grid{ grid-template-columns: 1fr !important; gap: 13px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-card{ padding: 14px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box{ font-size: 16px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .hfg-tool-wrapper{ padding: 38px 14px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-container{ width: 100%; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header h1{ font-size: 35px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header p{ font-size: 15px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-input-card{ padding: 16px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea{ min-height: 134px; font-size: 16px; padding: 14px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-btn{ min-height: 42px; font-size: 13px; padding: 12px 17px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-card{ padding: 15px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box{ font-size: 16px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .hfg-tool-wrapper{ padding: 42px 16px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-container{ width: 100%; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header h1{ font-size: 39px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header p{ font-size: 16px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-input-card{ padding: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea{ min-height: 140px; font-size: 16px; padding: 15px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-btn{ min-height: 42px; font-size: 14px; padding: 12px 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-card{ padding: 16px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box{ font-size: 17px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hfg-tool-wrapper{ padding: 50px 20px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-container{ width: 100%; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header h1{ font-size: 44px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header p{ font-size: 17px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-input-card{ padding: 22px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea{ min-height: 148px; font-size: 17px; padding: 17px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-btn{ min-height: 43px; font-size: 14px; padding: 12px 20px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-card{ padding: 17px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box{ font-size: 17px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hfg-tool-wrapper{ padding: 54px 22px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-container{ width: 100%; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header h1{ font-size: 47px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header p{ font-size: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-input-card{ padding: 24px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea{ min-height: 150px; font-size: 18px; padding: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-btn{ min-height: 43px; font-size: 14px; padding: 12px 21px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-card{ padding: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box{ font-size: 18px; }}@media (min-width: 1200px){.tc-wp-tool-root .hfg-tool-wrapper{ padding: 58px 24px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-container{ width: 100%; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header h1{ font-size: 50px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-header p{ font-size: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-input-card{ padding: 24px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-textarea{ min-height: 152px; font-size: 18px; padding: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-btn{ min-height: 44px; font-size: 14px; padding: 12px 22px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-card{ padding: 18px; }.tc-wp-tool-root .hfg-tool-wrapper .hfg-preview-box{ font-size: 18px; }}.wpc-scope-90 /* 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-90 /* tc-auto: preserve HTML class hooks */
.tc-wp-tool-root .hfg-preview-section{}