@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 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 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}main.homepage section>.tech-grid-bg,main.homepage section>.bgGlow{pointer-events:none;z-index:0;position:absolute;inset:0;max-width:none!important;margin:0!important;padding:0!important}.hero-badge{color:var(--color-success);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#22c55e26 0%,#00ffff1a 100%);border:1px solid #22c55e4d;border-radius:2rem;align-items:center;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;animation:.6s ease-out backwards fadeInUp;display:inline-flex}[data-theme=dark] .hero-badge{background:linear-gradient(135deg,#22c55e33 0%,#00ffff26 100%);border-color:#22c55e66;box-shadow:0 0 20px #22c55e26}.hero-value-prop{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0;animation:.8s ease-out .4s backwards fadeInUp;display:flex}.value-point{background:var(--color-surface-glass);backdrop-filter:blur(10px);border:1px solid var(--color-border);color:var(--color-text-secondary);border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;transition:all .3s ease-out;display:flex}.value-point svg{width:18px;height:18px;color:var(--color-success);flex-shrink:0}[data-theme=dark] .value-point svg{color:#4ade80;filter:drop-shadow(0 0 4px #4ade8080)}.value-point:hover{border-color:var(--color-success);transform:translateY(-2px);box-shadow:0 4px 12px #22c55e26}[data-theme=dark] .value-point:hover{box-shadow:0 4px 15px #4ade8040}.features{padding:4rem 0 6rem}.faq{padding:7rem 0 3rem}.builder-intro{background:var(--color-surface-glass);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:6rem 0 5rem}.builder-intro 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:.5rem}.section-description{text-align:center;color:var(--color-text-secondary);margin-bottom:3rem;font-size:1.1rem}.builder-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto 3rem;display:grid}.builder-feature{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:.75rem;padding:2rem;transition:transform .2s ease-out,box-shadow .2s ease-out}.builder-feature:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.builder-feature:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.builder-icon{width:64px;height:64px;color:var(--color-primary);background:var(--color-surface-hover);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.builder-icon svg{width:32px;height:32px}.builder-feature h3{color:var(--color-text);margin-bottom:.75rem;font-size:1.25rem}.builder-feature p{color:var(--color-text-secondary);line-height:1.6}.builder-cta{text-align:center}.mirror-sources{padding:7rem 0 5rem}.mirror-sources 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:.5rem}.mirror-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.mirror-card{background:var(--color-surface-glass);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:.75rem;padding:2rem;transition:transform .2s ease-out,box-shadow .2s ease-out}.mirror-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.mirror-card:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.mirror-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.mirror-logo{width:32px;height:32px;color:var(--color-primary);flex-shrink:0}.mirror-header h3{color:var(--color-text);margin:0;font-size:1.25rem}.mirror-card p{color:var(--color-text-secondary);margin-bottom:1rem}.mirror-command{background:var(--color-surface-hover);border-radius:.5rem;padding:1rem;overflow-x:auto}.mirror-command code{color:var(--color-primary);white-space:nowrap;font-family:Courier New,monospace;font-size:.875rem}[data-theme=dark] .mirror-command code{color:#4ade80}[data-theme=lunar-new-year] .mirror-command code{color:#ffd54f}.cta-section{text-align:center;background:var(--color-surface-glass);border-top:1px solid var(--color-border);padding:6rem 0 7rem}.cta-section h2{letter-spacing:-.03em;color:var(--color-text);font-size:clamp(2rem,6vw,3rem);font-weight:900;font-family:var(--font-display);margin-bottom:1rem}.cta-section p{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}[data-theme=lunar-new-year] .builder-feature{border-color:#ffc1074d}[data-theme=lunar-new-year] .builder-feature:hover{border-color:#ffc10780}@media (width<=768px){.hero-content h1{font-size:2rem}.hero-cta,.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.features-grid,.mirror-grid,.builder-content{grid-template-columns:1fr}.faq-item summary{min-height:48px;padding:1.25rem 1.5rem}}@media (width>=768px) and (width<=1024px){.features-grid,.mirror-grid{grid-template-columns:repeat(2,1fr)}}.tag-icon:where(.astro-ipxc4hyk){align-items:center;margin-right:.25rem;display:inline-flex}.tag-icon:where(.astro-ipxc4hyk) svg:where(.astro-ipxc4hyk){color:var(--color-primary)}:where(.astro-ipxc4hyk)[data-theme=lunar-new-year] .tag-icon:where(.astro-ipxc4hyk) svg:where(.astro-ipxc4hyk){color:#ffd54f}
