@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-337 .tc-wp-tool-root img, .wpc-scope-337 .tc-wp-tool-root video, .wpc-scope-337 .tc-wp-tool-root svg, .wpc-scope-337 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-337 .tc-wp-tool-root#celtic-font-generator{
            font-family: 'Palatino', 'Georgia', serif;
            background: #0b1d12; 
            background-image: url("https://www.transparenttextures.com/patterns/leather.png");
            width: 100%;
            padding: 2rem 1rem;
            box-sizing: border-box;
            color: #d4af37; 
            --ce-emerald: #006b3c;
            --ce-gold: #d4af37;
            --ce-parchment: #f2e7c9;
            --ce-brown: #3e2723;
            --ce-border: #d4af37;
        }.wpc-scope-337 .tc-wp-tool-root#celtic-font-generator *{ box-sizing: border-box; }.wpc-scope-337 .tc-wp-tool-root .ce-wrapper{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(20, 40, 30, 0.95);
            border: 4px double var(--ce-gold);
            border-radius: 8px;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.8), inset 0 0 50px rgba(0, 107, 60, 0.2);
            overflow: hidden;
            position: relative;
        }.wpc-scope-337 .tc-wp-tool-root .ce-knot-bar{
            height: 25px;
            background-color: var(--ce-gold);
            background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.1) 10px, rgba(0,0,0,0.1) 20px);
            border-bottom: 2px solid #000;
        }.wpc-scope-337 .tc-wp-tool-root .ce-header{
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            padding: 2.5rem 1rem;
        }.wpc-scope-337 .tc-wp-tool-root .ce-title{
            font-size: clamp(1.8rem, 6vw, 3.2rem);
            margin: 0;
            font-weight: 900;
            text-transform: uppercase;
            color: var(--ce-gold);
            text-shadow: 2px 2px 5px #000;
            letter-spacing: 2px;
        }.wpc-scope-337 .tc-wp-tool-root .ce-desc{
            margin-top: 0.8rem;
            font-size: 1rem;
            color: #a9ba9d;
            font-style: italic;
            letter-spacing: 3px;
        }.wpc-scope-337 .tc-wp-tool-root .ce-input-section{
            padding: 2rem;
            background: rgba(0, 0, 0, 0.3);
            border-bottom: 2px solid var(--ce-gold);
        }.wpc-scope-337 .tc-wp-tool-root .ce-input{
            width: 100%;
            padding: 1.2rem;
            font-size: 1.4rem;
            border: 2px solid var(--ce-emerald);
            background: #fdf5e6; 
            color: #2c3e50;
            border-radius: 4px;
            outline: none;
            transition: 0.3s;
            font-family: serif;
        }.wpc-scope-337 .tc-wp-tool-root .ce-input:focus{ border-color: var(--ce-gold); box-shadow: 0 0 15px rgba(212, 175, 55, 0.4); }.wpc-scope-337 .tc-wp-tool-root .ce-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-top: 1.2rem;
        }.wpc-scope-337 .tc-wp-tool-root .ce-stats{
            font-size: 0.8rem;
            color: var(--ce-gold);
            font-weight: bold;
            text-transform: uppercase;
        }.wpc-scope-337 .tc-wp-tool-root .ce-btn-group{ display: flex; gap: 0.8rem; }.wpc-scope-337 .tc-wp-tool-root .ce-btn{
            padding: 0.8rem 1.8rem;
            border: 1px solid var(--ce-gold);
            cursor: pointer;
            font-weight: 700;
            font-size: 0.85rem;
            text-transform: uppercase;
            transition: 0.2s;
            background: #1a3020;
            color: var(--ce-gold);
        }.wpc-scope-337 .tc-wp-tool-root .ce-btn-primary{ background: var(--ce-gold); color: #1a3020; }.wpc-scope-337 .tc-wp-tool-root .ce-btn:hover{ filter: brightness(1.2); transform: translateY(-1px); }.wpc-scope-337 .tc-wp-tool-root .ce-output-grid{
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 2rem;
        }.wpc-scope-337 .tc-wp-tool-root .ce-card{
            background: #fdf5e6; 
            background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png");
            border: 2px solid var(--ce-gold);
            max-height: 250px;
            overflow-y: auto;
            position: relative;
            display: flex;
            flex-direction: column;
            box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
        }.wpc-scope-337 .tc-wp-tool-root .ce-card-header{
            padding: 0.6rem 1rem;
            background: #1a3020;
            border-bottom: 2px solid var(--ce-gold);
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 5;
        }.wpc-scope-337 .tc-wp-tool-root .ce-style-name{ font-size: 0.65rem; font-weight: 900; color: var(--ce-gold); text-transform: uppercase; }.wpc-scope-337 .tc-wp-tool-root .ce-copy-btn{
            background: var(--ce-emerald) !important;
            border: 1px solid var(--ce-gold) !important;
            padding: 3px 10px !important;
            color: #fff !important;
            cursor: pointer !important;
            font-size: 0.6rem !important;
            font-weight: bold !important;
        }.wpc-scope-337 .tc-wp-tool-root .ce-card-body{
            padding: 1.5rem;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 1.6rem;
            color: #2c3e50;
            line-height: 1.4;
            word-wrap: break-word;
            overflow-wrap: anywhere;
        }.wpc-scope-337 .tc-wp-tool-root .ce-card::-webkit-scrollbar{ width: 6px; }.wpc-scope-337 .tc-wp-tool-root .ce-card::-webkit-scrollbar-thumb{ background: var(--ce-emerald); }.wpc-scope-337 .tc-wp-tool-root .ce-load-more-container{ padding: 0 2rem 3rem; display: flex; justify-content: center; }.wpc-scope-337 .tc-wp-tool-root .ce-load-more-btn{
            background: var(--ce-emerald) !important;
            color: #fff !important;
            padding: 1rem 3rem !important;
            border: 2px solid var(--ce-gold) !important;
            font-size: 1rem !important;
            font-weight: 900 !important;
            text-transform: uppercase;
            cursor: pointer !important;
            box-shadow: 0 5px 15px rgba(0,0,0,0.5) !important;
        }.wpc-scope-337 .tc-wp-tool-root .ce-load-more-btn:hover{ background: #1a3020 !important; color: var(--ce-gold) !important; }@media (max-width: 600px){.tc-wp-tool-root .ce-output-grid{ grid-template-columns: 1fr; }}.wpc-scope-337 /* 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;
}