@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-225 .tc-wp-tool-root img, .wpc-scope-225 .tc-wp-tool-root video, .wpc-scope-225 .tc-wp-tool-root svg, .wpc-scope-225 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-225 .tc-wp-tool-root#new-york-times-font-generator{
            font-family: Georgia, "Times New Roman", Times, serif;
            background:
                radial-gradient(circle at 14% 18%, rgba(255,255,255,0.42), transparent 20%),
                radial-gradient(circle at 82% 12%, rgba(180,180,180,0.18), transparent 24%),
                repeating-linear-gradient(90deg, rgba(0,0,0,0.025) 0 1px, transparent 1px 58px),
                repeating-linear-gradient(0deg, rgba(0,0,0,0.018) 0 1px, transparent 1px 34px),
                linear-gradient(135deg, #F5F0E6 0%, #E7DDCB 48%, #CFC2AA 100%);
            width: 100%;
            padding: 2rem 1rem;
            box-sizing: border-box;
            color: #161616;
            --nytfg-ink: #111111;
            --nytfg-paper: #F8F3E8;
            --nytfg-paper-dark: #E7DDCB;
            --nytfg-muted: #4A4A4A;
            --nytfg-red: #8B1E1E;
            --nytfg-gold: #B08A3C;
            --nytfg-border: rgba(17, 17, 17, 0.22);
            --nytfg-card: rgba(255, 250, 239, 0.94);
            --nytfg-card-dark: rgba(238, 231, 216, 0.96);
        }.wpc-scope-225 .tc-wp-tool-root#new-york-times-font-generator *{
            box-sizing: border-box;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-header{
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            padding: 2.5rem 1rem;
            position: relative;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-kicker{
            display: inline-block;
            margin-bottom: 0.8rem;
            padding: 0.35rem 0.85rem;
            border-top: 2px solid var(--nytfg-ink);
            border-bottom: 2px solid var(--nytfg-ink);
            color: var(--nytfg-red);
            font-size: 0.78rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 2px;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-title{
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: clamp(1.45rem, 5vw, 2.8rem);
            line-height: 1.14;
            margin: 0;
            font-weight: 900;
            color: var(--nytfg-ink);
            letter-spacing: -0.6px;
            text-shadow: 0 1px 0 rgba(255,255,255,0.75);
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-desc{
            margin: 0.9rem auto 0;
            font-size: clamp(0.95rem, 2.7vw, 1.1rem);
            color: var(--nytfg-muted);
            max-width: 760px;
            line-height: 1.6;
            font-weight: 500;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-wrapper{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            background:
                linear-gradient(180deg, rgba(255,250,239,0.96), rgba(232,224,207,0.95));
            border-radius: 18px;
            border: 3px double rgba(17,17,17,0.36);
            overflow: hidden;
            position: relative;
            box-shadow: 0 18px 50px rgba(0,0,0,0.18);
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-wrapper::before{
            content: "";
            position: absolute;
            inset: 10px;
            border: 1px solid rgba(17,17,17,0.13);
            border-radius: 12px;
            pointer-events: none;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-wrapper::after{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 7px;
            background: linear-gradient(90deg, var(--nytfg-ink), var(--nytfg-red), var(--nytfg-ink));
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-input-section{
            padding: 2rem;
            background:
                repeating-linear-gradient(0deg, rgba(0,0,0,0.028) 0 1px, transparent 1px 30px),
                linear-gradient(180deg, rgba(255,255,255,0.4), rgba(231,221,203,0.55));
            border-bottom: 3px double rgba(17,17,17,0.28);
            position: relative;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-textarea-wrapper{
            position: relative;
            margin-bottom: 1.5rem;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-input{
            width: 100%;
            padding: 1.2rem;
            font-size: 1.15rem;
            border: 2px solid rgba(17,17,17,0.38);
            border-radius: 12px;
            background: rgba(255,250,239,0.92);
            color: var(--nytfg-ink);
            resize: vertical;
            min-height: 140px;
            transition: all 0.25s ease;
            font-family: Georgia, "Times New Roman", Times, serif;
            font-weight: 600;
            line-height: 1.55;
            box-shadow: inset 0 0 22px rgba(0,0,0,0.05);
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-input:focus{
            outline: none;
            border-color: var(--nytfg-red);
            box-shadow: 0 0 0 4px rgba(139,30,30,0.12), inset 0 0 22px rgba(0,0,0,0.04);
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-input::placeholder{
            color: rgba(17,17,17,0.45);
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-char-counter{
            font-size: 0.86rem;
            color: var(--nytfg-muted);
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1.2px;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-btn-group{
            display: flex !important;
            gap: 0.75rem !important;
            flex-wrap: wrap;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-btn{
            padding: 0.72rem 1.35rem !important;
            border-radius: 999px !important;
            cursor: pointer !important;
            font-weight: 900 !important;
            font-size: clamp(0.75rem, 3vw, 0.92rem) !important;
            transition: all 0.22s ease !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 0.5rem !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            font-family: Georgia, "Times New Roman", Times, serif !important;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-btn-primary{
            background: linear-gradient(135deg, #161616, #4A4A4A) !important;
            color: #FFF8EA !important;
            border: 2px solid #161616 !important;
            box-shadow: 0 8px 18px rgba(0,0,0,0.18) !important;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-btn-primary:hover{
            transform: translateY(-2px) scale(1.02) !important;
            background: linear-gradient(135deg, var(--nytfg-red), #161616) !important;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-btn-secondary{
            background: transparent !important;
            border: 2px solid rgba(17,17,17,0.42) !important;
            color: var(--nytfg-ink) !important;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-btn-secondary:hover{
            background: rgba(17,17,17,0.07) !important;
            border-color: var(--nytfg-red) !important;
            color: var(--nytfg-red) !important;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-output-grid{
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-card{
            width: 100%;
            max-width: 100%;
            background:
                repeating-linear-gradient(0deg, rgba(0,0,0,0.018) 0 1px, transparent 1px 24px),
                linear-gradient(180deg, var(--nytfg-card), var(--nytfg-card-dark));
            border-radius: 14px;
            border: 2px solid rgba(17,17,17,0.24);
            box-shadow: 0 10px 18px rgba(0,0,0,0.12);
            overflow: hidden;
            transition: all 0.25s ease;
            position: relative;
            display: flex;
            flex-direction: column;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-card::before{
            content: "";
            position: absolute;
            top: 0;
            left: 12px;
            right: 12px;
            height: 3px;
            background: linear-gradient(90deg, var(--nytfg-red), var(--nytfg-ink), var(--nytfg-gold));
            opacity: 0;
            transition: opacity 0.25s ease;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-card:hover{
            transform: translateY(-5px);
            border-color: rgba(139,30,30,0.52);
            box-shadow: 0 18px 30px rgba(0,0,0,0.17);
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-card:hover::before{
            opacity: 1;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-card-header{
            padding: 0.85rem 1rem;
            background: rgba(17,17,17,0.92);
            border-bottom: 3px double rgba(255,248,234,0.34);
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.7rem;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-style-name{
            font-size: 0.73rem;
            font-weight: 900;
            color: #FFF8EA;
            text-transform: uppercase;
            letter-spacing: 1.3px;
            line-height: 1.3;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-copy-btn{
            padding: 5px !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            color: #FFF8EA !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-225 .tc-wp-tool-root .nytfg-copy-btn:hover{
            background: rgba(255,248,234,0.12) !important;
            color: #FFD9D9 !important;
            transform: scale(1.12) !important;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-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: Georgia, "Times New Roman", "Segoe UI Symbol", "Noto Sans Symbols 2", "Noto Color Emoji", "Apple Color Emoji", "Arial Unicode MS", serif;
            font-size: 1.28rem;
            color: var(--nytfg-ink);
            line-height: 1.38;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-scroll-area{
            max-height: 250px;
            overflow-y: auto;
            width: 100%;
            white-space: pre-wrap;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-scroll-area::-webkit-scrollbar{
            width: 8px;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-scroll-area::-webkit-scrollbar-track{
            background: rgba(17,17,17,0.08);
            border-radius: 4px;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-scroll-area::-webkit-scrollbar-thumb{
            background: rgba(17,17,17,0.28);
            border-radius: 4px;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-scroll-area::-webkit-scrollbar-thumb:hover{
            background: var(--nytfg-red);
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-load-more-container{
            padding: 0 2rem 2.5rem;
            display: flex;
            justify-content: center;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-load-more-btn{
            background: linear-gradient(135deg, #FFF8EA, #D9C9A7) !important;
            color: #111111 !important;
            padding: 0.95rem 2.4rem !important;
            border: 3px double rgba(17,17,17,0.65) !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 10px 22px rgba(0,0,0,0.14) !important;
            transition: all 0.25s ease !important;
            font-family: Georgia, "Times New Roman", Times, serif !important;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-load-more-btn:hover{
            transform: translateY(-3px) scale(1.03) !important;
            background: linear-gradient(135deg, #161616, #4A4A4A) !important;
            color: #FFF8EA !important;
            border-color: var(--nytfg-red) !important;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-icon{
            width: 20px;
            height: 20px;
            fill: currentColor;
        }.wpc-scope-225 .tc-wp-tool-root .nytfg-hidden{
            display: none;
        }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root#new-york-times-font-generator{ padding: 1rem 0.5rem; }.tc-wp-tool-root .nytfg-header{ padding: 1.5rem 0.5rem; }.tc-wp-tool-root .nytfg-title{ font-size: 1.12rem; }.tc-wp-tool-root .nytfg-desc{ font-size: 0.76rem; }.tc-wp-tool-root .nytfg-input-section{ padding: 1rem; }.tc-wp-tool-root .nytfg-input{ padding: 0.85rem; font-size: 1rem; min-height: 100px; }.tc-wp-tool-root .nytfg-btn{ padding: 0.52rem 0.85rem !important; font-size: 0.7rem !important; }.tc-wp-tool-root .nytfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.6rem; gap: 1rem; }.tc-wp-tool-root .nytfg-card-body{ padding: 1rem; font-size: 1.06rem; min-height: 165px; }.tc-wp-tool-root .nytfg-load-more-container{ padding: 0 0.6rem 1.5rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root#new-york-times-font-generator{ padding: 1.2rem 0.6rem; }.tc-wp-tool-root .nytfg-header{ padding: 1.6rem 0.6rem; }.tc-wp-tool-root .nytfg-title{ font-size: 1.25rem; }.tc-wp-tool-root .nytfg-desc{ font-size: 0.8rem; }.tc-wp-tool-root .nytfg-input-section{ padding: 1.2rem; }.tc-wp-tool-root .nytfg-input{ padding: 0.9rem; font-size: 1.05rem; min-height: 110px; }.tc-wp-tool-root .nytfg-btn{ padding: 0.55rem 0.9rem !important; font-size: 0.75rem !important; }.tc-wp-tool-root .nytfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.7rem; gap: 1.1rem; }.tc-wp-tool-root .nytfg-card-body{ padding: 1.1rem; font-size: 1.1rem; min-height: 170px; }.tc-wp-tool-root .nytfg-load-more-container{ padding: 0 0.7rem 1.6rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root#new-york-times-font-generator{ padding: 1.5rem 0.8rem; }.tc-wp-tool-root .nytfg-header{ padding: 2rem 0.8rem; }.tc-wp-tool-root .nytfg-title{ font-size: 1.42rem; }.tc-wp-tool-root .nytfg-desc{ font-size: 0.86rem; }.tc-wp-tool-root .nytfg-input-section{ padding: 1.5rem; }.tc-wp-tool-root .nytfg-input{ padding: 1rem; font-size: 1.08rem; min-height: 120px; }.tc-wp-tool-root .nytfg-btn{ padding: 0.6rem 1rem !important; font-size: 0.8rem !important; }.tc-wp-tool-root .nytfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.8rem; gap: 1.2rem; }.tc-wp-tool-root .nytfg-card-body{ padding: 1.2rem; font-size: 1.17rem; min-height: 176px; }.tc-wp-tool-root .nytfg-load-more-container{ padding: 0 0.8rem 2rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root#new-york-times-font-generator{ padding: 1.5rem 1rem; }.tc-wp-tool-root .nytfg-header{ padding: 2rem 1rem; }.tc-wp-tool-root .nytfg-title{ font-size: 1.78rem; }.tc-wp-tool-root .nytfg-desc{ font-size: 0.92rem; }.tc-wp-tool-root .nytfg-input-section{ padding: 1.5rem; }.tc-wp-tool-root .nytfg-output-grid{ grid-template-columns: repeat(2, 1fr); padding: 1.2rem; gap: 1.2rem; }.tc-wp-tool-root .nytfg-card-body{ font-size: 1.22rem; min-height: 185px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .nytfg-output-grid{ grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }.tc-wp-tool-root .nytfg-card-body{ font-size: 1.24rem; }}@media (min-width: 1200px){.tc-wp-tool-root .nytfg-output-grid{ grid-template-columns: repeat(4, 1fr); }}.wpc-scope-225 /* 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;
}