@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-1 .tc-wp-tool-root img, .wpc-scope-1 .tc-wp-tool-root video, .wpc-scope-1 .tc-wp-tool-root svg, .wpc-scope-1 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-1 .tc-wp-tool-root#big-font-generator{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(180deg, #0a0000 0%, #1a0000 30%, #2a0000 60%, #0a0000 100%);
            width: 100%;
            padding: 2rem 1rem;
            box-sizing: border-box;
            color: #ffe0e0;
            --bf-red: #d00000;
            --bf-bright: #ff0000;
            --bf-gold: #ffba08;
            --bf-white: #ffffff;
            --bf-dark: #1a0000;
            --bf-deep: #0a0000;
            --bf-crimson: #800000;
            --bf-orange: #e85d04;
            --bf-text: #ffe0e0;
            --bf-text-muted: #ff9090;
            --bf-card-bg: rgba(10, 0, 0, 0.85);
            --bf-border: rgba(208, 0, 0, 0.35);
        }.wpc-scope-1 .tc-wp-tool-root#big-font-generator *{
            box-sizing: border-box;
        }.wpc-scope-1 .tc-wp-tool-root .bf-wrapper{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(8, 0, 0, 0.92);
            border-radius: 10px;
            box-shadow: 0 0 40px rgba(208, 0, 0, 0.12), 0 0 80px rgba(255, 186, 8, 0.05), inset 0 0 60px rgba(128, 0, 0, 0.05);
            border: 2px solid var(--bf-border);
            overflow: hidden;
            position: relative;
        }.wpc-scope-1 .tc-wp-tool-root .bf-wrapper::before{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--bf-red), var(--bf-gold), transparent);
        }.wpc-scope-1 .tc-wp-tool-root .bf-header{
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            padding: 2rem 1rem;
            position: relative;
        }.wpc-scope-1 .tc-wp-tool-root .bf-title{
            font-size: clamp(1.5rem, 5vw, 2.8rem);
            margin: 0;
            font-weight: 900;
            text-transform: uppercase;
            background: linear-gradient(90deg, var(--bf-red), var(--bf-orange), var(--bf-gold), var(--bf-red));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 40px rgba(208, 0, 0, 0.3);
        }.wpc-scope-1 .tc-wp-tool-root .bf-desc{
            margin-top: 0.5rem;
            font-size: 0.95rem;
            color: var(--bf-text-muted);
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.5;
            text-transform: uppercase;
            font-weight: 300;
            letter-spacing: 2px;
        }.wpc-scope-1 .tc-wp-tool-root .bf-input-section{
            padding: 2rem;
            background: rgba(26, 0, 0, 0.6);
            border-bottom: 1px solid var(--bf-border);
            position: relative;
        }.wpc-scope-1 .tc-wp-tool-root .bf-input-section::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--bf-red), var(--bf-gold), transparent);
        }.wpc-scope-1 .tc-wp-tool-root .bf-textarea-wrapper{
            position: relative;
            margin-bottom: 1rem;
        }.wpc-scope-1 .tc-wp-tool-root .bf-input{
            width: 100%;
            padding: 1rem;
            font-size: 1.1rem;
            border: 2px solid var(--bf-border);
            border-radius: 10px;
            background: rgba(10, 0, 0, 0.85);
            color: var(--bf-text);
            resize: vertical;
            min-height: 120px;
            transition: all 0.3s ease;
            font-family: inherit;
        }.wpc-scope-1 .tc-wp-tool-root .bf-input:focus{
            outline: none;
            border-color: var(--bf-gold);
            box-shadow: 0 0 0 3px rgba(255, 186, 8, 0.15), 0 0 20px rgba(255, 186, 8, 0.08);
        }.wpc-scope-1 .tc-wp-tool-root .bf-input::placeholder{
            color: rgba(255, 144, 144, 0.35);
        }.wpc-scope-1 .tc-wp-tool-root .bf-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }.wpc-scope-1 .tc-wp-tool-root .bf-char-counter{
            font-size: 0.85rem;
            color: var(--bf-text-muted);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
        }.wpc-scope-1 .tc-wp-tool-root .bf-btn-group{
            display: flex !important;
            gap: 0.5rem !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-btn{
            padding: 0.6rem 1.2rem !important;
            border: none !important;
            border-radius: 8px !important;
            cursor: pointer !important;
            font-weight: 700 !important;
            font-size: 0.85rem !important;
            transition: all 0.2s ease !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 0.5rem !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-btn-primary{
            background: linear-gradient(135deg, var(--bf-red), #a00000) !important;
            color: #fff !important;
            box-shadow: 0 4px 15px rgba(208, 0, 0, 0.4) !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-btn-primary:hover{
            transform: translateY(-2px) !important;
            box-shadow: 0 6px 20px rgba(208, 0, 0, 0.5) !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-btn-secondary{
            background: transparent !important;
            border: 1px solid var(--bf-text-muted) !important;
            color: var(--bf-text-muted) !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-btn-secondary:hover{
            background: rgba(255, 144, 144, 0.1) !important;
            border-color: var(--bf-gold) !important;
            color: var(--bf-gold) !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-output-grid{
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }@media (max-width: 768px){.tc-wp-tool-root .bf-output-grid{
                grid-template-columns: 1fr;
                padding: 1rem;
            }}@media (min-width: 769px) and (max-width: 1024px){.tc-wp-tool-root .bf-output-grid{
                grid-template-columns: repeat(2, 1fr);
            }}.wpc-scope-1 .tc-wp-tool-root .bf-card{
            background: var(--bf-card-bg);
            border-radius: 10px;
            border: 1px solid var(--bf-border);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
            display: flex;
            flex-direction: column;
        }.wpc-scope-1 .tc-wp-tool-root .bf-card::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--bf-gold), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }.wpc-scope-1 .tc-wp-tool-root .bf-card:hover::after{
            opacity: 1;
        }.wpc-scope-1 .tc-wp-tool-root .bf-card:hover{
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(208, 0, 0, 0.2), 0 0 40px rgba(255, 186, 8, 0.05);
            border-color: var(--bf-gold);
        }.wpc-scope-1 .tc-wp-tool-root .bf-card-header{
            padding: 0.8rem 1rem;
            background: rgba(26, 0, 0, 0.8);
            border-bottom: 1px solid var(--bf-border);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }.wpc-scope-1 .tc-wp-tool-root .bf-style-name{
            font-size: 0.75rem;
            font-weight: 700;
            color: var(--bf-text-muted);
            text-transform: uppercase;
            letter-spacing: 2px;
        }.wpc-scope-1 .tc-wp-tool-root .bf-copy-btn{
            padding: 2px !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            color: var(--bf-red) !important;
            border-radius: 4px !important;
            transition: all 0.2s !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-copy-btn:hover{
            padding: 2px !important;
            background: rgba(208, 0, 0, 0.15) !important;
            color: var(--bf-gold) !important;
            transform: scale(1.1) !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-card-body{
            padding: 1.5rem;
            min-height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            word-break: break-word;
            font-family: 'Courier New', monospace;
            font-size: 1.3rem;
            color: var(--bf-text);
            line-height: 1.4;
        }.wpc-scope-1 .tc-wp-tool-root .bf-scroll-area{
            max-height: 200px;
            overflow-y: auto;
            width: 100%;
        }.wpc-scope-1 .tc-wp-tool-root .bf-load-more-container{
            padding: 0 2rem 2rem;
            display: flex;
            justify-content: center;
        }.wpc-scope-1 .tc-wp-tool-root .bf-load-more-btn{
            background: linear-gradient(135deg, rgba(208, 0, 0, 0.15), rgba(255, 186, 8, 0.15)) !important;
            color: var(--bf-text) !important;
            padding: 0.8rem 2rem !important;
            border: 2px solid var(--bf-border) !important;
            border-radius: 50px !important;
            font-size: 0.85rem !important;
            font-weight: 700 !important;
            text-transform: uppercase !important;
            letter-spacing: 3px !important;
            cursor: pointer !important;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
            transition: all 0.3s !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-load-more-btn:hover{
            transform: translateY(-2px) !important;
            box-shadow: 0 6px 25px rgba(208, 0, 0, 0.25) !important;
            border-color: var(--bf-gold) !important;
            color: var(--bf-gold) !important;
        }.wpc-scope-1 .tc-wp-tool-root .bf-toast{
            position: fixed;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%) translateY(100px);
            background: linear-gradient(135deg, rgba(208, 0, 0, 0.15), rgba(255, 186, 8, 0.15));
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            color: var(--bf-text);
            padding: 0.8rem 1.5rem;
            border-radius: 50px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
            z-index: 9999;
            opacity: 0;
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            border: 1px solid var(--bf-border);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
        }.wpc-scope-1 .tc-wp-tool-root .bf-toast.show{
            transform: translateX(-50%) translateY(0);
            opacity: 1;
        }.wpc-scope-1 .tc-wp-tool-root .bf-icon{
            width: 18px;
            height: 18px;
            fill: currentColor;
        }.wpc-scope-1 .tc-wp-tool-root .bf-hidden{
            display: none;
        }.wpc-scope-1 /* 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;
}