@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-4 .tc-wp-tool-root img, .wpc-scope-4 .tc-wp-tool-root video, .wpc-scope-4 .tc-wp-tool-root svg, .wpc-scope-4 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-4 .tc-wp-tool-root#neon-font-generator{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #05010a; 
            width: 100%;
            padding: 2rem 1rem;
            box-sizing: border-box;
            color: #fff;
            --nf-pink: #ff00ff;
            --nf-cyan: #00ffff;
            --nf-lime: #39ff14;
            --nf-yellow: #fff381;
            --nf-bg-card: #0c0218;
            --nf-border: #200540;
            --nf-text-dark: #05010a;
        }.wpc-scope-4 .tc-wp-tool-root#neon-font-generator *{ box-sizing: border-box; }.wpc-scope-4 .tc-wp-tool-root .nf-wrapper{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(12, 2, 24, 0.95);
            border-radius: 12px;
            box-shadow: 0 0 50px rgba(0, 0, 0, 1);
            border: 1px solid var(--nf-border);
            overflow: hidden;
            position: relative;
        }.wpc-scope-4 .tc-wp-tool-root .nf-glow-bar{
            height: 4px;
            background: linear-gradient(90deg, var(--nf-pink), var(--nf-cyan), var(--nf-lime), var(--nf-pink));
            box-shadow: 0 0 20px var(--nf-cyan);
            background-size: 300% 100%;
            animation: nf-flow 6s linear infinite;
        }@keyframes nf-flow{ to { background-position: 300% 0; } }.wpc-scope-4 .tc-wp-tool-root .nf-header{ text-align: center; padding: 3rem 1rem; }.wpc-scope-4 .tc-wp-tool-root .nf-title{ font-size: clamp(1.5rem, 5vw, 2.8rem); margin: 0; font-weight: 900; text-transform: uppercase; color: #fff; letter-spacing: 2px; text-shadow: 0 0 15px var(--nf-pink); }.wpc-scope-4 .tc-wp-tool-root .nf-desc{ margin-top: 1rem; font-size: 0.9rem; color: var(--nf-cyan); text-transform: uppercase; letter-spacing: 5px; font-weight: bold; }.wpc-scope-4 .tc-wp-tool-root .nf-input-section{ padding: 2.5rem; background: rgba(0, 0, 0, 0.4); border-bottom: 1px solid var(--nf-border); }.wpc-scope-4 .tc-wp-tool-root .nf-input{ width: 100%; padding: 1.5rem; font-size: 1.5rem; border: 1px solid var(--nf-border); background: #000; color: var(--nf-cyan); outline: none; transition: 0.3s; text-shadow: 0 0 8px var(--nf-cyan); border-radius: 4px; }.wpc-scope-4 .tc-wp-tool-root .nf-input:focus{ border-color: var(--nf-pink); box-shadow: 0 0 20px rgba(255, 0, 255, 0.25); }.wpc-scope-4 .tc-wp-tool-root .nf-controls{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.5rem; }.wpc-scope-4 .tc-wp-tool-root .nf-stats{ font-size: 0.75rem; color: #555; text-transform: uppercase; letter-spacing: 2px; }.wpc-scope-4 .tc-wp-tool-root .nf-btn-group{ display: flex; gap: 1rem; }.wpc-scope-4 .tc-wp-tool-root .nf-btn{ padding: 0.8rem 1.8rem; border-radius: 4px; border: 1px solid var(--nf-cyan); cursor: pointer; font-weight: 800; font-size: 0.85rem; text-transform: uppercase; background: transparent; color: var(--nf-cyan); transition: 0.3s; }.wpc-scope-4 .tc-wp-tool-root .nf-btn:hover{ background: var(--nf-cyan); color: var(--nf-text-dark); box-shadow: 0 0 20px var(--nf-cyan); }.wpc-scope-4 .tc-wp-tool-root .nf-output-grid{ padding: 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2.5rem; }.wpc-scope-4 .tc-wp-tool-root .nf-card{
            background: var(--nf-bg-card); border: 1px solid var(--nf-border); max-height: 250px; 
            overflow-y: auto; position: relative; display: flex; flex-direction: column; transition: 0.3s ease;
        }.wpc-scope-4 .tc-wp-tool-root .nf-card:hover{ border-color: var(--nf-cyan); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }.wpc-scope-4 .tc-wp-tool-root .nf-card-header{ 
            padding: 0.8rem 1.2rem; background: #080210; border-bottom: 1px solid var(--nf-border); 
            display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 10;
        }.wpc-scope-4 .tc-wp-tool-root .nf-style-name{ font-size: 0.6rem; color: #aaa; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }.wpc-scope-4 .tc-wp-tool-root .nf-copy-btn{ 
            background: var(--nf-cyan) !important; 
            border: none !important; 
            padding: 6px 14px !important; 
            color: var(--nf-text-dark) !important; 
            cursor: pointer !important; 
            font-size: 0.65rem !important; 
            font-weight: 900 !important; 
            text-transform: uppercase;
            border-radius: 4px !important;
            box-shadow: 0 0 10px var(--nf-cyan) !important;
            transition: all 0.2s ease !important;
        }.wpc-scope-4 .tc-wp-tool-root .nf-copy-btn:hover{ background: #fff !important; box-shadow: 0 0 20px #fff !important; transform: scale(1.05); }.wpc-scope-4 .tc-wp-tool-root .nf-copy-btn:active{ transform: scale(0.95); }.wpc-scope-4 .tc-wp-tool-root .nf-card-body{ 
            padding: 2.5rem 1.5rem; flex-grow: 1; display: flex; align-items: center; 
            justify-content: center; text-align: center; font-size: 1.7rem; line-height: 1.4;
        }.wpc-scope-4 .tc-wp-tool-root .txt-p{ color: var(--nf-pink); text-shadow: 0 0 10px var(--nf-pink); }.wpc-scope-4 .tc-wp-tool-root .txt-c{ color: var(--nf-cyan); text-shadow: 0 0 10px var(--nf-cyan); }.wpc-scope-4 .tc-wp-tool-root .txt-l{ color: var(--nf-lime); text-shadow: 0 0 10px var(--nf-lime); }.wpc-scope-4 .tc-wp-tool-root .txt-y{ color: var(--nf-yellow); text-shadow: 0 0 10px var(--nf-yellow); }.wpc-scope-4 .tc-wp-tool-root .txt-w{ color: #fff; text-shadow: 0 0 10px #fff; }.wpc-scope-4 .tc-wp-tool-root .nf-card::-webkit-scrollbar{ width: 4px; }.wpc-scope-4 .tc-wp-tool-root .nf-card::-webkit-scrollbar-thumb{ background: var(--nf-border); border-radius: 10px; }.wpc-scope-4 .tc-wp-tool-root .nf-load-more-container{ padding: 0 2rem 4rem; display: flex; justify-content: center; }.wpc-scope-4 .tc-wp-tool-root .nf-load-more-btn{ background: transparent !important; color: #fff !important; padding: 1.2rem 4.5rem !important; border: 2px solid #444 !important; font-size: 1rem !important; font-weight: 900 !important; text-transform: uppercase; letter-spacing: 3px; cursor: pointer !important; transition: 0.3s; }.wpc-scope-4 .tc-wp-tool-root .nf-load-more-btn:hover{ border-color: var(--nf-cyan) !important; box-shadow: 0 0 25px var(--nf-cyan); color: var(--nf-cyan) !important; }@media (max-width: 600px){.tc-wp-tool-root .nf-output-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .nf-controls{ flex-direction: column; }}.wpc-scope-4 /* 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;
}