@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--background:#030a16;--background-light:#071228;--foreground:#f0f0f0;--foreground-muted:#8a9bb5;--accent-gold:#facc15;--accent-gold-dim:#facc1526;--accent-blue:#3b82f6;--accent-blue-dim:#3b82f61f;--panel-bg:#ffffff08;--panel-border:#ffffff14;--panel-border-hover:#ffffff26;--success:#22c55e}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}.glass-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--panel-border);border-radius:20px;box-shadow:0 8px 32px #00000040}.gradient-text{background:linear-gradient(135deg, var(--accent-gold) 0%, #ff9500 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.gradient-text-blue{background:linear-gradient(135deg, var(--accent-blue) 0%, #818cf8 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.container{max-width:1100px;margin:0 auto;padding:0 24px}.section{padding:100px 0;position:relative}.section-label{text-transform:uppercase;letter-spacing:3px;color:var(--accent-gold);background:var(--accent-gold-dim);border:1px solid #facc1533;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.2rem;padding:8px 16px;font-size:.85rem;font-weight:600;display:inline-flex}.section-title{margin-bottom:1.2rem;font-size:3rem;font-weight:800;line-height:1.15}.section-subtitle{color:var(--foreground-muted);max-width:600px;font-size:1.15rem;line-height:1.7}.btn-buy{background:linear-gradient(135deg, var(--accent-gold) 0%, #ff9500 100%);color:#000;letter-spacing:.5px;cursor:pointer;border:none;border-radius:12px;outline:none;align-items:center;gap:8px;padding:14px 28px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #facc1540}.btn-buy:hover{transform:translateY(-2px);box-shadow:0 6px 30px #facc1566}.btn-outline{color:var(--foreground);border:1px solid var(--panel-border);cursor:pointer;background:0 0;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-outline:hover{border-color:var(--panel-border-hover);background:#ffffff0d}.btn-copy{border:1px solid var(--panel-border);color:var(--foreground-muted);cursor:pointer;background:#ffffff0f;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-family:Outfit,sans-serif;font-size:.85rem;transition:all .2s;display:inline-flex}.btn-copy:hover{color:var(--foreground);background:#ffffff1a}.btn-copy.copied{color:var(--success);border-color:var(--success)}.navbar{z-index:1000;padding:0 24px;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--panel-border);background:#030a16d9}.navbar-inner{justify-content:space-between;align-items:center;max-width:1100px;height:70px;margin:0 auto;display:flex}.navbar-brand{color:var(--foreground);align-items:center;gap:10px;text-decoration:none;display:flex}.navbar-brand img{border-radius:50%;width:36px;height:36px}.navbar-brand span{letter-spacing:1px;font-size:1.1rem;font-weight:700}.navbar-links{align-items:center;gap:28px;display:flex}.navbar-links a{color:var(--foreground-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.navbar-links a:hover{color:var(--foreground)}.navbar-buy{padding:10px 20px!important;font-size:.9rem!important}.hero{align-items:center;min-height:100vh;padding-top:70px;display:flex;position:relative;overflow:hidden}.hero-bg-glow{filter:blur(120px);opacity:.15;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.hero-bg-glow-1{background:var(--accent-blue);top:-200px;right:-100px}.hero-bg-glow-2{background:var(--accent-gold);bottom:-200px;left:-100px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;display:grid}.hero-content{z-index:2}.hero-badge{background:var(--accent-blue-dim);color:var(--accent-blue);border:1px solid #3b82f633;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 16px;font-size:.85rem;font-weight:500;display:inline-flex}.hero-badge .pulse-dot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:900;line-height:1.05}.hero-subtitle{color:var(--foreground-muted);max-width:480px;margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.hero-stats{gap:2.5rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat-value{font-size:1.5rem;font-weight:800}.hero-stat-label{color:var(--foreground-muted);margin-top:2px;font-size:.85rem}.hero-visual{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.hero-logo-wrapper{justify-content:center;align-items:center;width:380px;height:380px;display:flex;position:relative}.hero-logo-ring{border:2px solid #facc151a;border-radius:50%;width:100%;height:100%;animation:30s linear infinite spin-slow;position:absolute}.hero-logo-ring:before{content:"";background:var(--accent-gold);width:8px;height:8px;box-shadow:0 0 12px var(--accent-gold);border-radius:50%;position:absolute;top:-4px;left:50%}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-logo-img{object-fit:contain;filter:drop-shadow(0 0 60px #3b82f64d);width:280px;height:280px;animation:6s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.contract-bar{background:var(--background-light);border:1px solid var(--panel-border);border-radius:12px;align-items:center;gap:12px;max-width:fit-content;margin-top:2rem;padding:12px 20px;display:flex}.contract-bar-label{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-size:.8rem;font-weight:600}.contract-bar-address{color:var(--accent-blue);word-break:break-all;font-family:Courier New,monospace;font-size:.85rem}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-text p{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-text strong{color:var(--foreground)}.about-cards{gap:1.5rem;display:grid}.about-card{align-items:flex-start;gap:1.2rem;padding:1.8rem;transition:border-color .3s;display:flex}.about-card:hover{border-color:var(--panel-border-hover)}.about-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.about-card-icon.gold{background:var(--accent-gold-dim);color:var(--accent-gold)}.about-card-icon.blue{background:var(--accent-blue-dim);color:var(--accent-blue)}.about-card h4{margin-bottom:4px;font-size:1.05rem;font-weight:700}.about-card p{color:var(--foreground-muted);font-size:.95rem;line-height:1.5}.tokenomics-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.token-card{text-align:center;padding:2.5rem 2rem;transition:all .35s cubic-bezier(.175,.885,.32,1.275)}.token-card:hover{border-color:var(--panel-border-hover);transform:translateY(-8px)}.token-card-icon{background:var(--accent-blue-dim);width:56px;height:56px;color:var(--accent-blue);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 1.2rem;display:flex}.token-card h3{margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.token-card p{color:var(--foreground-muted);font-size:.95rem;line-height:1.5}.steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem;display:grid}.step-card{text-align:center;padding:2rem 1.5rem;position:relative}.step-number{background:var(--accent-gold-dim);width:40px;height:40px;color:var(--accent-gold);border:1px solid #facc1540;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1rem;font-weight:800;display:flex}.step-card h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.step-card p{color:var(--foreground-muted);font-size:.9rem;line-height:1.5}.community-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.community-card{text-align:center;color:var(--foreground);flex-direction:column;align-items:center;gap:1rem;padding:2rem;text-decoration:none;transition:all .3s;display:flex}.community-card:hover{border-color:var(--panel-border-hover);transform:translateY(-4px)}.community-card-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.community-card-icon.twitter{color:#1da1f2;background:#1da1f21f}.community-card-icon.telegram{color:#08c;background:#0088cc1f}.community-card-icon.community{color:#22c55e;background:#22c55e1f}.community-card h4{font-size:1.05rem;font-weight:700}.community-card p{color:var(--foreground-muted);font-size:.9rem;line-height:1.5}.section-divider{background:linear-gradient(90deg, transparent, var(--panel-border), transparent);width:100%;height:1px;margin:0}.footer{text-align:center;background:#0000004d;padding:3rem 0 1.5rem}.footer-brand{justify-content:center;align-items:center;gap:10px;margin-bottom:.5rem;display:flex}.footer-brand img{border-radius:50%;width:32px;height:32px}.footer-brand span{letter-spacing:1px;font-size:1.2rem;font-weight:700}.footer-tagline{color:var(--foreground-muted);margin-bottom:2rem;font-size:.95rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-links a{color:var(--foreground-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--foreground)}.footer-disclaimer{color:#3a4a60;max-width:600px;margin:0 auto;font-size:.8rem;line-height:1.5}@media (width<=900px){.hero-grid{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin:0 auto 2rem}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{order:-1}.hero-logo-wrapper{width:260px;height:260px}.hero-logo-img{width:200px;height:200px}.hero-title{font-size:3rem}.contract-bar{text-align:center;flex-direction:column;margin:2rem auto 0}.about-grid,.tokenomics-cards{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr}.community-grid{grid-template-columns:1fr}.navbar-links a:not(.btn-buy){display:none}.section-title{font-size:2.2rem}}@media (width<=500px){.hero-title{font-size:2.4rem}.steps-grid{grid-template-columns:1fr}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#1a2a42;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-gold)}
