:root{font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#ff8c00;text-decoration:inherit}a:hover{color:#ff4500}body{margin:0;padding:0}#root{height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#ff4500}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#ff4500}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#0a0a0a;color:#fff;height:100vh;margin:0;overflow-x:hidden}html,#root{height:100%}.app-container{min-height:100vh;background:#0a0a0ad9;position:relative;overflow:hidden}.navbar{background:#0a0a0ad9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;border-bottom:1px solid rgba(255,69,0,.3);box-shadow:0 5px 20px #00000080}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:12px}.nav-logo-img{width:45px;height:45px;animation:logo-spin 10s linear infinite}.nav-logo-text{font-size:1.8rem;font-weight:800;color:#fff;letter-spacing:1px;text-transform:uppercase}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center;justify-content:center;flex:1;margin-left:2rem}.nav-item{position:relative}.nav-link{color:#b0b0b0;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;position:relative;text-transform:uppercase;letter-spacing:1px}.nav-link:hover{color:#ff4500;text-shadow:0 0 10px rgba(255,69,0,.7)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff4500,#ff8c00);transition:width .3s ease}.nav-link:hover:after{width:100%}.x-button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#000,#1a1a1a);border:2px solid #FF4500;transition:all .3s ease;box-shadow:0 0 15px #ff450080}.x-button:hover{transform:rotate(360deg) scale(1.1);box-shadow:0 0 25px #ff4500cc;background:linear-gradient(135deg,#ff4500,#ff8c00)}.x-icon{width:24px;height:24px;color:#fff}.hero-container{padding-top:100px;background-image:url(../background.png?v=2);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:fixed;position:relative}.hero-container:before{content:"";position:absolute;inset:0;background:#ff45004d;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-container .container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 100px);text-align:center;position:relative;z-index:10}.logo-box{margin-bottom:30px;position:relative;display:inline-block}.logo{width:250px;height:250px;object-fit:contain;position:relative;z-index:2;animation:logo-idle 3s ease-in-out infinite}.fire-effect{position:absolute;border-radius:50%;z-index:1;animation:fire-pulse 2s infinite}.fire-effect-1{width:270px;height:270px;background:radial-gradient(circle,rgba(255,69,0,.7) 0%,transparent 70%);top:-15px;left:-15px;animation-delay:0s}.fire-effect-2{width:300px;height:300px;background:radial-gradient(circle,rgba(255,140,0,.5) 0%,transparent 70%);top:-30px;left:-30px;animation-delay:.5s}.fire-effect-3{width:330px;height:330px;background:radial-gradient(circle,rgba(255,69,0,.3) 0%,transparent 70%);top:-45px;left:-45px;animation-delay:1s}.title{font-size:4rem;font-weight:900;margin-bottom:15px;position:relative;text-transform:uppercase;letter-spacing:2px}.myx{color:#ff4500;text-shadow:0 0 15px rgba(255,69,0,.8),0 0 30px rgba(255,140,0,.5),3px 3px 8px rgba(0,0,0,.8);font-weight:900}.inu{color:#fff;text-shadow:0 0 15px rgba(255,255,255,.8)}.ca-text{font-size:.9rem;color:#fff;background:#00000080;padding:8px 20px;border-radius:30px;margin-bottom:20px;font-family:Courier New,monospace;letter-spacing:1px;border:1px solid rgba(255,255,255,.3);box-shadow:0 0 10px #fff3}.subtitle{font-size:1.8rem;color:#fff;margin-bottom:25px;font-weight:300;letter-spacing:1px}.description{font-size:1.2rem;color:#fff;max-width:700px;margin-bottom:40px;line-height:1.7;text-shadow:0 0 5px rgba(255,255,255,.3)}.buttons{display:flex;gap:30px}.btn{padding:15px 40px;border-radius:50px;font-size:1.2rem;font-weight:700;cursor:pointer;border:none;transition:all .4s ease;text-transform:uppercase;letter-spacing:2px;position:relative;overflow:hidden;z-index:1}.btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#ff4500,#ff8c00);z-index:-1;transition:transform .5s ease;transform:scaleX(0);transform-origin:right}.btn:hover:before{transform:scaleX(1);transform-origin:left}.primary{background:transparent;color:#fff;box-shadow:0 0 20px #ff450080;border:2px solid #FF4500}.primary:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff4500b3;color:#fff}.secondary{background:transparent;color:#fff;border:2px solid #FF8C00;box-shadow:0 0 20px #ff8c0080}.secondary:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff8c00b3;color:#fff}.section{padding:100px 0;position:relative;z-index:10}.section-title{text-align:center;font-size:2.5rem;margin-bottom:80px;text-transform:uppercase;letter-spacing:2px;position:relative}.section-title:after{content:"";display:block;width:100px;height:3px;background:linear-gradient(90deg,#ff4500,#ff8c00);margin:15px auto;border-radius:3px}.section-subtitle{text-align:center;font-size:1.3rem;color:#b0b0b0;max-width:700px;margin:0 auto 50px;line-height:1.6}.about-content{display:flex;gap:30px;align-items:center;margin-top:40px}.about-text{flex:1}.about-text p{font-size:1.3rem;line-height:2.2;margin-bottom:45px;color:#b0b0b0;max-width:500px}.stats{display:flex;gap:30px;margin-top:40px}.stat-item{text-align:center;flex:1}.stat-item h3{font-size:2rem;color:#ff4500;margin-bottom:10px}.stat-item p{font-size:1rem;margin:0;color:#b0b0b0}.about-image{flex:1;display:flex;justify-content:center}.fire-frame{position:relative;width:500px;height:500px;display:flex;align-items:center;justify-content:center}.fire-frame:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,rgba(255,69,0,.3) 0%,transparent 70%);animation:fire-pulse 3s infinite;z-index:1}.about-logo{width:400px;height:400px;object-fit:contain;position:relative;z-index:2;animation:logo-idle 3s ease-in-out infinite}.meme-generator-content{display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:center;max-width:800px;margin:0 auto}.meme-preview{width:100%;max-width:500px;display:flex;justify-content:center}.meme-canvas-container{position:relative;width:100%;max-width:400px;margin:0 auto}.meme-display{position:relative;width:100%;padding-bottom:100%;background:#1a1a1a;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #00000080;border:2px solid rgba(255,69,0,.3);display:flex;align-items:center;justify-content:center}.meme-display img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.meme-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#888;padding:20px}.placeholder-logo{width:80px;height:80px;margin-bottom:15px;opacity:.6;animation:logo-spin 10s linear infinite}.meme-placeholder p{font-size:1.1rem;font-weight:600;margin:0}.placeholder-meme{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;opacity:.7}.meme-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;object-fit:contain}.meme-text{position:absolute;width:100%;text-align:center;font-size:1.5rem;font-weight:900;color:#fff;text-shadow:-2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,2px 2px 0 #000;padding:0 10px;text-transform:uppercase;font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif}.top-text{top:10%}.bottom-text{bottom:10%}.meme-controls{width:100%;max-width:500px;background:#ffffff0d;padding:30px;border-radius:10px;border:1px solid rgba(255,69,0,.3);display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.input-group{margin-bottom:25px}.input-group label{display:block;margin-bottom:8px;font-weight:600;color:#ff8c00}.input-group input{width:100%;padding:12px 15px;border-radius:5px;border:2px solid rgba(255,69,0,.5);background:#0a0a0acc;color:#fff;font-size:1rem;transition:all .3s ease}.input-group input:focus{outline:none;border-color:#ff4500;box-shadow:0 0 10px #ff450080}.meme-controls .btn{width:100%;padding:15px}.small-btn{padding:8px 16px!important;font-size:.9rem!important;margin-top:10px}.large-btn{padding:20px 40px!important;font-size:1.2rem!important;font-weight:700!important;text-transform:uppercase;letter-spacing:1px;min-width:280px;width:auto!important}.meme-select{width:100%;padding:12px 15px;border-radius:5px;border:2px solid rgba(255,69,0,.5);background:#0a0a0acc;color:#fff;font-size:1rem;transition:all .3s ease}.meme-select:focus{outline:none;border-color:#ff4500;box-shadow:0 0 10px #ff450080}.meme-slider{width:100%;height:8px;border-radius:5px;background:#ff45004d;outline:none;-webkit-appearance:none;transition:all .3s ease}.meme-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#ff4500;cursor:pointer;box-shadow:0 0 10px #ff450080}.meme-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#ff4500;cursor:pointer;border:none;box-shadow:0 0 10px #ff450080}.meme-file-input{width:100%;padding:12px 15px;border-radius:5px;border:2px solid rgba(255,69,0,.5);background:#0a0a0acc;color:#fff;font-size:1rem;transition:all .3s ease;cursor:pointer}.meme-file-input:focus{outline:none;border-color:#ff4500;box-shadow:0 0 10px #ff450080}.meme-logo-center{top:50%;left:50%;transform:translate(-50%,-50%)}.meme-logo-top-left{top:10%;left:10%;transform:none}.meme-logo-top-right{top:10%;right:10%;left:auto;transform:none}.meme-logo-bottom-left{bottom:10%;left:10%;top:auto;transform:none}.meme-logo-bottom-right{inset:auto 10% 10% auto;transform:none}.community-links{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:50px}.community-link{display:flex;align-items:center;gap:10px;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;border:2px solid;min-width:200px;justify-content:center}.community-link.telegram{border-color:#08c;color:#08c}.community-link.twitter{border-color:#1da1f2;color:#1da1f2}.community-link:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000004d}.community-link.telegram:hover{background:#0088cc1a;box-shadow:0 0 20px #0088cc80}.community-link.twitter:hover{background:#1da1f21a;box-shadow:0 0 20px #1da1f280}.community-icon{width:24px;height:24px}.footer{background:#0a0a0ae6;padding:50px 0 30px;border-top:1px solid rgba(255,69,0,.3);position:relative;z-index:10}.footer-content{display:flex;flex-direction:column;align-items:center;gap:30px}.footer-logo{display:flex;align-items:center;gap:15px}.footer-logo-img{width:50px;height:50px}.footer-logo-text{font-size:1.8rem;font-weight:800;background:linear-gradient(45deg,#ff4500,#ff8c00,gold);-webkit-background-clip:text;background-clip:text;color:transparent}.copyright{color:#b0b0b0;font-size:1rem}.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.footer-links a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ff4500}.fire-particle-system{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.fire-particle{position:absolute;border-radius:50%;background:#ff4500;opacity:0;animation:fire-particle-animation 15s infinite ease-in-out;box-shadow:0 0 10px #ff4500,0 0 20px #ff8c00}.fire-particle:nth-child(1){width:8px;height:8px;top:10%;left:5%;animation-delay:0s}.fire-particle:nth-child(2){width:12px;height:12px;top:20%;left:15%;animation-delay:1s}.fire-particle:nth-child(3){width:6px;height:6px;top:30%;left:25%;animation-delay:2s}.fire-particle:nth-child(4){width:10px;height:10px;top:40%;left:35%;animation-delay:3s}.fire-particle:nth-child(5){width:14px;height:14px;top:50%;left:45%;animation-delay:4s}.fire-particle:nth-child(6){width:7px;height:7px;top:60%;left:55%;animation-delay:5s}.fire-particle:nth-child(7){width:11px;height:11px;top:70%;left:65%;animation-delay:6s}.fire-particle:nth-child(8){width:9px;height:9px;top:80%;left:75%;animation-delay:7s}.fire-particle:nth-child(9){width:13px;height:13px;top:90%;left:85%;animation-delay:8s}.fire-particle:nth-child(10){width:5px;height:5px;top:5%;left:95%;animation-delay:9s}.fire-particle:nth-child(11){width:15px;height:15px;top:15%;left:5%;animation-delay:10s}.fire-particle:nth-child(12){width:6px;height:6px;top:25%;left:15%;animation-delay:11s}.fire-particle:nth-child(13){width:10px;height:10px;top:35%;left:25%;animation-delay:12s}.fire-particle:nth-child(14){width:12px;height:12px;top:45%;left:35%;animation-delay:13s}.fire-particle:nth-child(15){width:8px;height:8px;top:55%;left:45%;animation-delay:14s}.fire-particle:nth-child(16){width:14px;height:14px;top:65%;left:55%;animation-delay:15s}.fire-particle:nth-child(17){width:7px;height:7px;top:75%;left:65%;animation-delay:16s}.fire-particle:nth-child(18){width:11px;height:11px;top:85%;left:75%;animation-delay:17s}.fire-particle:nth-child(19){width:9px;height:9px;top:95%;left:85%;animation-delay:18s}.fire-particle:nth-child(20){width:13px;height:13px;top:5%;left:25%;animation-delay:19s}.fire-particle:nth-child(21){width:5px;height:5px;top:15%;left:35%;animation-delay:20s}.fire-particle:nth-child(22){width:15px;height:15px;top:25%;left:45%;animation-delay:21s}.fire-particle:nth-child(23){width:6px;height:6px;top:35%;left:55%;animation-delay:22s}.fire-particle:nth-child(24){width:10px;height:10px;top:45%;left:65%;animation-delay:23s}.fire-particle:nth-child(25){width:12px;height:12px;top:55%;left:75%;animation-delay:24s}.fire-particle:nth-child(26){width:8px;height:8px;top:65%;left:85%;animation-delay:25s}.fire-particle:nth-child(27){width:14px;height:14px;top:75%;left:95%;animation-delay:26s}.fire-particle:nth-child(28){width:7px;height:7px;top:85%;left:5%;animation-delay:27s}.fire-particle:nth-child(29){width:11px;height:11px;top:95%;left:15%;animation-delay:28s}.fire-particle:nth-child(30){width:9px;height:9px;top:5%;left:75%;animation-delay:29s}@keyframes fire-pulse{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.7}}@keyframes fire-particle-animation{0%{transform:translateY(0) translate(0) scale(.5);opacity:0}10%{opacity:1}90%{opacity:.8}to{transform:translateY(-100vh) translate(100px) scale(1.5);opacity:0}}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logo-idle{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.05) rotate(2deg)}50%{transform:scale(1.1) rotate(0)}75%{transform:scale(1.05) rotate(-2deg)}}@media (max-width: 992px){.nav-menu{gap:1.5rem}.title{font-size:3rem}.about-content,.meme-generator-content{flex-direction:column;gap:30px}.stats{flex-direction:column;gap:20px}}@media (max-width: 768px){.nav-container{padding:0 1rem;flex-direction:row;justify-content:space-between;align-items:center}.nav-menu{display:none}.nav-logo{gap:8px}.nav-logo-img{width:35px;height:35px}.nav-logo-text{font-size:1.4rem}.x-button{width:40px;height:40px}.x-icon{width:20px;height:20px}.title{font-size:2.5rem}.subtitle{font-size:1.5rem}.description{font-size:1.1rem}.logo{width:180px;height:180px}.fire-effect-1{width:200px;height:200px;top:-10px;left:-10px}.fire-effect-2{width:230px;height:230px;top:-25px;left:-25px}.fire-effect-3{width:260px;height:260px;top:-40px;left:-40px}.buttons{flex-direction:column;gap:1.5rem;width:100%;max-width:300px}.ca-text{font-size:.8rem;padding:8px 15px;margin-bottom:30px;word-break:break-all}.btn{padding:15px 30px;font-size:1.1rem;width:100%}.section{padding:50px 0}.section-title{font-size:2rem;margin-bottom:40px}.about-content{gap:30px}.about-text{text-align:center}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:25px}.fire-frame{width:300px;height:300px}.about-logo{width:250px;height:250px}.community-links{flex-direction:column;align-items:center;gap:20px}.community-link{width:100%;max-width:280px}.meme-generator-content{gap:30px}.meme-controls{padding:20px}.meme-text{font-size:1rem}.hero-container{background-attachment:scroll;background-size:cover;min-height:100vh}.container{padding:0 1.5rem}}@media (max-width: 576px){.nav-container{padding:0 1rem}.nav-logo-text{font-size:1.2rem}.nav-logo-img{width:30px;height:30px}.x-button{width:35px;height:35px}.x-icon{width:18px;height:18px}.title{font-size:2rem;line-height:1.1}.logo{width:150px;height:150px}.fire-effect-1{width:170px;height:170px;top:-10px;left:-10px}.fire-effect-2{width:200px;height:200px;top:-25px;left:-25px}.fire-effect-3{width:230px;height:230px;top:-40px;left:-40px}.ca-text{font-size:.7rem;padding:6px 12px;margin:0 10px 25px}.btn{padding:12px 25px;font-size:1rem}.section{padding:40px 0}.section-title{font-size:1.8rem;margin-bottom:30px}.about-text{text-align:center}.about-text p{font-size:1rem;line-height:1.7}.fire-frame{width:250px;height:250px}.about-logo{width:200px;height:200px}.footer-links{flex-direction:column;align-items:center;gap:15px}.meme-text{font-size:.9rem}.meme-controls{padding:15px}.input-group{margin-bottom:20px}.hero-container{background-attachment:scroll;background-size:cover;min-height:100vh}.container{padding:0 1rem}}
