@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap";html,body{height:100%;scroll-behavior:smooth}#root{min-height:100vh;width:100%}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;max-width:100vw}body{font-family:Rajdhani,sans-serif;background:#000;color:#fff;overflow-x:hidden;max-width:100vw}.app{position:relative;min-height:100vh;overflow-x:hidden;max-width:100vw}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000000e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,215,0,.3)}.header-container{display:flex;align-items:center;justify-content:space-between;padding:.3rem .5rem 0rem .3rem;max-width:1400px;margin:0 auto}.header-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.header-logo img{width:40px;height:40px;border-radius:50%;border:2px solid #ffd700}.header-logo span{font-family:Orbitron,monospace;font-weight:700;font-size:1.2rem;color:gold}.desktop-nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.nav-link:hover:after{width:100%}.header-social{display:flex;gap:1rem}.header-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--social-color);border-radius:50%;color:var(--social-color);text-decoration:none;transition:all .3s ease}.header-social-link:hover{background:var(--social-color);color:#fff}.header-buy-btn{background:linear-gradient(45deg,gold,#ff6b35);border:none;padding:.75rem 1.5rem;color:#000;font-weight:700;border-radius:25px;cursor:pointer;font-family:Orbitron,monospace;transition:all .3s ease}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer}.mobile-nav{display:none;background:#000000f2;overflow:hidden;position:relative}.mobile-nav-content{padding:2rem}.mobile-nav-link{display:block;color:#fff;text-decoration:none;font-size:1.2rem;padding:1rem 0;border-bottom:1px solid rgba(255,215,0,.2)}.mobile-social{display:flex;gap:1rem;margin-top:2rem;justify-content:center}.mobile-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--social-color);border-radius:50%;color:var(--social-color);text-decoration:none}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem 2rem;position:relative;background:radial-gradient(ellipse at center,rgba(255,215,0,.1) 0%,transparent 70%)}.animated-bg{position:fixed;top:0;left:0;width:100%;height:120%;z-index:-2;background:linear-gradient(135deg,#000,#1a0033,#306,#1a0033,#000);animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%,to{background:linear-gradient(135deg,#000,#1a0033,#306,#1a0033,#000)}25%{background:linear-gradient(135deg,#1a0033,#306,#609,#306,#1a0033)}50%{background:linear-gradient(135deg,#306,#609,#90c,#609,#306)}75%{background:linear-gradient(135deg,#1a0033,#306,#609,#306,#1a0033)}}.floating-shapes{position:absolute;width:100%;height:100%;overflow:hidden}.shape{position:absolute;width:4px;height:4px;background:linear-gradient(45deg,gold,#ff6b35);border-radius:50%;opacity:.6;box-shadow:0 0 10px #ffd70080}.hero-container,.hero-content{max-width:1200px;width:100%;z-index:2}.logo-container{margin-bottom:2rem}.main-logo{width:120px;height:120px;border-radius:50%;border:4px solid #ffd700;box-shadow:0 0 30px #ffd70080;filter:drop-shadow(0 0 20px rgba(255,215,0,.3))}.main-title{font-family:Orbitron,monospace;font-size:clamp(2.5rem,8vw,5rem);font-weight:900;margin-bottom:1.5rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.gradient-text{background:linear-gradient(45deg,gold,#ff6b35,#ff1744,#e91e63);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 3s ease infinite}.beef-text{color:#ff1744;text-shadow:0 0 20px rgba(255,23,68,.5);animation:glow 2s ease-in-out infinite alternate}.vs-text{color:gold;text-shadow:0 0 20px rgba(255,215,0,.5)}@keyframes gradientFlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes glow{0%{text-shadow:0 0 20px rgba(255,23,68,.5)}to{text-shadow:0 0 30px rgba(255,23,68,.8),0 0 40px rgba(255,23,68,.6)}}.subtitle{font-size:clamp(1.1rem,3vw,1.4rem);color:#ccc;max-width:600px;margin:0 auto 3rem;line-height:1.6;font-weight:400}.cta-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.buy-button{background:linear-gradient(45deg,gold,#ff6b35);border:none;padding:1rem 3rem;font-size:1.3rem;font-weight:700;color:#000;border-radius:50px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-family:Orbitron,monospace;text-transform:uppercase;letter-spacing:1px;box-shadow:0 10px 30px #ffd7004d}.buy-button:hover{transform:translateY(-3px);box-shadow:0 20px 40px #ffd70066}.button-icon{animation:rocket 2s ease-in-out infinite}@keyframes rocket{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.stat-item{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.75rem 1.5rem;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,.3);color:gold;font-weight:600}.battle-images{display:flex;align-items:center;justify-content:center;gap:3rem;margin-top:4rem;flex-wrap:wrap}.battle-side{position:relative;width:200px;height:250px;border-radius:20px;overflow:hidden;cursor:pointer;transition:all .3s ease}.battle-side img{width:100%;height:100%;object-fit:cover}.side-label{position:absolute;bottom:0;left:0;right:0;padding:1rem;font-weight:700;font-size:1.1rem;text-align:center;font-family:Orbitron,monospace;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.trump-label{background:linear-gradient(to top,rgba(255,0,0,.9),transparent);color:#fff}.elon-label{background:linear-gradient(to top,rgba(0,100,255,.9),transparent);color:#fff}.vs-divider{display:flex;flex-direction:column;align-items:center;font-size:3rem;font-weight:900;color:gold;text-shadow:0 0 20px rgba(255,215,0,.5);font-family:Orbitron,monospace}.lightning-bolt{font-size:2rem;margin-top:.5rem;animation:lightning 1.5s ease-in-out infinite}@keyframes lightning{0%,to{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}50%{color:#fff;text-shadow:0 0 20px rgba(255,255,255,.8)}}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:Orbitron,monospace;font-size:clamp(2rem,5vw,3rem);background:linear-gradient(45deg,gold,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1rem}.title-icon{color:gold}.section-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:#ccc;max-width:600px;margin:0 auto}.about{padding:6rem 0;background:#ffffff05}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.about-story h3,.about-vision h3{font-family:Orbitron,monospace;color:gold;font-size:1.5rem;margin-bottom:1.5rem}.about-story p{color:#ccc;line-height:1.7;margin-bottom:1.5rem}.story-stats{display:flex;gap:2rem;margin-top:2rem}.story-stat{text-align:center}.story-stat h4{color:gold;font-size:1.5rem;margin-bottom:.5rem}.story-stat span{color:#888;font-size:.9rem}.vision-points{display:flex;flex-direction:column;gap:2rem}.vision-point{display:flex;gap:1.5rem;align-items:flex-start}.vision-number{background:linear-gradient(45deg,gold,#ff6b35);color:#000;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.vision-content h4{color:gold;margin-bottom:.5rem}.vision-content p{color:#ccc;line-height:1.6}.features-section{margin-top:4rem}.features-title{font-family:Orbitron,monospace;color:gold;font-size:2rem;text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#ffffff0d;border:1px solid rgba(255,215,0,.3);border-radius:20px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;cursor:pointer}.feature-card:hover{border-color:gold;box-shadow:0 20px 40px #ffd70033}.feature-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(45deg,gold,#ff6b35);border-radius:50%;margin:0 auto 1.5rem;color:#000}.feature-card h3{font-family:Orbitron,monospace;font-size:1.3rem;margin-bottom:1rem;color:gold}.feature-card p{color:#ccc;line-height:1.6}.team-section{margin-top:4rem;text-align:center}.team-title{font-family:Orbitron,monospace;color:gold;font-size:2rem;margin-bottom:2rem}.team-description p{color:#ccc;line-height:1.7;max-width:800px;margin:0 auto 2rem}.team-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.team-value{background:#ffffff0d;padding:1.5rem;border-radius:15px;border:1px solid rgba(255,215,0,.2)}.team-value h4{color:gold;margin-bottom:.5rem}.team-value p{color:#ccc;font-size:.9rem}.tokenomics{padding:6rem 0;background:#00000080}.tokenomics-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem}.chart-container{width:100%;max-width:900px}.chart-section{width:100%;display:flex;justify-content:center}.chart-details-section{width:100%;display:flex;flex-direction:column;justify-content:center}.pie-chart{position:relative;width:300px;height:300px}.pie-svg{width:100%;height:100%}.chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.chart-title{display:block;font-family:Orbitron,monospace;font-size:1.5rem;font-weight:700;color:gold}.chart-subtitle{font-size:1rem;color:#888}.tokenomics-details{display:flex;flex-direction:column;gap:1.5rem}.token-item{background:#ffffff0d;border-radius:15px;padding:1.5rem;border:1px solid rgba(255,215,0,.2);transition:all .3s ease;position:relative;overflow:hidden}.token-item:hover{border-color:gold}.token-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1rem}.token-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.token-header h4{color:gold;font-family:Orbitron,monospace}.token-percentage{color:#fff;font-weight:700;font-size:1.2rem}.token-description{color:#ccc;font-size:.9rem;margin-bottom:1rem}.token-bar{height:4px;border-radius:2px;margin-top:1rem}.token-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:4rem}.stat-card{background:#ffffff0d;border:1px solid rgba(255,215,0,.3);border-radius:20px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;overflow:hidden;word-wrap:break-word;min-height:120px;display:flex;flex-direction:column;justify-content:center}.stat-card:hover{border-color:gold;box-shadow:0 10px 30px #ffd70033}.stat-value{font-family:Orbitron,monospace;font-size:1.8rem;color:gold;margin-bottom:.5rem;line-height:1.2;word-break:break-word}.stat-suffix{font-size:.9rem;color:#888;display:block;margin-top:.2rem}.stat-label{color:#ccc;font-size:1rem}.feature-emoji{font-size:3rem;margin-bottom:1rem}.roadmap{padding:6rem 0;background:#ffffff05}.milestones{margin-bottom:4rem}.milestones-title{font-family:Orbitron,monospace;color:gold;font-size:1.5rem;text-align:center;margin-bottom:2rem}.milestones-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.milestone-card{background:#ffffff0d;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease;border:1px solid rgba(255,215,0,.2)}.milestone-card.achieved{border-color:#4caf50;background:#4caf501a}.milestone-card.pending{border-color:gold}.milestone-icon{margin-bottom:1rem}.milestone-card h4{color:gold;margin-bottom:.5rem}.milestone-count{color:#ccc;font-size:.9rem}.roadmap-timeline{position:relative;display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.roadmap-phase{display:grid;grid-template-columns:80px 1fr;gap:2rem;position:relative}.phase-line{position:absolute;left:40px;top:80px;bottom:-4rem;width:2px;background:linear-gradient(to bottom,#ffd700,transparent)}.roadmap-phase:last-child .phase-line{display:none}.phase-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.phase-content{background:#ffffff0d;border-radius:20px;padding:2rem;border:1px solid rgba(255,215,0,.2);transition:all .3s ease}.phase-content:hover{border-color:gold;box-shadow:0 10px 30px #ffd7001a}.phase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.phase-badge{padding:.5rem 1rem;border-radius:20px;color:#fff;font-weight:700;font-size:.9rem}.phase-period{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.9rem}.phase-title{font-family:Orbitron,monospace;color:gold;font-size:1.5rem;margin-bottom:1.5rem}.phase-items{list-style:none;margin-bottom:1.5rem}.phase-items li{display:flex;align-items:center;gap:.75rem;color:#ccc;margin-bottom:.75rem;font-size:.95rem}.phase-status{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;text-align:center}.status-completed{background:#4caf5033;color:#4caf50;border:1px solid #4caf50}.status-active{background:#ffd70033;color:gold;border:1px solid #ffd700}.status-upcoming{background:#8883;color:#888;border:1px solid #888}.roadmap-cta{text-align:center;background:#ffffff0d;padding:3rem;border-radius:20px;border:1px solid rgba(255,215,0,.2)}.roadmap-cta h3{font-family:Orbitron,monospace;color:gold;font-size:2rem;margin-bottom:1rem}.roadmap-cta p{color:#ccc;max-width:600px;margin:0 auto 2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:25px;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none;font-size:1rem}.cta-primary{background:linear-gradient(45deg,gold,#ff6b35);color:#000}.cta-secondary{background:transparent;color:gold;border:2px solid #ffd700}.btn-icon{animation:rocket 2s ease-in-out infinite}.gallery{padding:6rem 0;background:#00000080}.gallery-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:2px solid var(--category-color);background:transparent;color:var(--category-color);border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:600}.filter-btn:hover,.filter-btn.active{background:var(--category-color);color:#000}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.gallery-item{border-radius:20px;overflow:hidden;cursor:pointer;aspect-ratio:1;transition:all .3s ease}.gallery-image-container{position:relative;width:100%;height:100%}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.overlay-content h4{color:gold;font-family:Orbitron,monospace;margin-bottom:.5rem}.overlay-content p{color:#ccc;margin-bottom:1rem}.category-badge{padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600;text-transform:uppercase}.category-badge.trump{background:#ff1744;color:#fff}.category-badge.elon{background:#2196f3;color:#fff}.category-badge.battle{background:#9c27b0;color:#fff}.category-badge.meme{background:#4caf50;color:#fff}.gallery-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-bottom:3rem}.gallery-stats .stat-item{text-align:center}.gallery-stats .stat-item h3{font-family:Orbitron,monospace;color:gold;font-size:2rem;margin-bottom:.5rem}.gallery-stats .stat-item p{color:#ccc}.gallery-cta{text-align:center;background:#ffffff0d;padding:3rem;border-radius:20px;border:1px solid rgba(255,215,0,.2)}.gallery-cta h3{font-family:Orbitron,monospace;color:gold;font-size:1.8rem;margin-bottom:1rem}.gallery-cta p{color:#ccc;max-width:500px;margin:0 auto 2rem}.footer{background:#000000e6;border-top:1px solid rgba(255,215,0,.3);padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer-logo img{width:50px;height:50px;border-radius:50%}.footer-brand-text h3{font-family:Orbitron,monospace;color:gold;font-size:1.2rem;margin-bottom:.25rem}.footer-brand-text p{color:#888;font-size:.9rem}.footer-description{color:#ccc;line-height:1.6;margin-bottom:2rem}.footer-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{display:block;color:gold;font-weight:700;font-size:1.2rem}.stat-label{color:#888;font-size:.8rem}.footer-section h4{color:gold;font-family:Orbitron,monospace;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:gold}.footer-social-grid{display:flex;flex-direction:column;gap:1rem}.footer-social-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:10px;text-decoration:none;color:#ccc;transition:all .3s ease;border:1px solid transparent}.footer-social-card:hover{border-color:var(--social-color);color:var(--social-color)}.newsletter h5{color:gold;margin:2rem 0 1rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-input{flex:1;padding:.75rem;background:#ffffff1a;border:1px solid rgba(255,215,0,.3);border-radius:8px;color:#fff;font-size:.9rem}.newsletter-input::placeholder{color:#888}.newsletter-btn{padding:.75rem;background:linear-gradient(45deg,gold,#ff6b35);border:none;border-radius:8px;color:#000;cursor:pointer}.contract-address h5{color:gold;margin:2rem 0 1rem}.address-box{display:flex;gap:.5rem;background:#ffffff0d;padding:.75rem;border-radius:8px;border:1px solid rgba(255,215,0,.3)}.address-box code{flex:1;color:gold;font-size:.9rem}.copy-btn{background:transparent;border:1px solid #ffd700;color:gold;padding:.25rem .75rem;border-radius:4px;cursor:pointer;font-size:.8rem}.footer-bottom{border-top:1px solid rgba(255,215,0,.2);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:#888;font-size:.9rem}.disclaimer{color:#666}.footer-heart{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.9rem}.contact-address{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:1.5rem 0}.address-label{color:#ccc;font-size:.9rem;font-weight:500}.address-container{background:#ffffff0d;border:2px solid rgba(255,215,0,.3);border-radius:25px;padding:.75rem 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.address-container:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,gold,#ff6b35,#e91e63,#9c27b0,#00bcd4,gold);background-size:400% 400%;border-radius:25px;z-index:-1;animation:glow 3s ease-in-out infinite}.address-text{color:gold;font-family:Orbitron,monospace;font-weight:600;font-size:1rem;text-shadow:0 0 10px rgba(255,215,0,.5);animation:pulse 2s ease-in-out infinite}@keyframes glow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes pulse{0%,to{text-shadow:0 0 10px rgba(255,215,0,.5)}50%{text-shadow:0 0 20px rgba(255,215,0,.8),0 0 30px rgba(255,215,0,.6)}}.modern-chart{background:#ffffff0d;border:2px solid rgba(255,215,0,.2);border-radius:30px;padding:2rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 20px 60px #0000004d;max-width:500px;margin:0 auto;overflow:hidden}.chart-title-section{text-align:center;margin-bottom:2rem}.chart-main-title{font-family:Orbitron,monospace;font-size:2.5rem;color:gold;margin-bottom:.5rem;text-shadow:0 0 20px rgba(255,215,0,.5)}.chart-subtitle{color:#ccc;font-size:1.2rem;font-weight:500}.chart-bars-container{display:flex;justify-content:space-around;align-items:flex-end;gap:.5rem;margin:2rem 0;min-height:180px;max-height:200px;padding:0 .5rem;overflow:hidden}.chart-bar-item{display:flex;flex-direction:column-reverse;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;height:100%;justify-content:flex-start;max-width:70px}.chart-bar{width:45px;min-height:20px;max-height:140px;border-radius:25px 25px 8px 8px;position:relative;transition:all .3s ease;overflow:hidden}.chart-bar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,.3) 0%,transparent 100%);border-radius:inherit}.bar-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:30px;height:100%;opacity:.7;filter:blur(10px);border-radius:inherit}.bar-info{display:flex;flex-direction:column;align-items:center;gap:.3rem;min-width:70px;max-width:70px;text-align:center}.bar-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 3px 10px #0000004d}.bar-percentage{font-family:Orbitron,monospace;font-size:1rem;font-weight:700;color:gold}.bar-label{font-size:.75rem;color:#ccc;text-align:center;font-weight:500;line-height:1.2;word-wrap:break-word}.chart-legend{display:flex;flex-direction:column;gap:1rem;margin-top:0}.legend-item{display:flex;align-items:center;gap:1rem;background:#ffffff05;border:1px solid rgba(255,215,0,.1);border-radius:15px;padding:1rem;transition:all .3s ease}.legend-item:hover{border-color:#ffd7004d;transform:translateY(-2px)}.legend-color{width:20px;height:20px;border-radius:50%;flex-shrink:0;box-shadow:0 0 10px #fff3}.legend-text{display:flex;flex-direction:column;gap:.2rem}.legend-label{color:gold;font-weight:600;font-size:.9rem}.legend-desc{color:#aaa;font-size:.8rem}.details-header{margin-bottom:2rem}.details-title{font-family:Orbitron,monospace;font-size:2rem;color:gold;margin-bottom:.5rem;text-shadow:0 0 20px rgba(255,215,0,.5)}.details-subtitle{color:#ccc;font-size:1.1rem;font-weight:500}@media (max-width: 1024px){.about-content{grid-template-columns:1fr;gap:3rem}.tokenomics-content{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-main{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.desktop-nav,.header-social{display:none}.mobile-menu-toggle{display:block}.mobile-nav{display:block;left:.5rem;position:relative;margin:.5rem}.header-buy-btn{padding:.5rem 1rem;font-size:1rem;min-width:90px;max-width:120px;width:auto;margin-left:.5rem}.header-logo img{width:32px;height:32px;object-fit:cover;border-radius:50%;border:2px solid #ffd700}.header-logo{min-width:0;max-width:100px;overflow:visible}.hero{padding:4rem 1.5rem 2rem}.main-title{font-size:3rem;margin-bottom:1.5rem}.subtitle{font-size:1.1rem;max-width:90%;margin:0 auto 2rem}.battle-images{gap:2rem;margin-top:3rem;flex-direction:column;align-items:center}.battle-side{width:170px;height:210px}.trump-side{order:1}.vs-divider{order:2;font-size:2.5rem;margin:1.5rem 0}.elon-side{order:3}.hero-stats{flex-direction:row;justify-content:center;gap:2rem}.battle-side{width:150px;height:200px}.vs-divider{font-size:2rem}.hero-stats{flex-direction:column;align-items:center}.features-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;text-align:center}.footer-stats{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.story-stats{flex-direction:column;gap:1rem}.roadmap-phase{grid-template-columns:60px 1fr;gap:1rem}.phase-icon{width:60px;height:60px}.phase-line{left:30px}.contact-address{margin:1rem 0}.address-container{padding:.6rem 1.2rem}.address-text{font-size:.9rem}.tokenomics-content{grid-template-columns:1fr;gap:2rem}.chart-section{order:1}.chart-details-section{order:2}.modern-chart{max-width:100%;padding:1.5rem}.details-title,.chart-main-title{font-size:1.8rem}.chart-bars-container{flex-wrap:nowrap;justify-content:space-evenly;gap:.3rem;min-height:150px;max-height:160px;margin:1.5rem 0}.chart-bar{width:35px;max-height:110px}.chart-bar-item{max-width:50px}.bar-info{min-width:50px;max-width:50px}.bar-icon{width:24px;height:24px}.bar-percentage{font-size:.9rem}.bar-label{font-size:.65rem}.chart-main-title{font-size:1.8rem}.modern-chart{padding:1.5rem}.legend-item{padding:.8rem}.stat-card{min-height:100px;padding:1.5rem}.stat-value{font-size:1.5rem}}@media (max-width: 480px){.container{padding:0 1rem}.battle-images{flex-direction:column;gap:1.5rem;align-items:center}.battle-side{order:1;width:180px;height:220px}.trump-side{order:1}.vs-divider{order:2;margin:1rem 0;font-size:2rem}.elon-side{order:3}.buy-button{padding:.8rem 2rem;font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;justify-content:center}}@media (max-width: 640px){.hero{padding:5rem 1rem 1rem}.hero-content{max-width:100%;padding:0}.main-title{font-size:2.5rem;line-height:1.1;margin-bottom:1.5rem}.subtitle{font-size:1rem;margin-bottom:2rem}.contact-address{margin:1rem 0}.address-container{padding:.6rem 1.2rem}.address-text{font-size:.9rem}.hero-stats{flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap}.stat-item{font-size:.9rem}.battle-images{margin-top:2rem;gap:1.5rem}.battle-side{width:160px;height:200px}.vs-divider{font-size:2.5rem;margin:1rem 0}.lightning-bolt{font-size:1.5rem}}@media (max-width: 320px){.hero{padding:4rem .5rem 1rem}.main-title{font-size:2rem;line-height:1.1}.gradient-text,.beef-text,.vs-text{display:block;margin-bottom:.5rem}.subtitle{font-size:.9rem;line-height:1.4}.buy-button{padding:.7rem 1.5rem;font-size:1rem;gap:.3rem}.address-container{padding:.5rem 1rem}.address-text{font-size:.8rem}.battle-side{width:140px;height:180px}.vs-divider{font-size:2rem}.lightning-bolt{font-size:1.2rem}.hero-stats{flex-direction:column;gap:.8rem}.stat-item{font-size:.8rem}}.socials-section{padding:5rem 0 4rem;background:#000000b3;text-align:center}.socials-title{font-family:Orbitron,monospace;font-size:2.2rem;color:gold;margin-bottom:2rem;text-shadow:0 0 20px rgba(255,215,0,.3)}.socials-links{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.social-link{display:flex;flex-direction:column;align-items:center;gap:.7rem;background:#ffffff0a;border:1.5px solid rgba(255,215,0,.15);border-radius:18px;padding:1.2rem 1.5rem;text-decoration:none;color:gold;font-weight:700;font-size:1.1rem;box-shadow:0 4px 24px #ffd70014;transition:all .2s}.social-link:hover{background:#ffd70014;border-color:gold;color:#fff;transform:translateY(-4px) scale(1.05);box-shadow:0 8px 32px #ffd7002e}.social-logo{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 0 8px #ffd70044);background:#fff;border-radius:50%;padding:8px;margin-bottom:.2rem}@media (max-width: 600px){.socials-links{gap:1.2rem}.social-link{padding:.8rem 1rem;font-size:1rem}.social-logo{width:38px;height:38px;padding:5px}.socials-title{font-size:1.4rem}}
