@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-329 .tc-wp-tool-root img, .wpc-scope-329 .tc-wp-tool-root video, .wpc-scope-329 .tc-wp-tool-root svg, .wpc-scope-329 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-329 .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-329 .tc-wp-tool-root #mario-font-generator *{ box-sizing: border-box; }.wpc-scope-329 .tc-wp-tool-root .m-container{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }.wpc-scope-329 .tc-wp-tool-root .m-header{ text-align: center; margin-bottom: 3rem; }.wpc-scope-329 .tc-wp-tool-root .m-main-title{
            font-family: 'Fredoka', sans-serif;
            font-size: clamp(1.4rem, 5vw, 3rem);
            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-329 .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-329 .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-329 .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-329 .tc-wp-tool-root .m-btn-group{ display: flex; gap: 10px; }.wpc-scope-329 .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-329 .tc-wp-tool-root .m-btn-red{ background: var(--m-red); color: white; box-shadow: 0 4px 0px #9a1a17; }.wpc-scope-329 .tc-wp-tool-root .m-btn-green{ background: var(--m-green); color: white; box-shadow: 0 4px 0px #2d7a31; }.wpc-scope-329 .tc-wp-tool-root .m-btn:active{ transform: translateY(3px); box-shadow: 0 1px 0px rgba(0,0,0,0.5); }.wpc-scope-329 .tc-wp-tool-root .m-grid{
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
        }.wpc-scope-329 .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-329 .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-329 .tc-wp-tool-root .m-copy-btn{
            background: var(--m-yellow);
            border: 2px solid var(--m-brown);
            padding: 4px 10px;
            border-radius: 5px;
            font-size: 0.65rem;
            font-weight: 900;
            cursor: pointer;
        }.wpc-scope-329 .tc-wp-tool-root .m-card-body{
            padding: 1.5rem;
            overflow-y: auto;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 1.3rem;
            word-break: break-all;
            color: #333;
        }.wpc-scope-329 .tc-wp-tool-root .m-card-body::-webkit-scrollbar{ width: 8px; }.wpc-scope-329 .tc-wp-tool-root .m-card-body::-webkit-scrollbar-thumb{ background: var(--m-yellow); border-left: 2px solid var(--m-brown); }.wpc-scope-329 .tc-wp-tool-root #m-toast{
            display: none;
            position: fixed;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--m-green);
            color: white;
            padding: 1rem 2rem;
            border-radius: 12px;
            border: 4px solid white;
            z-index: 9999;
            box-shadow: 0 10px 20px rgba(0,0,0,0.3);
            font-weight: bold;
        }.wpc-scope-329 .tc-wp-tool-root #m-toast.show{ display: block; animation: m-jump 0.4s ease; }@keyframes m-jump{
            0% { transform: translateX(-50%) translateY(20px); opacity:0; }
            50% { transform: translateX(-50%) translateY(-10px); }
            100% { transform: translateX(-50%) translateY(0); opacity:1; }
        }.wpc-scope-329 .tc-wp-tool-root .m-load-container{ text-align: center; padding: 4rem 0; }@media (max-width: 600px){.tc-wp-tool-root .m-grid{ grid-template-columns: 1fr; }.tc-wp-tool-root .m-controls{ flex-direction: column; }}.wpc-scope-329 /* 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;
}