@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');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/fredoka@5.0.8/index.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-321 .tc-wp-tool-root img, .wpc-scope-321 .tc-wp-tool-root video, .wpc-scope-321 .tc-wp-tool-root svg, .wpc-scope-321 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-321 .tc-wp-tool-root#scooby-doo-font-generator{
            font-family: 'Fredoka', "Trebuchet MS", Arial, sans-serif;
            background:
                radial-gradient(circle at 12% 16%, rgba(255,255,255,0.24), transparent 18%),
                radial-gradient(circle at 84% 16%, rgba(34,211,238,0.34), transparent 24%),
                radial-gradient(circle at 22% 82%, rgba(250,204,21,0.34), transparent 26%),
                radial-gradient(circle at 76% 78%, rgba(168,85,247,0.28), transparent 24%),
                radial-gradient(circle at 50% 42%, rgba(34,197,94,0.22), transparent 30%),
                repeating-linear-gradient(135deg, rgba(255,255,255,0.045) 0 2px, transparent 2px 24px),
                linear-gradient(135deg, #3B0764 0%, #7E22CE 30%, #0F766E 66%, #F97316 100%);
            width: 100%;
            padding: 2rem 1rem;
            box-sizing: border-box;
            color: #FFF7ED;
            --sdfg-purple: #3B0764;
            --sdfg-violet: #7E22CE;
            --sdfg-teal: #0F766E;
            --sdfg-cyan: #22D3EE;
            --sdfg-orange: #F97316;
            --sdfg-yellow: #FACC15;
            --sdfg-cream: #FFF7ED;
            --sdfg-white: #FFFFFF;
            --sdfg-muted: #FDF4C7;
            --sdfg-border: rgba(250, 204, 21, 0.52);
        }.wpc-scope-321 .tc-wp-tool-root#scooby-doo-font-generator *{
            box-sizing: border-box;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-header{
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            padding: 2.5rem 1rem;
            position: relative;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-header::before{
            content: "";
            position: absolute;
            inset: auto 50% -8px 50%;
            width: 230px;
            height: 7px;
            transform: translateX(-50%);
            border-radius: 999px;
            background: linear-gradient(90deg, transparent, #FACC15, #22D3EE, #A855F7, #FFFFFF, transparent);
            box-shadow: 0 0 24px rgba(250,204,21,0.42);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-title{
            font-size: clamp(1.35rem, 5vw, 2.85rem);
            margin: 0;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1.4px;
            background: linear-gradient(180deg, #FFFFFF 0%, #FACC15 30%, #22D3EE 62%, #A855F7 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 6px 28px rgba(59, 7, 100, 0.5);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-desc{
            margin: 0.85rem auto 0;
            font-size: clamp(0.95rem, 2.8vw, 1.1rem);
            color: var(--sdfg-muted);
            max-width: 790px;
            line-height: 1.55;
            font-weight: 600;
            letter-spacing: 0.25px;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-wrapper{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(59, 7, 100, 0.94);
            border-radius: 26px;
            border: 3px solid var(--sdfg-border);
            overflow: hidden;
            position: relative;
            box-shadow: 0 0 42px rgba(250,204,21,0.16), 0 20px 65px rgba(59, 7, 100, 0.38);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-wrapper::before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 7px;
            background: linear-gradient(90deg, #FACC15, #22D3EE, #A855F7, #F97316, #FACC15);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-wrapper::after{
            content: "";
            position: absolute;
            inset: 12px;
            border: 1px dashed rgba(255,255,255,0.2);
            border-radius: 20px;
            pointer-events: none;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-input-section{
            padding: 2rem;
            background:
                radial-gradient(circle at left top, rgba(250,204,21,0.13), transparent 18%),
                radial-gradient(circle at right top, rgba(34,211,238,0.12), transparent 20%),
                linear-gradient(180deg, rgba(126, 34, 206, 0.52), rgba(59, 7, 100, 0.36));
            border-bottom: 2px dashed rgba(250,204,21,0.34);
            position: relative;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-textarea-wrapper{
            position: relative;
            margin-bottom: 1.5rem;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-input{
            width: 100%;
            padding: 1.2rem;
            font-size: 1.15rem;
            border: 3px solid rgba(250,204,21,0.44);
            border-radius: 22px;
            background: rgba(39, 12, 65, 0.82);
            color: var(--sdfg-cream);
            resize: vertical;
            min-height: 140px;
            transition: all 0.3s ease;
            font-family: 'Fredoka', "Trebuchet MS", Arial, sans-serif;
            font-weight: 800;
            letter-spacing: 0.4px;
            box-shadow: inset 0 0 24px rgba(255,255,255,0.07);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-input:focus{
            outline: none;
            border-color: var(--sdfg-yellow);
            box-shadow: 0 0 0 4px rgba(250,204,21,0.16), 0 0 32px rgba(34,211,238,0.22);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-input::placeholder{
            color: rgba(255,247,237,0.52);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-char-counter{
            font-size: 0.9rem;
            color: var(--sdfg-muted);
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1px;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-btn-group{
            display: flex !important;
            gap: 0.75rem !important;
            flex-wrap: wrap;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-btn{
            padding: 0.72rem 1.35rem !important;
            border: none !important;
            border-radius: 999px !important;
            cursor: pointer !important;
            font-weight: 900 !important;
            font-size: clamp(0.75rem, 3vw, 0.95rem) !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;
            font-family: 'Fredoka', "Trebuchet MS", Arial, sans-serif !important;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-btn-primary{
            background: linear-gradient(135deg, #FACC15, #22D3EE, #F97316) !important;
            color: #3B0764 !important;
            box-shadow: 0 8px 22px rgba(250,204,21,0.25) !important;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-btn-primary:hover{
            transform: translateY(-2px) scale(1.02) rotate(-1deg) !important;
            background: linear-gradient(135deg, #FFFFFF, #FACC15, #22D3EE) !important;
            box-shadow: 0 10px 28px rgba(34,211,238,0.3) !important;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-btn-secondary{
            background: transparent !important;
            border: 2px solid rgba(255,255,255,0.38) !important;
            color: var(--sdfg-muted) !important;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-btn-secondary:hover{
            background: rgba(255,255,255,0.1) !important;
            border-color: var(--sdfg-yellow) !important;
            color: var(--sdfg-yellow) !important;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-output-grid{
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-card{
            width: 100%;
            max-width: 100%;
            background:
                radial-gradient(circle at 18% 12%, rgba(250,204,21,0.12), transparent 22%),
                radial-gradient(circle at 86% 82%, rgba(34,211,238,0.1), transparent 22%),
                linear-gradient(180deg, rgba(126, 34, 206, 0.95), rgba(60, 12, 92, 0.98));
            border-radius: 22px;
            border: 2px solid rgba(250,204,21,0.3);
            box-shadow: 0 10px 18px rgba(57,18,89,0.32);
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
            display: flex;
            flex-direction: column;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-card::after{
            content: "";
            position: absolute;
            top: 0;
            left: 14px;
            right: 14px;
            height: 4px;
            border-radius: 999px;
            background: linear-gradient(90deg, #FACC15, #22D3EE, #A855F7, #FFFFFF);
            opacity: 0;
            transition: opacity 0.3s ease;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-card:hover::after{
            opacity: 1;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-card:hover{
            transform: translateY(-6px) scale(1.01) rotate(-0.4deg);
            border-color: rgba(250,204,21,0.72);
            box-shadow: 0 18px 34px rgba(57,18,89,0.4), 0 0 26px rgba(250,204,21,0.18);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-card-header{
            padding: 0.85rem 1rem;
            background: rgba(39, 12, 65, 0.72);
            border-bottom: 1px solid rgba(250,204,21,0.2);
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.75rem;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-style-name{
            font-size: 0.74rem;
            font-weight: 900;
            color: var(--sdfg-yellow);
            text-transform: uppercase;
            letter-spacing: 1.3px;
            line-height: 1.3;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-copy-btn{
            padding: 4px !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            color: var(--sdfg-yellow) !important;
            border-radius: 8px !important;
            transition: all 0.2s !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex: 0 0 auto;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-copy-btn:hover{
            background: rgba(250,204,21,0.14) !important;
            color: #FFFFFF !important;
            transform: scale(1.15) rotate(-8deg) !important;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-card-body{
            width: 100%;
            padding: 1.45rem;
            min-height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow-wrap: anywhere;
            word-break: break-word;
            font-family: 'Fredoka', "Segoe UI Symbol", "Noto Sans Symbols 2", "Noto Color Emoji", "Apple Color Emoji", "Arial Unicode MS", sans-serif;
            font-size: 1.3rem;
            color: var(--sdfg-cream);
            line-height: 1.35;
            text-shadow: 0 0 14px rgba(250,204,21,0.15);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-scroll-area{
            max-height: 250px;
            overflow-y: auto;
            width: 100%;
            white-space: pre-wrap;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-scroll-area::-webkit-scrollbar{
            width: 8px;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-scroll-area::-webkit-scrollbar-track{
            background: rgba(39, 12, 65, 0.75);
            border-radius: 4px;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-scroll-area::-webkit-scrollbar-thumb{
            background: rgba(250,204,21,0.38);
            border-radius: 4px;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-scroll-area::-webkit-scrollbar-thumb:hover{
            background: var(--sdfg-yellow);
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-load-more-container{
            padding: 0 2rem 2.5rem;
            display: flex;
            justify-content: center;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-load-more-btn{
            background: linear-gradient(135deg, #FACC15, #22D3EE, #F97316) !important;
            color: #3B0764 !important;
            padding: 0.95rem 2.4rem !important;
            border: 3px solid rgba(255,255,255,0.42) !important;
            border-radius: 999px !important;
            font-size: 1rem !important;
            font-weight: 900 !important;
            text-transform: uppercase !important;
            letter-spacing: 2px !important;
            cursor: pointer !important;
            box-shadow: 0 8px 24px rgba(57,18,89,0.26) !important;
            transition: all 0.3s !important;
            font-family: 'Fredoka', "Trebuchet MS", Arial, sans-serif !important;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-load-more-btn:hover{
            transform: translateY(-3px) scale(1.03) rotate(-1deg) !important;
            background: linear-gradient(135deg, #FFFFFF, #FACC15, #22D3EE) !important;
            box-shadow: 0 12px 30px rgba(250,204,21,0.28) !important;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-icon{
            width: 20px;
            height: 20px;
            fill: currentColor;
        }.wpc-scope-321 .tc-wp-tool-root .sdfg-hidden{
            display: none;
        }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root#scooby-doo-font-generator{ padding: 1rem 0.5rem; }.tc-wp-tool-root .sdfg-header{ padding: 1.5rem 0.5rem; }.tc-wp-tool-root .sdfg-title{ font-size: 1.04rem; }.tc-wp-tool-root .sdfg-desc{ font-size: 0.76rem; }.tc-wp-tool-root .sdfg-input-section{ padding: 1rem; }.tc-wp-tool-root .sdfg-input{ padding: 0.85rem; font-size: 1rem; min-height: 100px; }.tc-wp-tool-root .sdfg-btn{ padding: 0.52rem 0.85rem !important; font-size: 0.7rem !important; }.tc-wp-tool-root .sdfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.6rem; gap: 1rem; }.tc-wp-tool-root .sdfg-card-body{ padding: 1rem; font-size: 1.06rem; min-height: 165px; }.tc-wp-tool-root .sdfg-load-more-container{ padding: 0 0.6rem 1.5rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root#scooby-doo-font-generator{ padding: 1.2rem 0.6rem; }.tc-wp-tool-root .sdfg-header{ padding: 1.6rem 0.6rem; }.tc-wp-tool-root .sdfg-title{ font-size: 1.16rem; }.tc-wp-tool-root .sdfg-desc{ font-size: 0.8rem; }.tc-wp-tool-root .sdfg-input-section{ padding: 1.2rem; }.tc-wp-tool-root .sdfg-input{ padding: 0.9rem; font-size: 1.05rem; min-height: 110px; }.tc-wp-tool-root .sdfg-btn{ padding: 0.55rem 0.9rem !important; font-size: 0.75rem !important; }.tc-wp-tool-root .sdfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.7rem; gap: 1.1rem; }.tc-wp-tool-root .sdfg-card-body{ padding: 1.1rem; font-size: 1.1rem; min-height: 170px; }.tc-wp-tool-root .sdfg-load-more-container{ padding: 0 0.7rem 1.6rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root#scooby-doo-font-generator{ padding: 1.5rem 0.8rem; }.tc-wp-tool-root .sdfg-header{ padding: 2rem 0.8rem; }.tc-wp-tool-root .sdfg-title{ font-size: 1.3rem; }.tc-wp-tool-root .sdfg-desc{ font-size: 0.86rem; }.tc-wp-tool-root .sdfg-input-section{ padding: 1.5rem; }.tc-wp-tool-root .sdfg-input{ padding: 1rem; font-size: 1.08rem; min-height: 120px; }.tc-wp-tool-root .sdfg-btn{ padding: 0.6rem 1rem !important; font-size: 0.8rem !important; }.tc-wp-tool-root .sdfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.8rem; gap: 1.2rem; }.tc-wp-tool-root .sdfg-card-body{ padding: 1.2rem; font-size: 1.17rem; min-height: 176px; }.tc-wp-tool-root .sdfg-load-more-container{ padding: 0 0.8rem 2rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root#scooby-doo-font-generator{ padding: 1.5rem 1rem; }.tc-wp-tool-root .sdfg-header{ padding: 2rem 1rem; }.tc-wp-tool-root .sdfg-title{ font-size: 1.68rem; }.tc-wp-tool-root .sdfg-desc{ font-size: 0.92rem; }.tc-wp-tool-root .sdfg-input-section{ padding: 1.5rem; }.tc-wp-tool-root .sdfg-output-grid{ grid-template-columns: repeat(2, 1fr); padding: 1.2rem; gap: 1.2rem; }.tc-wp-tool-root .sdfg-card-body{ font-size: 1.22rem; min-height: 185px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .sdfg-output-grid{ grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }.tc-wp-tool-root .sdfg-card-body{ font-size: 1.25rem; }}@media (min-width: 1200px){.tc-wp-tool-root .sdfg-output-grid{ grid-template-columns: repeat(4, 1fr); }}.wpc-scope-321 /* 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;
}