@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&family=Noto+Serif+SC:wght@400;500;600;700;900&display=swap";:root{--font-cn-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", "Noto Sans SC", "Roboto", "WenQuanYi Micro Hei", sans-serif;--font-cn-serif: "Songti SC", "Hiragino Mincho ProN", "SimSun", "NSimSun", "Noto Serif SC", "WenQuanYi Zen Hei", "STSong", serif;--font-cn-mono: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif, monospace;--font-en-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI Variable", "Segoe UI", "Roboto", "Ubuntu", "Cantarell", system-ui, sans-serif;--font-en-serif: "New York", "SF Pro Display", Georgia, "Times New Roman", serif;--font-en-mono: "SF Mono", "Menlo", "Monaco", "Cascadia Code", "Cascadia Mono", "Consolas", "Lucida Console", "Roboto Mono", "Fira Code", "JetBrains Mono", "Source Code Pro", "DejaVu Sans Mono", monospace;--font-body: var(--font-cn-sans);--font-heading: var(--font-cn-sans);--font-code: var(--font-en-mono), var(--font-cn-mono);--font-quote: var(--font-cn-serif);--font-tabular: "SF Mono", "Menlo", "Cascadia Code", "Consolas", "Roboto Mono", monospace;--font-button: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei UI", system-ui, sans-serif;--font-tag: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Segoe UI", "Roboto", sans-serif;--font-small: -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", sans-serif}@media screen and (-webkit-min-device-pixel-ratio:1){:root{--font-smoothing: antialiased;--moz-osx-font-smoothing: grayscale}}@media screen and (min-resolution:96dpi){:root{--font-smoothing: antialiased}}*{-webkit-font-smoothing:var(--font-smoothing, antialiased);-moz-osx-font-smoothing:var(--moz-osx-font-smoothing, grayscale);font-variant-ligatures:common-ligatures;font-feature-settings:"kern" 1,"liga" 1}code,pre,.code,.font-code{font-family:var(--font-code);font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"zero" 1;font-variant-ligatures:common-ligatures contextual}table,.font-tabular{font-family:var(--font-tabular);font-variant-numeric:tabular-nums}:root{--font-weight-thin: 100;--font-weight-extralight: 200;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-weight-black: 900}:root{--line-height-tight: 1.1;--line-height-normal: 1.6;--line-height-relaxed: 1.8;--letter-spacing-tight: -.02em;--letter-spacing-normal: 0;--letter-spacing-wide: .05em;--letter-spacing-wider: .1em;--letter-spacing-widest: .2em}.font-sans{font-family:var(--font-body)}.font-serif{font-family:var(--font-quote)}.font-mono{font-family:var(--font-code)}.font-heading{font-family:var(--font-heading)}.font-thin{font-weight:var(--font-weight-thin)}.font-light{font-weight:var(--font-weight-light)}.font-regular{font-weight:var(--font-weight-regular)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.font-extrabold{font-weight:var(--font-weight-extrabold)}.font-black{font-weight:var(--font-weight-black)}:root,[data-theme=light]{--color-primary: #0080FF;--color-primary-dark: #0060CC;--color-secondary: #00CCCC;--color-success: #22C55E;--color-accent: #6C5CE7;--gradient-primary: linear-gradient(135deg, #0080FF 0%, #00AAAA 50%, #22C55E 100%);--gradient-glow: radial-gradient(circle at center, rgba(0, 128, 255, .15) 0%, transparent 70%);--gradient-tech: linear-gradient(135deg, rgba(0, 128, 255, .1) 0%, rgba(0, 255, 255, .05) 100%);--color-background: #F5F5F7;--color-surface: #FFFFFF;--color-surface-glass: rgba(255, 255, 255, .85);--color-surface-hover: #F8F9FA;--color-text: #0F172A;--color-text-secondary: #475569;--color-text-muted: #94A3B8;--color-border: rgba(0, 0, 0, .1);--color-border-light: rgba(0, 0, 0, .05);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--ease-out: cubic-bezier(.4, 0, .2, 1);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .15);--shadow-glow: 0 0 20px rgba(0, 128, 255, .3);--shadow-glow-cyan: 0 0 20px rgba(0, 255, 255, .3);--footer-bg: var(--color-surface-glass);--footer-border: var(--color-border);--footer-link-color: var(--color-text-secondary);--footer-link-hover: var(--color-primary);--footer-section-gap: 2rem;--footer-grid-template: 1fr;--font-display: var(--font-heading);--font-body: var(--font-body);--font-code: var(--font-code)}[data-theme=dark]{--color-primary: #00D4FF;--color-primary-dark: #00A3FF;--color-secondary: #00FFFF;--color-success: #4ADE80;--color-accent: #A78BFA;--gradient-primary: linear-gradient(135deg, #00D4FF 0%, #00FFFF 50%, #4ADE80 100%);--gradient-glow: radial-gradient(circle at center, rgba(0, 212, 255, .2) 0%, transparent 70%);--gradient-tech: linear-gradient(135deg, rgba(0, 212, 255, .15) 0%, rgba(0, 255, 255, .08) 100%);--color-background: #030712;--color-surface: #0A0F1E;--color-surface-glass: rgba(15, 23, 42, .85);--color-surface-hover: #151E32;--color-text: #F8FAFC;--color-text-secondary: #E2E8F0;--color-text-muted: #94A3B8;--color-border: rgba(255, 255, 255, .12);--color-border-light: rgba(255, 255, 255, .06);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .6);--shadow-md: 0 4px 6px rgba(0, 0, 0, .7);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .8);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .9);--shadow-glow: 0 0 25px rgba(0, 212, 255, .4);--shadow-glow-cyan: 0 0 25px rgba(0, 255, 255, .35);--footer-bg: var(--color-surface-glass);--footer-border: var(--color-border);--footer-link-color: var(--color-text-secondary);--footer-link-hover: var(--color-primary);--footer-section-gap: 2rem;--footer-grid-template: 1fr}[data-theme=lunar-new-year]{--color-primary: #E53935;--color-primary-dark: #FFA000;--color-secondary: #FFD54F;--color-success: #4ADE80;--color-accent: #FFCA28;--gradient-primary: linear-gradient(135deg, #E53935 0%, #FFA000 50%, #FFD54F 100%);--gradient-glow: radial-gradient(circle at center, rgba(229, 57, 53, .35) 0%, rgba(255, 160, 0, .25) 50%, transparent 70%);--gradient-tech: linear-gradient(135deg, rgba(229, 57, 53, .2) 0%, rgba(255, 160, 0, .12) 100%);--color-background: #3d1212;--color-surface: #521818;--color-surface-glass: rgba(82, 24, 24, .9);--color-surface-hover: #631f1f;--color-text: #FFF9C4;--color-text-secondary: #FFE082;--color-text-muted: #FFD54F;--color-border: rgba(255, 193, 7, .4);--color-border-light: rgba(255, 193, 7, .2);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .4);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .5);--shadow-glow: 0 0 35px rgba(229, 57, 53, .5), 0 0 70px rgba(255, 193, 7, .3);--shadow-glow-cyan: 0 0 35px rgba(255, 193, 7, .4);--footer-bg: var(--color-surface-glass);--footer-border: var(--color-border);--footer-link-color: var(--color-text-secondary);--footer-link-hover: var(--color-primary);--footer-section-gap: 2rem;--footer-grid-template: 1fr}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-badge{0%,to{transform:scale(1);box-shadow:0 2px 8px #ff6b6b66}50%{transform:scale(1.05);box-shadow:0 2px 12px #ff6b6b99}}.tech-grid-bg{background-image:linear-gradient(var(--color-border-light) 1px,transparent 1px),linear-gradient(90deg,var(--color-border-light) 1px,transparent 1px);background-size:40px 40px}.bgGlow{background:var(--gradient-glow)}.tech-border-glow{position:relative;border:1px solid var(--color-primary);box-shadow:var(--shadow-glow),inset 0 0 20px #0080ff1a}[data-theme=dark] .tech-border-glow{box-shadow:var(--shadow-glow),inset 0 0 30px #0080ff26}[data-theme=dark] .tech-scanlines:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,255,255,.03) 2px,rgba(0,255,255,.03) 4px);pointer-events:none;z-index:1}.hero{position:relative;text-align:center;padding:4rem 0;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-content{position:relative;z-index:1;animation:fadeInUp .6s ease-out}.hero-content h1{font-size:clamp(2.5rem,10vw,4rem);font-weight:700;margin-bottom:1.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:var(--color-text);animation:fadeInUp .8s ease-out .2s backwards;line-height:1.3;min-height:1.3em}.hero-tagline{font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:2rem;animation:fadeInUp .8s ease-out .4s backwards}.hero-features{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.feature-tag{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--color-surface-hover);border:1px solid var(--color-border);border-radius:2rem;font-size:.875rem;color:var(--color-primary);gap:.25rem}.hero-cta{margin-bottom:1.5rem;animation:fadeInUp .8s ease-out .6s backwards}.version-info{color:var(--color-text-secondary);font-size:.875rem}.platform-info{color:var(--color-text-muted)}.btn-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;min-width:44px;padding:.75rem 1.5rem;background:linear-gradient(135deg,#0080ff,#0ff);background-size:200% 200%;color:#fff;text-decoration:none;border-radius:var(--radius-md);font-weight:600;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0080ff66,0 0 25px #0080ff33,inset 0 1px #fff3;cursor:pointer;text-shadow:0 1px 2px rgba(0,0,0,.3);border:none;overflow:hidden}[data-theme=dark] .btn-primary{background:linear-gradient(135deg,#06c,#0cf,#2a6);box-shadow:0 4px 20px #0080ff80,0 0 40px #00ffff4d,inset 0 1px #ffffff26}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-3px) scale(1.02);background-position:100% 50%;box-shadow:0 8px 25px #0080ff80,0 0 50px #0ff6,inset 0 1px #ffffff4d}[data-theme=dark] .btn-primary:hover{background:linear-gradient(135deg,#07d,#0df,#2c7);box-shadow:0 8px 30px #0080ff99,0 0 60px #00ffff80,inset 0 1px #fff3}.btn-primary:active{transform:translateY(-1px) scale(1)}.btn-primary:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;box-shadow:0 0 0 4px #0080ff33,0 4px 15px #0080ff66}.btn-primary.btn-large{min-height:64px;font-size:1.25rem;padding:1.25rem 3rem;box-shadow:0 6px 20px #0080ff80,0 0 40px #00ffff4d,inset 0 1px #ffffff40}[data-theme=dark] .btn-primary.btn-large{box-shadow:0 6px 30px #0080ff99,0 0 60px #00ffff80,inset 0 1px #fff3}.btn-primary.btn-large:hover{box-shadow:0 10px 35px #0080ff99,0 0 70px #00ffff80,inset 0 1px #ffffff59}.btn-primary.btn-recommended{position:relative;padding:1rem 2.5rem;min-height:60px;font-size:1.15rem;border:2px solid transparent;background:linear-gradient(#0080ff,#0080ff) padding-box,linear-gradient(135deg,#0ff,#0080ff,#22c55e) border-box;box-shadow:0 6px 25px #0080ff80,0 0 50px #0ff6,inset 0 0 20px #00ffff1a;animation:glow-pulse 2s ease-in-out infinite}@keyframes glow-pulse{0%,to{box-shadow:0 6px 25px #0080ff80,0 0 50px #0ff6,inset 0 0 20px #00ffff1a}50%{box-shadow:0 6px 30px #0080ff99,0 0 70px #0ff9,inset 0 0 30px #0ff3}}[data-theme=dark] .btn-primary.btn-recommended{background:linear-gradient(#06c,#06c) padding-box,linear-gradient(135deg,#0df,#08f,#2c6) border-box;animation:glow-pulse-dark 2s ease-in-out infinite}@keyframes glow-pulse-dark{0%,to{box-shadow:0 6px 30px #0080ff99,0 0 60px #00ffff80,inset 0 0 20px #00ffff26}50%{box-shadow:0 6px 40px #0080ffcc,0 0 100px #00ffffb3,inset 0 0 40px #00ffff40}}.btn-secondary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.75rem 2rem;background:var(--color-surface-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--color-primary);border:1px solid var(--color-primary);text-decoration:none;border-radius:var(--radius-md);font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 2px 8px #0080ff1a,inset 0 1px #ffffff1a}[data-theme=dark] .btn-secondary{background:#141e32b3;border-color:#0ff6;color:var(--color-secondary);box-shadow:0 2px 12px #0080ff33,inset 0 1px #ffffff0d}.btn-secondary:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0080ff4d,0 0 25px #0080ff33}[data-theme=dark] .btn-secondary:hover{background:#0ff3;border-color:var(--color-secondary);box-shadow:0 4px 20px #0080ff66,0 0 30px #00ffff4d}.btn-secondary:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;box-shadow:0 0 0 4px #0080ff26,0 2px 8px #0080ff33}.btn-icon{display:inline-flex;align-items:center;gap:.5rem;width:24px;height:24px}.btn-arrow{width:20px;height:20px;margin-left:.5rem;transition:transform .3s ease}.btn-primary:hover .btn-arrow,.btn-secondary:hover .btn-arrow{transform:translate(4px)}.btn-link{position:relative;color:var(--color-primary);text-decoration:none;font-weight:500;cursor:pointer;transition:all .2s ease-out}[data-theme=dark] .btn-link{color:var(--color-secondary);text-shadow:0 0 10px rgba(0,255,255,.3)}.btn-link:hover{color:var(--color-primary-dark)}[data-theme=dark] .btn-link:hover{color:#0df;text-shadow:0 0 20px rgba(0,255,255,.6)}.btn-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.recommended-badge{display:inline-flex;align-items:center;padding:.35rem .65rem;margin-right:.5rem;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;font-size:.75rem;font-weight:700;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 10px #ff6b6b80,0 0 15px #ff6b6b4d;animation:pulse-badge 1.5s ease-in-out infinite}[data-theme=dark] .recommended-badge{background:linear-gradient(135deg,#ff6b6b,#ff8e53);box-shadow:0 2px 15px #ff6b6b99,0 0 25px #ff6b6b66}[data-theme=lunar-new-year] .btn-primary{background:linear-gradient(135deg,#ff8f00,#ffd54f);box-shadow:0 4px 15px #ff8f0066,0 0 25px #ffc1074d,inset 0 1px #ffffff4d}[data-theme=lunar-new-year] .btn-primary:hover{background:linear-gradient(135deg,#ffa000,#ffe082);box-shadow:0 6px 20px #ff8f0080,0 0 40px #ffc10780}@media(prefers-reduced-motion:reduce){.btn-primary,.btn-primary.btn-recommended,.btn-secondary{transition:none;animation:none;transform:none!important}.btn-primary:hover,.btn-primary.btn-recommended:hover,.btn-secondary:hover{transform:none}}.features{padding:5rem 0}.features h2{text-align:center;font-size:clamp(2rem,6vw,3rem);font-weight:900;margin-bottom:1rem;letter-spacing:-.03em;color:var(--color-text);font-family:var(--font-display);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:2rem;background:var(--color-surface-glass);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:.75rem;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;animation:fadeInUp .6s ease-out backwards;cursor:pointer}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-card:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-icon-wrapper{width:64px;height:64px;margin-bottom:1rem}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--color-text)}.feature-card p{color:var(--color-text-secondary);line-height:1.6}.faq{padding:5rem 0}.faq h2{text-align:center;font-size:clamp(2rem,6vw,3rem);font-weight:900;margin-bottom:1rem;letter-spacing:-.03em;color:var(--color-text);font-family:var(--font-display)}.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:900px;margin:0 auto}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s ease-out,box-shadow .2s ease-out}.faq-item:hover{border-color:var(--color-primary)}.faq-item summary{cursor:pointer;padding:1rem 1.5rem;background:var(--color-surface);font-weight:500;color:var(--color-text)!important;transition:background-color .2s ease-out,color .2s ease-out;position:relative;list-style:none;display:flex;align-items:center;justify-content:space-between}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;font-weight:300;color:var(--color-primary);transition:transform .3s ease-out}.faq-item[open] summary:after{content:"−";transform:rotate(180deg)}.faq-item summary:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}.faq-item summary:hover{background:var(--color-surface-hover)}.faq-content{padding:1.5rem;border-top:1px solid var(--color-border);animation:fadeIn .3s ease-out}.faq-content p{margin-bottom:1rem;line-height:1.6;color:var(--color-text-secondary)!important}.faq-content h4{margin-top:1rem;margin-bottom:.5rem;color:var(--color-text)!important}.faq-content ul,.faq-content ol{margin-left:1.5rem;margin-bottom:1rem}.faq-content li{margin-bottom:.5rem;color:var(--color-text-secondary)!important}.faq-content strong{color:inherit;font-weight:600}[data-theme=dark] .faq-content strong{color:var(--color-text)}[data-theme=lunar-new-year] .faq-content strong{color:#fff9c4}.faq-content pre{background:var(--color-surface-hover);padding:1rem;border-radius:var(--radius-md);overflow-x:auto;margin:1rem 0}.faq-content pre code{background:transparent;padding:0;color:var(--color-text-secondary)}.faq-content code{background:var(--color-surface-hover);padding:.125rem .375rem;border-radius:.25rem;font-size:.875em;color:var(--color-primary)}[data-theme=dark] .faq-content code{color:#4ade80}[data-theme=lunar-new-year] .faq-content code{color:#ffd54f}.faq-content a{color:var(--color-primary);text-decoration:none}.faq-content a:hover{text-decoration:underline}[data-theme=lunar-new-year] .hero-content h1{background:linear-gradient(135deg,#ffd54f,#ffa000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#ffd54f}[data-theme=lunar-new-year] .hero-tagline{color:#ffe082}[data-theme=lunar-new-year] .features h2{background:linear-gradient(135deg,#ffd54f,#ffa000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=lunar-new-year] .builder-intro h2,[data-theme=lunar-new-year] .mirror-sources h2,[data-theme=lunar-new-year] .faq h2,[data-theme=lunar-new-year] .cta-section h2,[data-theme=lunar-new-year] .system-requirements h2,[data-theme=lunar-new-year] .installation-guide h2,[data-theme=lunar-new-year] .version-history h2{color:#ffd54f}[data-theme=lunar-new-year] .feature-card h3,[data-theme=lunar-new-year] .mirror-header h3,[data-theme=lunar-new-year] .builder-feature h3,[data-theme=lunar-new-year] .version-header h3{color:#fff9c4}[data-theme=lunar-new-year] .feature-card p,[data-theme=lunar-new-year] .mirror-card p,[data-theme=lunar-new-year] .builder-feature p,[data-theme=lunar-new-year] .version-downloads th{color:#ffe082}[data-theme=lunar-new-year] .btn-primary{background:linear-gradient(135deg,#e53935,#c62828);box-shadow:0 0 20px #e5393580}[data-theme=lunar-new-year] .btn-primary:hover{background:linear-gradient(135deg,#ef5350,#d32f2f);box-shadow:0 0 30px #e53935b3,0 0 20px #ffc10766}[data-theme=lunar-new-year] .btn-secondary{color:#ffd54f;border-color:#ffd54f}[data-theme=lunar-new-year] .feature-card,[data-theme=lunar-new-year] .mirror-card,[data-theme=lunar-new-year] .builder-feature{border:1px solid rgba(255,193,7,.4);box-shadow:0 10px 40px #0000004d}[data-theme=lunar-new-year] .feature-card:hover,[data-theme=lunar-new-year] .mirror-card:hover,[data-theme=lunar-new-year] .builder-feature:hover{border-color:#ffc10799;box-shadow:0 15px 50px #0006,0 0 20px #ffc10733}[data-theme=lunar-new-year] .faq-item summary{color:#fff9c4!important}[data-theme=lunar-new-year] .faq-content p,[data-theme=lunar-new-year] .faq-content li{color:#ffe082!important}[data-theme=lunar-new-year] .faq-content h4{color:#fff9c4!important}[data-theme=lunar-new-year] .btn-link,[data-theme=lunar-new-year] .all-versions-link a,[data-theme=lunar-new-year] .version-item summary{color:#ffecb3;text-shadow:0 0 10px rgba(255,193,7,.4)}[data-theme=lunar-new-year] .btn-link:hover,[data-theme=lunar-new-year] .all-versions-link a:hover,[data-theme=lunar-new-year] .version-item summary:hover{color:#fff9c4;text-shadow:0 0 20px rgba(255,193,7,.7)}[data-theme=lunar-new-year] .mirror-command code,[data-theme=lunar-new-year] .requirements-content code,[data-theme=lunar-new-year] .guide-content code,[data-theme=lunar-new-year] .faq-content pre code{color:#ffd54f}[data-theme=lunar-new-year] .latest-badge{background:linear-gradient(135deg,#ffa000,#ff8f00);color:#fff9c4;box-shadow:0 0 15px #ffa00080}[data-theme=lunar-new-year] .recommended-badge{background:linear-gradient(135deg,#ffd54f,#ffa000);color:#c62828;box-shadow:0 2px 12px #ffc10799,0 0 20px #ffc10766}[data-theme=lunar-new-year] .btn-primary.btn-recommended{background:linear-gradient(135deg,#e53935,#c62828);border:2px solid #FFD54F;box-shadow:0 0 30px #e53935b3,0 0 40px #ffc10766,inset 0 0 20px #ffc10733}[data-theme=lunar-new-year] .btn-primary.btn-recommended:hover{background:linear-gradient(135deg,#ef5350,#d32f2f);box-shadow:0 0 40px #e53935e6,0 0 60px #ffc10799,inset 0 0 30px #ffc1074d}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}[data-theme=lunar-new-year] :focus-visible{outline:2px solid #FFC107;outline-offset:2px;box-shadow:0 0 0 4px #ffc1074d}body.homepage,html{margin:0;padding:0;background:var(--color-background);min-height:100vh}[data-theme=dark] body.homepage,[data-theme=dark] html{background:#030712}[data-theme=lunar-new-year] body.homepage,[data-theme=lunar-new-year] html{background:#3d1212}.homepage{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main.homepage{width:100%;box-sizing:border-box}.homepage>section{width:100%}.homepage>section>*{max-width:1200px!important;margin:0 auto!important;padding:0 1.5rem!important;box-sizing:border-box}main.homepage section>.container,main.homepage section div.container,.homepage section>.container,.homepage section div.container{max-width:1200px!important;margin:0 auto!important;padding:0 1.5rem!important;box-sizing:border-box}.homepage>section>[class*=bg],.homepage>section>[class*=floating],.homepage>section>[class*=hud],.homepage>section>[class*=techOrb],.homepage>section>[class*=bgMesh],.homepage>section>[class*=bgGradient]{max-width:none!important;margin:0!important;padding:0!important;box-sizing:border-box;position:absolute;inset:0;pointer-events:none}.homepage h1,.homepage h2,.homepage h3,.homepage h4,.homepage h5,.homepage h6{font-family:var(--font-display);font-weight:700;line-height:1.2}[data-theme=lunar-new-year] .homepage{--font-display: "Noto Serif SC", var(--font-cn-serif);--font-body: "Noto Sans SC", var(--font-cn-sans)}[data-theme=lunar-new-year] .homepage .tech-border-glow{border-color:#ffc10780;box-shadow:0 0 35px #e5393580,0 0 70px #ffc1074d,inset 0 0 20px #ffc10726}[data-theme=lunar-new-year] .homepage .tech-scanlines:before{background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,193,7,.05) 2px,rgba(255,193,7,.05) 4px)}[data-theme=lunar-new-year] .homepage .tech-grid-bg{background-image:linear-gradient(rgba(255,193,7,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,193,7,.12) 1px,transparent 1px)}[data-theme=lunar-new-year] .homepage .chinese-cloud-pattern{position:absolute;width:120px;height:60px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 60'%3E%3Cpath d='M10 40 Q20 20 40 30 Q50 35 60 30 Q70 25 80 30 Q90 35 100 30 Q110 25 110 40' fill='none' stroke='rgba(255,193,7,0.2)' stroke-width='2'/%3E%3Cpath d='M15 45 Q25 30 45 35 Q55 40 65 35 Q75 30 85 35 Q95 40 105 35' fill='none' stroke='rgba(255,193,7,0.15)' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;pointer-events:none}[data-theme=lunar-new-year] .homepage .bgGlow{background:radial-gradient(ellipse at center top,rgba(229,57,53,.25) 0%,rgba(255,193,7,.15) 30%,transparent 70%)}[data-theme=lunar-new-year] .homepage .techOrb{background:radial-gradient(circle,rgba(255,236,179,.5) 0%,rgba(255,193,7,.3) 40%,transparent 70%);box-shadow:0 0 40px #ffc10766,0 0 80px #e5393540}[data-theme=lunar-new-year] .homepage .hudTopLeft,[data-theme=lunar-new-year] .homepage .hudTopRight,[data-theme=lunar-new-year] .homepage .hudBottomLeft,[data-theme=lunar-new-year] .homepage .hudBottomRight{border-color:#ffc10780}[data-theme=lunar-new-year] .homepage .hudTopLeft:before,[data-theme=lunar-new-year] .homepage .hudTopRight:before,[data-theme=lunar-new-year] .homepage .hudBottomLeft:after,[data-theme=lunar-new-year] .homepage .hudBottomRight:after{background:linear-gradient(135deg,#ffecb3,#ffc107)}[data-theme=lunar-new-year] .homepage a{color:#ffecb3;text-shadow:0 0 10px rgba(255,193,7,.4)}[data-theme=lunar-new-year] .homepage a:hover{color:#fff9c4;text-shadow:0 0 20px rgba(255,193,7,.7)}[data-theme=lunar-new-year] ::-webkit-scrollbar{width:10px}[data-theme=lunar-new-year] ::-webkit-scrollbar-track{background:#3d121299}[data-theme=lunar-new-year] ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffc107,#e53935);border-radius:5px;border:2px solid #3d1212}[data-theme=lunar-new-year] ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffd54f,#ef5350)}[data-theme=lunar-new-year] ::selection{background:#ffc10766;color:#ffecb3}._themeToggle_nld8a_7{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:var(--color-surface-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);color:var(--color-text)}._themeToggle_nld8a_7:hover{background:var(--color-surface-hover);border-color:var(--color-primary);transform:scale(1.05);box-shadow:var(--shadow-glow)}._themeToggle_nld8a_7:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}[data-theme=dark] ._themeToggle_nld8a_7{background:#0f172acc;border-color:#00ffff26;color:var(--color-secondary)}[data-theme=dark] ._themeToggle_nld8a_7:hover{background:#151e32e6;border-color:var(--color-secondary);box-shadow:var(--shadow-glow-cyan)}[data-theme=lunar-new-year] ._themeToggle_nld8a_7{background:#2d0a0ad9;border-color:#ffa00066;color:var(--color-text)}[data-theme=lunar-new-year] ._themeToggle_nld8a_7:hover{background:#3d0e0ee6;border-color:var(--color-primary);box-shadow:var(--shadow-glow)}._themeToggle_nld8a_7 ._icon_nld8a_60{width:20px;height:20px;transition:transform var(--duration-fast) ease;stroke:currentColor}._themeToggle_nld8a_7:hover ._icon_nld8a_60{transform:rotate(15deg)}[data-theme=dark] ._themeToggle_nld8a_7 ._icon_nld8a_60{stroke:var(--color-secondary)}@media(prefers-reduced-motion:reduce){._themeToggle_nld8a_7:hover ._icon_nld8a_60{transform:none}}._navbar_fhjpg_11{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all var(--duration-normal) var(--ease-out);padding:1rem 0;background:var(--color-surface-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);overflow:visible}[data-theme=dark] ._navbar_fhjpg_11{background:#030712d9;border-bottom-color:#00ffff1a}._hudLine_fhjpg_32{position:absolute;bottom:0;left:1.5rem;right:1.5rem;height:1px;background:linear-gradient(90deg,transparent 0%,var(--color-primary) 20%,var(--color-secondary) 50%,var(--color-primary) 80%,transparent 100%);opacity:.3;transition:opacity var(--duration-normal) var(--ease-out)}._navbar_fhjpg_11._scrolled_fhjpg_50{background:var(--color-surface-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);padding:.75rem 0;box-shadow:var(--shadow-md)}._navbar_fhjpg_11._scrolled_fhjpg_50 ._hudLine_fhjpg_32{opacity:.6}[data-theme=dark] ._navbar_fhjpg_11._scrolled_fhjpg_50{background:#030712f2;border-bottom-color:#00ffff26;box-shadow:0 4px 20px #0009}._container_fhjpg_69{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;z-index:1;overflow:visible}._logo_fhjpg_86{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text);transition:all var(--duration-normal) var(--ease-out);cursor:pointer}._logo_fhjpg_86:hover{opacity:.9}._logo_fhjpg_86:hover ._logoIcon_fhjpg_100{box-shadow:var(--shadow-glow)}._logoIcon_fhjpg_100{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;background:var(--color-surface-hover);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease-out);overflow:hidden}._logoIcon_fhjpg_100 img{width:100%;height:100%;object-fit:contain;color:currentColor;position:relative;z-index:1}[data-theme=dark] ._logoIcon_fhjpg_100{background:#00ffff0d;border-color:#0ff3}[data-theme=dark] ._logoIcon_fhjpg_100 img{color:var(--color-secondary)}._logoText_fhjpg_137{font-size:1.25rem;font-weight:700;font-family:var(--font-display);background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._navDesktop_fhjpg_151{display:flex;align-items:center;gap:2rem;overflow:visible}._navLink_fhjpg_158{position:relative;display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;padding:.5rem 0;transition:color var(--duration-fast, .15s) ease;cursor:pointer}._navLinkIcon_fhjpg_172{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;flex-shrink:0}._navLinkIcon_fhjpg_172 svg{width:100%;height:100%;color:inherit}._navLinkText_fhjpg_187{position:relative;z-index:1}._navLink_fhjpg_158:hover{color:var(--color-primary)}[data-theme=dark] ._navLink_fhjpg_158:hover{color:var(--color-secondary);text-shadow:0 0 10px rgba(0,255,255,.5)}._navLinkIndicator_fhjpg_202{position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--gradient-primary);transform:scaleX(0);transform-origin:right;transition:transform var(--duration-normal, .3s) var(--ease-out)}._navLink_fhjpg_158:hover ._navLinkIndicator_fhjpg_202{transform:scaleX(1);transform-origin:left}._actions_fhjpg_223{display:flex;align-items:center;gap:1rem}._mobileMenuBtn_fhjpg_233{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;color:var(--color-text);transition:all var(--duration-normal, .3s) var(--ease-out)}._mobileMenuBtn_fhjpg_233:hover{background:var(--color-surface-hover);border-color:var(--color-primary)}[data-theme=dark] ._mobileMenuBtn_fhjpg_233:hover{border-color:var(--color-secondary);box-shadow:0 0 12px #00ffff26}._mobileMenuBtn_fhjpg_233:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}._hamburger_fhjpg_264{position:relative;width:20px;height:14px}._hamburgerLine_fhjpg_270{position:absolute;left:0;width:100%;height:2px;background:var(--color-text);border-radius:2px;transition:all var(--duration-normal, .3s) var(--ease-out)}._line1_fhjpg_280{top:0}._line2_fhjpg_284{top:50%;transform:translateY(-50%)}._line3_fhjpg_289{bottom:0}._mobileMenuBtn_fhjpg_233[aria-expanded=true] ._line1_fhjpg_280{top:50%;transform:translateY(-50%) rotate(45deg)}._mobileMenuBtn_fhjpg_233[aria-expanded=true] ._line2_fhjpg_284{opacity:0}._mobileMenuBtn_fhjpg_233[aria-expanded=true] ._line3_fhjpg_289{bottom:50%;transform:translateY(50%) rotate(-45deg)}[data-theme=dark] ._mobileMenuBtn_fhjpg_233{border-color:#0ff3;color:var(--color-secondary)}[data-theme=dark] ._hamburgerLine_fhjpg_270{background:var(--color-secondary)}._mobileMenu_fhjpg_233{position:fixed;top:0;left:0;right:0;height:100vh;z-index:1001;transform:translate(100%);transition:transform var(--duration-normal, .3s) var(--ease-out)}._mobileMenu_fhjpg_233._open_fhjpg_332{transform:translate(0)}._mobileMenuBg_fhjpg_336{position:absolute;inset:0;background:var(--color-background);opacity:0;transition:opacity var(--duration-normal, .3s) ease}._mobileMenu_fhjpg_233._open_fhjpg_332 ._mobileMenuBg_fhjpg_336{opacity:1}._mobileNav_fhjpg_348{position:relative;display:flex;flex-direction:column;gap:.25rem;padding:6rem 1.5rem 2rem;max-width:300px;margin-left:auto;height:100%;background:var(--color-surface-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--color-border)}._mobileCtaButton_fhjpg_364{width:100%;margin-bottom:1rem}[data-theme=dark] ._mobileNav_fhjpg_348{background:#030712f2;border-left-color:#00ffff26}._mobileNavLink_fhjpg_374{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.125rem;font-weight:500;color:var(--color-text);text-decoration:none;padding:1rem;border-radius:var(--radius-md);transition:all var(--duration-fast, .15s) ease;cursor:pointer}._mobileNavIcon_fhjpg_389{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0;color:var(--color-primary)}._mobileNavIcon_fhjpg_389 svg{width:100%;height:100%;color:inherit}[data-theme=dark] ._mobileNavIcon_fhjpg_389{color:var(--color-secondary)}._mobileNavLink_fhjpg_374:hover{background:var(--color-surface-hover);color:var(--color-primary);transform:translate(-4px)}[data-theme=dark] ._mobileNavLink_fhjpg_374:hover{background:#00ffff1a;color:var(--color-secondary);box-shadow:var(--shadow-glow-cyan)}._mobileNavText_fhjpg_421{font-family:var(--font-display)}._mobileNavArrow_fhjpg_425{position:relative;width:20px;height:20px;opacity:0;transform:translate(10px);transition:all var(--duration-normal, .3s) ease}._mobileNavLink_fhjpg_374:hover ._mobileNavArrow_fhjpg_425{opacity:1;transform:translate(0)}._mobileNavArrow_fhjpg_425:before{content:"";position:absolute;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}@media(max-width:768px){._navbar_fhjpg_11{padding:.75rem 0}._navDesktop_fhjpg_151{display:none}._mobileMenuBtn_fhjpg_233{display:flex}._hudLine_fhjpg_32{left:1rem;right:1rem}}@media(prefers-reduced-motion:reduce){._navbar_fhjpg_11,._navbar_fhjpg_11._scrolled_fhjpg_50,._logo_fhjpg_86,._logoIcon_fhjpg_100,._navLink_fhjpg_158,._navLinkIndicator_fhjpg_202,._mobileMenu_fhjpg_233,._mobileNavLink_fhjpg_374,._hamburgerLine_fhjpg_270{transition:none!important}._mobileNavLink_fhjpg_374:hover{transform:none!important}}._navDesktop_fhjpg_151 ._installButtonWrapper_fhjpg_499{position:static}._footer_13l2s_11{position:relative;width:100%;background:var(--footer-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--footer-border);transition:background-color var(--duration-normal) var(--ease-out),border-color var(--duration-normal) var(--ease-out);margin-top:auto}[data-theme=light] ._footer_13l2s_11{--footer-bg: rgba(255, 255, 255, .95);--footer-border: #e5e7eb;--footer-link-color: #6b7280;--footer-link-hover: var(--color-primary)}[data-theme=dark] ._footer_13l2s_11{--footer-bg: rgba(15, 23, 42, .9);--footer-border: rgba(255, 255, 255, .1);--footer-link-color: #a3a3a3;--footer-link-hover: var(--color-primary);box-shadow:0 -4px 20px #0000004d}[data-theme=lunar-new-year] ._footer_13l2s_11{--footer-bg: rgba(82, 24, 24, .95);--footer-border: rgba(255, 193, 7, .3);--footer-link-color: #FFE082;--footer-link-hover: #FFF9C4}._container_13l2s_52{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}._headerRow_13l2s_62{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._logoWrapper_13l2s_69{display:flex;align-items:center;gap:1rem}._logo_13l2s_69{height:24px;width:auto;color:var(--color-text);transition:color var(--duration-normal) var(--ease-out)}._copyright_13l2s_82{font-size:.875rem;color:var(--color-text-secondary);font-weight:400}._divider_13l2s_92{height:1px;background:var(--footer-border);margin:1.5rem 0;transition:background-color var(--duration-normal) var(--ease-out)}._sections_13l2s_103{display:grid;grid-template-columns:var(--footer-grid-template);gap:var(--footer-section-gap);margin-top:2rem}@media(min-width:768px){._sections_13l2s_103{grid-template-columns:repeat(2,1fr)}._sections_13l2s_103 ._section_13l2s_103:last-child{grid-column:1 / -1}}@media(min-width:1024px){._sections_13l2s_103{grid-template-columns:repeat(3,1fr)}._sections_13l2s_103 ._section_13l2s_103:last-child{grid-column:auto}}._section_13l2s_103{display:flex;flex-direction:column;gap:1rem}._sectionTitle_13l2s_143{font-size:.9375rem;font-weight:600;color:var(--color-text);margin:0;text-transform:uppercase;letter-spacing:.05em}._sectionLinks_13l2s_152{display:flex;flex-direction:column;gap:.5rem}._sectionLink_13l2s_152{font-size:.9375rem;color:var(--footer-link-color);text-decoration:none;padding:.5rem 0 .5rem .75rem;border-radius:var(--radius-sm);transition:all var(--duration-fast) var(--ease-out);position:relative;font-weight:400;min-height:44px;display:flex;align-items:center}._sectionLink_13l2s_152:hover{color:var(--footer-link-hover);padding-left:1rem}._sectionLink_13l2s_152:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}._sectionLink_13l2s_152:active{padding-left:.875rem}._sectionLink_13l2s_152:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:2px;background:var(--footer-link-hover);transition:width var(--duration-fast) var(--ease-out)}._sectionLink_13l2s_152:hover:before{width:6px}._icpSection_13l2s_209{display:flex;align-items:center;justify-content:center;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;border-top:1px solid var(--footer-border)}._icpLink_13l2s_221{font-size:.875rem;color:var(--color-text-secondary);text-decoration:none;transition:color var(--duration-fast) var(--ease-out),text-decoration var(--duration-fast) var(--ease-out)}._icpLink_13l2s_221:hover{color:var(--footer-link-hover);text-decoration:underline}._icpLink_13l2s_221:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}@media(max-width:767px){._container_13l2s_52{padding:2rem 1rem}._headerRow_13l2s_62{flex-direction:column;align-items:flex-start;gap:.75rem}._logoWrapper_13l2s_69{flex-direction:column;align-items:flex-start;gap:.5rem}._sectionTitle_13l2s_143,._sectionLink_13l2s_152{font-size:.875rem}._icpSection_13l2s_209{flex-direction:column;gap:.75rem}}@media(min-width:768px)and (max-width:1023px){._container_13l2s_52{padding:2.5rem 2rem}}@media(min-width:1280px){._container_13l2s_52{padding:3rem 2rem}}@media(prefers-reduced-motion:reduce){._footer_13l2s_11{transition:background-color .3s ease,border-color .3s ease}._sectionLink_13l2s_152,._icpLink_13l2s_221{transition:color .2s ease}._sectionLink_13l2s_152:hover,._sectionLink_13l2s_152:before{transform:none}}@media(prefers-contrast:high){._footer_13l2s_11{border-top-width:2px}._sectionLink_13l2s_152:focus,._icpLink_13l2s_221:focus{outline-width:3px}}@media print{._footer_13l2s_11{background:#fff;border-top:1px solid #000;box-shadow:none}._sectionLink_13l2s_152{color:#000}}
