:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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:#646cff}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:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#0f0f23,#1a1a2e);color:#fff;min-height:100vh}.App{min-height:100vh;overflow-x:hidden}.navbar{background:#0f0f23f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 3rem;position:sticky;top:0;z-index:1000;width:100%}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.navbar-brand .logo{font-size:1.5rem;font-weight:700;background:linear-gradient(45deg,#00d4ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-menu a{color:#fff;text-decoration:none;transition:color .3s}.navbar-menu a:hover{color:#00d4ff}.logo-container{display:flex;align-items:center}.logo-img{height:45px;width:auto;max-width:150px;object-fit:contain;border-radius:8px}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#0f0f23fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;transition:right .3s ease;z-index:1000;box-shadow:-5px 0 20px #0000004d}.mobile-menu.open{right:0}.mobile-menu a{color:#fff;text-decoration:none;font-size:1.1rem;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s}.mobile-menu a:hover{color:#00d4ff}.mobile-menu .button{margin-top:1rem;width:100%;text-align:center}.menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999}@media(max-width:1024px){.mobile-menu-btn,.mobile-menu{display:flex}.menu-overlay{display:block}}.hero{text-align:center;padding:5rem 2rem;background:linear-gradient(135deg,#00d4ff1a,#ff00ff1a)}.hero h1{font-size:3.5rem;margin-bottom:1rem}.logo-wrapper{display:flex;align-items:center;height:60px;position:relative}.main-logo{height:50px;width:auto;max-width:200px;object-fit:contain}.logo-text-fallback{display:none;align-items:center;gap:10px}.logo-emoji{font-size:2rem}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(45deg,#00d4ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span{width:25px;height:3px;background:#fff;border-radius:2px;transition:.3s}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem}.hero-background-container{position:absolute;inset:0;z-index:-2}.hero-background-image{width:100%;height:100%;object-fit:cover;filter:brightness(.3) blur(2px)}.hero-background-gradient{display:none;position:absolute;inset:0;background:linear-gradient(135deg,#0f0f23f2,#1a1a2ee6,#00d4ff1a)}.hero-content{max-width:1200px;width:100%;z-index:1}.hero-main{display:flex;align-items:center;gap:4rem;margin-bottom:4rem}.hero-coin-image-container{flex:1;max-width:400px;display:flex;justify-content:center}.hero-coin-image{width:300px;height:300px;object-fit:contain;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-coin-placeholder{display:none;flex-direction:column;align-items:center;justify-content:center;background:#ffffff0d;border-radius:20px;padding:2rem;width:300px;height:300px;border:2px dashed rgba(0,212,255,.3)}.coin-emoji{font-size:100px;margin-bottom:1rem}.placeholder-text{text-align:center;color:#888}.placeholder-text code{background:#0000004d;padding:.5rem;border-radius:5px;font-size:.8rem;margin-top:.5rem;display:block}.hero-text{flex:1}.hero-title{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{background:linear-gradient(45deg,#00d4ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:block;margin-top:.5rem}.hero-subtitle{font-size:1.3rem;color:#ccc;margin-bottom:2.5rem;max-width:600px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.stat-card{background:#ffffff0d;border-radius:15px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:transform .3s,background .3s;border:1px solid transparent}.stat-card:hover{transform:translateY(-5px);background:#ffffff1a;border-color:#00d4ff4d}.stat-icon{font-size:2rem;background:#00d4ff1a;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.stat-content h3{font-size:1.8rem;color:#00d4ff;margin-bottom:.2rem}.stat-content p{color:#aaa;font-size:.9rem}.highlight{background:linear-gradient(45deg,#00d4ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{font-size:1.2rem;color:#ccc;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:3rem}.stat h3{font-size:2rem;color:#00d4ff}.features{padding:5rem 3rem;width:100%}.features-grid{max-width:1200px;margin:0 auto;padding:0 1rem}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff0d;border-radius:15px;padding:2rem;transition:transform .3s,background .3s}.feature-card:hover{transform:translateY(-5px);background:#ffffff1a}.card-icon{font-size:2.5rem;margin-bottom:1rem}.card-title{font-size:1.5rem;margin-bottom:1rem}.card-description{color:#ccc;line-height:1.6}.tokenomics{padding:5rem 2rem;background:#0000004d}.tax-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto 3rem}.tax-card{background:#ffffff0d;border-radius:15px;padding:2rem;border:1px solid rgba(0,212,255,.3)}.tax-card h3{color:#00d4ff;margin-bottom:1rem}.tax-card ul{list-style:none;margin-bottom:1rem}.tax-card li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.contract-info{text-align:center;max-width:600px;margin:0 auto}.contract-address{background:#00000080;padding:1rem;border-radius:10px;font-family:monospace;word-break:break-all;margin:1rem 0;display:block}.address-container{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#00000080;padding:1rem;border-radius:10px;margin:1rem 0}.address-container code{font-family:monospace;word-break:break-all;background:none;padding:0;margin:0}.copy-btn{background:linear-gradient(45deg,#00d4ff,#f0f);border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .3s}.copy-btn:hover{transform:scale(1.05)}.copy-btn.copied{background:#28a745}.roadmap{padding:5rem 3rem;width:100%}.roadmap-timeline{max-width:1200px;margin:0 auto;padding:0 1rem}.roadmap-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.phase-card{background:linear-gradient(135deg,#00d4ff1a,#ff00ff1a);border-radius:15px;padding:2rem}.phase-header{margin-bottom:1rem}.phase-number{font-size:1.2rem;font-weight:700;color:#00d4ff}.phase-items{list-style:none}.phase-items li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.buy-section{padding:5rem 2rem;background:#0000004d;text-align:center}.buy-options{display:flex;justify-content:center;gap:2rem;margin:3rem auto;max-width:800px;flex-wrap:wrap}.buy-card{background:#ffffff0d;border-radius:15px;padding:2rem;flex:1;min-width:300px}.buy-card p{margin-bottom:1.5rem}.buy-card .button{margin-top:1rem}.buy-card h3{margin-bottom:1rem;color:#00d4ff}.instructions{max-width:600px;margin:3rem auto 0;text-align:left;background:#ffffff0d;padding:2rem;border-radius:15px}.instructions h4{color:#00d4ff;margin-bottom:1rem}.instructions ol{margin-left:1.5rem}.instructions li{margin-bottom:.5rem}.community{padding:5rem 3rem;width:100%}.community-content{max-width:1000px;margin:0 auto;padding:0 1rem}.community-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.community-card{background:#ffffff0d;border-radius:15px;padding:2rem;text-align:center}.community-card h3{color:#00d4ff;margin-bottom:1rem}.community-card p{margin-bottom:1.5rem}.community-card .button{margin-top:1rem}.community-tips{background:linear-gradient(135deg,#00d4ff1a,#ff00ff1a);border-radius:15px;padding:2rem;max-width:1000px;margin:0 auto}.community-tips h4{color:#00d4ff;margin-bottom:1.5rem;font-size:1.3rem;text-align:center}.community-tips ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem 2rem}.community-tips li{padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 2rem;border-radius:50px;border:none;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s;text-align:center}.button-primary{background:linear-gradient(45deg,#00d4ff,#f0f);color:#fff}.button-secondary{background:transparent;border:2px solid #00d4ff;color:#00d4ff}.button-telegram{background:#08c;color:#fff}.button-twitter{background:#1da1f2;color:#fff}.button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.button-full{width:100%}.footer{background:#0f0f23f2;padding:3rem 2rem 1rem;margin-top:3rem}.footer-container{max-width:80vw;margin:0 auto}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem;background:linear-gradient(45deg,#00d4ff,#f0f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin:2rem 0}.link-group h4{color:#00d4ff;margin-bottom:1rem}.link-group a{display:block;color:#ccc;text-decoration:none;margin-bottom:.5rem;transition:color .3s}.link-group a:hover{color:#00d4ff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#888}@media(max-width:768px){.navbar{padding:1rem 1.5rem}.navbar-menu{display:none}.mobile-menu-btn{display:flex}.hero{padding:3rem 1.5rem;min-height:auto}.hero h1{font-size:2rem}.hero-content{text-align:center}.hero-image-container{margin-bottom:2rem}.hero-coin-image{width:200px;height:200px}.subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%}.hero-buttons .button{width:100%;max-width:280px}.hero-stats{flex-direction:column;gap:1.5rem;align-items:center}.stat{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-icon{margin-bottom:.5rem}.features{padding:3rem 1.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.feature-card{padding:1.5rem}.section-title h2{font-size:1.8rem}.section-title p{font-size:.95rem}.tokenomics{padding:3rem 1.5rem}.tax-breakdown{grid-template-columns:1fr;gap:1.5rem}.tax-card{padding:1.5rem}.contract-info{padding:0 .5rem}.address-container{flex-direction:column;gap:1rem;padding:1rem}.address-container code{font-size:.75rem;text-align:center}.roadmap{padding:3rem 1.5rem}.roadmap-timeline{grid-template-columns:1fr;gap:1.5rem;padding:0}.phase-card{padding:1.5rem}.buy-section{padding:3rem 1.5rem}.buy-options{flex-direction:column;gap:1.5rem}.buy-card{min-width:auto;width:100%}.instructions{padding:1.5rem;margin-top:2rem}.community{padding:3rem 1.5rem}.community-content{grid-template-columns:1fr;gap:1.5rem;padding:0}.community-card,.community-tips{padding:1.5rem}.community-tips ul{grid-template-columns:1fr}.footer{padding:2rem 1.5rem 1rem}.footer-links{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand h3{font-size:1.2rem}}@media(max-width:1024px){.navbar{padding:1rem 2rem}.navbar-menu{display:none}.mobile-menu-btn{display:flex}.hero-main{flex-direction:column;text-align:center;gap:3rem}.hero h1{font-size:2.5rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem}.features-grid,.roadmap-timeline{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.navbar{padding:.8rem 1rem}.logo-img{height:35px}.hero{padding:2rem 1rem}.hero h1{font-size:1.6rem;line-height:1.3}.hero-coin-image{width:150px;height:150px}.subtitle{font-size:.9rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.stat h3{font-size:1.5rem}.stat p{font-size:.85rem}.hero-title{font-size:1.5rem}.features,.tokenomics,.roadmap,.buy-section,.community{padding:2.5rem 1rem}.section-title h2{font-size:1.5rem}.section-title p{font-size:.9rem}.feature-card,.tax-card,.phase-card,.buy-card,.community-card{padding:1.2rem}.card-title{font-size:1.2rem}.card-description{font-size:.9rem}.tax-card h3{font-size:1.1rem}.address-container code{font-size:.65rem}.copy-btn{padding:.4rem .8rem;font-size:.8rem}.button{padding:.7rem 1.5rem;font-size:.9rem}.instructions ol{font-size:.9rem}.community-tips h4{font-size:1.1rem}.community-tips li{font-size:.9rem;padding:.6rem 0}.footer{padding:1.5rem 1rem 1rem}.footer-links{grid-template-columns:1fr;text-align:center}.footer-brand{text-align:center}.footer-brand h3{font-size:1.1rem;justify-content:center}.footer-bottom p{font-size:.8rem}}
