@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Oswald:wght@700&display=swap');

/* 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-46 .tc-wp-tool-root img, .wpc-scope-46 .tc-wp-tool-root video, .wpc-scope-46 .tc-wp-tool-root svg, .wpc-scope-46 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-46 .tc-wp-tool-root #supreme-font-generator{
            font-family: 'Montserrat', sans-serif;
            
            background: linear-gradient(135deg, #d31027 0%, #ff0000 50%, #7a0000 100%);
            width: 100%;
            padding: 2.5rem 1rem;
            box-sizing: border-box;
            color: #ffffff;
            min-height: 100vh;
            --s-white: #ffffff;
            --s-black: #000000;
            --s-red-main: #ff0000;
            --s-border: #000000;
        }.wpc-scope-46 .tc-wp-tool-root #supreme-font-generator *{
            box-sizing: border-box;
        }.wpc-scope-46 .tc-wp-tool-root .s-container{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }.wpc-scope-46 .tc-wp-tool-root .s-header{
            text-align: center;
            margin-bottom: 2.5rem;
        }.wpc-scope-46 .tc-wp-tool-root .s-main-title{
            display: inline-block;
            background-color: var(--s-red-main);
            color: var(--s-white);
            padding: 15px 30px;
            font-family: 'Oswald', sans-serif;
            font-size: clamp(1.5rem, 5vw, 2.8rem);
            font-style: italic;
            text-transform: uppercase;
            letter-spacing: -1px;
            font-weight: 700;
            border: 4px solid var(--s-white);
            box-shadow: 10px 10px 0px var(--s-black);
            line-height: 1.2;
        }.wpc-scope-46 .tc-wp-tool-root .s-input-card{
            background: var(--s-white);
            padding: 2rem;
            border: 4px solid var(--s-black);
            margin-bottom: 2rem;
            box-shadow: 12px 12px 0px var(--s-black);
        }.wpc-scope-46 .tc-wp-tool-root .s-label-top{
            color: var(--s-black);
            display: block;
            margin-bottom: 12px;
            font-size: 0.9rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1px;
        }.wpc-scope-46 .tc-wp-tool-root .s-textarea{
            width: 100%;
            border: 3px solid var(--s-black);
            padding: 1.2rem;
            font-size: 1.8rem;
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            color: var(--s-black);
            outline: none;
            background: #f4f4f4;
            resize: vertical;
            min-height: 100px;
        }.wpc-scope-46 .tc-wp-tool-root .s-textarea:focus{
            background: #ffffff;
            border-color: var(--s-red-main);
        }.wpc-scope-46 .tc-wp-tool-root .s-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1rem;
            gap: 15px;
            flex-wrap: wrap;
        }.wpc-scope-46 .tc-wp-tool-root .s-char-info{
            color: var(--s-black);
            font-weight: 900;
            font-size: 0.8rem;
            text-transform: uppercase;
        }.wpc-scope-46 .tc-wp-tool-root .s-btn-group{
            display: flex;
            gap: 12px;
        }.wpc-scope-46 .tc-wp-tool-root .s-btn{
            border: 3px solid var(--s-black);
            padding: 0.8rem 1.6rem;
            font-weight: 900;
            text-transform: uppercase;
            cursor: pointer;
            transition: 0.15s;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.8rem;
        }.wpc-scope-46 .tc-wp-tool-root .s-btn-primary{
            background: var(--s-red-main);
            color: var(--s-white);
        }.wpc-scope-46 .tc-wp-tool-root .s-btn-primary:hover{
            transform: translate(-3px, -3px);
            box-shadow: 6px 6px 0px var(--s-black);
        }.wpc-scope-46 .tc-wp-tool-root .s-btn-secondary{
            background: var(--s-white);
            color: var(--s-black);
        }.wpc-scope-46 .tc-wp-tool-root .s-grid{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root #supreme-font-generator{
                padding: 1rem 0.5rem;
            }.tc-wp-tool-root .s-header{ padding: 1rem 0.5rem; }.tc-wp-tool-root .s-main-title{ font-size: 1.2rem; padding: 10px 12px; }.tc-wp-tool-root .s-input-card{ padding: 1rem; }.tc-wp-tool-root .s-textarea{ padding: 0.8rem; font-size: 1.2rem; min-height: 80px; }.tc-wp-tool-root .s-btn{ padding: 0.5rem 0.8rem; font-size: 0.65rem; }.tc-wp-tool-root .s-grid{ grid-template-columns: 1fr !important; padding: 0.5rem; gap: 0.8rem; }.tc-wp-tool-root .s-card-body{ padding: 0.8rem; font-size: 1rem; }.tc-wp-tool-root .s-load-wrapper{ padding: 0 0.5rem 1rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root #supreme-font-generator{
                padding: 1.2rem 0.6rem;
            }.tc-wp-tool-root .s-header{ padding: 1.2rem 0.6rem; }.tc-wp-tool-root .s-main-title{ font-size: 1.4rem; padding: 12px 16px; }.tc-wp-tool-root .s-input-card{ padding: 1.2rem; }.tc-wp-tool-root .s-textarea{ padding: 0.9rem; font-size: 1.4rem; min-height: 80px; }.tc-wp-tool-root .s-btn{ padding: 0.55rem 1rem; font-size: 0.7rem; }.tc-wp-tool-root .s-grid{ grid-template-columns: 1fr !important; padding: 0.6rem; gap: 1rem; }.tc-wp-tool-root .s-card-body{ padding: 1rem; font-size: 1.1rem; }.tc-wp-tool-root .s-load-wrapper{ padding: 0 0.6rem 1.2rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root #supreme-font-generator{
                padding: 1.5rem 0.8rem;
            }.tc-wp-tool-root .s-header{ padding: 1.5rem 0.8rem; }.tc-wp-tool-root .s-main-title{ font-size: 1.6rem; }.tc-wp-tool-root .s-input-card{ padding: 1.5rem; }.tc-wp-tool-root .s-textarea{ padding: 1rem; font-size: 1.5rem; min-height: 90px; }.tc-wp-tool-root .s-btn{ padding: 0.6rem 1.2rem; font-size: 0.75rem; }.tc-wp-tool-root .s-grid{ grid-template-columns: 1fr !important; padding: 0.8rem; gap: 1.2rem; }.tc-wp-tool-root .s-card-body{ padding: 1.2rem; font-size: 1.2rem; }.tc-wp-tool-root .s-load-wrapper{ padding: 0 0.8rem 1.5rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .s-grid{ grid-template-columns: repeat(2, 1fr) !important; padding: 1.2rem; gap: 1.2rem; }.tc-wp-tool-root .s-card-body{ padding: 1.2rem; font-size: 1.2rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .s-grid{ grid-template-columns: repeat(3, 1fr) !important; gap: 1.2rem; }.tc-wp-tool-root .s-card-body{ font-size: 1.2rem; }}@media (min-width: 1200px){.tc-wp-tool-root .s-grid{ grid-template-columns: repeat(4, 1fr); }}.wpc-scope-46 .tc-wp-tool-root .s-card{
            background: var(--s-white);
            border: 3px solid var(--s-black);
            height: 250px; 
            max-height: 250px;
            display: flex;
            flex-direction: column;
            position: relative;
            transition: 0.2s;
            overflow: hidden; 
        }.wpc-scope-46 .tc-wp-tool-root .s-card:hover{
            box-shadow: 10px 10px 0px var(--s-black);
            transform: translate(-4px, -4px);
            z-index: 5;
        }.wpc-scope-46 .tc-wp-tool-root .s-card-header{
            position: sticky;
            top: 0;
            z-index: 10;
            background: var(--s-black);
            color: var(--s-white);
            padding: 10px 15px;
            font-size: 0.7rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }.wpc-scope-46 .tc-wp-tool-root .s-copy-btn{
            padding: 2px !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            color: var(--s-red-main) !important;
            border-radius: 4px !important;
            transition: all 0.2s !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }.wpc-scope-46 .tc-wp-tool-root .s-copy-btn:hover{
            padding: 2px !important;
            background: rgba(255, 255, 255, 0.15) !important;
            color: #ffffff !important;
            transform: scale(1.1) !important;
        }.wpc-scope-46 .tc-wp-tool-root .s-card-body{
            padding: 1.5rem;
            color: var(--s-black);
            font-size: 1.4rem;
            text-align: center;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            line-height: 1.4;
        }.wpc-scope-46 .tc-wp-tool-root .s-scroll-area{
            max-height: 180px;
            overflow-y: auto;
            width: 100%;
            word-break: break-word;
            overflow-wrap: anywhere;
        }.wpc-scope-46 .tc-wp-tool-root .s-scroll-area::-webkit-scrollbar{
            width: 6px;
        }.wpc-scope-46 .tc-wp-tool-root .s-scroll-area::-webkit-scrollbar-track{
            background: rgba(0, 0, 0, 0.1);
            border-radius: 3px;
        }.wpc-scope-46 .tc-wp-tool-root .s-scroll-area::-webkit-scrollbar-thumb{
            background: #000000;
            border-radius: 3px;
        }.wpc-scope-46 .tc-wp-tool-root .s-scroll-area::-webkit-scrollbar-thumb:hover{
            background: var(--s-red-main);
        }.wpc-scope-46 .tc-wp-tool-root .s-card-body::-webkit-scrollbar{
            width: 8px;
        }.wpc-scope-46 .tc-wp-tool-root .s-card-body::-webkit-scrollbar-track{
            background: #f1f1f1;
        }.wpc-scope-46 .tc-wp-tool-root .s-card-body::-webkit-scrollbar-thumb{
            background: var(--s-black);
        }.wpc-scope-46 .tc-wp-tool-root .s-card-body::-webkit-scrollbar-thumb:hover{
            background: var(--s-red-main);
        }.wpc-scope-46 .tc-wp-tool-root .s-load-wrapper{
            text-align: center;
            padding: 4rem 0;
        }.wpc-scope-46 .tc-wp-tool-root .s-hidden{
            display: none;
        }.wpc-scope-46 .tc-wp-tool-root .s-icon{
            width: 18px;
            height: 18px;
            fill: currentColor;
        }.wpc-scope-46 /* 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;
}