.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#30bafa33;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:sticky;top:0;z-index:100;border-bottom:2px solid #6cf}.logo{color:#fff;text-shadow:2px 2px #000000;align-items:center;font-family:Luckiest Guy,cursive;font-size:1.6rem;gap:10px;display:flex}.logo-img{width:40px;height:40px;object-fit:cover;border-radius:50px;border:2px solid #ffffff;box-shadow:1px 2px #000}.links{display:flex;gap:1rem}.links a{text-decoration:none;color:#fff;text-shadow:2px 2px #000000;transition:.2s;font-weight:400}.links a:hover{color:#6cf;text-shadow:0 0 10px #6cf}.hamburger{display:none;font-size:2rem;cursor:pointer;color:#fff;text-shadow:2px 1px #000000;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.hamburger{display:block}.links{display:none;flex-direction:column;position:absolute;top:70px;right:20px;background:#30bafad0;border:2px solid #6cf;border-radius:12px;padding:1rem;box-shadow:2px 2px #000}.links.open{display:flex}}.meme-gallery{display:flex;flex-direction:column;gap:1rem;overflow:hidden;padding:1rem 0}.row{display:flex;gap:1rem;flex-wrap:nowrap;margin-bottom:10px}.row img{width:100px;height:100px;object-fit:cover;border:3px solid #1199bb;border-radius:16px;box-shadow:3px 3px #000;transition:transform .3s}.row img:hover{transform:scale(1.2) rotate(-5deg)}@keyframes scroll-right{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-left{0%{transform:translate(-50%)}to{transform:translate(0)}}.scroll-right{animation:scroll-right 50s linear infinite}.scroll-left{animation:scroll-left 50s linear infinite}.desktop-only{display:block}.mobile-only{display:none}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:block}.row{gap:.4rem;justify-content:center}.row img{width:90px;height:90px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Luckiest Guy,cursive;background:#a0d8f1;color:#000;overflow-x:hidden;line-height:1.6}.mountain-bg{margin-top:-400px;width:150%;overflow:hidden;display:flex;justify-content:center;position:relative;margin-bottom:4px}.mountain-bg img{width:auto;min-width:110%;display:block}.hero-section{text-align:center;padding:5rem 2rem;border-radius:20px;box-shadow:6px 6px #000;background:repeating-radial-gradient(circle,rgba(255,255,255,.15) 0px,rgba(255,255,255,.15) 5px,transparent 5px,transparent 10px);margin-bottom:3rem;position:relative}.hero-section .lg{width:500px;margin-bottom:1.5rem;position:relative;z-index:1}.hero-section h1{font-size:2.8rem;margin-bottom:2rem;color:#ff6a00;text-shadow:2px 2px #000000;position:relative;z-index:1}.contract-box{display:inline-flex;align-items:center;gap:1rem;background:#7edcf0;border:3px solid #1199bb;border-radius:16px;padding:.7rem 3rem;margin:1.5rem 0;box-shadow:3px 3px #000;position:relative;z-index:1}.contract-box span{font-family:monospace;color:#000;font-weight:700}.contract-box button{background:#ff6a00;color:#fff;border:none;border-radius:12px;padding:.5rem 1rem;cursor:pointer;font-weight:700;box-shadow:2px 2px #000;transition:.2s}.contract-box button:hover{transform:scale(1.1) rotate(-5deg)}.cta-buttons button{background:#ff6a00;color:#fff;border:none;border-radius:20px;padding:.8rem 1.8rem;margin:.8rem;font-weight:700;box-shadow:3px 3px #000;transition:.2s}.cta-buttons button:hover{transform:scale(1.1) rotate(3deg)}.about-section,.tokenomics-section,.roadmap-section,.community-section{max-width:800px;margin:3rem auto;padding:2.5rem 2rem;border-radius:20px;box-shadow:3px 3px #000;border:3px solid #1199bb;color:#000;background:repeating-radial-gradient(circle,rgba(255,255,255,.2) 0px,rgba(255,255,255,.2) 6px,transparent 6px,transparent 12px);position:relative;z-index:1}.about-section:before,.tokenomics-section:before,.roadmap-section:before,.community-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:120%;height:100%;background:url(https://www.transparenttextures.com/patterns/clouds.png);opacity:.1;z-index:0;border-radius:20px;pointer-events:none}.about-section h2,.tokenomics-section h2,.roadmap-section h2,.community-section h2,.gallery-section h2{font-size:2rem;margin-bottom:1.5rem;color:#ff6a00;text-shadow:2px 2px #000000}.about-section p,.tokenomics-section p,.roadmap-section p,.community-section p{font-size:1.1rem;line-height:1.8}.gallery-section{position:relative;text-align:center;padding:3rem 1rem;margin:3rem auto}.gallery-section:before,.gallery-section:after{content:"";display:block;height:4px;background:#19b;width:100%;margin:30px auto;border-radius:1px}.gallery-section:after{margin-top:2rem}.gallery-section h2{font-size:2rem;margin-bottom:1.5rem}.footer-section{text-align:center;padding:3rem 1rem;font-size:.9rem;background:#a0d8f1;color:#000;border-top:4px solid #1199bb;box-shadow:0 -4px #000;border-radius:15px 15px 0 0}.community-buttons{display:flex;flex-direction:row;gap:2rem;justify-content:left;flex-wrap:wrap}.community-buttons button{background:#ff6a00;color:#fff;border:none;border-radius:20px;padding:.8rem 2rem;font-weight:700;box-shadow:3px 3px #000;cursor:pointer;transition:.2s}.community-buttons button:hover{transform:scale(1.05) rotate(-2deg)}.community-section p{margin:.8rem 0;font-size:1.1rem;text-align:left;margin-bottom:20px;color:#000}.toast-notif{position:fixed;top:20px;right:20px;background-color:#19b;color:#fff;padding:.6rem 1.2rem;border-radius:8px;font-weight:700;box-shadow:2px 2px #000;z-index:999;animation:fadeinout 2s forwards}@keyframes fadeinout{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media (max-width: 768px){.hero-section{text-align:center;padding:5rem 2rem;box-shadow:none;background:repeating-radial-gradient(circle,rgba(255,255,255,.15) 0px,rgba(255,255,255,.15) 5px,transparent 5px,transparent 10px);margin-bottom:3rem;position:relative}.logo-img{width:40px;height:40px;object-fit:cover;border-radius:50px;border:2px solid #ffffff;box-shadow:1px 2px #000}.hero-section .lg{width:300px;height:auto}.hero-section h1{font-size:1.7rem}.contract-box{flex-direction:row;gap:10px;padding:.3rem 1rem;max-width:95%;overflow:hidden}.contract-box span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.85rem;flex:1}.contract-box button{flex-shrink:0;padding:.5rem .8rem;font-size:.85rem}.cta-buttons{flex-direction:column;gap:.6rem}.cta-buttons button{padding:.6rem 1.2rem;font-size:.9rem}.about-section,.tokenomics-section,.roadmap-section,.community-section{max-width:85%;padding:1.8rem 1rem}.community-buttons{justify-content:center;gap:1rem}.community-buttons button{padding:.6rem 1.5rem;font-size:.9rem}.footer-section{padding:2rem 1rem;font-size:.8rem}.mountain-bg{margin-top:-200px;width:200%}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#6cf;border-radius:4px}body{font-family:Luckiest Guy,sans-serif}@media (max-width: 768px){body{max-width:100%;margin:0 auto}h1,h2,h3,p{text-align:center}}
