@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:"PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", "Source Han Sans SC", "WenQuanYi Micro Hei", "Segoe UI", system-ui, sans-serif;--font-cn-serif:"Songti SC", "STSong", "Hiragino Mincho ProN", "SimSun", "NSimSun", "Noto Serif CJK SC", "Noto Serif SC", "Source Han Serif SC", 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:var(--font-cn-sans);--font-tag:var(--font-cn-sans);--font-small:var(--font-cn-sans)}@media screen and (-webkit-device-pixel-ratio>=1){:root{--font-smoothing:antialiased;--moz-osx-font-smoothing:grayscale}}@media screen and (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;--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:#0cc;--color-success:#22c55e;--color-accent:#6c5ce7;--gradient-primary:linear-gradient(135deg, #0080ff 0%, #0aa 50%, #22c55e 100%);--gradient-glow:radial-gradient(circle at center, #0080ff26 0%, transparent 70%);--gradient-tech:linear-gradient(135deg, #0080ff1a 0%, #00ffff0d 100%);--color-background:#f5f5f7;--color-surface:#fff;--color-surface-glass:#ffffffd9;--color-surface-hover:#f8f9fa;--color-text:#0f172a;--color-text-secondary:#475569;--color-text-muted:#94a3b8;--color-border:#0000001a;--color-border-light:#0000000d;--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 #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 40px #0000001a;--shadow-xl:0 20px 60px #00000026;--shadow-glow:0 0 20px #0080ff4d;--shadow-glow-cyan:0 0 20px #00ffff4d;--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:#0ff;--color-success:#4ade80;--color-accent:#a78bfa;--gradient-primary:linear-gradient(135deg, #00d4ff 0%, #0ff 50%, #4ade80 100%);--gradient-glow:radial-gradient(circle at center, #00d4ff33 0%, transparent 70%);--gradient-tech:linear-gradient(135deg, #00d4ff26 0%, #00ffff14 100%);--color-background:#030712;--color-surface:#0a0f1e;--color-surface-glass:#0f172ad9;--color-surface-hover:#151e32;--color-text:#f8fafc;--color-text-secondary:#e2e8f0;--color-text-muted:#94a3b8;--color-border:#ffffff1f;--color-border-light:#ffffff0f;--shadow-sm:0 1px 2px #0009;--shadow-md:0 4px 6px #000000b3;--shadow-lg:0 10px 40px #000c;--shadow-xl:0 20px 60px #000000e6;--shadow-glow:0 0 25px #00d4ff66;--shadow-glow-cyan:0 0 25px #00ffff59;--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, #e5393559 0%, #ffa00040 50%, transparent 70%);--gradient-tech:linear-gradient(135deg, #e5393533 0%, #ffa0001f 100%);--color-background:#3d1212;--color-surface:#521818;--color-surface-glass:#521818e6;--color-surface-hover:#631f1f;--color-text:#fff9c4;--color-text-secondary:#ffe082;--color-text-muted:#ffd54f;--color-border:#ffc10766;--color-border-light:#ffc10733;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 8px #0006;--shadow-lg:0 10px 40px #0006;--shadow-xl:0 20px 60px #00000080;--shadow-glow:0 0 35px #e5393580, 0 0 70px #ffc1074d;--shadow-glow-cyan:0 0 35px #ffc10766;--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{border:1px solid var(--color-primary);box-shadow:var(--shadow-glow), inset 0 0 20px #0080ff1a;position:relative}[data-theme=dark] .tech-border-glow{box-shadow:var(--shadow-glow), inset 0 0 30px #0080ff26}[data-theme=dark] .tech-scanlines:before{content:"";pointer-events:none;z-index:1;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00ffff08 2px 4px);position:absolute;inset:0}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:4rem 0;display:flex;position:relative}.hero-content{z-index:1;animation:.6s ease-out fadeInUp;position:relative}.hero-content h1{background:var(--gradient-primary);-webkit-text-fill-color:transparent;color:var(--color-text);background-clip:text;min-height:1.3em;margin-bottom:1.5rem;font-size:clamp(2.5rem,10vw,4rem);font-weight:700;line-height:1.3;animation:.8s ease-out .2s backwards fadeInUp}.hero-tagline{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.25rem;animation:.8s ease-out .4s backwards fadeInUp}.hero-features{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.feature-tag{background:var(--color-surface-hover);border:1px solid var(--color-border);color:var(--color-primary);border-radius:2rem;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;display:inline-flex}.hero-cta{margin-bottom:1.5rem;animation:.8s ease-out .6s backwards fadeInUp}.version-info{color:var(--color-text-secondary);font-size:.875rem}.platform-info{color:var(--color-text-muted)}.btn-primary{color:#fff;border-radius:var(--radius-md);cursor:pointer;text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#0080ff 0%,#0ff 100%) 0 0/200% 200%;border:none;justify-content:center;align-items:center;gap:.5rem;min-width:44px;min-height:44px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0080ff66,0 0 25px #0080ff33,inset 0 1px #fff3}[data-theme=dark] .btn-primary{background:linear-gradient(135deg,#06c 0%,#0cf 50%,#2a6 100%);box-shadow:0 4px 20px #0080ff80,0 0 40px #00ffff4d,inset 0 1px #ffffff26}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background-position:100%;transform:translateY(-3px)scale(1.02);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 0%,#0df 50%,#2c7 100%);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;padding:1.25rem 3rem;font-size:1.25rem;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{background:linear-gradient(#0080ff,#0080ff) padding-box padding-box,linear-gradient(135deg,#0ff,#0080ff,#22c55e) border-box;border:2px solid #0000;min-height:60px;padding:1rem 2.5rem;font-size:1.15rem;animation:2s ease-in-out infinite glow-pulse;position:relative;box-shadow:0 6px 25px #0080ff80,0 0 50px #0ff6,inset 0 0 20px #00ffff1a}@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 padding-box,linear-gradient(135deg,#0df,#08f,#2c6) border-box;animation:2s ease-in-out infinite glow-pulse-dark}@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{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(12px);min-height:44px;color:var(--color-primary);border:1px solid var(--color-primary);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;box-shadow:0 2px 8px #0080ff1a,inset 0 1px #ffffff1a}[data-theme=dark] .btn-secondary{color:var(--color-secondary);background:#141e32b3;border-color:#0ff6;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{border-color:var(--color-secondary);background:#0ff3;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{align-items:center;gap:.5rem;width:24px;height:24px;display:inline-flex}.btn-arrow{width:20px;height:20px;margin-left:.5rem;transition:transform .3s}.btn-primary:hover .btn-arrow,.btn-secondary:hover .btn-arrow{transform:translate(4px)}.btn-link{color:var(--color-primary);cursor:pointer;font-weight:500;text-decoration:none;transition:all .2s ease-out;position:relative}[data-theme=dark] .btn-link{color:var(--color-secondary);text-shadow:0 0 10px #00ffff4d}.btn-link:hover{color:var(--color-primary-dark)}[data-theme=dark] .btn-link:hover{color:#0df;text-shadow:0 0 20px #0ff9}.btn-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.recommended-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#ff6b6b 0%,#ff8e53 100%);border-radius:.25rem;align-items:center;margin-right:.5rem;padding:.35rem .65rem;font-size:.75rem;font-weight:700;animation:1.5s ease-in-out infinite pulse-badge;display:inline-flex;box-shadow:0 2px 10px #ff6b6b80,0 0 15px #ff6b6b4d}[data-theme=dark] .recommended-badge{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e53 100%);box-shadow:0 2px 15px #ff6b6b99,0 0 25px #ff6b6b66}@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;letter-spacing:-.03em;color:var(--color-text);font-size:clamp(2rem,6vw,3rem);font-weight:900;font-family:var(--font-display);background:var(--gradient-primary);-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{background:var(--color-surface-glass);backdrop-filter:blur(10px);border:1px solid var(--color-border);cursor:pointer;border-radius:.75rem;padding:2rem;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;animation:.6s ease-out backwards fadeInUp}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.feature-card:first-child{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{margin-bottom:1rem;font-size:2.5rem}.feature-card h3{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--color-text-secondary);line-height:1.6}.faq{padding:5rem 0}.faq h2{text-align:center;letter-spacing:-.03em;color:var(--color-text);font-size:clamp(2rem,6vw,3rem);font-weight:900;font-family:var(--font-display);margin-bottom:1rem}.faq-list{flex-direction:column;gap:1rem;max-width:900px;margin:0 auto;display:flex}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .2s ease-out,box-shadow .2s ease-out;overflow:hidden}.faq-item:hover{border-color:var(--color-primary)}.faq-item summary{cursor:pointer;background:var(--color-surface);justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-weight:500;list-style:none;transition:background-color .2s ease-out,color .2s ease-out;display:flex;position:relative;color:var(--color-text)!important}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--color-primary);font-size:1.5rem;font-weight:300;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{border-top:1px solid var(--color-border);padding:1.5rem;animation:.3s ease-out fadeIn}.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-bottom:1rem;margin-left:1.5rem}.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);border-radius:var(--radius-md);margin:1rem 0;padding:1rem;overflow-x:auto}.faq-content pre code{color:var(--color-text-secondary);background:0 0;padding:0}.faq-content code{background:var(--color-surface-hover);color:var(--color-primary);border-radius:.25rem;padding:.125rem .375rem;font-size:.875em}[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 0%,#ffa000 100%);-webkit-text-fill-color:transparent;color:#ffd54f;background-clip:text}[data-theme=lunar-new-year] .hero-tagline{color:#ffe082}[data-theme=lunar-new-year] .features h2{background:linear-gradient(135deg,#ffd54f 0%,#ffa000 100%);-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 0%,#c62828 100%);box-shadow:0 0 20px #e5393580}[data-theme=lunar-new-year] .btn-primary:hover{background:linear-gradient(135deg,#ef5350 0%,#d32f2f 100%);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 #ffc10766;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 #ffc10766}[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 #ffc107b3}[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{color:#fff9c4;background:linear-gradient(135deg,#ffa000 0%,#ff8f00 100%);box-shadow:0 0 15px #ffa00080}[data-theme=lunar-new-year] .recommended-badge{color:#c62828;background:linear-gradient(135deg,#ffd54f 0%,#ffa000 100%);box-shadow:0 2px 12px #ffc10799,0 0 20px #ffc10766}[data-theme=lunar-new-year] .btn-primary.btn-recommended{background:linear-gradient(135deg,#e53935 0%,#c62828 100%);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 0%,#d32f2f 100%);box-shadow:0 0 40px #e53935e6,0 0 60px #ffc10799,inset 0 0 30px #ffc1074d}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!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-offset:2px;outline:2px solid #ffc107;box-shadow:0 0 0 4px #ffc1074d}body.homepage,html{background:var(--color-background);min-height:100vh;margin:0;padding:0}[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{box-sizing:border-box;width:100%}.homepage>section{width:100%}.homepage>section>*,main.homepage section>.container,main.homepage section div.container,.homepage section>.container,.homepage section div.container{box-sizing:border-box;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;padding:0 1.5rem!important}.homepage>section>[class*=bg],.homepage>section>[class*=floating],.homepage>section>[class*=hud],.homepage>section>[class*=techOrb],.homepage>section>[class*=bgMesh],.homepage>section>[class*=bgGradient]{box-sizing:border-box;pointer-events:none;position:absolute;inset:0;max-width:none!important;margin:0!important;padding:0!important}.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:var(--font-cn-serif);--font-body: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,#0000,#0000 2px,#ffc1070d 2px 4px)}[data-theme=lunar-new-year] .homepage .tech-grid-bg{background-image:linear-gradient(#ffc1071f 1px,#0000 1px),linear-gradient(90deg,#ffc1071f 1px,#0000 1px)}[data-theme=lunar-new-year] .homepage .chinese-cloud-pattern{pointer-events:none;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;width:120px;height:60px;position:absolute}[data-theme=lunar-new-year] .homepage .bgGlow{background:radial-gradient(at top,#e5393540 0%,#ffc10726 30%,#0000 70%)}[data-theme=lunar-new-year] .homepage .techOrb{background:radial-gradient(circle,#ffecb380 0%,#ffc1074d 40%,#0000 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 0%,#ffc107 100%)}[data-theme=lunar-new-year] .homepage a{color:#ffecb3;text-shadow:0 0 10px #ffc10766}[data-theme=lunar-new-year] .homepage a:hover{color:#fff9c4;text-shadow:0 0 20px #ffc107b3}[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(#ffc107 0%,#e53935 100%);border:2px solid #3d1212;border-radius:5px}[data-theme=lunar-new-year] ::-webkit-scrollbar-thumb:hover{background:linear-gradient(#ffd54f 0%,#ef5350 100%)}[data-theme=lunar-new-year] ::selection{color:#ffecb3;background:#ffc10766}._themeToggle_nld8a_7{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;width:40px;height:40px;transition:all var(--duration-normal) var(--ease-out);color:var(--color-text);justify-content:center;align-items:center;padding:0;display:inline-flex}._themeToggle_nld8a_7:hover{background:var(--color-surface-hover);border-color:var(--color-primary);box-shadow:var(--shadow-glow);transform:scale(1.05)}._themeToggle_nld8a_7:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}[data-theme=dark] ._themeToggle_nld8a_7{color:var(--color-secondary);background:#0f172acc;border-color:#00ffff26}[data-theme=dark] ._themeToggle_nld8a_7:hover{border-color:var(--color-secondary);box-shadow:var(--shadow-glow-cyan);background:#151e32e6}[data-theme=lunar-new-year] ._themeToggle_nld8a_7{color:var(--color-text);background:#2d0a0ad9;border-color:#ffa00066}[data-theme=lunar-new-year] ._themeToggle_nld8a_7:hover{border-color:var(--color-primary);box-shadow:var(--shadow-glow);background:#3d0e0ee6}._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}}._installButtonWrapper_gjex2_11{display:inline-block}._installButtonWrapper--full_gjex2_15{z-index:999999;position:relative}._splitButtonContainer_gjex2_23{z-index:1;align-items:stretch;display:flex;position:relative}._installButtonWrapper--full_gjex2_15 ._splitButtonContainer_gjex2_23{min-height:56px}._installButtonWrapper--compact_gjex2_37 ._splitButtonContainer_gjex2_23{min-height:40px}._btnDownloadMain_gjex2_45{cursor:pointer;background:linear-gradient(135deg,#0080ff 0%,#0cc 50%,#22c55e 100%) 0 0/200% 200%;border:none;align-items:center;gap:.5rem;padding:0 1.25rem;font-weight:600;text-decoration:none;transition:all .2s ease-out;animation:3s ease-in-out infinite _install-button-gradient-wave_gjex2_1;display:flex;color:#fff!important}._installButtonWrapper--full_gjex2_15 ._btnDownloadMain_gjex2_45{border-radius:.75rem 0 0 .75rem;min-height:56px;padding:0 1.75rem;font-size:1.125rem}._installButtonWrapper--compact_gjex2_37 ._btnDownloadMain_gjex2_45{border-radius:var(--radius-md) 0 0 var(--radius-md);min-height:40px;padding:0 1rem;font-size:.9375rem}._btnDownloadMain_gjex2_45:hover{background-position:100%;transform:translateY(-1px);box-shadow:0 2px 8px #4a90d933}@keyframes _install-button-gradient-wave_gjex2_1{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}._downloadIcon_gjex2_96{flex-shrink:0;width:1.25rem;height:1.25rem}._installButtonWrapper--compact_gjex2_37 ._downloadIcon_gjex2_96{width:1rem;height:1rem}._btnText_gjex2_107{white-space:nowrap}._installButtonStatus_gjex2_111{color:var(--color-text-muted);margin:.625rem 0 0;font-size:.875rem}._btnDropdownToggle_gjex2_121{cursor:pointer;background:linear-gradient(135deg,#0080ff 0%,#0cc 50%,#22c55e 100%) 0 0/200% 200%;border:none;border-left:1px solid #ffffff40;justify-content:center;align-items:center;padding:0;transition:all .2s ease-out;animation:3s ease-in-out infinite _install-button-gradient-wave_gjex2_1;display:flex;color:#fff!important}._installButtonWrapper--full_gjex2_15 ._btnDropdownToggle_gjex2_121{border-radius:0 .75rem .75rem 0;width:48px;min-width:48px}._installButtonWrapper--compact_gjex2_37 ._btnDropdownToggle_gjex2_121{border-radius:0 var(--radius-md) var(--radius-md) 0;width:36px;min-width:36px}._btnDropdownToggle_gjex2_121:hover{background-position:100%}._dropdownMenu_gjex2_158{background:var(--color-surface);border:1px solid var(--color-border);width:min(400px,max(280px,40vw));max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);box-shadow:var(--shadow-lg);box-sizing:border-box;overscroll-behavior:contain;z-index:999999;background-color:#fff;border-color:#0000001a;border-radius:.5rem;margin:0;padding:.75rem;list-style:none;position:fixed;overflow-y:auto;box-shadow:0 10px 40px #00000026}._dropdownMenuOpen_gjex2_184{pointer-events:auto}._dropdownGroupLabel_gjex2_192{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.375rem;margin:.25rem -.75rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;display:flex;position:relative}._dropdownGroupLabel_gjex2_192:before{content:"";border-radius:0 2px 2px 0;width:4px;position:absolute;top:0;bottom:0;left:0}._platform--windows_gjex2_218:before{background:linear-gradient(#0080ff 0%,#06c 100%)}._platform--macos_gjex2_223:before{background:linear-gradient(#9b59b6 0%,#8e44ad 100%)}._platform--linux_gjex2_228:before{background:linear-gradient(#e67e22 0%,#d35400 100%)}._platformIcon_gjex2_232{font-size:1rem;line-height:1}._platformName_gjex2_237{padding-left:.125rem;display:block}._versionTag_gjex2_242{color:var(--color-text-muted);opacity:.7;margin-left:auto;font-size:.75rem;font-weight:500}._dropdownItem_gjex2_254{min-height:40px;color:var(--color-text-secondary);cursor:pointer;border-radius:.375rem;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem .875rem;font-size:.875rem;text-decoration:none;transition:all .15s ease-out;display:flex}._dropdownItem_gjex2_254:hover{background:var(--color-surface-hover);color:var(--color-text)}._dropdownItemDisabled_gjex2_274{cursor:not-allowed;pointer-events:none;color:var(--color-text-muted);background:#94a3b81a;border:1px dashed #94a3b859}._dropdownItemDisabledNotice_gjex2_282{color:#f59e0b;font-size:.75rem;font-weight:600}._dropdownItemLabel_gjex2_288{flex:1;align-items:center;gap:.25rem;display:flex}._archLabel_gjex2_295{color:var(--color-text-muted);font-size:.75rem;font-weight:400}._fileExtBadge_gjex2_301{color:var(--color-primary);letter-spacing:.02em;background:#0080ff14;border-radius:.25rem;align-items:center;margin-left:.25rem;padding:.125rem .375rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.65rem;font-weight:600;display:inline-flex}._recommendedBadge_gjex2_315{color:#ffa000;align-items:center;margin-left:.25rem;font-size:.7rem;font-weight:500;display:inline-flex}._dropdownItemSize_gjex2_324{color:var(--color-text-muted);font-size:.75rem}._dropdownSeparator_gjex2_333{border-top:1px solid var(--color-border-light);margin:.5rem 0}._dropdownItemDocker_gjex2_342{color:var(--color-primary);gap:.75rem;font-weight:500}._dropdownItemDocker_gjex2_342:hover{background:var(--gradient-tech)}._dockerIcon_gjex2_352{color:currentColor;flex-shrink:0;width:1rem;height:1rem}._externalIcon_gjex2_359{width:.875rem;height:.875rem;color:var(--color-text-muted);opacity:.6;flex-shrink:0}._dropdownItemDocker_gjex2_342:hover ._externalIcon_gjex2_359{opacity:1}[data-theme=dark] ._btnDownloadMain_gjex2_45{background:linear-gradient(135deg,#0080ff 0%,#0cc 50%,#22c55e 100%) 0 0/200% 200%;animation:3s ease-in-out infinite _install-button-gradient-wave_gjex2_1}[data-theme=dark] ._btnDropdownToggle_gjex2_121{background:linear-gradient(135deg,#0080ff 0%,#0cc 50%,#22c55e 100%) 0 0/200% 200%;border-left-color:#ffffff26;animation:3s ease-in-out infinite _install-button-gradient-wave_gjex2_1}[data-theme=dark] ._btnDownloadMain_gjex2_45:hover,[data-theme=dark] ._btnDropdownToggle_gjex2_121:hover{background:linear-gradient(135deg,#1a90ff 0%,#10dddd 50%,#32d55e 100%)}[data-theme=dark] ._dropdownMenu_gjex2_158{background:#0a0f1e;border-color:#ffffff1f}[data-theme=dark] ._dropdownItemDisabled_gjex2_274{color:#94a3b8;background:#33415580;border-color:#94a3b84d}[data-theme=dark] ._platform--windows_gjex2_218:before{background:linear-gradient(#06c 0%,#004c99 100%)}[data-theme=dark] ._platform--macos_gjex2_223:before{background:linear-gradient(#7b3996 0%,#6e349d 100%)}[data-theme=dark] ._platform--linux_gjex2_228:before{background:linear-gradient(#c66e12 0%,#b34400 100%)}[data-theme=lunar-new-year] ._btnDownloadMain_gjex2_45{background:linear-gradient(135deg,#ff1744 0%,#ff9100 50%,#ffd600 100%) 0 0/200% 200%;animation:3s ease-in-out infinite _install-button-gradient-wave-lunar_gjex2_1}[data-theme=lunar-new-year] ._btnDropdownToggle_gjex2_121{background:linear-gradient(135deg,#ff1744 0%,#ff9100 50%,#ffd600 100%) 0 0/200% 200%;border-left-color:#ffc1074d;animation:3s ease-in-out infinite _install-button-gradient-wave-lunar_gjex2_1}[data-theme=lunar-new-year] ._btnDownloadMain_gjex2_45:hover,[data-theme=lunar-new-year] ._btnDropdownToggle_gjex2_121:hover{background:linear-gradient(135deg,#ff2754 0%,#ffa110 50%,#ffe610 100%)}@keyframes _install-button-gradient-wave-lunar_gjex2_1{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}[data-theme=lunar-new-year] ._dropdownMenu_gjex2_158{background:#521818;border-color:#ffc10766}[data-theme=lunar-new-year] ._dropdownItemDisabled_gjex2_274{color:#fcd34d;background:#78350f59;border-color:#fbbf2459}[data-theme=lunar-new-year] ._platform--windows_gjex2_218:before{background:linear-gradient(#ffd54f 0%,#ffa000 100%)}[data-theme=lunar-new-year] ._platform--macos_gjex2_223:before{background:linear-gradient(#ffecb3 0%,#ffca28 100%)}[data-theme=lunar-new-year] ._platform--linux_gjex2_228:before{background:linear-gradient(#fff9c4 0%,#ffee58 100%)}[data-theme=lunar-new-year] ._dropdownItemDocker_gjex2_342{color:#ffecb3}@media (width<=768px){._installButtonWrapper--full_gjex2_15 ._splitButtonContainer_gjex2_23{min-height:48px}._installButtonWrapper--full_gjex2_15 ._btnDownloadMain_gjex2_45{min-height:48px;padding:0 1.25rem;font-size:1rem}._installButtonWrapper--full_gjex2_15 ._btnDropdownToggle_gjex2_121{width:40px;min-width:40px}}@media (prefers-reduced-motion:reduce){._btnDownloadMain_gjex2_45,._btnDropdownToggle_gjex2_121,._dropdownItem_gjex2_254,._dropdownMenu_gjex2_158{transition:none!important;animation:none!important}}._languageSwitcher_1ebmr_6{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;width:40px;height:40px;transition:all var(--duration-normal) var(--ease-out);color:var(--color-text);justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:14px;font-weight:500;display:inline-flex;position:relative}._languageSwitcher_1ebmr_6:hover{background:var(--color-surface-hover);border-color:var(--color-primary);box-shadow:var(--shadow-glow);transform:scale(1.05)}._languageSwitcher_1ebmr_6:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}[data-theme=dark] ._languageSwitcher_1ebmr_6{color:var(--color-secondary);background:#0f172acc;border-color:#00ffff26}[data-theme=dark] ._languageSwitcher_1ebmr_6:hover{border-color:var(--color-secondary);box-shadow:var(--shadow-glow-cyan);background:#151e32e6}[data-theme=lunar-new-year] ._languageSwitcher_1ebmr_6{color:var(--color-text);background:#2d0a0ad9;border-color:#ffa00066}[data-theme=lunar-new-year] ._languageSwitcher_1ebmr_6:hover{border-color:var(--color-primary);box-shadow:var(--shadow-glow);background:#3d0e0ee6}._languageSwitcher_1ebmr_6 span:not(._sr-only_1ebmr_64){letter-spacing:.5px;transition:opacity var(--duration-fast) ease;font-weight:600}._languageSwitcher_1ebmr_6:hover span:not(._sr-only_1ebmr_64){opacity:.9}@media (prefers-reduced-motion:reduce){._languageSwitcher_1ebmr_6:hover{transform:none}._languageSwitcher_1ebmr_6:hover span:not(._sr-only_1ebmr_64){opacity:1}}@media (width<=768px){._languageSwitcher_1ebmr_6{width:36px;height:36px;font-size:12px}}._navbar_11x8d_11{z-index:1000;transition:all var(--duration-normal) var(--ease-out);background:var(--color-surface-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);padding:1rem 0;position:fixed;top:0;left:0;right:0;overflow:visible}[data-theme=dark] ._navbar_11x8d_11{background:#030712d9;border-bottom-color:#00ffff1a}._hudLine_11x8d_32{background:linear-gradient(90deg, transparent 0%, var(--color-primary) 20%, var(--color-secondary) 50%, var(--color-primary) 80%, transparent 100%);opacity:.3;height:1px;transition:opacity var(--duration-normal) var(--ease-out);position:absolute;bottom:0;left:1.5rem;right:1.5rem}._navbar_11x8d_11._scrolled_11x8d_50{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);padding:.75rem 0}._navbar_11x8d_11._scrolled_11x8d_50 ._hudLine_11x8d_32{opacity:.6}[data-theme=dark] ._navbar_11x8d_11._scrolled_11x8d_50{background:#030712f2;border-bottom-color:#00ffff26;box-shadow:0 4px 20px #0009}._container_11x8d_69{z-index:1;justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;position:relative;overflow:visible}._logo_11x8d_86{color:var(--color-text);transition:all var(--duration-normal) var(--ease-out);cursor:pointer;align-items:center;gap:.75rem;text-decoration:none;display:flex}._logo_11x8d_86:hover{opacity:.9}._logo_11x8d_86:hover ._logoIcon_11x8d_100{box-shadow:var(--shadow-glow)}._logoIcon_11x8d_100{background:var(--color-surface-hover);border:1px solid var(--color-border);border-radius:var(--radius-md);width:32px;height:32px;transition:all var(--duration-normal) var(--ease-out);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._logoIcon_11x8d_100 img{object-fit:contain;color:currentColor;z-index:1;width:100%;height:100%;position:relative}[data-theme=dark] ._logoIcon_11x8d_100{background:#00ffff0d;border-color:#0ff3}[data-theme=dark] ._logoIcon_11x8d_100 img{color:var(--color-secondary)}._logoText_11x8d_137{font-size:1.25rem;font-weight:700;font-family:var(--font-display);background:var(--gradient-primary);-webkit-text-fill-color:transparent;background-clip:text}._navDesktop_11x8d_151{align-items:center;gap:2rem;display:flex;overflow:visible}._navLink_11x8d_158{color:var(--color-text-secondary);transition:color var(--duration-fast,.15s) ease;cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex;position:relative}._navLinkSupport_11x8d_172,._navLinkGithub_11x8d_173{transition:color var(--duration-fast,.15s) ease, border-color var(--duration-fast,.15s) ease, box-shadow var(--duration-fast,.15s) ease, transform var(--duration-fast,.15s) ease;border:1px solid #0000;border-radius:999px;padding:.625rem .95rem}._navLinkSupport_11x8d_172{border-color:color-mix(in srgb, var(--color-primary) 34%, transparent)}._navLinkSupport_11x8d_172:hover{border-color:color-mix(in srgb, var(--color-primary) 58%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--color-primary) 12%, transparent)}._navLinkGithub_11x8d_173{color:var(--color-text);border-color:color-mix(in srgb, var(--color-primary) 44%, transparent);letter-spacing:.01em;box-shadow:inset 0 0 0 1px #ffffff29, 0 0 0 1px color-mix(in srgb, var(--color-primary) 12%, transparent);font-weight:700}._navLinkGithub_11x8d_173 ._navLinkIcon_11x8d_203{width:1.3rem;height:1.3rem}._navLinkGithub_11x8d_173:before{content:"";border-radius:inherit;pointer-events:none;box-shadow:0 0 24px color-mix(in srgb, var(--color-primary) 18%, transparent);opacity:.9;position:absolute;inset:0}._navLinkGithub_11x8d_173:hover{color:var(--color-primary);border-color:color-mix(in srgb, var(--color-primary) 72%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-primary) 24%, transparent), 0 0 26px color-mix(in srgb, var(--color-primary) 22%, transparent);transform:translateY(-1px)}._navLinkIcon_11x8d_203{flex-shrink:0;justify-content:center;align-items:center;width:1.125rem;height:1.125rem;display:inline-flex}._navLinkIcon_11x8d_203 svg{width:100%;height:100%;color:inherit}._navLinkText_11x8d_242{z-index:1;position:relative}._navLink_11x8d_158:hover{color:var(--color-primary)}[data-theme=dark] ._navLink_11x8d_158:hover{color:var(--color-secondary);text-shadow:0 0 10px #00ffff80}[data-theme=dark] ._navLinkSupport_11x8d_172{border-color:#00ffff38}[data-theme=dark] ._navLinkSupport_11x8d_172:hover{border-color:#00ffff6b;box-shadow:0 0 18px #00ffff1f}[data-theme=dark] ._navLinkGithub_11x8d_173{color:#f8fafc;border-color:#00ffff4d;box-shadow:inset 0 0 0 1px #ffffff0d,0 0 0 1px #00ffff14,0 0 20px #00ffff14}[data-theme=dark] ._navLinkGithub_11x8d_173:before{box-shadow:0 0 28px #00ffff2e}[data-theme=dark] ._navLinkGithub_11x8d_173:hover{color:var(--color-secondary);border-color:#00ffff85;box-shadow:inset 0 0 0 1px #00ffff38,0 0 32px #00ffff29}._navLinkIndicator_11x8d_287{background:var(--gradient-primary);transform-origin:100%;width:100%;height:2px;transition:transform var(--duration-normal,.3s) var(--ease-out);position:absolute;bottom:0;left:0;transform:scaleX(0)}._navLink_11x8d_158:hover ._navLinkIndicator_11x8d_287{transform-origin:0;transform:scaleX(1)}._navLinkSupport_11x8d_172 ._navLinkIndicator_11x8d_287,._navLinkGithub_11x8d_173 ._navLinkIndicator_11x8d_287{display:none}._actions_11x8d_313{align-items:center;gap:1rem;display:flex}._mobileMenuBtn_11x8d_323{border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;width:44px;height:44px;color:var(--color-text);transition:all var(--duration-normal,.3s) var(--ease-out);background:0 0;justify-content:center;align-items:center;padding:0;display:none}._mobileMenuBtn_11x8d_323:hover{background:var(--color-surface-hover);border-color:var(--color-primary)}[data-theme=dark] ._mobileMenuBtn_11x8d_323:hover{border-color:var(--color-secondary);box-shadow:0 0 12px #00ffff26}._mobileMenuBtn_11x8d_323:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}._hamburger_11x8d_354{width:20px;height:14px;position:relative}._hamburgerLine_11x8d_360{background:var(--color-text);width:100%;height:2px;transition:all var(--duration-normal,.3s) var(--ease-out);border-radius:2px;position:absolute;left:0}._line1_11x8d_370{top:0}._line2_11x8d_374{top:50%;transform:translateY(-50%)}._line3_11x8d_379{bottom:0}._mobileMenuBtn_11x8d_323[aria-expanded=true] ._line1_11x8d_370{top:50%;transform:translateY(-50%)rotate(45deg)}._mobileMenuBtn_11x8d_323[aria-expanded=true] ._line2_11x8d_374{opacity:0}._mobileMenuBtn_11x8d_323[aria-expanded=true] ._line3_11x8d_379{bottom:50%;transform:translateY(50%)rotate(-45deg)}[data-theme=dark] ._mobileMenuBtn_11x8d_323{color:var(--color-secondary);border-color:#0ff3}[data-theme=dark] ._hamburgerLine_11x8d_360{background:var(--color-secondary)}._mobileMenu_11x8d_323{z-index:1001;height:100vh;transition:transform var(--duration-normal,.3s) var(--ease-out);position:fixed;top:0;left:0;right:0;transform:translate(100%)}._mobileMenu_11x8d_323._open_11x8d_422{transform:translate(0)}._mobileMenuBg_11x8d_426{background:var(--color-background);opacity:0;transition:opacity var(--duration-normal,.3s) ease;position:absolute;inset:0}._mobileMenu_11x8d_323._open_11x8d_422 ._mobileMenuBg_11x8d_426{opacity:1}._mobileNav_11x8d_438{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(20px);border-left:1px solid var(--color-border);flex-direction:column;gap:.25rem;max-width:300px;height:100%;margin-left:auto;padding:6rem 1.5rem 2rem;display:flex;position:relative}._mobileCtaButton_11x8d_454{width:100%;margin-bottom:1rem}[data-theme=dark] ._mobileNav_11x8d_438{background:#030712f2;border-left-color:#00ffff26}._mobileNavLink_11x8d_464{color:var(--color-text);border-radius:var(--radius-md);transition:all var(--duration-fast,.15s) ease;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;font-size:1.125rem;font-weight:500;text-decoration:none;display:flex}._mobileNavLinkSupport_11x8d_479,._mobileNavLinkGithub_11x8d_480{border:1px solid #0000}._mobileNavLinkSupport_11x8d_479{border-color:color-mix(in srgb, var(--color-primary) 28%, transparent)}._mobileNavLinkGithub_11x8d_480{border-color:color-mix(in srgb, var(--color-primary) 45%, transparent);box-shadow:inset 0 0 0 1px #ffffff24, 0 0 20px color-mix(in srgb, var(--color-primary) 12%, transparent)}._mobileNavIcon_11x8d_495{width:1.5rem;height:1.5rem;color:var(--color-primary);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}._mobileNavIcon_11x8d_495 svg{width:100%;height:100%;color:inherit}[data-theme=dark] ._mobileNavIcon_11x8d_495{color:var(--color-secondary)}._mobileNavLink_11x8d_464:hover{background:var(--color-surface-hover);color:var(--color-primary);transform:translate(-4px)}[data-theme=dark] ._mobileNavLink_11x8d_464:hover{color:var(--color-secondary);box-shadow:var(--shadow-glow-cyan);background:#00ffff1a}[data-theme=dark] ._mobileNavLinkSupport_11x8d_479{border-color:#0ff3}[data-theme=dark] ._mobileNavLinkGithub_11x8d_480{border-color:#00ffff57;box-shadow:inset 0 0 0 1px #ffffff0a,0 0 24px #00ffff1f}._mobileNavText_11x8d_538{font-family:var(--font-display)}._mobileNavArrow_11x8d_542{opacity:0;width:20px;height:20px;transition:all var(--duration-normal,.3s) ease;position:relative;transform:translate(10px)}._mobileNavLink_11x8d_464:hover ._mobileNavArrow_11x8d_542{opacity:1;transform:translate(0)}._mobileNavArrow_11x8d_542:before{content:"";border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;position:absolute;transform:rotate(-45deg)}@media (width<=768px){._navbar_11x8d_11{padding:.75rem 0}._navDesktop_11x8d_151{display:none}._mobileMenuBtn_11x8d_323{display:flex}._hudLine_11x8d_32{left:1rem;right:1rem}}@media (prefers-reduced-motion:reduce){._navbar_11x8d_11,._navbar_11x8d_11._scrolled_11x8d_50,._logo_11x8d_86,._logoIcon_11x8d_100,._navLink_11x8d_158,._navLinkIndicator_11x8d_287,._mobileMenu_11x8d_323,._mobileNavLink_11x8d_464,._hamburgerLine_11x8d_360{transition:none!important}._mobileNavLink_11x8d_464:hover{transform:none!important}}._navDesktop_11x8d_151 ._installButtonWrapper_11x8d_616{position:static}._footer_152xm_11{background:var(--footer-bg);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--footer-border);width:100%;transition:background-color var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);margin-top:auto;position:relative}[data-theme=light] ._footer_152xm_11{--footer-bg:#fffffff2;--footer-border:#e5e7eb;--footer-link-color:#6b7280;--footer-link-hover:var(--color-primary)}[data-theme=dark] ._footer_152xm_11{--footer-bg:#0f172ae6;--footer-border:#ffffff1a;--footer-link-color:#a3a3a3;--footer-link-hover:var(--color-primary);box-shadow:0 -4px 20px #0000004d}[data-theme=lunar-new-year] ._footer_152xm_11{--footer-bg:#521818f2;--footer-border:#ffc1074d;--footer-link-color:#ffe082;--footer-link-hover:#fff9c4}._container_152xm_52{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}._headerRow_152xm_62{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}._logoWrapper_152xm_69{align-items:center;gap:1rem;display:flex}._logo_152xm_69{width:auto;height:24px;color:var(--color-text);transition:color var(--duration-normal) var(--ease-out)}._copyright_152xm_82{color:var(--color-text-secondary);font-size:.875rem;font-weight:400}._divider_152xm_92{background:var(--footer-border);height:1px;transition:background-color var(--duration-normal) var(--ease-out);margin:1.5rem 0}._promoSection_152xm_103{border-radius:var(--radius-md);border:1px solid color-mix(in srgb, #ff6b00 30%, var(--sl-color-gray-5));background:linear-gradient(135deg,#ff6b0026,#ff8c4214);margin:1rem 0;padding:1.5rem}._promoCard_152xm_113{text-align:center;color:var(--color-text-high)}._promoTitle_152xm_118{color:#ff6b00;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}._promoDescription_152xm_125{color:var(--color-text);margin:0 0 1rem;font-size:.9375rem;line-height:1.5}._promoButton_152xm_132{color:#fff;border-radius:var(--radius-full);background:linear-gradient(135deg,#ff6b00,#ff8c42);padding:.625rem 1.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}._promoButton_152xm_132:hover{transform:translateY(-2px);box-shadow:0 4px 16px #ff6b004d}._promoButton_152xm_132:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-full)}._promoButton_152xm_132:active{transform:translateY(0)}._sections_152xm_163{grid-template-columns:var(--footer-grid-template);gap:var(--footer-section-gap);margin-top:2rem;display:grid}@media (width>=768px){._sections_152xm_163{grid-template-columns:repeat(2,1fr)}._sections_152xm_163 ._section_152xm_163:last-child{grid-column:1/-1}}@media (width>=1024px){._sections_152xm_163{grid-template-columns:repeat(3,1fr)}._sections_152xm_163 ._section_152xm_163:last-child{grid-column:auto}}._section_152xm_163{flex-direction:column;gap:1rem;display:flex}._sectionTitle_152xm_203{color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.9375rem;font-weight:600}._sectionLinks_152xm_212{flex-direction:column;gap:.5rem;display:flex}._sectionLink_152xm_212{color:var(--footer-link-color);border-radius:var(--radius-sm);transition:all var(--duration-fast) var(--ease-out);align-items:center;min-height:44px;padding:.5rem 0 .5rem .75rem;font-size:.9375rem;font-weight:400;text-decoration:none;display:flex;position:relative}._sectionLink_152xm_212:hover{color:var(--footer-link-hover);padding-left:1rem}._sectionLink_152xm_212:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}._sectionLink_152xm_212:active{padding-left:.875rem}._sectionLink_152xm_212:before{content:"";background:var(--footer-link-hover);width:0;height:2px;transition:width var(--duration-fast) var(--ease-out);position:absolute;top:50%;left:0;transform:translateY(-50%)}._sectionLink_152xm_212:hover:before{width:6px}._icpSection_152xm_269{border-top:1px solid var(--footer-border);justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}._icpLink_152xm_281{color:var(--color-text-secondary);transition:color var(--duration-fast) var(--ease-out), text-decoration var(--duration-fast) var(--ease-out);font-size:.875rem;text-decoration:none}._icpLink_152xm_281:hover{color:var(--footer-link-hover);text-decoration:underline}._icpLink_152xm_281:focus{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}@media (width<=767px){._container_152xm_52{padding:2rem 1rem}._headerRow_152xm_62{flex-direction:column;align-items:flex-start;gap:.75rem}._logoWrapper_152xm_69{flex-direction:column;align-items:flex-start;gap:.5rem}._sectionTitle_152xm_203,._sectionLink_152xm_212{font-size:.875rem}._icpSection_152xm_269{flex-direction:column;gap:.75rem}._promoSection_152xm_103{padding:1.25rem}._promoTitle_152xm_118{font-size:1rem}._promoDescription_152xm_125{font-size:.875rem}}@media (width>=768px) and (width<=1023px){._container_152xm_52{padding:2.5rem 2rem}}@media (width>=1280px){._container_152xm_52{padding:3rem 2rem}}@media (prefers-reduced-motion:reduce){._footer_152xm_11{transition:background-color .3s,border-color .3s}._sectionLink_152xm_212,._icpLink_152xm_281,._promoButton_152xm_132{transition:color .2s}._sectionLink_152xm_212:hover,._sectionLink_152xm_212:before,._promoButton_152xm_132:hover{transform:none}}@media (prefers-contrast:high){._footer_152xm_11{border-top-width:2px}._sectionLink_152xm_212:focus,._icpLink_152xm_281:focus,._promoButton_152xm_132:focus{outline-width:3px}}@media print{._footer_152xm_11{box-shadow:none;background:#fff;border-top:1px solid #000}._sectionLink_152xm_212{color:#000}._promoSection_152xm_103{background:#fff5eb;border:1px solid #ff6b00}._promoTitle_152xm_118{color:#ff6b00}._promoButton_152xm_132{color:#fff;background:#ff6b00}}
