:root{--bg-color: #10111A;--surface-color: #1B1C27;--border-color: rgba(255, 255, 255, .1);--primary-color: #3672F8;--secondary-color: #A855F7;--text-primary: #F8F9FA;--text-secondary: #A0AEC0}*,*:before,*:after{box-sizing:border-box}@keyframes moveGrid{0%{background-position:0 0}to{background-position:-100px -100px}}body{margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-primary);background-image:linear-gradient(#10111af2,#10111af2),linear-gradient(to right,rgba(54,114,248,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(54,114,248,.1) 1px,transparent 1px);background-size:100% 100%,50px 50px,50px 50px;animation:moveGrid 4s linear infinite;background-attachment:fixed;overflow-x:hidden}.App{text-align:center;min-height:100vh;display:flex;flex-direction:column}.App-content{flex-grow:1}.TopHeader{padding:1rem 2.5rem;font-size:1.5rem;font-weight:700;color:var(--text-primary);text-align:left;background-color:#1e1e1e99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 5px 20px #0000004d,0 2px 10px #3672f833}.App-footer{background-color:transparent;color:var(--text-secondary);padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.Footer-content{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:900px;margin:0 auto}.Footer-section{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 2rem}.Footer-links{display:flex;flex-direction:row;gap:1rem}.Footer-section h3{color:var(--text-primary);font-weight:700;font-size:1.1rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.Footer-section p{margin:0}.Footer-section a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease,background-color .3s ease,transform .3s ease;display:flex;align-items:center;font-weight:500;padding:.5rem 1rem;border-radius:8px}.Footer-section a:hover{color:var(--text-primary);background-color:var(--primary-color)}.Footer-icon{width:24px;height:24px;margin-right:.8rem;transition:transform .3s ease}.Footer-section a:hover .Footer-icon{transform:scale(1.1)}@media (max-width: 768px){.TopHeader{padding:1rem 1.5rem;font-size:1.2rem}.App-content{padding-top:60px}.Footer-content{flex-direction:column;align-items:center;text-align:center}.Footer-section{margin-bottom:2rem;text-align:center}.Footer-links{flex-direction:column;gap:1.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes textReveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{box-shadow:inset 0 0 8px #0009,0 0 15px #a855f726}50%{box-shadow:inset 0 0 8px #0009,0 0 20px #a855f740}}.DemoPageContainer{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;box-sizing:border-box}.DemoCard{background-color:var(--surface-color);border-radius:16px;padding:3rem 3.5rem;width:800px;max-width:100%;box-shadow:0 20px 50px #000000b3,0 0 30px var(--primary-color-glow, rgba(54, 114, 248, .2));text-align:center;box-sizing:border-box;position:relative;overflow:hidden;animation:fadeIn .8s ease-out forwards;border:1px solid var(--border-color)}.DemoCard-content{position:relative;z-index:2;background-color:transparent;border-radius:15px;padding:3rem 3.5rem;margin:-3rem -3.5rem}.DemoCard-header{margin-bottom:3rem;animation:fadeIn 1s .2s ease-out backwards}.DemoCard-main-title{font-size:4rem;font-weight:800;letter-spacing:-2px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin:0 0 .5rem;animation:textReveal 1s .5s cubic-bezier(.77,0,.175,1) backwards}.DemoCard-subtitle{font-size:1.2rem;font-weight:300;color:var(--text-secondary);margin:0}.DemoCard-body{text-align:center}.FeaturesGrid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem;animation:fadeIn 1s .6s ease-out backwards}.FeatureCard{background-color:#0003;border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:background-color .3s ease,transform .3s ease}.FeatureCard:hover{background-color:#3672f80d;transform:translateY(-5px)}.FeatureCard-icon{color:var(--primary-color);width:48px;height:48px;margin:0 auto 1.5rem;display:flex;justify-content:center;align-items:center}.FeatureCard h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.FeatureCard p{font-size:.95rem;line-height:1.6;color:var(--text-secondary);margin:0}.Final-text{font-size:.9rem;color:var(--text-secondary);opacity:.8;animation:fadeIn 1s .8s ease-out backwards}.DemoCard-footer{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--border-color);animation:fadeIn 1s 1s ease-out backwards;display:flex;justify-content:center;align-items:center}.LaunchDate{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1.25rem;border-radius:20px;background-color:#3672f81a;border:1px solid rgba(54,114,248,.3);font-size:.9rem;color:var(--text-primary)}.ProjectStatus{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border-color);animation:fadeIn 1s 1s ease-out backwards}.ProjectStatus h2{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center}.ProgressGrid{display:grid;gap:1.5rem}.ProgressItem-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:var(--text-secondary)}.ProgressBar{width:100%;height:10px;background-color:#0000004d;border-radius:5px;overflow:hidden}.ProgressBar-inner{height:100%;border-radius:5px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transform-origin:left;animation:fillBar 1.5s 1.2s cubic-bezier(.77,0,.175,1) forwards}@keyframes fillBar{to{transform:scaleX(1)}}@media (max-width: 768px){.DemoCard{width:100%;padding:2rem 1.5rem}.DemoCard-content{padding:2rem 1.5rem;margin:-2rem -1.5rem}.DemoCard-main-title{font-size:2.5rem}.DemoCard-subtitle{font-size:1rem}.FeaturesGrid{grid-template-columns:1fr;gap:1.5rem}.ProjectStatus h2,.TechStack h2,.DonationSection h2{font-size:1.5rem}.DonationCard{padding:1.5rem}.WalletAddress{flex-direction:column;align-items:stretch;gap:1rem}.WalletAddress span{text-align:center}}.DonationSection{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--border-color);animation:fadeIn 1s 1.4s ease-out backwards;text-align:center}.DonationSection h2{font-size:1.8rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.SponsorButton{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;border-radius:8px;font-weight:700;color:#fff;background:linear-gradient(135deg,#db61a2,#f857a6);border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 0 25px #db61a266;text-decoration:none}.SponsorButton:hover{transform:scale(1.05);box-shadow:0 0 35px #db61a299}
