html body{background:linear-gradient(135deg,#0d1117,#161b22)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background-color:#4caf50;border-radius:10px;border:2px solid #1a1a1a}*{scrollbar-width:thin;scrollbar-color:black #1a1a1a}--- Base Navbar --- .navbar{background-color:#0d1117;color:#f1f1f1;padding:1rem 2rem;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #00000080;font-family:Poppins,sans-serif;width:100%}.nav-container{display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;align-items:center;gap:10px}.logo-img{width:35px;height:35px;object-fit:contain;border-radius:8px}.logo-text{font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:1px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#f1f1f1;text-decoration:none;font-size:1rem;transition:color .3s ease}.nav-links a:hover{color:#00bcd4}.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{width:25px;height:3px;background:#f1f1f1;border-radius:2px;transition:all .3s ease}@media(max-width:768px){.nav-links{position:absolute;top:70px;right:0;background:#161b22;width:200px;height:0;overflow:hidden;flex-direction:column;align-items:center;transition:height .3s ease}.nav-links.open{height:200px}.nav-links a{padding:.8rem;width:100%;text-align:center;border-bottom:1px solid #222}.menu-toggle{display:flex}.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}.home{font-family:Poppins,sans-serif;line-height:1.6;margin:0%}.token-section{display:flex;align-items:center;justify-content:space-between;padding:4rem 8%;gap:3rem;background:linear-gradient(135deg,#0d1117,#161b22);background:transparent}.pangolin-regular{font-family:Pangolin,cursive;font-weight:400;font-style:normal}.token-image img{width:100%;max-width:500px;border-radius:15px}.token-content h1{color:#fff;font-size:5rem;font-family:Courier New,Courier,monospace;margin:0}.token-content p{margin-bottom:1.5rem;max-width:500px;color:#fff;font-family:Courier New,Courier,monospace;font-size:1.5rem}.token-content button{background-color:#0199ab;color:#000;border:none;padding:.9rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s ease;margin-top:-40rem}.token-content button:hover{background-color:#fff}.about-section{text-align:center;padding:4rem 10%;background:linear-gradient(135deg,#0d1117,#161b22);border-top:1px solid #222}.about-section h2{color:#fff;font-size:3rem;margin-bottom:.5rem;font-family:Courier New,Courier,monospace}.about-section p{max-width:700px;margin:0 auto;color:#ccc;font-size:1.5rem;font-family:Courier New,Courier,monospace}.about-section H1{color:#fff;font-family:Courier New,Courier,monospace}.about-image .focus{width:100%;max-width:400px;margin:20px;border-radius:13px}.community-section{text-align:center;padding:4rem 10%;background:linear-gradient(135deg,#0d1117,#161b22)}.community-section h2{color:#fff;font-size:1.8rem;margin-bottom:1rem;font-family:Courier New,Courier,monospace}.community-section p{color:#cfcfcf;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.community-section .footer{font-family:Courier New,Courier,monospace}.community-buttons{display:flex;justify-content:center;gap:1rem}.community-buttons button{padding:.9rem 1.8rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.community-buttons .img-one,.community-buttons .img-two,.community-buttons .img-four{width:100px;height:100px;object-fit:contain;border-radius:8px}.community-buttons button:hover{opacity:.9}@media(max-width:768px){.token-section{flex-direction:column;text-align:center;padding:3rem 6%}.token-content p{margin-bottom:.5rem;max-width:fit-content;color:#fff;font-family:Courier New,Courier,monospace;font-size:1rem}.token-content h1{color:#fff;font-size:5rem;margin-bottom:0%;font-family:Courier New,Courier,monospace}.about-section p{max-width:700px;margin:0 auto;color:#ccc;font-size:1rem;font-family:Courier New,Courier,monospace}.about-section .about-image{margin-right:25px}.token-image img{max-width:300px;margin-bottom:1.5rem}.community-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10PX}}
