#app-loader{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#050505,#010101 65%);color:#e0e0e0;z-index:9999;transition:opacity .35s ease,visibility .35s ease}#app-loader.app-loader--hidden{opacity:0;visibility:hidden;pointer-events:none}#app-loader .loader-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}#app-loader .loader-ring{position:relative;width:64px;height:64px}#app-loader .loader-ring:before,#app-loader .loader-ring:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid transparent}#app-loader .loader-ring:before{border-top-color:#00ff9d;border-left-color:#00ff9d66;animation:loader-spin 1s linear infinite;filter:drop-shadow(0 0 6px rgba(0,255,157,.7))}#app-loader .loader-ring:after{border-bottom-color:#ffffff40;border-right-color:#ffffff1f;animation:loader-spin-reverse 1.4s linear infinite}#app-loader .loader-text{letter-spacing:.3em;text-transform:uppercase;font-size:1.24rem;color:#ffffffb3}#app-loader .loader-subtext{font-size:.9rem;color:#ffffff80}@keyframes loader-spin{to{transform:rotate(360deg)}}@keyframes loader-spin-reverse{to{transform:rotate(-360deg)}}@media (prefers-reduced-motion: reduce){#app-loader .loader-ring{animation-duration:1.6s}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-element{position:absolute;width:100%;height:100%;background:radial-gradient(circle at center,rgba(0,255,157,.1) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.hero-badge{margin-bottom:2rem}.hero-badge-content p{font-size:.875rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.2em}.hero-logo{margin:2rem 0}.hero-logo img{width:100%;max-width:360px;height:auto;border-radius:1rem}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:900;line-height:1.1;margin:2rem 0;text-transform:uppercase;letter-spacing:.05em}.hero-title-accent{color:#00ff9d}.hero-cta{margin:2rem 0}.hero-button{display:inline-block;padding:1rem 2rem;background:#00ff9d;color:#020202;font-weight:700;text-decoration:none;border-radius:.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}.hero-button:hover{background:#00cc7d;transform:translateY(-2px);box-shadow:0 8px 24px #00ff9d4d}.hero-description{font-size:1.125rem;line-height:1.6;color:#fffc;margin:2rem 0}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;list-style:none;padding:0;margin-top:3rem}.hero-stat{text-align:center}.hero-stat-value{font-size:2rem;font-weight:700;color:#00ff9d;margin-bottom:.5rem}.hero-stat-label{font-size:.875rem;color:#fff9;text-transform:uppercase;letter-spacing:.1em}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.scrolling-tags-section{padding:4rem 0;background:#00000080;overflow:hidden}.scrolling-tags-container{width:100%;overflow:hidden}.scrolling-tags-wrapper{display:flex;gap:2rem;animation:scroll 30s linear infinite;white-space:nowrap}.scrolling-tag{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:2rem;white-space:nowrap}.scrolling-tag-dot{width:8px;height:8px;border-radius:50%;background:#00ff9d;flex-shrink:0}.scrolling-tag span{margin:0;font-size:.875rem;color:#fffc}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.education-video-section{padding:6rem 0;background:#020202}.education-video-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.education-video-text{display:flex;flex-direction:column;gap:1.5rem}.education-video-text h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0}.education-video-text>p{font-size:1.125rem;line-height:1.6;color:#fffc}.education-video-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0;margin:0}.education-video-list li{font-size:1rem;color:#ffffffb3;padding-left:0}.education-video-list li:before{content:"• ";color:#00ff9d;font-weight:700}.education-video-tip{font-size:.875rem;color:#ffffff80;font-style:italic}.education-video-player{position:relative;aspect-ratio:16 / 9;background:#00000080;border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.video-play-button{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.play-button{padding:1rem 2rem;background:#00ff9d;color:#020202;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease}.play-button:hover{background:#00cc7d;transform:scale(1.05)}@media (max-width: 768px){.education-video-content{grid-template-columns:1fr}}.manifesto-section{padding:6rem 0;background:radial-gradient(circle at center,rgba(0,255,157,.05) 0%,transparent 70%)}.manifesto-section .container{max-width:900px;text-align:center}.manifesto-section h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:2rem 0}.manifesto-quote-container{position:relative;margin:3rem 0;padding:2rem}.manifesto-decoration{position:absolute;width:100px;height:100px;border:2px solid rgba(0,255,157,.2);border-radius:50%}.manifesto-decoration:nth-child(1){top:0;left:0}.manifesto-decoration:nth-child(2){top:0;right:0}.manifesto-decoration:nth-child(3){bottom:0;left:0}.manifesto-decoration:nth-child(4){bottom:0;right:0}.manifesto-quote{font-size:1.25rem;line-height:1.8;color:#ffffffe6;font-style:italic;margin:2rem 0;padding:0 2rem}.manifesto-quote-attribution{font-size:1rem;color:#00ff9d;font-weight:600;margin-top:1rem}.manifesto-description{font-size:1.125rem;line-height:1.6;color:#fffc;margin:2rem 0;text-align:left}.manifesto-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.technology-section{padding:6rem 0;background:#020202}.technology-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.technology-text h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem}.technology-text>p{font-size:1.125rem;line-height:1.6;color:#fffc;margin-bottom:1rem}.technology-steps{display:flex;flex-direction:column;gap:2rem;margin:2rem 0;list-style:none;padding:0}.technology-step{padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.step-content{display:flex;gap:1.5rem;align-items:start}.step-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#00ff9d;color:#020202;font-weight:700;font-size:1.5rem;border-radius:50%;flex-shrink:0}.step-text h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.step-text p{color:#ffffffb3;line-height:1.6}.technology-composability{margin-top:3rem;padding:2rem;background:#00ff9d0d;border:1px solid rgba(0,255,157,.2);border-radius:.5rem}.technology-composability h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.technology-composability p{color:#fffc;line-height:1.6}.proof-generator{background:#00000080;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem}.proof-generator-header{margin-bottom:2rem}.proof-status p{font-size:.875rem;color:#fff9;margin-bottom:1rem}.proof-animation{display:flex;gap:.5rem}.proof-dot{width:8px;height:8px;border-radius:50%;background:#00ff9d;animation:pulse-dot 1.5s ease-in-out infinite}.proof-dot:nth-child(2){animation-delay:.2s}.proof-dot:nth-child(3){animation-delay:.4s}.proof-steps{display:flex;flex-direction:column;gap:1rem}.proof-step{padding:1rem;background:#ffffff08;border-radius:.5rem;animation:fadeInUp .5s ease-out forwards;opacity:0}.proof-step-content{display:flex;justify-content:space-between;align-items:center}.proof-step-label{font-size:.875rem;color:#fff9;margin:0}.proof-step-status{font-size:.875rem;color:#00ff9d;margin:0}.proof-step-status-generating{font-size:.875rem;color:#ffffff80;margin:0}.proof-details{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.proof-detail{animation:fadeInUp .5s ease-out forwards;opacity:0}.proof-detail-content{display:flex;align-items:center;gap:.75rem}.proof-detail-dot{width:6px;height:6px;border-radius:50%;background:#00ff9d;flex-shrink:0}.proof-detail-content p{font-size:.875rem;color:#ffffffb3;margin:0}.proof-complete{margin-top:2rem;padding:1.5rem;background:#00ff9d1a;border:1px solid rgba(0,255,157,.3);border-radius:.5rem;text-align:center}.proof-complete p{font-size:1rem;font-weight:700;color:#00ff9d;margin-bottom:.5rem}@keyframes pulse-dot{0%,to{opacity:.3}50%{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.technology-content{grid-template-columns:1fr}}.advantages-section{padding:6rem 0;background:#00000080}.advantages-header{text-align:center;margin-bottom:4rem}.advantages-header h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}.advantages-header p{font-size:1.125rem;color:#fffc}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.advantage-card{padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;animation:fadeInUp .6s ease-out forwards;opacity:0}.advantage-icon{font-size:2.5rem;margin-bottom:1rem}.advantage-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.advantage-description{font-size:.875rem;color:#ffffffb3;line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tokenomics-section{padding:6rem 0;background:#020202}.tokenomics-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:1.5rem}.tokenomics-title-accent{color:#00ff9d}.tokenomics-description{font-size:1.125rem;text-align:center;color:#fffc;margin-bottom:.5rem}.tokenomics-subdescription{font-size:1rem;text-align:center;color:#fff9;margin-bottom:3rem}.tokenomics-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.tokenomics-card{padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;text-align:center}.tokenomics-card-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:#00ff9d1a;border-radius:50%;border:2px solid rgba(0,255,157,.3)}.tokenomics-card h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.tokenomics-card-value{font-size:2.5rem;font-weight:700;color:#00ff9d;margin-bottom:.5rem}.tokenomics-card-label{font-size:.875rem;color:#fff9;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.tokenomics-card-description{font-size:.875rem;color:#ffffffb3;line-height:1.6}.footer{padding:3rem 0;background:#00000080;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;text-align:center}.footer-version{font-size:.75rem;color:#fff6;margin-bottom:1rem}.footer-text{margin-bottom:1rem}.footer-text p{font-size:.875rem;color:#fff9;margin:0}.footer-divider{height:1px;background:#ffffff1a;margin-top:2rem}.app{width:100%;min-height:100vh;background:#020202;color:#e0e0e0}.app-content{width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.badge{display:inline-block;padding:.5rem 1rem;background:#00ff9d1a;border:1px solid rgba(0,255,157,.3);border-radius:.5rem;font-size:.875rem;font-weight:500;color:#00ff9d;text-transform:uppercase;letter-spacing:.05em}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e0e0e0;background-color:#020202;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth;width:100%;min-height:100%}body{margin:0;min-width:320px;min-height:100vh;width:100%;min-height:100%;background:#020202;background-color:#020202;color:#e0e0e0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::selection{background-color:#00ff9d;color:#020202}:host,w3m-modal{--appkit-modal-z-index: 1401 !important;--w3m-z-index: 1401 !important;--w3m-modal-z-index: 1401 !important}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}
