@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-76 .tc-wp-tool-root img, .wpc-scope-76 .tc-wp-tool-root video, .wpc-scope-76 .tc-wp-tool-root svg, .wpc-scope-76 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-76 .tc-wp-tool-root#halloween-font-generator{
            font-family: 'serif', 'Georgia', 'Times New Roman', serif;
            
            background: linear-gradient(135deg, #0F0F0F 0%, #88410f 45%, #6D28D9 100%);
            width: 100%;
            padding: 3rem 1rem;
            box-sizing: border-box;
            color: #ffedd5;
            --hw-orange: #FF6A00;
            --hw-purple: #6D28D9;
            --hw-slime: #84CC16;
            --hw-bg: #0f172a;
        }.wpc-scope-76 .tc-wp-tool-root#halloween-font-generator *{
            box-sizing: border-box;
        }.wpc-scope-76 .tc-wp-tool-root .hw-wrapper{
            width: 100%;
            
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(15, 15, 15, 0.9);
            border-radius: 8px;
            border: 2px solid var(--hw-orange);
            box-shadow: 0 0 40px rgba(255, 106, 0, 0.2);
            overflow: hidden;
            position: relative;
        }.wpc-scope-76 .tc-wp-tool-root .hw-header{
            text-align: center;
            padding: 3rem 1rem;
            position: relative;
        }.wpc-scope-76 .tc-wp-tool-root .hw-title{
            font-size: clamp(1.5rem, 5vw, 2.8rem);
            margin: 0;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 4px;
            color: var(--hw-orange);
            text-shadow: 3px 3px 0px #000, 0 0 20px rgba(255, 106, 0, 0.5);
        }.wpc-scope-76 .tc-wp-tool-root .hw-desc{
            margin-top: 0.5rem;
            font-size: 1rem;
            color: var(--hw-slime);
            text-transform: uppercase;
            letter-spacing: 6px;
            font-weight: bold;
        }.wpc-scope-76 .tc-wp-tool-root .hw-input-section{
            padding: 2rem;
            background: rgba(20, 20, 20, 0.6);
            border-bottom: 1px solid rgba(255, 106, 0, 0.3);
        }.wpc-scope-76 .tc-wp-tool-root .hw-input{
            width: 100%;
            padding: 1.2rem;
            font-size: 1.3rem;
            border: 2px solid #2d2d2d;
            background: #000;
            color: var(--hw-orange);
            border-radius: 4px;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: all 0.3s;
        }.wpc-scope-76 .tc-wp-tool-root .hw-input:focus{
            border-color: var(--hw-slime);
            box-shadow: 0 0 15px rgba(132, 204, 22, 0.2);
        }.wpc-scope-76 .tc-wp-tool-root .hw-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1rem;
            flex-wrap: wrap;
            gap: 1rem;
        }.wpc-scope-76 .tc-wp-tool-root .hw-btn-group{
            display: flex;
            gap: 0.75rem;
        }.wpc-scope-76 .tc-wp-tool-root .hw-btn{
            padding: 0.7rem 1.4rem;
            border: 1px solid var(--hw-orange);
            background: transparent;
            color: var(--hw-orange);
            cursor: pointer;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: 0.2s;
        }.wpc-scope-76 .tc-wp-tool-root .hw-btn:hover{
            background: var(--hw-orange);
            color: #000;
        }.wpc-scope-76 .tc-wp-tool-root .hw-btn-primary{
            background: var(--hw-purple);
            color: white;
            border-color: var(--hw-purple);
        }.wpc-scope-76 .tc-wp-tool-root .hw-hidden{
            display: none;
        }.wpc-scope-76 .tc-wp-tool-root .hw-output-grid{
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }.wpc-scope-76 .tc-wp-tool-root .hw-card{
            background: #0a0a0a;
            border: 1px solid #1a1a1a;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            position: relative;
            min-height: 150px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }.wpc-scope-76 .tc-wp-tool-root .hw-card::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #FF6A00, #6D28D9, #84CC16);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 1;
        }.wpc-scope-76 .tc-wp-tool-root .hw-card:hover::after{
            opacity: 1;
        }.wpc-scope-76 .tc-wp-tool-root .hw-card:hover{
            transform: translateY(-5px);
            box-shadow: 0 20px 25px -5px rgba(255, 106, 0, 0.2);
            border-color: #FF6A00;
        }.wpc-scope-76 .tc-wp-tool-root .hw-card-header{
            padding: 0.7rem 1rem;
            background: #111;
            border-bottom: 1px solid #222;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-76 .tc-wp-tool-root .hw-style-name{
            font-size: 0.7rem;
            color: #666;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }.wpc-scope-76 .tc-wp-tool-root .hw-copy-btn{
            background: transparent;
            border: 1px solid #6D28D9;
            color: #6D28D9;
            min-width: 32px;
            height: 32px;
            padding: 0 8px;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 0.7rem;
            font-weight: 700;
            white-space: nowrap;
        }.wpc-scope-76 .tc-wp-tool-root .hw-copy-btn:hover{
            background: #6D28D9;
            border-color: #6D28D9;
            color: #fff;
        }.wpc-scope-76 .tc-wp-tool-root .hw-copy-btn:hover .hw-icon{
            fill: #fff;
        }.wpc-scope-76 .tc-wp-tool-root .hw-icon{
            width: 16px;
            height: 16px;
            fill: #6D28D9;
            transition: fill 0.2s;
            display: block;
        }.wpc-scope-76 .tc-wp-tool-root .hw-card-body{
            padding: 1rem;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow-wrap: anywhere;
            word-break: break-word;
            text-align: center;
        }.wpc-scope-76 .tc-wp-tool-root .hw-scroll-area{
            max-height: 180px;
            overflow-y: auto;
            width: 100%;
            scrollbar-width: thin;
            scrollbar-color: #FF6A00 transparent;
        }.wpc-scope-76 .tc-wp-tool-root .hw-scroll-area::-webkit-scrollbar{ width: 4px; }.wpc-scope-76 .tc-wp-tool-root .hw-scroll-area::-webkit-scrollbar-track{ background: transparent; }.wpc-scope-76 .tc-wp-tool-root .hw-scroll-area::-webkit-scrollbar-thumb{ background: #FF6A00; border-radius: 10px; }.wpc-scope-76 .tc-wp-tool-root .hw-footer{
            text-align: center;
            padding: 0 0 3rem 0;
        }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root#halloween-font-generator{ padding: 1rem 0.5rem; }.tc-wp-tool-root .hw-header{ padding: 1.5rem 0.5rem; }.tc-wp-tool-root .hw-title{ font-size: 1.2rem; }.tc-wp-tool-root .hw-desc{ font-size: 0.65rem; letter-spacing: 2px; }.tc-wp-tool-root .hw-input-section{ padding: 1rem; }.tc-wp-tool-root .hw-input{ padding: 0.7rem; font-size: 0.9rem; min-height: 80px; }.tc-wp-tool-root .hw-btn{ padding: 0.4rem 0.7rem; font-size: 0.65rem; }.tc-wp-tool-root .hw-output-grid{ grid-template-columns: 1fr !important; padding: 0.5rem; gap: 0.8rem; }.tc-wp-tool-root .hw-card-body{ padding: 0.8rem; font-size: 1rem; }.tc-wp-tool-root .hw-footer{ padding: 0 0.5rem 1rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root#halloween-font-generator{ padding: 1.2rem 0.6rem; }.tc-wp-tool-root .hw-header{ padding: 1.5rem 0.6rem; }.tc-wp-tool-root .hw-title{ font-size: 1.4rem; }.tc-wp-tool-root .hw-desc{ font-size: 0.7rem; letter-spacing: 3px; }.tc-wp-tool-root .hw-input-section{ padding: 1.2rem; }.tc-wp-tool-root .hw-input{ padding: 0.8rem; font-size: 0.95rem; min-height: 80px; }.tc-wp-tool-root .hw-btn{ padding: 0.45rem 0.85rem; font-size: 0.7rem; }.tc-wp-tool-root .hw-output-grid{ grid-template-columns: 1fr !important; padding: 0.6rem; gap: 1rem; }.tc-wp-tool-root .hw-card-body{ padding: 1rem; font-size: 1.1rem; }.tc-wp-tool-root .hw-footer{ padding: 0 0.6rem 1.2rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root#halloween-font-generator{ padding: 1.5rem 0.8rem; }.tc-wp-tool-root .hw-header{ padding: 2rem 0.8rem; }.tc-wp-tool-root .hw-title{ font-size: 1.6rem; }.tc-wp-tool-root .hw-desc{ font-size: 0.75rem; }.tc-wp-tool-root .hw-input-section{ padding: 1.5rem; }.tc-wp-tool-root .hw-input{ padding: 0.9rem; font-size: 1rem; min-height: 100px; }.tc-wp-tool-root .hw-btn{ padding: 0.5rem 1rem; font-size: 0.75rem; }.tc-wp-tool-root .hw-output-grid{ grid-template-columns: 1fr !important; padding: 0.8rem; gap: 1.2rem; }.tc-wp-tool-root .hw-card-body{ padding: 1.2rem; font-size: 1.2rem; }.tc-wp-tool-root .hw-footer{ padding: 0 0.8rem 1.5rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .hw-output-grid{ grid-template-columns: repeat(2, 1fr) !important; padding: 1.2rem; gap: 1.2rem; }.tc-wp-tool-root .hw-card-body{ padding: 1.2rem; font-size: 1.2rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .hw-output-grid{ grid-template-columns: repeat(3, 1fr) !important; gap: 1.2rem; }.tc-wp-tool-root .hw-card-body{ font-size: 1.2rem; }}@media (min-width: 1200px){.tc-wp-tool-root .hw-output-grid{ grid-template-columns: repeat(4, 1fr); }}.wpc-scope-76 /* 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;
}