*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #ffffff;--bg-secondary: #f5f5f7;--bg-tertiary: #fafafa;--bg-card: #ffffff;--bg-card-hover: #fafafa;--text-primary: #1d1d1f;--text-secondary: #86868b;--text-tertiary: #6e6e73;--accent-blue: #0071e3;--accent-blue-hover: #0077ed;--accent-blue-light: rgba(0, 113, 227, .1);--border-subtle: rgba(0, 0, 0, .05);--border-visible: rgba(0, 0, 0, .1);--border-accent: rgba(0, 113, 227, .2);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--shadow-glow: 0 0 24px rgba(0, 113, 227, .15);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px;--space-5xl: 128px;--font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "Helvetica", "Arial", sans-serif;--font-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-display);color:var(--text-primary);background:#f7f0ff;line-height:1.47059;font-weight:400;letter-spacing:-.022em;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{width:100%;min-height:100vh;background:#f7f0ff}.page-container{position:relative;width:100%;background:#f7f0ff;padding:8px}.page-container>*{animation:pageFadeIn .4s cubic-bezier(.25,.1,.25,1) forwards}.page-container.page-transitioning>*{animation:pageFadeOut .15s cubic-bezier(.25,.1,.25,1) forwards}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pageFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.header{position:sticky;top:0;z-index:1000;background:#f7f0ffb3;backdrop-filter:saturate(180%) blur(68px);-webkit-backdrop-filter:saturate(180%) blur(20px);padding:20px 0;transition:all .3s cubic-bezier(.25,.1,.25,1)}.header-content{margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-xl);padding:0 40px}.header-logo{display:flex;align-items:center;gap:var(--space-xs);cursor:pointer;transition:opacity .2s ease;height:24px}.header-logo-img{height:24px;transition:opacity .2s cubic-bezier(.25,.1,.25,1)}.header-logo:hover{opacity:.8}.header-logo-text{font-size:16px;font-weight:300;-webkit-background-clip:text;background-clip:text;letter-spacing:-.022em;color:#231f28}.header-nav{display:flex;align-items:center;gap:var(--space-md)}.header-nav-button{font-size:16px;font-weight:400;color:var(--text-primary);background:transparent;border:none;cursor:pointer;font-family:inherit;padding:10px 16px;position:relative;transition:opacity .2s cubic-bezier(.25,.1,.25,1);letter-spacing:-.01em;opacity:.8}.header-nav-button:after{content:"";border-radius:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background:#df78ff;transition:width .3s cubic-bezier(.25,.1,.25,1)}.header-nav-button:hover{opacity:1}.header-nav-button:hover:after{width:calc(100% - 32px)}.header-nav-button.active{opacity:1}.header-nav-button.active:after{width:calc(100% - 32px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-4xl) 0 var(--space-4xl);position:relative;overflow:hidden;background:#fcfaff;border-radius:20px;border:1px solid rgba(240,230,255,.8)}.hero-content{max-width:1024px;margin:0 auto;text-align:center;position:relative;z-index:1;padding:0 var(--space-xl)}.hero-badge{display:inline-block;margin-bottom:var(--space-xl);animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) .1s both}.hero-badge-text{display:inline-block;font-size:19px;font-weight:400;color:#ad4fff;letter-spacing:.011em}.hero-title{font-size:clamp(56px,8vw,80px);font-weight:600;line-height:1.05;letter-spacing:-.005em;margin-bottom:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-xs);animation:fadeInUp .8s cubic-bezier(.25,.1,.25,1) .2s both}.hero-title-main{color:var(--text-primary)}.hero-title-sub{color:var(--text-primary);font-weight:600;font-size:.75em;letter-spacing:-.005em}.hero-subtitle{font-size:clamp(16px,2.5vw,20px);line-height:1.42859;color:#171923;margin-bottom:var(--space-3xl);max-width:680px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s cubic-bezier(.25,.1,.25,1) .3s both;font-weight:400;letter-spacing:.011em}.hero-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);margin-bottom:var(--space-4xl);animation:fadeInUp .8s cubic-bezier(.25,.1,.25,1) .4s both;flex-wrap:wrap}.hero-primary-button{background:#ad4fff;color:#fff;border:none;border-radius:12px;width:220px;font-size:18px;font-weight:600;padding:14px 32px;cursor:pointer;transition:all .3s cubic-bezier(.25,.1,.25,1);letter-spacing:-.022em;min-width:28px}.hero-primary-button:hover{background:#9b3ceb;transform:scale(1.05);box-shadow:0 6px 24px #ad4fff80}.hero-primary-button:active{transform:scale(.98)}.hero-secondary-button{background:transparent;width:220px;color:#231f28;border:2px solid rgba(177,167,186,.2);border-radius:12px;font-size:18px;font-weight:400;padding:14px 32px;cursor:pointer;transition:all .3s cubic-bezier(.25,.1,.25,1);letter-spacing:-.022em;min-width:28px}.hero-secondary-button:hover{background:#ad4fff26;transform:scale(1.05)}.hero-secondary-button:active{transform:scale(.98)}.hero-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);max-width:800px;margin:0 auto;animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s both}.hero-feature-card{background:transparent;border-radius:18px;padding:var(--space-xl);text-align:center;transition:all .3s cubic-bezier(.25,.1,.25,1);position:relative;background:#efe1ff}.hero-feature-icon-large{font-size:48px;line-height:1;margin-bottom:var(--space-lg);display:block;transition:transform .3s cubic-bezier(.25,.1,.25,1)}.hero-feature-card:hover .hero-feature-icon-large{transform:scale(1.05)}.hero-feature-title{font-size:19px;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-sm);letter-spacing:.011em;line-height:1.21053}.hero-feature-desc{font-size:17px;line-height:1.47059;color:var(--text-secondary);font-weight:400;letter-spacing:-.022em}.download-page{min-height:calc(100vh - 200px);padding:var(--space-3xl) 0;background:#fcfaff;border-radius:20px;border:1px solid rgba(240,230,255,.8)}.download-container{max-width:1024px;margin:0 auto;padding:0 var(--space-xl)}.download-header{text-align:center;margin-bottom:var(--space-2xl)}.download-title{font-size:clamp(40px,5vw,56px);font-weight:600;line-height:1.07143;color:var(--text-primary);margin-bottom:var(--space-md);letter-spacing:-.005em}.download-subtitle{font-size:21px;color:var(--text-primary);line-height:1.381;font-weight:400;letter-spacing:.011em}.download-section{margin-bottom:var(--space-4xl)}.download-card{background:var(--bg-card);border:.5px solid var(--border-subtle);border-radius:18px;padding:var(--space-2xl);box-shadow:var(--shadow-sm);text-align:center;transition:all .3s cubic-bezier(.25,.1,.25,1);max-width:600px;margin:0 auto}.download-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.download-card-icon{font-size:64px;line-height:1;margin-bottom:var(--space-md);display:block}.download-card-title{font-size:32px;font-weight:600;color:var(--text-primary);letter-spacing:.009em;line-height:1.125;margin-bottom:var(--space-md)}.download-card-description{font-size:17px;color:var(--text-secondary);margin-bottom:var(--space-2xl);line-height:1.47059;font-weight:400;letter-spacing:-.022em}.download-primary-button{background:#231f28;color:#fff;border:none;border-radius:14px;font-size:17px;font-weight:500;padding:12px 22px;cursor:pointer;transition:all .3s cubic-bezier(.25,.1,.25,1);letter-spacing:-.022em;min-width:28px}.download-primary-button:hover{opacity:.6}.download-primary-button:active{transform:scale(.98)}.installation-section{margin-bottom:var(--space-4xl)}.section-title{font-size:clamp(40px,5vw,56px);font-weight:600;line-height:1.07143;letter-spacing:-.005em;text-align:center;margin-bottom:var(--space-4xl);color:var(--text-primary)}.steps-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-xl)}.step{position:relative}.step-content{display:flex;align-items:flex-start;gap:var(--space-lg);text-align:left}.step-number{width:48px;height:48px;margin-top:4px;border-radius:50%;background:#ad4fff;color:#fff;font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-text{flex:1;padding-top:var(--space-xs)}.step-title{font-size:24px;font-weight:600;line-height:1.16667;margin-bottom:var(--space-sm);color:var(--text-primary);letter-spacing:.009em}.step-description{font-size:17px;line-height:1.47059;color:var(--text-secondary);font-weight:400;letter-spacing:-.022em}.step-description code{background:#f2f0f8;padding:2px 6px;border-radius:4px;font-family:var(--font-mono);font-size:.9em;color:var(--text-primary);font-weight:400}.update-section{background:#f2f0f8;border:none;border-radius:18px;padding:var(--space-4xl);text-align:center;max-width:700px;margin:0 auto}.update-icon{font-size:56px;line-height:1;margin-bottom:var(--space-lg);display:block;opacity:.8}.update-title{font-size:clamp(32px,4vw,40px);font-weight:600;line-height:1.1;letter-spacing:-.005em;color:var(--text-primary);margin-bottom:var(--space-lg)}.update-content{margin-top:var(--space-xl)}.update-description{font-size:17px;color:var(--text-secondary);line-height:1.47059;font-weight:400;letter-spacing:-.022em;margin-bottom:var(--space-2xl)}.update-features{display:flex;justify-content:center;gap:var(--space-2xl);flex-wrap:wrap;margin-top:var(--space-2xl)}.update-feature{display:flex;align-items:center;gap:var(--space-sm)}.update-feature-icon{color:#ad4fff;font-size:18px;font-weight:600}.update-feature-text{font-size:15px;color:var(--text-primary);font-weight:400;letter-spacing:-.016em}.releases-page{min-height:calc(100vh - 200px);padding:var(--space-3xl) 0;background:#fcfaff;border-radius:20px;border:1px solid rgba(240,230,255,.8)}.releases-header{text-align:center;margin-bottom:var(--space-4xl);max-width:1024px;margin-left:auto;margin-right:auto;padding:0 var(--space-xl)}.releases-page-title{font-size:clamp(40px,5vw,56px);font-weight:600;line-height:1.07143;letter-spacing:-.005em;color:var(--text-primary);margin-bottom:var(--space-md)}.releases-page-subtitle{font-size:21px;color:var(--text-secondary);line-height:1.381;font-weight:400;letter-spacing:.011em}.releases-container{max-width:1024px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:var(--space-3xl);padding:0 var(--space-xl)}.releases-sidebar{background:#f2f0f8;border:none;border-radius:18px;padding:var(--space-2xl);max-height:calc(100vh - 140px);display:flex;flex-direction:column;position:sticky;top:100px;align-self:start;will-change:auto}.releases-sidebar-title{font-size:12px;font-weight:400;color:var(--text-secondary);margin-bottom:var(--space-lg);letter-spacing:-.01em;text-transform:uppercase}.releases-list{display:flex;flex-direction:column;gap:var(--space-sm);overflow-y:auto;flex:1;min-height:0}.release-item{background:transparent;border:none;border-radius:12px;padding:var(--space-md) var(--space-lg);cursor:pointer;transition:all .2s cubic-bezier(.25,.1,.25,1);text-align:left;width:100%}.release-item:hover{background:#0000000d}.release-item.active{background:#0071e31a}.release-item.current:not(.active){background:transparent}.release-item-content{display:flex;flex-direction:column;gap:var(--space-xs)}.release-item-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.release-version{font-size:17px;font-weight:600;color:var(--text-primary);letter-spacing:-.022em}.release-badge{font-size:11px;font-weight:400;padding:3px 8px;border-radius:6px;background:#ad4fff;color:#fff;text-transform:uppercase;letter-spacing:.02em}.release-date{font-size:13px;color:var(--text-secondary);font-weight:400;letter-spacing:-.016em}.releases-show-more,.releases-show-less{margin-top:var(--space-lg);padding:var(--space-sm) var(--space-md);background:transparent;border:.5px solid var(--border-subtle);border-radius:8px;color:var(--text-primary);font-size:14px;font-weight:400;cursor:pointer;transition:all .2s cubic-bezier(.25,.1,.25,1);letter-spacing:-.01em;width:100%}.releases-show-more:hover,.releases-show-less:hover{background:#0000000d;border-color:var(--border-visible)}.releases-show-more:active,.releases-show-less:active{background:#00000014}.releases-content{background:#f2f0f8;border:none;border-radius:18px;padding:var(--space-4xl);min-height:400px;transition:none}.release-detail{max-width:100%}.release-header{margin-bottom:var(--space-3xl);padding-bottom:var(--space-xl);border-bottom:.5px solid var(--border-subtle)}.release-header-top{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-sm);flex-wrap:wrap}.release-title{font-size:clamp(40px,4vw,48px);font-weight:600;color:var(--text-primary);letter-spacing:-.005em;line-height:1.08349;margin:0}.release-badge-large{font-size:13px;font-weight:400;padding:4px 12px;border-radius:12px;background:#ad4fff;color:#fff;letter-spacing:.01em;text-transform:uppercase}.release-date-large{font-size:17px;color:var(--text-secondary);font-weight:400;letter-spacing:-.022em}.release-notes-title{font-size:28px;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xl);letter-spacing:.007em;line-height:1.14286}.release-notes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-lg)}.release-note-item{display:flex;align-items:flex-start;gap:var(--space-md);font-size:17px;line-height:1.47059;color:var(--text-primary);font-weight:400;letter-spacing:-.022em}.release-note-item:before{content:"";width:6px;height:6px;border-radius:50%;background:#ad4fff;margin-top:8px;flex-shrink:0}.release-note-text{flex:1}.footer-vdr{width:100%;background:#ecdaff;border-top:1px solid rgba(172,167,186,.2);min-height:117px;padding:var(--space-xl) 0}.footer-vdr-inner{width:fit-content;margin:0 auto}.footer-vdr-links{display:flex;flex-wrap:wrap;gap:var(--space-lg);row-gap:var(--space-md);justify-content:center;margin-top:var(--space-md);padding:0 var(--space-lg)}.footer-vdr-link{color:#676369;font-size:14px;line-height:150%;text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit}.footer-vdr-link:hover{text-decoration:underline}.footer-vdr-link-btn{white-space:nowrap}.footer-vdr-bottom{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:var(--space-md);padding:0 var(--space-lg);gap:var(--space-md)}.footer-vdr-copyright{line-height:20px;color:#6f3cc8;font-size:14px;margin:0}.footer-vdr-social{display:flex;gap:var(--space-md);align-items:center}.footer-vdr-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit}.footer-vdr-icon:hover{opacity:.8}.footer-vdr-icon svg{width:20px;height:20px}.footer{padding:var(--space-2xl) 0;background:#f2f0f8;color:var(--text-primary);border-top:.5px solid var(--border-subtle)}.footer-content{max-width:1024px;margin:0 auto;padding:0 var(--space-xl)}.footer-bottom{text-align:center}.footer-text,.footer-version{font-size:12px;color:var(--text-secondary);font-weight:400;letter-spacing:-.01em}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}@media(max-width:768px){.header{padding:12px 0}.header-content{flex-direction:column;gap:var(--space-md);padding:0 var(--space-lg)}.header-nav{gap:var(--space-lg)}.hero{padding:var(--space-4xl) 0 var(--space-3xl)}.hero-content{padding:0 var(--space-lg)}.hero-features-grid{grid-template-columns:1fr;gap:var(--space-md);max-width:100%}.hero-feature-card{padding:var(--space-lg)}.hero-feature-icon-large{font-size:32px}.hero-feature-title{font-size:16px}.hero-feature-desc{font-size:13px}.hero-cta{flex-direction:column;gap:var(--space-sm)}.hero-primary-button,.hero-secondary-button{width:100%;max-width:280px}.footer{padding:var(--space-lg) 0}.footer-content{padding:0 var(--space-lg)}.footer-bottom{flex-direction:column;gap:var(--space-xs)}.footer-vdr{min-height:240px}.footer-vdr-links{justify-content:flex-start;padding-left:25px;row-gap:var(--space-md)}.footer-vdr-link{width:40%}.footer-vdr-bottom{flex-direction:column;align-items:flex-start;padding-left:25px;gap:var(--space-md)}.steps-container{gap:var(--space-lg)}.step-content{gap:var(--space-md)}.step-number{width:40px;height:40px;font-size:18px}.step-title{font-size:21px}.releases-header{margin-bottom:var(--space-3xl)}.releases-page-title{font-size:40px}.releases-page-subtitle{font-size:19px}.releases-container{grid-template-columns:1fr;gap:var(--space-xl)}.releases-sidebar{position:static;max-height:none}.releases-content{padding:var(--space-2xl)}.download-page{padding:var(--space-3xl) 0}.download-container{padding:0 var(--space-lg)}.download-card{padding:var(--space-xl)}.update-section{padding:var(--space-2xl)}.update-features{flex-direction:column;gap:var(--space-md);align-items:center}}@media(max-width:480px){.header{padding:12px 0}.header-content{padding:0 var(--space-md)}.header-logo-img{width:32px;height:32px}.header-logo-text{font-size:15px}.header-nav-button{font-size:13px;padding:6px 16px}.hero{padding:var(--space-3xl) 0 var(--space-2xl)}.hero-content,.download-container,.releases-header,.releases-container,.footer-content{padding:0 var(--space-md)}.footer-vdr-links,.footer-vdr-bottom{padding-left:25px;padding-right:var(--space-md)}.hero-feature-text{font-size:13px}.download-title{font-size:32px}.download-card{padding:var(--space-lg)}.download-primary-button{font-size:15px;padding:12px 24px}.releases-content{padding:var(--space-xl)}.release-title{font-size:24px}.release-header-top{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.hero-cta{flex-direction:column}.hero-primary-button,.hero-secondary-button{width:100%}}
