@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";@layer starlight.components{svg:where(.astro-c6vsoqas){color:var(--sl-icon-color);font-size:var(--sl-icon-size, 1em);width:1em;height:1em}}@layer starlight.components{starlight-tabs:where(.astro-esqgolmp){display:block}.tablist-wrapper:where(.astro-esqgolmp){overflow-x:auto}:where(.astro-esqgolmp)[role=tablist]{display:flex;list-style:none;border-bottom:2px solid var(--sl-color-gray-5);padding:0}.tab:where(.astro-esqgolmp){display:flex}.tab:where(.astro-esqgolmp)>:where(.astro-esqgolmp)[role=tab]{--sl-tab-color-border: var(--sl-color-gray-5);display:flex;align-items:center;gap:.5rem;line-height:var(--sl-line-height-headings);padding:.275rem 1.25rem;text-decoration:none;box-shadow:0 2px 0 var(--sl-tab-color-border);color:var(--sl-color-gray-3);outline-offset:var(--sl-outline-offset-inside);overflow-wrap:initial}.tab:where(.astro-esqgolmp) :where(.astro-esqgolmp)[role=tab][aria-selected=true]{--sl-tab-color-border: var(--sl-color-text-accent);color:var(--sl-color-white);font-weight:600}.tablist-wrapper:where(.astro-esqgolmp)~[role=tabpanel]{margin-top:1rem}}@layer starlight.components{.sl-steps{--bullet-size: calc(var(--sl-line-height) * 1rem);--bullet-margin: .375rem;list-style:none;counter-reset:steps-counter var(--sl-steps-start, 0);padding-inline-start:0}.sl-steps>li{counter-increment:steps-counter;position:relative;padding-inline-start:calc(var(--bullet-size) + 1rem);padding-bottom:1px;min-height:calc(var(--bullet-size) + var(--bullet-margin))}.sl-steps>li+li{margin-top:0}.sl-steps>li:before{content:counter(steps-counter);position:absolute;top:0;inset-inline-start:0;width:var(--bullet-size);height:var(--bullet-size);line-height:var(--bullet-size);font-size:var(--sl-text-xs);font-weight:600;text-align:center;color:var(--sl-color-white);background-color:var(--sl-color-gray-6);border-radius:99rem;box-shadow:inset 0 0 0 1px var(--sl-color-gray-5)}.sl-steps>li:after{--guide-width: 1px;content:"";position:absolute;top:calc(var(--bullet-size) + var(--bullet-margin));bottom:var(--bullet-margin);inset-inline-start:calc((var(--bullet-size) - var(--guide-width)) / 2);width:var(--guide-width);background-color:var(--sl-color-hairline-light)}}@layer starlight.content{.sl-steps>li>:first-child{--lh: calc(1em * var(--sl-line-height));--shift-y: calc(.5 * (var(--bullet-size) - var(--lh)));transform:translateY(var(--shift-y));margin-bottom:var(--shift-y)}.sl-steps>li>:first-child:where(h1,h2,h3,h4,h5,h6){--lh: calc(1em * var(--sl-line-height-headings))}@supports (--prop: 1lh){.sl-steps>li>:first-child{--lh: 1lh}}}: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}main.homepage section>.tech-grid-bg,main.homepage section>.bgGlow{max-width:none!important;margin:0!important;padding:0!important;position:absolute;inset:0;pointer-events:none;z-index:0}.hero-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#0080ff26,#00ffff1a);border:1px solid rgba(0,128,255,.3);border-radius:2rem;font-size:.875rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .hero-badge{background:linear-gradient(135deg,#0080ff33,#00ffff26);border-color:#0ff6;box-shadow:0 0 20px #00ffff26}.hero-value-prop{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:2rem 0}.value-point{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:var(--color-surface-glass);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:.75rem;font-size:.9rem;color:var(--color-text-secondary);transition:all .3s ease-out}.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 rgba(74,222,128,.5))}.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}.download-buttons{display:grid;gap:1rem;justify-content:center;margin-bottom:1.5rem;grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:768px){.download-buttons{max-width:800px;grid-template-columns:1fr;gap:1rem;margin-left:auto;margin-right:auto}.download-buttons>.download-option-wrapper--recommended{grid-column:1;max-width:100%}.download-buttons>:not(.download-option-wrapper--recommended){max-width:90%;margin-left:auto;margin-right:auto}}@media(min-width:768px){.download-option-wrapper--recommended .btn-download-primary{min-height:72px;font-size:1.25rem}.download-option-wrapper--recommended .btn-label{font-size:1.25rem}.download-option-wrapper--recommended .btn-sublabel{font-size:1rem}}.btn-primary.btn-recommended{position:relative;padding:1rem 2rem;min-height:56px;font-size:1.1rem;border:2px solid var(--color-primary);box-shadow:var(--shadow-glow),0 0 30px #0080ff4d;transform:scale(1)}.download-buttons .btn-primary:not(.btn-recommended){opacity:.8;transform:scale(.95)}.download-buttons .btn-primary:not(.btn-recommended):hover{opacity:1;transform:scale(.98) translateY(-2px)}.error-message{padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:.5rem;color:var(--color-text)}starlight-tabs{display:block;margin-top:1.5rem}.tablist-wrapper{overflow-x:auto;border:1px solid var(--color-border);border-radius:.5rem .5rem 0 0;background:var(--color-surface-hover)}[role=tablist]{display:flex;list-style:none;border-bottom:1px solid var(--color-border);padding:0;margin:0}.tab{display:flex}.tab>[role=tab]{display:flex;align-items:center;gap:.5rem;line-height:1.5;padding:.75rem 1.5rem;text-decoration:none;color:var(--color-text-secondary)!important;font-weight:500;border-bottom:2px solid transparent;outline-offset:2px}[data-theme=dark] .tab>[role=tab]{color:var(--color-text-secondary)!important}[data-theme=lunar-new-year] .tab>[role=tab]{color:#ffe082!important}.tab [role=tab][aria-selected=true]{color:var(--color-primary)!important;font-weight:600;border-bottom-color:var(--color-primary)}[data-theme=dark] .tab [role=tab][aria-selected=true]{color:var(--color-primary)!important}[data-theme=lunar-new-year] .tab [role=tab][aria-selected=true]{color:#ffd54f!important;border-bottom-color:#ffd54f}.tab>[role=tab]:hover{background:var(--color-surface)}[data-theme=dark] .tab>[role=tab]:hover{background:var(--color-surface-hover)}[data-theme=lunar-new-year] .tab>[role=tab]:hover{background:#631f1f}.tab>[role=tab]:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}[role=tabpanel]{margin-top:1rem;padding:1.5rem;border:1px solid var(--color-border);border-top:none;border-radius:0 0 .5rem .5rem;background:var(--color-surface);color:var(--color-text-secondary)}[data-theme=dark] [role=tabpanel]{color:var(--color-text-secondary)}[data-theme=lunar-new-year] [role=tabpanel]{color:#ffe082}[role=tabpanel] p,[data-theme=dark] [role=tabpanel] p{color:var(--color-text-secondary)!important}[data-theme=lunar-new-year] [role=tabpanel] p{color:#ffe082!important}[role=tabpanel] strong{color:var(--color-text)!important;font-weight:600}[data-theme=dark] [role=tabpanel] strong{color:var(--color-text)!important}[data-theme=lunar-new-year] [role=tabpanel] strong{color:#fff9c4!important}[role=tabpanel] h3,[data-theme=dark] [role=tabpanel] h3{color:var(--color-text)!important}[data-theme=lunar-new-year] [role=tabpanel] h3{color:#fff9c4!important}[role=tabpanel] li,[data-theme=dark] [role=tabpanel] li{color:var(--color-text-secondary)!important}[data-theme=lunar-new-year] [role=tabpanel] li{color:#ffe082!important}[role=tabpanel] li strong,[data-theme=dark] [role=tabpanel] li strong{color:var(--color-text)!important}[data-theme=lunar-new-year] [role=tabpanel] li strong{color:#fff9c4!important}.system-requirements{padding:5rem 0 6rem}.installation-guide{padding:7rem 0 5rem}.version-history{padding:6rem 0 7rem}.system-requirements h2,.installation-guide h2,.version-history 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)}.requirements-content,.guide-content{padding:1.5rem}.requirements-content p,.guide-content p{margin-bottom:.75rem;color:var(--color-text-secondary)!important}.requirements-content strong,.guide-content strong{color:inherit;font-weight:600}[data-theme=dark] .requirements-content strong,[data-theme=dark] .guide-content strong{color:var(--color-text)}[data-theme=lunar-new-year] .requirements-content strong,[data-theme=lunar-new-year] .guide-content strong{color:#fff9c4}.requirements-content code,.guide-content code{background:var(--color-surface-hover);padding:.125rem .375rem;border-radius:.25rem;font-size:.875em;color:var(--color-primary)}[data-theme=dark] .requirements-content code,[data-theme=dark] .guide-content code{color:#4ade80}[data-theme=lunar-new-year] .requirements-content code,[data-theme=lunar-new-year] .guide-content code{color:#ffd54f}.guide-content ol{padding-left:1.5rem}.guide-content li{margin-bottom:1.5rem;line-height:1.6;color:var(--color-text-secondary)!important}.guide-content li strong{color:inherit;font-weight:600}[data-theme=dark] .guide-content li strong{color:var(--color-text)}[data-theme=lunar-new-year] .guide-content li strong{color:#fff9c4}.guide-content h3{margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;color:var(--color-text)!important}.version-list{display:flex;flex-direction:column;gap:1.5rem}.version-item{border:1px solid var(--color-border);border-radius:.5rem;overflow:hidden}.version-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--color-surface)}.version-header h3{margin:0;font-size:1.25rem;color:var(--color-text)}.latest-badge{padding:.25rem .75rem;background:var(--color-primary);color:var(--color-background);border-radius:1rem;font-size:.75rem;font-weight:600}.version-item details{padding:0 1.5rem 1.5rem}.version-item summary{cursor:pointer;padding:1rem 0;color:var(--color-primary);font-weight:500;transition:color .2s ease-out}.version-item summary:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.version-item summary:hover{color:var(--color-primary-dark)}.version-downloads{margin-top:1.5rem}.version-downloads table{width:100%;border-collapse:collapse}.version-downloads th,.version-downloads td{padding:.75rem;text-align:left;border-bottom:1px solid var(--color-border);color:var(--color-text-secondary)!important}.version-downloads tbody tr:nth-child(2n){background:var(--color-surface-hover)}.version-downloads tbody tr:hover{background:var(--color-surface-hover);transition:background-color .2s ease-out}.version-downloads th{font-weight:600;color:var(--color-text)!important;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.version-downloads a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s ease-out}.version-downloads a:hover{color:var(--color-primary-dark);text-decoration:underline}.all-versions-link{text-align:center;margin-top:2rem}.all-versions-link a{color:var(--color-primary);text-decoration:none;font-weight:500;cursor:pointer;transition:color .2s ease-out}.all-versions-link a:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.all-versions-link a:hover{color:var(--color-primary-dark);text-decoration:underline}@media(max-width:768px){.hero-content h1{font-size:2rem}.download-buttons{flex-direction:column;align-items:stretch}.btn-primary{width:100%;min-height:48px}.features-grid{grid-template-columns:1fr}.version-downloads{overflow-x:auto}.version-downloads table{min-width:500px}.faq-item summary{padding:1.25rem 1.5rem;min-height:48px;display:flex;align-items:center}.version-item summary{padding:1.25rem 0;min-height:48px;display:flex;align-items:center}}@media(min-width:768px)and (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}.channel-selector{display:flex;gap:.75rem;justify-content:center;margin:2rem 0}.channel-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--color-surface-glass);backdrop-filter:blur(10px);border:2px solid var(--color-border);border-radius:.75rem;font-size:.95rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all .3s ease-out;outline:none}.channel-tab:hover{border-color:var(--color-primary);background:var(--color-surface-hover);transform:translateY(-2px)}.channel-tab:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.channel-tab--active{border-color:var(--color-primary);background:linear-gradient(135deg,#0080ff1a,#00ffff0d);color:var(--color-primary);font-weight:600;box-shadow:0 0 20px #0080ff33}[data-theme=dark] .channel-tab--active{background:linear-gradient(135deg,#0080ff33,#00ffff1a);box-shadow:0 0 25px #00ffff4d}.channel-icon{font-size:1.2rem;line-height:1}.channel-label{line-height:1}.beta-warning{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;margin:1.5rem auto;max-width:600px;background:linear-gradient(135deg,#ffc1071a,#ff98000d);border:1px solid rgba(255,193,7,.3);border-left:4px solid #FFC107;border-radius:.75rem}[data-theme=dark] .beta-warning{background:linear-gradient(135deg,#ffc10726,#ff98001a);border-color:#ffc10766;box-shadow:0 0 20px #ffc10726}.beta-warning .warning-icon{width:24px;height:24px;flex-shrink:0;color:#ffc107;margin-top:.125rem}[data-theme=dark] .beta-warning .warning-icon{filter:drop-shadow(0 0 4px rgba(255,193,7,.6))}.beta-warning .warning-content{flex:1}.beta-warning strong{display:block;margin-bottom:.25rem;color:#ffc107;font-size:.95rem}[data-theme=dark] .beta-warning strong{color:#ffd54f}.beta-warning p{margin:0;font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.beta-tag{display:inline-block;padding:.125rem .5rem;margin-left:.5rem;background:#ffc10726;border:1px solid rgba(255,193,7,.3);border-radius:.25rem;font-size:.75rem;font-weight:600;color:#ffc107}[data-theme=dark] .beta-tag{background:#ffc10733;border-color:#ffc10766;color:#ffd54f}@media(max-width:768px){.channel-selector{flex-direction:column;gap:.5rem}.channel-tab{width:100%;justify-content:center;padding:.875rem 1rem}.beta-warning{padding:.875rem 1.25rem}.beta-warning .warning-icon{width:20px;height:20px}}.installation-steps{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}.installation-steps h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--color-text, #ffffff)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.step-card{background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:.75rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:200px;display:flex;flex-direction:column;align-items:center;text-align:center}.step-card:hover{background:#ffffff1f;border-color:#0080ff66;box-shadow:0 4px 16px #0080ff26;transform:translateY(-4px)}.step-card:focus-within{outline:none;box-shadow:0 0 0 3px var(--color-primary, #0080FF),0 0 0 6px #0080ff33}.step-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0080ff,#0cc,#22c55e);color:#fff;font-size:1.5rem;font-weight:700;border-radius:50%;margin-bottom:1rem;box-shadow:0 4px 12px #0080ff4d;flex-shrink:0}.step-card h3{font-size:1.125rem;font-weight:600;color:var(--color-text, #ffffff);margin:0 0 .75rem}.step-card p{font-size:.9375rem;color:var(--color-text-secondary, rgba(255, 255, 255, .7));line-height:1.5;margin:0}[data-theme=dark] .step-card{background:#ffffff0d;border-color:#ffffff1a}[data-theme=dark] .step-card:hover{background:#ffffff14;border-color:#00c8ff80;box-shadow:0 4px 16px #00c8ff33}[data-theme=dark] .step-number{background:linear-gradient(135deg,#0080ff,#0cc,#22c55e);box-shadow:0 4px 12px #00c8ff66}[data-theme=dark] .step-card p{color:#fff9}[data-theme=lunar-new-year] .step-card{background:#ffc1070d;border-color:#ffc10733}[data-theme=lunar-new-year] .step-card:hover{background:#ffc10714;border-color:#ff572266;box-shadow:0 4px 16px #ff572233}[data-theme=lunar-new-year] .step-number{background:linear-gradient(135deg,#ff1744,#ff9100,#ffd600);box-shadow:0 4px 12px #ff17444d}[data-theme=lunar-new-year] .step-card p{color:#ffffffb3}@media(max-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.installation-steps{padding:3rem 1rem}.installation-steps h2{font-size:1.75rem;margin-bottom:2rem}.step-card{padding:1.25rem;min-height:180px}.step-number{width:42px;height:42px;font-size:1.25rem}.step-card h3{font-size:1rem}.step-card p{font-size:.875rem}}@media(max-width:480px){.steps-grid{grid-template-columns:1fr;gap:.875rem}.installation-steps{padding:2.5rem .75rem}.installation-steps h2{font-size:1.5rem;margin-bottom:1.5rem}.step-card{padding:1.125rem;min-height:160px}.step-number{width:40px;height:40px;font-size:1.125rem}.step-card h3{font-size:.9375rem}.step-card p{font-size:.8125rem}}@media(prefers-reduced-motion:reduce){.step-card{transition:none}.step-card:hover{transform:none}.step-number{transition:none}}@supports not (backdrop-filter: blur(16px)){.step-card{background:#fffffff2}[data-theme=dark] .step-card{background:#1e1e1ef2}[data-theme=lunar-new-year] .step-card{background:#281e14f2}}._downloadSection_alao7_13{display:flex;flex-direction:column;align-items:center;gap:2rem;margin:2.5rem 0;width:100%;max-width:900px;margin-left:auto;margin-right:auto}._macNotice_alao7_25{margin:0;padding:.75rem 1rem;width:100%;max-width:900px;border-radius:.75rem;border:1px solid rgba(255,177,66,.45);background:#ffb1421f;color:#ffdfa7;font-size:.9375rem;font-weight:600;text-align:center}._buttonGroup_alao7_43{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:900px;margin:0 auto}._platformButton_alao7_56{position:relative;display:flex;flex-direction:column}._splitButtonContainer_alao7_62{position:relative;display:flex;align-items:stretch;min-height:56px}._btnDownloadMain_alao7_70{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.25rem;flex:1;text-decoration:none;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;text-align:center}._platformButtonPrimary_alao7_86 ._btnDownloadMain_alao7_70{background:linear-gradient(135deg,#0080ff,#0cc,#22c55e);background-size:200% 200%;color:#fff;border-radius:.75rem 0 0 .75rem;box-shadow:0 4px 16px #0080ff33,0 0 0 1px #ffffff1a inset;animation:_gradient-shift_alao7_1 8s ease-in-out infinite}._platformButtonPrimary_alao7_86 ._btnDownloadMain_alao7_70:hover{background-position:100% 50%;box-shadow:0 8px 24px #0080ff4d,0 0 0 1px #fff3 inset,0 0 32px #0cc3}._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:.75rem 0 0 .75rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 2px 8px #0000001a,0 0 0 1px #ffffff0d inset}._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70:hover{background:#ffffff2e;border-color:#0080ff66;box-shadow:0 4px 16px #00000026,0 0 0 1px #0080ff1a inset}._btnDropdownToggle_alao7_123{display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;border:none;border-left:1px solid rgba(255,255,255,.25);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#fff}._platformButtonPrimary_alao7_86 ._btnDropdownToggle_alao7_123{background:linear-gradient(135deg,#0080ff,#0cc,#22c55e);background-size:200% 200%;border-radius:0 .75rem .75rem 0;box-shadow:0 4px 16px #0080ff33,0 0 0 1px #ffffff1a inset;animation:_gradient-shift_alao7_1 8s ease-in-out infinite}._platformButtonPrimary_alao7_86 ._btnDropdownToggle_alao7_123:hover{background-position:100% 50%}._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123{background:#ffffff14;border-left-color:#ffffff26;border-radius:0 .75rem .75rem 0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 2px 8px #0000001a,0 0 0 1px #ffffff0d inset}._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123:hover{background:#ffffff1f;border-left-color:#0080ff66}._btnDropdownToggle_alao7_123 svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}._btnDropdownToggle_alao7_123[aria-expanded=true] svg{transform:rotate(180deg)}._platformButtonLabel_alao7_176{display:flex;align-items:center;gap:.5rem;position:relative;z-index:1}._platformName_alao7_184{font-size:1.125rem;font-weight:700;line-height:1.2}._recommendedBadge_alao7_191{padding:.25rem .625rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.6875rem;font-weight:700;border-radius:1rem;box-shadow:0 2px 8px #22c55e66;position:relative;z-index:1;animation:_badge-pulse_alao7_1 2s ease-in-out infinite}@keyframes _badge-pulse_alao7_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes _gradient-shift_alao7_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._dropdownMenu_alao7_229{position:absolute;top:calc(100% + .5rem);left:0;right:0;z-index:100;min-width:260px;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,128,255,.15);border-radius:.75rem;box-shadow:0 8px 32px #0080ff26,0 0 0 1px #0080ff0d inset;padding:.625rem;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s cubic-bezier(.4,0,.2,1),visibility 0s linear .25s}._platformButton_alao7_56[aria-expanded=true] ._dropdownMenu_alao7_229{opacity:1;visibility:visible;transform:translateY(0);transition:all .25s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s}._dropdownGroupLabel_alao7_260{position:relative;display:flex;align-items:center;padding:.375rem .625rem;margin:0 0 .375rem;font-size:.6875rem;font-weight:700;color:#0080ff;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#0080ff14,#00cccc14);border-radius:.5rem}._dropdownGroupLabel_alao7_260:before{content:"";position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:3px;height:12px;border-radius:2px}._platformLabel_alao7_286{padding-left:.75rem}._platform--windows_alao7_291:before{background:linear-gradient(180deg,#0080ff,#06c)}._platform--macos_alao7_296:before{background:linear-gradient(180deg,#9b59b6,#8e44ad)}._platform--linux_alao7_301:before{background:linear-gradient(180deg,#e67e22,#d35400)}._dropdownList_alao7_306{display:flex;flex-direction:column;gap:.375rem}._dropdownItem_alao7_313{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .875rem;min-height:44px;background:#0080ff08;border:1px solid rgba(0,128,255,.1);border-radius:.625rem;color:#475569;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}._dropdownItem_alao7_313:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0080ff,#0cc,#22c55e);background-size:200% 200%;opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1);z-index:0}._dropdownItem_alao7_313:hover{background:#0080ff0f;border-color:#0080ff40;color:#0f172a;transform:translate(2px);box-shadow:0 2px 8px #0080ff26}._dropdownItem_alao7_313:hover:before{opacity:.08}._dropdownItem_alao7_313:focus-visible{outline:none;box-shadow:0 0 0 2px #0080ff,inset 0 0 0 2px #fff}._dropdownItemLabel_alao7_362{flex:1;text-align:left;position:relative;z-index:1}._dropdownItem_alao7_313 svg{position:relative;z-index:1;flex-shrink:0;color:#0080ff;width:1.25rem;height:1.25rem}._dropdownHistoryBtn_alao7_379{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:44px;padding:.625rem .875rem;margin-top:.5rem;background:linear-gradient(135deg,#0080ff0d,#00cccc0d);border:1px solid rgba(0,128,255,.2);border-radius:.625rem;color:#0080ff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}._dropdownHistoryBtn_alao7_379:hover{background:linear-gradient(135deg,#0080ff1a,#00cccc1a);border-color:#0080ff59;color:#06c;box-shadow:0 2px 8px #0080ff26;transform:translateY(-1px)}._dropdownHistoryBtn_alao7_379:focus-visible{outline:none;box-shadow:0 0 0 2px #0080ff}._dropdownHistoryBtn_alao7_379 svg{color:#0080ff;width:1rem;height:1rem}._modalOverlay_alao7_421{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:_modalFadeIn_alao7_1 .2s ease-out}@keyframes _modalFadeIn_alao7_1{0%{opacity:0}to{opacity:1}}._modalContent_alao7_444{position:relative;width:100%;max-width:440px;padding:2rem;background:var(--color-surface, #1a1a2e);border:1px solid var(--color-border, rgba(0, 128, 255, .2));border-radius:1.25rem;box-shadow:0 24px 64px #0006;animation:_modalSlideIn_alao7_1 .3s ease-out}@keyframes _modalSlideIn_alao7_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._modalClose_alao7_467{position:absolute;top:1rem;right:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.5rem;color:var(--color-text-secondary, rgba(255, 255, 255, .5));cursor:pointer;transition:all .2s ease-out}._modalClose_alao7_467:hover{background:var(--color-surface-hover, rgba(255, 255, 255, .1));color:var(--color-text, #ffffff)}._modalHeader_alao7_489{text-align:center;margin-bottom:2rem}._modalIcon_alao7_494{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;border-radius:1rem;color:#fff}._modalIconGradient_alao7_505{background:linear-gradient(135deg,#0080ff,#0cc);box-shadow:0 8px 24px #0080ff4d}._modalIconSuccess_alao7_510{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 8px 24px #22c55e4d}._modalTitle_alao7_515{font-size:1.5rem;font-weight:700;color:var(--color-text, #ffffff);margin:0 0 .75rem}._modalDescription_alao7_522{font-size:.9375rem;color:var(--color-text-secondary, rgba(255, 255, 255, .6));margin:0;line-height:1.5}._modalForm_alao7_529{display:flex;flex-direction:column;gap:1.25rem}._inputGroup_alao7_535{display:flex;flex-direction:column;gap:.5rem}._inputLabel_alao7_541{font-size:.875rem;font-weight:500;color:var(--color-text, #ffffff)}._input_alao7_535{width:100%;padding:.875rem 1rem;background:var(--color-surface-glass, rgba(255, 255, 255, .04));border:1px solid var(--color-border, rgba(255, 255, 255, .15));border-radius:.75rem;color:var(--color-text, #ffffff);font-size:.9375rem;transition:all .2s ease-out;outline:none}._input_alao7_535::placeholder{color:var(--color-text-secondary, rgba(255, 255, 255, .3))}._input_alao7_535:hover{border-color:var(--color-primary, rgba(0, 128, 255, .4))}._input_alao7_535:focus{border-color:var(--color-primary, #0080FF);box-shadow:0 0 0 3px #0080ff26}._input_alao7_535:disabled{opacity:.5;cursor:not-allowed}._submitButton_alao7_577{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#0080ff,#0cc);border:none;border-radius:.75rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease-out;box-shadow:0 4px 16px #0080ff4d}._submitButton_alao7_577:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0080ff66}._submitButton_alao7_577:active:not(:disabled){transform:translateY(0)}._submitButton_alao7_577:disabled{opacity:.5;cursor:not-allowed}._modalTerms_alao7_609{font-size:.75rem;color:var(--color-text-secondary, rgba(255, 255, 255, .4));text-align:center;margin:0}._modalTerms_alao7_609 a{color:var(--color-primary, #0080FF);text-decoration:none}._modalTerms_alao7_609 a:hover{text-decoration:underline}._modalSuccess_alao7_625{text-align:center;padding:1rem 0}._modalSuccess_alao7_625 ._modalDescription_alao7_522 strong{color:var(--color-primary, #0080FF)}._loadingSpinner_alao7_634{width:20px;height:20px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:_spin_alao7_1 .8s linear infinite}@keyframes _spin_alao7_1{to{transform:rotate(360deg)}}._loadingState_alao7_653,._errorState_alao7_654{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;text-align:center;color:var(--color-text, #ffffff)}._errorIcon_alao7_665{font-size:3rem}._errorState_alao7_654 h3{font-size:1.25rem;font-weight:700;margin:0}._errorState_alao7_654 p{font-size:.9375rem;color:var(--color-text-secondary, rgba(255, 255, 255, .6));margin:.5rem 0 1rem;max-width:400px}[data-theme=dark] ._platformButtonPrimary_alao7_86 ._btnDownloadMain_alao7_70{background:linear-gradient(135deg,#0080ff,#0cc,#22c55e);background-size:200% 200%;box-shadow:0 4px 16px #0080ff4d,0 0 0 1px #ffffff1a inset;animation:_gradient-shift_alao7_1 8s ease-in-out infinite}[data-theme=dark] ._platformButtonPrimary_alao7_86 ._btnDownloadMain_alao7_70:hover{background-position:100% 50%;box-shadow:0 8px 24px #0080ff66,0 0 0 1px #ffffff26 inset,0 0 32px #00cccc4d}[data-theme=dark] ._platformButtonPrimary_alao7_86 ._btnDropdownToggle_alao7_123{background:linear-gradient(135deg,#0080ff,#0cc,#22c55e);background-size:200% 200%;box-shadow:0 4px 16px #0080ff4d,0 0 0 1px #ffffff1a inset;animation:_gradient-shift_alao7_1 8s ease-in-out infinite}[data-theme=dark] ._platformButtonPrimary_alao7_86 ._btnDropdownToggle_alao7_123:hover{background-position:100% 50%}[data-theme=dark] ._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70{background:#ffffff14;border-color:#ffffff26;color:#fff;box-shadow:0 2px 8px #0003,0 0 0 1px #ffffff0d inset}[data-theme=dark] ._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70:hover{background:#ffffff1f;border-color:#0080ff80;box-shadow:0 4px 16px #0000004d,0 0 0 1px #0080ff26 inset}[data-theme=dark] ._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123{background:#ffffff14;border-left-color:#ffffff26;box-shadow:0 2px 8px #0003,0 0 0 1px #ffffff0d inset}[data-theme=dark] ._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123:hover{background:#ffffff1f;border-left-color:#0080ff80}[data-theme=dark] ._dropdownMenu_alao7_229{background:#1e293bf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:#0080ff40;box-shadow:0 8px 32px #0006,0 0 0 1px #0080ff1a inset}[data-theme=dark] ._dropdownGroupLabel_alao7_260{background:linear-gradient(135deg,#0080ff26,#00cccc26);color:#0cc}[data-theme=dark] ._dropdownItem_alao7_313{background:#0080ff14;border-color:#0080ff33;color:#cbd5e1}[data-theme=dark] ._dropdownItem_alao7_313:hover{background:#0080ff26;border-color:#0080ff66;color:#fff;box-shadow:0 2px 8px #0080ff40}[data-theme=dark] ._dropdownItem_alao7_313:before{background:linear-gradient(135deg,#0080ff,#0cc,#22c55e);background-size:200% 200%}[data-theme=dark] ._dropdownHistoryBtn_alao7_379{background:linear-gradient(135deg,#0080ff1a,#00cccc1a);border-color:#0080ff4d;color:#0cc}[data-theme=dark] ._dropdownHistoryBtn_alao7_379:hover{background:linear-gradient(135deg,#0080ff2e,#00cccc2e);border-color:#0080ff80;color:#0cc;box-shadow:0 2px 8px #0080ff40}[data-theme=dark] ._dropdownHistoryBtn_alao7_379 svg{color:#0cc}[data-theme=dark] ._platform--windows_alao7_291:before{background:linear-gradient(180deg,#06c,#004c99)}[data-theme=dark] ._platform--macos_alao7_296:before{background:linear-gradient(180deg,#7b3996,#6e349d)}[data-theme=dark] ._platform--linux_alao7_301:before{background:linear-gradient(180deg,#c66e12,#b34400)}[data-theme=lunar-new-year] ._platformButtonPrimary_alao7_86 ._btnDownloadMain_alao7_70{background:linear-gradient(135deg,#ff1744,#ff9100,#ffd600);background-size:200% 200%;box-shadow:0 4px 16px #ff17444d,0 0 0 1px #ffffff1a inset;animation:_gradient-shift-lunar_alao7_1 8s ease-in-out infinite}@keyframes _gradient-shift-lunar_alao7_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}[data-theme=lunar-new-year] ._platformButtonPrimary_alao7_86 ._btnDownloadMain_alao7_70:hover{background-position:100% 50%;box-shadow:0 8px 24px #ff174466,0 0 0 1px #ffffff26 inset,0 0 32px #ff91004d}[data-theme=lunar-new-year] ._platformButtonPrimary_alao7_86 ._btnDropdownToggle_alao7_123{background:linear-gradient(135deg,#ff1744,#ff9100,#ffd600);background-size:200% 200%;box-shadow:0 4px 16px #ff17444d,0 0 0 1px #ffffff1a inset;animation:_gradient-shift-lunar_alao7_1 8s ease-in-out infinite}[data-theme=lunar-new-year] ._platformButtonPrimary_alao7_86 ._btnDropdownToggle_alao7_123:hover{background-position:100% 50%}[data-theme=lunar-new-year] ._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70{background:#ffffff1f;border-color:#ffc1074d;color:#fff;box-shadow:0 2px 8px #0000001a,0 0 0 1px #ffc1070d inset}[data-theme=lunar-new-year] ._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70:hover{background:#ffc10726;border-color:#ffc10780;box-shadow:0 4px 16px #00000026,0 0 0 1px #ffc1071a inset}[data-theme=lunar-new-year] ._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123{background:#ffffff14;border-left-color:#ffc10733;box-shadow:0 2px 8px #0000001a,0 0 0 1px #ffc1070d inset}[data-theme=lunar-new-year] ._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123:hover{background:#ffc1071f;border-left-color:#ffc10766}[data-theme=lunar-new-year] ._recommendedBadge_alao7_191{background:linear-gradient(135deg,#ffd600,#ff9100);box-shadow:0 2px 8px #ffd60080}[data-theme=lunar-new-year] ._dropdownMenu_alao7_229{background:#2d1f1ff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-color:#ffc1074d;box-shadow:0 8px 32px #ff174440,0 0 0 1px #ffc10726 inset}[data-theme=lunar-new-year] ._dropdownGroupLabel_alao7_260{background:linear-gradient(135deg,#ff174426,#ff910026);color:#ff9100}[data-theme=lunar-new-year] ._dropdownItem_alao7_313{background:#ffc10714;border-color:#ffc10740;color:#e5e7eb}[data-theme=lunar-new-year] ._dropdownItem_alao7_313:hover{background:#ffc10726;border-color:#ffc10773;color:#fff;box-shadow:0 2px 8px #ffc10740}[data-theme=lunar-new-year] ._dropdownItem_alao7_313:before{background:linear-gradient(135deg,#ff1744,#ff9100,#ffd600);background-size:200% 200%}[data-theme=lunar-new-year] ._dropdownHistoryBtn_alao7_379{background:linear-gradient(135deg,#ff17441a,#ff91001a);border-color:#ffc10766;color:#ff9100}[data-theme=lunar-new-year] ._dropdownHistoryBtn_alao7_379:hover{background:linear-gradient(135deg,#ff17442e,#ff91002e);border-color:#ffc10799;color:#ffd600;box-shadow:0 2px 8px #ffc1074d}[data-theme=lunar-new-year] ._dropdownHistoryBtn_alao7_379 svg{color:#ff9100}[data-theme=lunar-new-year] ._platform--windows_alao7_291:before{background:linear-gradient(180deg,#ffd54f,#ffa000)}[data-theme=lunar-new-year] ._platform--macos_alao7_296:before{background:linear-gradient(180deg,#ffecb3,#ffca28)}[data-theme=lunar-new-year] ._platform--linux_alao7_301:before{background:linear-gradient(180deg,#fff9c4,#ffee58)}@media(prefers-reduced-motion:reduce){._downloadSection_alao7_13,._platformButton_alao7_56,._btnDownloadMain_alao7_70,._btnDropdownToggle_alao7_123,._dropdownMenu_alao7_229,._dropdownItem_alao7_313,._dropdownHistoryBtn_alao7_379,._modalOverlay_alao7_421,._modalContent_alao7_444,._submitButton_alao7_577,._input_alao7_535,._loadingSpinner_alao7_634,._recommendedBadge_alao7_191{animation:none!important;transition:none!important}._btnDownloadMain_alao7_70:hover,._btnDropdownToggle_alao7_123:hover,._dropdownItem_alao7_313:hover,._submitButton_alao7_577:hover{transform:none!important}._btnDropdownToggle_alao7_123[aria-expanded=true] svg{transform:none}}._btnDownloadMain_alao7_70:focus-visible,._btnDropdownToggle_alao7_123:focus-visible,._dropdownItem_alao7_313:focus-visible,._dropdownHistoryBtn_alao7_379:focus-visible,._modalClose_alao7_467:focus-visible,._submitButton_alao7_577:focus-visible,._input_alao7_535:focus-visible{outline:none}._btnDownloadMain_alao7_70:focus-visible,._btnDropdownToggle_alao7_123:focus-visible{box-shadow:0 0 0 3px var(--color-primary, #0080FF),0 0 0 6px #0080ff33}._dropdownItem_alao7_313:focus-visible,._dropdownHistoryBtn_alao7_379:focus-visible{box-shadow:0 0 0 2px var(--color-primary, #0080FF)}._modalClose_alao7_467:focus-visible,._submitButton_alao7_577:focus-visible,._input_alao7_535:focus-visible{box-shadow:0 0 0 2px var(--color-primary, #0080FF)}@media(max-width:768px){._downloadSection_alao7_13{gap:1.5rem;margin:2rem 0}._buttonGroup_alao7_43{grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:100%}._splitButtonContainer_alao7_62{min-height:52px}._btnDownloadMain_alao7_70{padding:0 1rem;font-size:1rem}._btnDropdownToggle_alao7_123{width:44px;min-width:44px}._platformName_alao7_184{font-size:1rem}._dropdownMenu_alao7_229{min-width:200px}._modalContent_alao7_444{max-width:100%;padding:1.5rem}._modalTitle_alao7_515{font-size:1.25rem}._modalIcon_alao7_494{width:48px;height:48px}}@media(max-width:480px){._buttonGroup_alao7_43{grid-template-columns:1fr;gap:.875rem}._splitButtonContainer_alao7_62{min-height:48px}._btnDownloadMain_alao7_70{padding:0 1rem;font-size:.9375rem;border-radius:.75rem 0 0 .75rem}._btnDropdownToggle_alao7_123{width:44px;min-width:44px;border-radius:0 .75rem .75rem 0}._platformName_alao7_184{font-size:.9375rem}._recommendedBadge_alao7_191{padding:.125rem .5rem;font-size:.625rem}._dropdownMenu_alao7_229{position:relative;top:.5rem;left:auto;right:auto;width:100%;min-width:unset}._dropdownItem_alao7_313,._dropdownHistoryBtn_alao7_379{min-height:44px}._modalContent_alao7_444{padding:1.25rem}}html:not([data-theme]),html[data-theme=light]{--btn-secondary-bg: rgba(15, 23, 42, .08);--btn-secondary-border: rgba(0, 0, 0, .15);--btn-secondary-color: #0F172A;--btn-secondary-hover-bg: rgba(0, 128, 255, .1);--btn-secondary-hover-border: rgba(0, 128, 255, .3);--btn-secondary-hover-color: #0060CC;--btn-dropdown-bg: rgba(15, 23, 42, .06);--btn-dropdown-border: rgba(0, 0, 0, .12);--btn-dropdown-hover-bg: rgba(0, 128, 255, .08);--btn-dropdown-hover-border: rgba(0, 128, 255, .3)}html:not([data-theme]) ._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70,html[data-theme=light] ._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70{background:var(--btn-secondary-bg);border:1px solid var(--btn-secondary-border);color:var(--btn-secondary-color)}html:not([data-theme]) ._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70:hover,html[data-theme=light] ._platformButtonSecondary_alao7_104 ._btnDownloadMain_alao7_70:hover{background:var(--btn-secondary-hover-bg);border-color:var(--btn-secondary-hover-border);color:var(--btn-secondary-hover-color)}html:not([data-theme]) ._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123,html[data-theme=light] ._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123{background:var(--btn-dropdown-bg);border-left-color:var(--btn-dropdown-border);color:var(--btn-secondary-color)}html:not([data-theme]) ._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123:hover,html[data-theme=light] ._platformButtonSecondary_alao7_104 ._btnDropdownToggle_alao7_123:hover{background:var(--btn-dropdown-hover-bg);border-left-color:var(--btn-dropdown-hover-border);color:var(--btn-secondary-hover-color)}
