:root[data-theme=light]{--primary-color: #6366f1;--secondary-color: #8b5cf6;--accent-color: #ec4899;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #1e293b;--text-secondary: #475569;--text-tertiary: #64748b;--border-color: #e2e8f0;--border-hover: #cbd5e1;--card-bg: #ffffff;--card-shadow: rgba(0, 0, 0, .05);--navbar-bg: rgba(255, 255, 255, .8);--button-bg: #f8fafc;--button-hover-bg: #f1f5f9;--icon-bg: #f1f5f9;--section-bg: #ffffff;--section-alt-bg: #f8fafc;--footer-bg: #f8fafc;--gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);--gradient-orb-1: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--gradient-orb-2: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);--gradient-orb-3: linear-gradient(135deg, #ec4899 0%, #6366f1 100%)}:root[data-theme=dark]{--primary-color: #818cf8;--secondary-color: #a78bfa;--accent-color: #f472b6;--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--border-color: #334155;--border-hover: #475569;--card-bg: #1e293b;--card-shadow: rgba(0, 0, 0, .3);--navbar-bg: rgba(15, 23, 42, .8);--button-bg: #1e293b;--button-hover-bg: #334155;--icon-bg: #334155;--section-bg: #0f172a;--section-alt-bg: #1e293b;--footer-bg: #1e293b;--gradient-primary: linear-gradient(135deg, #818cf8 0%, #a78bfa 50%, #f472b6 100%);--gradient-orb-1: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);--gradient-orb-2: linear-gradient(135deg, #a78bfa 0%, #f472b6 100%);--gradient-orb-3: linear-gradient(135deg, #f472b6 0%, #818cf8 100%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-weight:400}body{min-height:100vh;color:var(--text-primary);background:var(--bg-primary);transition:color .3s ease,background-color .3s ease;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}::selection{background:var(--primary-color);color:#fff}::-moz-selection{background:var(--primary-color);color:#fff}.bg-pattern-grid{position:relative}.bg-pattern-grid:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--pattern-color, rgba(99, 102, 241, .03)) 1px,transparent 1px),linear-gradient(90deg,var(--pattern-color, rgba(99, 102, 241, .03)) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:0}.bg-pattern-dots{position:relative}.bg-pattern-dots:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,var(--pattern-color, rgba(99, 102, 241, .05)) 1px,transparent 1px);background-size:30px 30px;pointer-events:none;z-index:0}.bg-pattern-diagonal{position:relative}.bg-pattern-diagonal:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,var(--pattern-color, rgba(99, 102, 241, .02)) 10px,var(--pattern-color, rgba(99, 102, 241, .02)) 20px);pointer-events:none;z-index:0}.bg-pattern-circuit{position:relative}.bg-pattern-circuit:before{content:"";position:absolute;inset:0;background-image:linear-gradient(0deg,transparent 24%,var(--pattern-color, rgba(99, 102, 241, .03)) 25%,var(--pattern-color, rgba(99, 102, 241, .03)) 26%,transparent 27%,transparent 74%,var(--pattern-color, rgba(99, 102, 241, .03)) 75%,var(--pattern-color, rgba(99, 102, 241, .03)) 76%,transparent 77%,transparent),linear-gradient(90deg,transparent 24%,var(--pattern-color, rgba(99, 102, 241, .03)) 25%,var(--pattern-color, rgba(99, 102, 241, .03)) 26%,transparent 27%,transparent 74%,var(--pattern-color, rgba(99, 102, 241, .03)) 75%,var(--pattern-color, rgba(99, 102, 241, .03)) 76%,transparent 77%,transparent);background-size:60px 60px;pointer-events:none;z-index:0}.bg-pattern-wave{position:relative}.bg-pattern-wave:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,var(--pattern-color, rgba(99, 102, 241, .02)) 2px,var(--pattern-color, rgba(99, 102, 241, .02)) 4px),repeating-linear-gradient(90deg,transparent,transparent 2px,var(--pattern-color, rgba(99, 102, 241, .02)) 2px,var(--pattern-color, rgba(99, 102, 241, .02)) 4px);background-size:40px 40px;pointer-events:none;z-index:0}.bg-pattern-grid>*,.bg-pattern-dots>*,.bg-pattern-diagonal>*,.bg-pattern-circuit>*,.bg-pattern-wave>*{position:relative;z-index:1}:root[data-theme=light]{--pattern-color: rgba(99, 102, 241, .12);--pattern-color-alt: rgba(139, 92, 246, .1);--pattern-color-strong: rgba(99, 102, 241, .08)}:root[data-theme=dark]{--pattern-color: rgba(129, 140, 248, .15);--pattern-color-alt: rgba(167, 139, 250, .12);--pattern-color-strong: rgba(129, 140, 248, .1)}.hero-section{position:relative}.hero-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,var(--pattern-color-alt, rgba(139, 92, 246, .12)) 0%,transparent 60%),radial-gradient(circle at 80% 80%,var(--pattern-color-alt, rgba(139, 92, 246, .12)) 0%,transparent 60%),linear-gradient(var(--pattern-color-strong, rgba(99, 102, 241, .08)) 2px,transparent 2px),linear-gradient(90deg,var(--pattern-color-strong, rgba(99, 102, 241, .08)) 2px,transparent 2px);background-size:800px 800px,600px 600px,120px 120px,120px 120px;pointer-events:none;z-index:0;opacity:.8}.core-position-section,.statistics-section,.tech-features-section,.features-section,.token-section,.roadmap-section,.foundation-section,.community-section,.decorative-image-section{position:relative}.core-position-section:before,.statistics-section:before,.tech-features-section:before,.features-section:before,.token-section:before,.roadmap-section:before,.foundation-section:before,.community-section:before,.decorative-image-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,var(--pattern-color, rgba(99, 102, 241, .12)) 2px,transparent 2px),repeating-linear-gradient(45deg,transparent,transparent 20px,var(--pattern-color-alt, rgba(139, 92, 246, .04)) 20px,var(--pattern-color-alt, rgba(139, 92, 246, .04)) 40px),linear-gradient(var(--pattern-color-strong, rgba(99, 102, 241, .06)) 1px,transparent 1px),linear-gradient(90deg,var(--pattern-color-strong, rgba(99, 102, 241, .06)) 1px,transparent 1px);background-size:80px 80px,60px 60px,100px 100px,100px 100px;background-position:0 0,0 0,0 0,0 0;pointer-events:none;z-index:0;opacity:.7}.hero-section>*,.core-position-section>*,.statistics-section>*,.tech-features-section>*,.features-section>*,.token-section>*,.roadmap-section>*,.foundation-section>*,.community-section>*,.decorative-image-section>*{position:relative;z-index:1}#app{width:100%;min-height:100vh;margin:0;padding:0;background:var(--bg-primary);position:relative}#app:before{content:"";position:fixed;inset:0;background-image:linear-gradient(var(--pattern-color-strong, rgba(99, 102, 241, .08)) 2px,transparent 2px),linear-gradient(90deg,var(--pattern-color-strong, rgba(99, 102, 241, .08)) 2px,transparent 2px),radial-gradient(circle,var(--pattern-color-alt, rgba(139, 92, 246, .1)) 2px,transparent 2px);background-size:100px 100px,100px 100px,60px 60px;background-position:0 0,0 0,20px 20px;pointer-events:none;z-index:0;opacity:.75;transition:opacity .3s ease}#app>*{position:relative;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}@media(max-width:768px){.container{padding:0 1rem}}:root{--vi-primary: var(--primary-color, #6366f1);--vi-secondary: var(--secondary-color, #8b5cf6);--vi-accent: var(--accent-color, #ec4899);--vi-neutral-50: #f8fafc;--vi-neutral-100: #f1f5f9;--vi-neutral-200: #e2e8f0;--vi-neutral-300: #cbd5e1;--vi-neutral-400: #94a3b8;--vi-neutral-500: #64748b;--vi-neutral-600: #475569;--vi-neutral-700: #334155;--vi-neutral-800: #1e293b;--vi-neutral-900: #0f172a;--vi-success: #10b981;--vi-warning: #f59e0b;--vi-error: #ef4444;--vi-info: #3b82f6;--vi-gradient-primary: linear-gradient(135deg, var(--vi-primary) 0%, var(--vi-secondary) 50%, var(--vi-accent) 100%);--vi-gradient-secondary: linear-gradient(135deg, var(--vi-secondary) 0%, var(--vi-accent) 100%);--vi-gradient-accent: linear-gradient(135deg, var(--vi-accent) 0%, var(--vi-primary) 100%);--vi-extracted-0: var(--vi-primary);--vi-extracted-1: var(--vi-secondary);--vi-extracted-2: var(--vi-accent);--vi-extracted-3: var(--vi-neutral-500);--vi-extracted-4: var(--vi-neutral-600);--vi-extracted-5: var(--vi-neutral-700);--vi-extracted-6: var(--vi-neutral-800);--vi-extracted-7: var(--vi-neutral-900);--vi-extracted-8: var(--vi-success);--vi-extracted-9: var(--vi-info)}:root[data-theme=light],:root[data-theme=dark]{--primary-color: var(--vi-primary);--secondary-color: var(--vi-secondary);--accent-color: var(--vi-accent);--gradient-primary: var(--vi-gradient-primary);--gradient-secondary: var(--vi-gradient-secondary);--gradient-accent: var(--vi-gradient-accent)}.hero-section[data-v-08ff57d8]{position:relative;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:4rem 2rem;overflow:hidden;scroll-margin-top:4.5rem;background:var(--section-bg);transition:background .3s ease}.hero-content[data-v-08ff57d8]{position:relative;z-index:1;max-width:900px;text-align:center}.hero-title[data-v-08ff57d8]{font-size:clamp(2.5rem,8vw,5rem);font-weight:800;margin-bottom:1.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-subtitle[data-v-08ff57d8]{font-size:clamp(1.2rem,3vw,2rem);color:var(--text-secondary);margin-bottom:1.5rem;font-weight:600}.hero-illustration[data-v-08ff57d8]{margin-bottom:2.5rem}.hero-illustration img[data-v-08ff57d8]{width:min(100%,620px);border-radius:24px;border:1px solid var(--border-color);box-shadow:0 25px 60px var(--card-shadow);transition:border-color .3s ease,box-shadow .3s ease}.hero-description[data-v-08ff57d8]{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-tertiary);margin-bottom:3rem;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}.hero-actions[data-v-08ff57d8]{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn[data-v-08ff57d8]{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary[data-v-08ff57d8]{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 15px #0003}.btn-primary[data-v-08ff57d8]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-secondary[data-v-08ff57d8]{background:transparent;color:var(--text-primary);border:2px solid var(--border-color);text-decoration:none;display:inline-block}.btn-secondary[data-v-08ff57d8]:hover{background:var(--button-hover-bg);border-color:var(--primary-color)}.hero-background[data-v-08ff57d8]{position:absolute;inset:0;z-index:0;overflow:hidden}.gradient-orb[data-v-08ff57d8]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float-08ff57d8 20s infinite ease-in-out}.orb-1[data-v-08ff57d8]{width:500px;height:500px;background:var(--gradient-orb-1);top:-200px;left:-200px;animation-delay:0s}.orb-2[data-v-08ff57d8]{width:400px;height:400px;background:var(--gradient-orb-2);bottom:-150px;right:-150px;animation-delay:5s}.orb-3[data-v-08ff57d8]{width:300px;height:300px;background:var(--gradient-orb-3);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float-08ff57d8{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}@media(max-width:768px){.hero-section[data-v-08ff57d8]{padding:4rem 1rem 3rem}.hero-actions[data-v-08ff57d8]{flex-direction:column;align-items:stretch}.btn[data-v-08ff57d8]{width:100%}}.dialog-overlay[data-v-08ff57d8]{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-content[data-v-08ff57d8]{background:var(--card-bg);border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:dialogSlideIn-08ff57d8 .3s ease-out}@keyframes dialogSlideIn-08ff57d8{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dialog-header[data-v-08ff57d8]{padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.dialog-title[data-v-08ff57d8]{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}.dialog-close[data-v-08ff57d8]{background:none;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.dialog-close[data-v-08ff57d8]:hover{background:var(--button-hover-bg);color:var(--text-primary)}.dialog-body[data-v-08ff57d8]{padding:2rem;color:var(--text-secondary);font-size:1.1rem;line-height:1.6;text-align:center}.dialog-footer[data-v-08ff57d8]{padding:1.5rem 2rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end}.dialog-footer .btn[data-v-08ff57d8]{min-width:120px}#app{min-height:100vh;width:100%;margin:0;padding:0;max-width:100%;background:#000;display:flex;justify-content:center}.app-content{width:100%;max-width:800px;background:var(--body-bg);padding-top:4.5rem}.decorative-image{padding:3rem 0;display:flex;justify-content:center}.decorative-image-section{background:var(--section-bg);position:relative}.decorative-image-section img{width:min(90%,1100px);max-height:360px;border-radius:32px;border:1px solid var(--border-color);box-shadow:0 25px 60px var(--card-shadow);object-fit:cover;position:relative;z-index:1;transition:border-color .3s ease,box-shadow .3s ease}@media(min-width:1280px){.decorative-image-section img{max-height:360px}}
