@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&family=Inter:wght@300;400;500;600&display=swap";:root{--bg-primary:#050a18;--bg-secondary:#0a1128;--text-primary:#fff;--text-secondary:#a0aec0;--accent-gold:#f59e0b;--accent-blue:#3b82f6;--accent-cyan:#06b6d4;--glass-bg:#ffffff08;--glass-border:#ffffff14}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0;position:relative}.text-gradient{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-gold{background:linear-gradient(135deg, #fbbf24, var(--accent-gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:1rem;padding:2rem;transition:transform .3s,border-color .3s}.glass-card:hover{border-color:#3b82f64d;transform:translateY(-5px);box-shadow:0 10px 30px -10px #06b6d426}.btn{cursor:pointer;border:none;border-radius:.5rem;outline:none;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));color:#fff;box-shadow:0 4px 15px #06b6d44d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06b6d480}.btn-outline{border:1px solid var(--glass-border);color:#fff;background:0 0}.btn-outline:hover{border-color:var(--accent-gold);color:var(--accent-gold)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.animate-float{animation:6s ease-in-out infinite float}.glow-bg{z-index:-1;pointer-events:none;background:radial-gradient(circle,#06b6d426 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute}.glow-bg-gold{z-index:-1;pointer-events:none;background:radial-gradient(circle,#f59e0b1a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute}@media (width<=768px){.section{padding:4rem 0}}.reveal{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.navbar{z-index:1000;background:0 0;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);background:#050a18d9;border-bottom:1px solid #ffffff0d;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo-text{letter-spacing:2px;font-size:1.8rem;font-weight:800}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--accent-cyan)}.ml-4{margin-left:1rem}.ml-2{margin-left:.5rem}.mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.mobile-menu{display:none}@media (width<=992px){.nav-links{display:none}.mobile-toggle{display:block}.mobile-menu{background:var(--bg-secondary);border-bottom:1px solid var(--glass-border);flex-direction:column;gap:1.5rem;width:100%;padding:2rem;transition:transform .4s;display:flex;position:fixed;top:70px;left:0;transform:translateY(-150%)}.mobile-menu.open{transform:translateY(0)}.mobile-nav-link{color:#fff;text-align:center;font-size:1.2rem}.mobile-actions{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;overflow:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.badge{color:var(--accent-cyan);background:#06b6d41a;border:1px solid #06b6d433;border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--accent-cyan);width:8px;height:8px;box-shadow:0 0 10px var(--accent-cyan);border-radius:50%;animation:2s infinite pulse-glow}.hero-title{margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:90%;margin-bottom:2.5rem;font-size:1.1rem}.hero-actions{gap:1rem;margin-bottom:4rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1rem}.flex-center{justify-content:center;align-items:center;display:flex}.hero-stats{border-top:1px solid var(--glass-border);gap:2rem;padding-top:2rem;display:flex}.stat-item{align-items:center;gap:1rem;display:flex}.stat-icon{color:var(--accent-gold)}.stat-info h3{margin-bottom:.2rem;font-size:1rem}.stat-info p{color:var(--text-secondary);font-size:.8rem}.hero-visual{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.abstract-sphere{width:300px;height:300px;transform-style:preserve-3d;perspective:1000px;position:relative}.sphere-core{background:radial-gradient(circle, var(--accent-cyan), var(--accent-blue));border-radius:50%;width:100px;height:100px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 50px #06b6d4cc}.sphere-ring{transform-origin:50%;border:2px solid #f59e0b4d;border-radius:50%;position:absolute;top:50%;left:50%}.ring-1{border-left-color:var(--accent-gold);width:250px;height:250px;margin-top:-125px;margin-left:-125px;animation:10s linear infinite rotateX}.ring-2{border-top-color:var(--accent-cyan);width:350px;height:350px;margin-top:-175px;margin-left:-175px;animation:15s linear infinite rotateY}.ring-3{border-right-color:var(--accent-blue);width:450px;height:450px;margin-top:-225px;margin-left:-225px;animation:20s linear infinite rotateZ}@keyframes rotateX{to{transform:rotateX(360deg)}}@keyframes rotateY{to{transform:rotateY(360deg)}}@keyframes rotateZ{to{transform:rotate(360deg)rotateX(45deg)}}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-subtitle{margin:0 auto 2.5rem}.hero-actions{justify-content:center}.hero-stats{flex-wrap:wrap;justify-content:center}.badge{margin:0 auto 1.5rem}.hero-visual{height:350px}}@media (width<=576px){.hero-title{font-size:2.5rem}}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-desc{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.about-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.about-card{text-align:center;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex}.about-card.featured{background:linear-gradient(#ffffff0d,#f59e0b0d);border-color:#f59e0b4d;transform:translateY(-10px)}.about-card.featured:hover{transform:translateY(-15px);box-shadow:0 10px 30px -10px #f59e0b33}.icon-wrapper{background:#06b6d41a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;display:flex}.icon-wrapper.gold{background:#f59e0b1a}.card-icon{color:var(--accent-cyan)}.icon-wrapper.gold .card-icon{color:var(--accent-gold)}.about-card h3{margin-bottom:1rem;font-size:1.3rem}.about-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}@media (width<=992px){.about-grid{grid-template-columns:1fr}.about-card.featured{transform:translateY(0)}.about-card.featured:hover{transform:translateY(-5px)}}.steps-container{justify-content:space-between;margin-top:3rem;display:flex;position:relative}.step-card{text-align:center;flex:1;padding:0 1.5rem;position:relative}.step-icon-wrapper{background:var(--bg-secondary);z-index:2;border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 2rem;display:flex;position:relative;box-shadow:0 0 20px #00000080}.step-icon-wrapper.cyan{border-color:var(--accent-cyan);color:var(--accent-cyan);box-shadow:0 0 20px #06b6d433}.step-icon-wrapper.blue{border-color:var(--accent-blue);color:var(--accent-blue);box-shadow:0 0 20px #3b82f633}.step-icon-wrapper.gold{border-color:var(--accent-gold);color:var(--accent-gold);box-shadow:0 0 20px #f59e0b33}.step-number{background:var(--text-primary);width:30px;height:30px;color:var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;display:flex;position:absolute;top:-10px;right:-10px}.step-card h3{margin-bottom:1rem;font-size:1.4rem}.step-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.step-connector{z-index:1;background:linear-gradient(90deg,#ffffff1a 0%,#ffffff4d 50%,#ffffff1a 100%);width:100%;height:2px;position:absolute;top:45px;right:-50%}@media (width<=768px){.steps-container{flex-direction:column;gap:4rem}.step-connector{display:none}}.tokenomics-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.token-badge{color:var(--accent-gold);background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:2rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-weight:600;display:inline-block}.token-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.token-features{flex-direction:column;gap:1.5rem;display:flex}.feature{align-items:center;gap:1rem;display:flex}.feature-icon{color:var(--accent-cyan);background:#06b6d41a;border-radius:12px;width:45px;height:45px;padding:10px}.feature h4{margin-bottom:.2rem;font-size:1.1rem}.feature p{color:var(--text-secondary);font-size:.9rem}.chart-card{background:linear-gradient(145deg,#ffffff08,#0003);padding:3rem}.chart-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.chart-header h3{font-size:1.5rem}.distribution-list{flex-direction:column;gap:1.5rem;display:flex}.dist-item{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:.5rem;display:grid}.dist-label{align-items:center;gap:.5rem;font-size:.95rem;display:flex}.color-dot{border-radius:50%;width:12px;height:12px}.dist-value{font-family:Outfit,sans-serif;font-weight:700}.dist-bar-bg{background:#ffffff1a;border-radius:3px;grid-column:1/-1;height:6px;overflow:hidden}.dist-bar-fill{border-radius:3px;height:100%;transition:width 1s ease-in-out}@media (width<=992px){.tokenomics-layout{grid-template-columns:1fr}}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:var(--glass-border);width:2px;height:100%;position:absolute;top:0;left:50px}.timeline-item{margin-bottom:3rem;padding-left:120px;position:relative}.timeline-marker{background:var(--bg-primary);border:2px solid var(--glass-border);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;display:flex;position:absolute;top:0;left:25px}.marker-icon{color:var(--text-secondary)}.timeline-item.active .timeline-marker{border-color:var(--accent-gold);background:#f59e0b1a;box-shadow:0 0 15px #f59e0b66}.timeline-item.active .marker-icon{color:var(--accent-gold)}.timeline-content{padding:2rem}.quarter-badge{color:var(--text-secondary);background:#ffffff1a;border-radius:20px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.timeline-item.active .quarter-badge{color:var(--accent-gold);background:#f59e0b33}.timeline-content h3{margin-bottom:1rem;font-size:1.4rem}.timeline-content ul{flex-direction:column;gap:.8rem;display:flex}.timeline-content li{color:var(--text-secondary);padding-left:1.5rem;font-size:.95rem;position:relative}.timeline-content li:before{content:"•";color:var(--accent-cyan);font-weight:700;position:absolute;left:0}@media (width<=768px){.timeline:before{left:20px}.timeline-marker{left:-5px}.timeline-item{padding-left:70px}.timeline-content{padding:1.5rem}}.security-card{background:linear-gradient(135deg,#06b6d40d 0%,#ffffff05 100%);border-color:#06b6d433;grid-template-columns:3fr 2fr;align-items:center;gap:4rem;padding:4rem;display:grid}.security-content .section-title{text-align:left;margin-bottom:1.5rem}.security-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.security-features{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.security-features li{align-items:center;gap:.8rem;font-size:1.05rem;display:flex}.security-features .icon{color:#10b981}.audit-actions{align-items:center;gap:2rem;display:flex}.audit-status{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.status-icon{color:var(--accent-gold)}.security-visual{justify-content:center;align-items:center;display:flex}.shield-wrapper{display:inline-block;position:relative}.shield-icon{color:#ffffffe6;z-index:2;filter:drop-shadow(0 0 20px #06b6d480);position:relative}.shield-glow{background:var(--accent-cyan);filter:blur(50px);opacity:.3;z-index:1;border-radius:50%;width:150px;height:150px;animation:3s infinite pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=992px){.security-card{text-align:center;grid-template-columns:1fr;padding:2rem}.security-content .section-title{text-align:center}.security-features li{justify-content:center}.audit-actions{flex-direction:column;justify-content:center;gap:1.5rem}}.footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding-top:4rem}.footer-container{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-brand .logo-text{margin-bottom:1rem;font-size:2rem;display:inline-block}.footer-tagline{color:var(--text-secondary);max-width:300px;margin-bottom:2rem}.social-links{gap:1rem;display:flex}.social-icon{width:40px;height:40px;color:var(--text-primary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon:hover{background:var(--accent-cyan);transform:translateY(-3px);box-shadow:0 5px 15px #06b6d466}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.link-group h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem}.link-group a{color:var(--text-secondary);margin-bottom:.8rem;transition:color .3s;display:block}.link-group a:hover{color:var(--accent-gold)}.footer-bottom{border-top:1px solid var(--glass-border);text-align:center;color:var(--text-secondary);padding:1.5rem 0;font-size:.9rem}@media (width<=768px){.footer-container{text-align:center;grid-template-columns:1fr}.footer-tagline{margin:0 auto 2rem}.social-links{justify-content:center}.footer-links{text-align:center;grid-template-columns:1fr}}.testnet-page{background:var(--bg-color);min-height:100vh;padding-top:120px;padding-bottom:80px;position:relative}.testnet-container{flex-direction:column;align-items:center;display:flex}.testnet-header{text-align:center;max-width:800px;margin-bottom:50px}.testnet-badge{border:1px solid var(--accent-color);color:var(--accent-color);text-transform:uppercase;letter-spacing:1px;background:#06b6d41a;border-radius:20px;margin-bottom:20px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-block}.testnet-console{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab3;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:900px;margin-bottom:60px;overflow:hidden;box-shadow:0 20px 50px #00000080,inset 0 1px #ffffff1a}.console-header{background:#1e293bcc;border-bottom:1px solid #ffffff0d;align-items:center;padding:12px 20px;display:flex}.console-dots{gap:8px;margin-right:20px;display:flex}.console-dots span{background:#475569;border-radius:50%;width:12px;height:12px}.console-dots span:first-child{background:#ef4444}.console-dots span:nth-child(2){background:#f59e0b}.console-dots span:nth-child(3){background:#10b981}.console-title{color:#94a3b8;font-family:monospace;font-size:.9rem}.console-body{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:60px 40px;display:flex}.demo-step{flex-direction:column;align-items:center;animation:.5s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.demo-step h3{color:var(--text-color);margin-bottom:15px;font-size:1.8rem}.demo-step p{color:var(--text-muted);max-width:500px;margin-bottom:30px}.upload-box{cursor:pointer;background:#06b6d40d;border:2px dashed #06b6d480;border-radius:12px;padding:50px;transition:all .3s}.upload-box:hover{border-color:var(--accent-color);background:#06b6d41a;transform:scale(1.02)}.upload-icon{color:var(--accent-color);margin-bottom:20px}.spinning-icon{color:var(--accent-color);margin-bottom:20px;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-bar-container{background:#ffffff1a;border-radius:4px;width:100%;max-width:400px;height:8px;overflow:hidden}.progress-bar{background:var(--accent-color);width:0%;height:100%}.progress-bar.filling{animation:3s forwards fillBar}@keyframes fillBar{0%{width:0%}20%{width:30%}50%{width:55%}80%{width:85%}to{width:100%}}.nodes-grid{grid-template-columns:repeat(5,1fr);gap:20px;width:100%;margin-bottom:30px;display:grid}.node-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;align-items:center;padding:20px 10px;transition:all .3s;display:flex}.node-card.validating{border-color:#06b6d480;box-shadow:0 0 15px #06b6d433}.node-card.verified{background:#10b9811a;border-color:#10b981;box-shadow:0 0 15px #10b9814d}.node-card h4{margin:10px 0 5px;font-size:1rem}.node-card span{color:var(--text-muted);font-size:.8rem}.text-green{color:#10b981}.text-cyan{color:var(--accent-color)}.text-gold{color:#f59e0b}.status-text{font-size:1.2rem;font-weight:700;animation:1.5s infinite pulseText}@keyframes pulseText{0%{opacity:.7}50%{opacity:1;text-shadow:0 0 10px var(--accent-color)}to{opacity:.7}}.reward-glow{background:radial-gradient(circle,#f59e0b66 0%,#0000 70%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:20px;display:flex}.reward-icon{color:#f59e0b}.bounce{animation:.8s cubic-bezier(.175,.885,.32,1.275) bounceIn}@keyframes bounceIn{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.reward-box{background:#00000080;border:1px solid #f59e0b4d;border-radius:12px;gap:20px;padding:20px 40px;display:flex}.reward-item{flex-direction:column;display:flex}.reward-item span{color:var(--text-muted);text-transform:uppercase;margin-bottom:5px;font-size:.8rem}.reward-item strong{font-size:1.5rem}.testnet-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;width:100%;max-width:900px;display:grid}.feature{text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:30px}.feature-icon{color:var(--accent-color);width:40px;height:40px;margin-bottom:15px}.feature h4{color:var(--text-color);margin-bottom:10px;font-size:1.2rem}.feature p{color:var(--text-muted);font-size:.95rem;line-height:1.5}@media (width<=768px){.testnet-page{padding-top:100px;padding-bottom:50px}.testnet-console{width:calc(100% - 30px);margin:0 15px 40px}.console-body{min-height:300px;padding:30px 20px}.upload-box{padding:30px 15px}.demo-step h3{font-size:1.4rem}.nodes-grid{grid-template-columns:repeat(2,1fr);gap:15px}.reward-box{flex-direction:column;align-items:center;padding:15px 20px}.testnet-features{padding:0 15px}}@media (width<=480px){.nodes-grid{grid-template-columns:repeat(2,1fr)}.node-card{padding:15px 5px}.node-card h4{font-size:.9rem}.node-card span{font-size:.75rem}}.legal-page{background:radial-gradient(circle at top,#10182e66 0%,#0000 70%);min-height:100vh;padding:120px 0 80px}.legal-header{text-align:center;margin-bottom:60px}.legal-title{margin-bottom:1rem;font-size:3rem}.legal-updated{color:var(--text-muted,#94a3b8);font-size:1rem}.legal-content{max-width:800px;margin:0 auto}.legal-card{text-align:left;padding:40px}.legal-card h2{color:#fff;border-bottom:1px solid #ffffff1a;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.legal-card h3{color:#e2e8f0;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem}.legal-card p{color:var(--text-muted,#94a3b8);margin-bottom:1.25rem;line-height:1.7}.legal-card ul{color:var(--text-muted,#94a3b8);margin-bottom:1.25rem;padding-left:1.5rem;line-height:1.7}.legal-card li{margin-bottom:.5rem}@media (width<=768px){.legal-page{padding:100px 0 60px}.legal-title{font-size:2.2rem}.legal-card{padding:24px}}
