@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-404 .tc-wp-tool-root img, .wpc-scope-404 .tc-wp-tool-root video, .wpc-scope-404 .tc-wp-tool-root svg, .wpc-scope-404 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool{
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 72px 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7fbff;
  background:
    radial-gradient(circle at 18% 12%, rgba(76, 221, 255, 0.36), transparent 31%),
    radial-gradient(circle at 82% 18%, rgba(157, 94, 255, 0.34), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(212, 230, 255, 0.21), transparent 38%),
    linear-gradient(135deg, #05091d 0%, #08133a 34%, #24104a 68%, #071a2c 100%);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool, .wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool *{
  box-sizing: border-box;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-glow{
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.72;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-glow-one{
  width: 280px;
  height: 280px;
  left: -70px;
  top: 90px;
  background: rgba(0, 217, 255, 0.34);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-glow-two{
  width: 340px;
  height: 340px;
  right: -110px;
  top: 160px;
  background: rgba(149, 93, 255, 0.33);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-glow-three{
  width: 260px;
  height: 260px;
  left: 42%;
  bottom: -90px;
  background: rgba(236, 246, 255, 0.18);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-container{
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-header{
  text-align: center;
  margin: 0 auto 28px;
  max-width: 850px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-header h1{
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 850;
  letter-spacing: 0;
  color: #ffffff;
  text-shadow: 0 0 22px rgba(124, 226, 255, 0.48), 0 0 48px rgba(151, 105, 255, 0.34);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-header p{
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(233, 244, 255, 0.88);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-input-panel{
  width: 100%;
  margin: 0 auto 30px;
  padding: 24px;
  border: 1px solid rgba(210, 239, 255, 0.22);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-label{
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(217, 243, 255, 0.9);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-text-input{
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  resize: vertical;
  border: 1px solid rgba(167, 226, 255, 0.34);
  border-radius: 18px;
  padding: 18px 20px;
  outline: none;
  background: rgba(2, 8, 28, 0.72);
  color: #f9fdff;
  font: inherit;
  font-size: 24px;
  line-height: 1.35;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045), 0 12px 34px rgba(0, 0, 0, 0.28);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-text-input:focus{
  border-color: rgba(112, 229, 255, 0.86);
  background: rgba(2, 11, 35, 0.82);
  box-shadow: 0 0 0 4px rgba(59, 211, 255, 0.16), 0 0 38px rgba(93, 211, 255, 0.22);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-clear-wrap, .wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-load-wrap{
  display: flex;
  justify-content: center;
  width: 100%;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-clear-wrap{
  margin-top: 14px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button, .wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-load-more, .wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-copy-button{
  appearance: none;
  border: 1px solid rgba(188, 235, 255, 0.34);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(33, 215, 255, 0.92), rgba(122, 87, 255, 0.9));
  box-shadow: 0 14px 34px rgba(39, 183, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, filter 180ms ease;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button{
  min-width: 94px;
  min-height: 40px;
  padding: 9px 18px;
  font-size: 14px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-load-more{
  min-width: 166px;
  min-height: 48px;
  padding: 12px 26px;
  font-size: 15px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-copy-button{
  width: 100%;
  min-height: 42px;
  padding: 10px 16px;
  font-size: 14px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button:hover, .wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-load-more:hover, .wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-copy-button:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(60, 218, 255, 0.3), 0 0 30px rgba(146, 99, 255, 0.22);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-card{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(205, 236, 255, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at top left, var(--hfg-a), transparent 58%);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.31), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  animation: hfg-card-in 420ms ease both;
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease;
  overflow: hidden;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(164, 235, 255, 0.46);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4), 0 0 34px var(--hfg-b);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-style-name{
  margin: 0;
  min-height: 42px;
  color: rgba(245, 251, 255, 0.96);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-preview{
  flex: 1;
  max-height: 180px;
  min-height: 104px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid rgba(193, 233, 255, 0.16);
  background: rgba(1, 7, 24, 0.58);
  color: #ffffff;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-shadow: 0 0 16px var(--hfg-c);
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-preview::-webkit-scrollbar{
  width: 8px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-preview::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-preview::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, rgba(65, 221, 255, 0.9), rgba(154, 105, 255, 0.9));
  border-radius: 999px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-load-wrap{
  margin-top: 30px;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-hidden{
  display: none;
}.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-0{ --hfg-a: rgba(54, 226, 255, 0.21); --hfg-b: rgba(54, 226, 255, 0.23); --hfg-c: rgba(54, 226, 255, 0.8); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-1{ --hfg-a: rgba(162, 113, 255, 0.23); --hfg-b: rgba(162, 113, 255, 0.24); --hfg-c: rgba(188, 152, 255, 0.78); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-2{ --hfg-a: rgba(226, 242, 255, 0.19); --hfg-b: rgba(226, 242, 255, 0.2); --hfg-c: rgba(240, 249, 255, 0.7); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-3{ --hfg-a: rgba(80, 255, 190, 0.18); --hfg-b: rgba(80, 255, 190, 0.2); --hfg-c: rgba(107, 255, 214, 0.72); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-4{ --hfg-a: rgba(88, 135, 255, 0.22); --hfg-b: rgba(88, 135, 255, 0.24); --hfg-c: rgba(125, 164, 255, 0.76); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-5{ --hfg-a: rgba(255, 255, 255, 0.16); --hfg-b: rgba(255, 255, 255, 0.18); --hfg-c: rgba(255, 255, 255, 0.72); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-6{ --hfg-a: rgba(255, 211, 92, 0.15); --hfg-b: rgba(255, 211, 92, 0.18); --hfg-c: rgba(255, 230, 151, 0.66); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-7{ --hfg-a: rgba(255, 96, 215, 0.17); --hfg-b: rgba(255, 96, 215, 0.19); --hfg-c: rgba(255, 153, 231, 0.68); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-8{ --hfg-a: rgba(95, 255, 250, 0.16); --hfg-b: rgba(95, 255, 250, 0.2); --hfg-c: rgba(160, 255, 252, 0.72); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-theme-9{ --hfg-a: rgba(185, 205, 255, 0.2); --hfg-b: rgba(185, 205, 255, 0.21); --hfg-c: rgba(214, 225, 255, 0.68); }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-0 .hfg-preview{ font-weight: 900; letter-spacing: 0.02em; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-1 .hfg-preview{ letter-spacing: 0.12em; text-transform: uppercase; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-2 .hfg-preview{ font-style: italic; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-3 .hfg-preview{ letter-spacing: 0.05em; color: #9ff8ff; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-4 .hfg-preview{ color: #f5f9ff; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-5 .hfg-preview{ letter-spacing: 0.09em; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-6 .hfg-preview{ color: #ffe8a6; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-7 .hfg-preview{ color: #ffd8fb; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-8 .hfg-preview{ color: #b8fff8; }.wpc-scope-404 .tc-wp-tool-root .halo-font-generator-tool .hfg-font-9 .hfg-preview{ color: #dce5ff; }@keyframes hfg-card-in{
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 1200px){.tc-wp-tool-root .halo-font-generator-tool{ padding: 76px 24px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-container{ width: min(100%, 1200px); }.tc-wp-tool-root .halo-font-generator-tool .hfg-header h1{ font-size: 72px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header p{ font-size: 18px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-text-input{ min-height: 116px; font-size: 24px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button{ min-width: 94px; min-height: 40px; font-size: 14px; padding: 9px 18px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-load-more{ min-width: 166px; min-height: 48px; font-size: 15px; padding: 12px 26px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-card{ padding: 18px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-preview{ font-size: 22px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .halo-font-generator-tool{ padding: 68px 22px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-container{ width: min(100%, 1080px); }.tc-wp-tool-root .halo-font-generator-tool .hfg-header h1{ font-size: 62px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header p{ font-size: 17px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-text-input{ min-height: 110px; font-size: 23px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button{ min-width: 92px; min-height: 39px; font-size: 14px; padding: 9px 17px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-load-more{ min-width: 160px; min-height: 47px; font-size: 15px; padding: 12px 24px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-card{ padding: 18px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-preview{ font-size: 21px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .halo-font-generator-tool{ padding: 58px 20px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-container{ width: min(100%, 920px); }.tc-wp-tool-root .halo-font-generator-tool .hfg-header h1{ font-size: 52px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header p{ font-size: 16px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-input-panel{ padding: 22px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-text-input{ min-height: 104px; font-size: 21px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button{ min-width: 88px; min-height: 38px; font-size: 13px; padding: 8px 16px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-load-more{ min-width: 154px; min-height: 46px; font-size: 14px; padding: 11px 23px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-card{ padding: 17px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-preview{ font-size: 20px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root .halo-font-generator-tool{ padding: 46px 16px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header h1{ font-size: 40px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header p{ font-size: 15px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-input-panel{ padding: 18px; border-radius: 20px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-text-input{ min-height: 98px; font-size: 19px; padding: 16px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button{ min-width: 84px; min-height: 37px; font-size: 13px; padding: 8px 15px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-load-more{ min-width: 148px; min-height: 44px; font-size: 14px; padding: 10px 22px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-card{ width: 100%; max-width: 100%; min-width: 0; padding: 16px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-preview{ font-size: 19px; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root .halo-font-generator-tool{ padding: 42px 14px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header h1{ font-size: 35px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header p{ font-size: 14px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-input-panel{ padding: 16px; border-radius: 19px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-text-input{ min-height: 94px; font-size: 18px; padding: 15px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button{ min-width: 80px; min-height: 36px; font-size: 13px; padding: 8px 14px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-load-more{ min-width: 142px; min-height: 43px; font-size: 14px; padding: 10px 20px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-grid{ grid-template-columns: 1fr !important; gap: 15px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-card{ width: 100%; max-width: 100%; min-width: 0; padding: 15px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-preview{ font-size: 18px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root .halo-font-generator-tool{ padding: 38px 12px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-container{ width: 100%; max-width: 100%; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header h1{ font-size: 31px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-header p{ font-size: 13px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-input-panel{ padding: 14px; border-radius: 18px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-text-input{ min-height: 90px; font-size: 17px; padding: 14px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-clear-button{ min-width: 76px; min-height: 35px; font-size: 12px; padding: 8px 13px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-load-more{ min-width: 136px; min-height: 42px; font-size: 13px; padding: 10px 18px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-card{ width: 100%; max-width: 100%; min-width: 0; padding: 14px; }.tc-wp-tool-root .halo-font-generator-tool .hfg-preview{ font-size: 17px; }}.wpc-scope-404 /* 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;
}