@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=Fredoka:wght@700&family=Press+Start+2P&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-45 .tc-wp-tool-root img, .wpc-scope-45 .tc-wp-tool-root video, .wpc-scope-45 .tc-wp-tool-root svg, .wpc-scope-45 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-45 .tc-wp-tool-root #mario-font-generator{
            font-family: 'Fredoka', sans-serif;
            background: linear-gradient(180deg, #5c94fc 0%, #a2c1fe 50%, #e0f8cf 100%);
            width: 100%;
            padding: 3rem 1rem;
            box-sizing: border-box;
            color: #333;
            min-height: 100vh;
            --m-red: #e52521;
            --m-yellow: #fbd000;
            --m-green: #43b047;
            --m-blue: #049cd8;
            --m-brown: #8a4500;
            --m-white: #ffffff;
            --m-border: 4px solid var(--m-brown);
        }.wpc-scope-45 .tc-wp-tool-root #mario-font-generator *{ box-sizing: border-box; }.wpc-scope-45 .tc-wp-tool-root .m-container{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }.wpc-scope-45 .tc-wp-tool-root .m-header{ text-align: center; margin-bottom: 3rem; }.wpc-scope-45 .tc-wp-tool-root .m-main-title{
            font-family: 'Fredoka', sans-serif;
            font-size: clamp(1.5rem, 5vw, 2.8rem);
            color: var(--m-white);
            text-shadow: 3px 3px 0px var(--m-red), -2px -2px 0px var(--m-blue), 3px -1px 0px var(--m-green), 6px 6px 0px rgba(0,0,0,0.1);
            margin: 0;
            -webkit-text-stroke: 1.5px var(--m-brown);
        }.wpc-scope-45 .tc-wp-tool-root .m-input-box{
            background: var(--m-white);
            padding: 2rem;
            border-radius: 20px;
            border: var(--m-border);
            box-shadow: 0 8px 0px var(--m-brown);
            margin-bottom: 3rem;
            position: relative;
        }.wpc-scope-45 .tc-wp-tool-root .m-textarea{
            width: 100%;
            border: 4px solid #eee;
            border-radius: 12px;
            padding: 1.2rem;
            font-size: 1.4rem;
            font-family: 'Fredoka', sans-serif;
            color: var(--m-brown);
            outline: none;
            background: #fffdf0;
            min-height: 100px;
        }.wpc-scope-45 .tc-wp-tool-root .m-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1.5rem;
            flex-wrap: wrap;
            gap: 15px;
        }.wpc-scope-45 .tc-wp-tool-root .m-btn-group{ display: flex; gap: 10px; }.wpc-scope-45 .tc-wp-tool-root .m-btn{
            border: 3px solid var(--m-brown);
            padding: 0.8rem 1.4rem;
            font-weight: 700;
            text-transform: uppercase;
            cursor: pointer;
            border-radius: 10px;
            transition: 0.1s;
        }.wpc-scope-45 .tc-wp-tool-root .m-btn-red{ background: var(--m-red); color: white; box-shadow: 0 4px 0px #9a1a17; }.wpc-scope-45 .tc-wp-tool-root .m-btn-green{ background: var(--m-green); color: white; box-shadow: 0 4px 0px #2d7a31; }.wpc-scope-45 .tc-wp-tool-root .m-btn:active{ transform: translateY(3px); box-shadow: 0 1px 0px rgba(0,0,0,0.5); }.wpc-scope-45 .tc-wp-tool-root .m-grid{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;
        }.wpc-scope-45 .tc-wp-tool-root .m-card{
            background: var(--m-white);
            border: var(--m-border);
            border-radius: 15px;
            height: 250px;
            max-height: 250px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            box-shadow: 0 5px 0px rgba(0,0,0,0.1);
        }.wpc-scope-45 .tc-wp-tool-root .m-card-header{
            position: sticky;
            top: 0;
            z-index: 10;
            background: var(--m-blue);
            color: var(--m-white);
            padding: 10px 15px;
            font-size: 0.75rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: var(--m-border);
            flex-shrink: 0;
            text-transform: uppercase;
        }.wpc-scope-45 .tc-wp-tool-root .m-copy-btn{
            padding: 2px !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            color: var(--m-yellow) !important;
            border-radius: 4px !important;
            transition: all 0.2s !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
        }.wpc-scope-45 .tc-wp-tool-root .m-copy-btn:hover{
            padding: 2px !important;
            background: rgba(255, 255, 255, 0.2) !important;
            color: #ffffff !important;
            transform: scale(1.1) !important;
        }.wpc-scope-45 .tc-wp-tool-root .m-icon{
            width: 18px;
            height: 18px;
            fill: currentColor;
        }.wpc-scope-45 .tc-wp-tool-root .m-card-body{
            padding: 1.5rem;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #333;
        }.wpc-scope-45 .tc-wp-tool-root .m-scroll-area{
            max-height: 180px;
            overflow-y: auto;
            width: 100%;
            word-break: break-word;
            overflow-wrap: anywhere;
        }.wpc-scope-45 .tc-wp-tool-root .m-scroll-area::-webkit-scrollbar{ width: 6px; }.wpc-scope-45 .tc-wp-tool-root .m-scroll-area::-webkit-scrollbar-track{ background: rgba(0, 0, 0, 0.1); border-radius: 3px; }.wpc-scope-45 .tc-wp-tool-root .m-scroll-area::-webkit-scrollbar-thumb{ background: var(--m-yellow); border-radius: 3px; }.wpc-scope-45 .tc-wp-tool-root .m-scroll-area::-webkit-scrollbar-thumb:hover{ background: var(--m-brown); }.wpc-scope-45 .tc-wp-tool-root .m-load-container{ text-align: center; padding: 4rem 0; }.wpc-scope-45 .tc-wp-tool-root .m-hidden{
            display: none;
        }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root #mario-font-generator{ padding: 1rem 0.5rem; }.tc-wp-tool-root .m-header{ margin-bottom: 1.5rem; }.tc-wp-tool-root .m-main-title{ font-size: 1.2rem; }.tc-wp-tool-root .m-input-box{ padding: 1rem; }.tc-wp-tool-root .m-textarea{ padding: 0.7rem; font-size: 1rem; min-height: 80px; }.tc-wp-tool-root .m-btn{ padding: 0.5rem 0.8rem; font-size: 0.65rem; }.tc-wp-tool-root .m-grid{ grid-template-columns: 1fr !important; gap: 0.8rem; }.tc-wp-tool-root .m-card-body{ padding: 0.8rem; font-size: 1rem; }.tc-wp-tool-root .m-load-container{ padding: 0 0.5rem 1rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root #mario-font-generator{ padding: 1.2rem 0.6rem; }.tc-wp-tool-root .m-header{ margin-bottom: 1.5rem; }.tc-wp-tool-root .m-main-title{ font-size: 1.4rem; }.tc-wp-tool-root .m-input-box{ padding: 1.2rem; }.tc-wp-tool-root .m-textarea{ padding: 0.8rem; font-size: 1.1rem; min-height: 80px; }.tc-wp-tool-root .m-btn{ padding: 0.55rem 1rem; font-size: 0.7rem; }.tc-wp-tool-root .m-grid{ grid-template-columns: 1fr !important; gap: 1rem; }.tc-wp-tool-root .m-card-body{ padding: 1rem; font-size: 1.1rem; }.tc-wp-tool-root .m-load-container{ padding: 0 0.6rem 1.2rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root #mario-font-generator{ padding: 1.5rem 0.8rem; }.tc-wp-tool-root .m-main-title{ font-size: 1.6rem; }.tc-wp-tool-root .m-input-box{ padding: 1.5rem; }.tc-wp-tool-root .m-textarea{ padding: 0.9rem; font-size: 1.2rem; min-height: 90px; }.tc-wp-tool-root .m-btn{ padding: 0.6rem 1.2rem; font-size: 0.75rem; }.tc-wp-tool-root .m-grid{ grid-template-columns: 1fr !important; gap: 1.2rem; }.tc-wp-tool-root .m-card-body{ padding: 1.2rem; font-size: 1.2rem; }.tc-wp-tool-root .m-load-container{ padding: 0 0.8rem 1.5rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .m-grid{ grid-template-columns: repeat(2, 1fr) !important; gap: 1.2rem; }.tc-wp-tool-root .m-card-body{ padding: 1.2rem; font-size: 1.2rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .m-grid{ grid-template-columns: repeat(3, 1fr) !important; gap: 1.2rem; }.tc-wp-tool-root .m-card-body{ font-size: 1.2rem; }}@media (min-width: 1200px){.tc-wp-tool-root .m-grid{ grid-template-columns: repeat(4, 1fr); }}.wpc-scope-45 /* 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;
}