.styles-module__0neORG__root{flex-direction:column;display:flex}.styles-module__0neORG__item{border-bottom:1px solid var(--border)}.styles-module__0neORG__item:first-child{border-top:1px solid var(--border)}.styles-module__0neORG__header{margin:0}.styles-module__0neORG__trigger{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-4)0;text-align:left;color:var(--fg);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;font-size:.9375rem;font-weight:500;display:flex}.styles-module__0neORG__trigger:hover{color:var(--fg-muted)}.styles-module__0neORG__icon{width:1.25rem;height:1.25rem;color:var(--fg-muted);transition:transform var(--transition-base);flex-shrink:0;position:relative}.styles-module__0neORG__icon:before,.styles-module__0neORG__icon:after{content:"";background-color:currentColor;border-radius:1px;width:.5rem;height:1.5px;position:absolute;top:50%;left:50%}.styles-module__0neORG__icon:before{transform:translate(-75%,-50%)rotate(45deg)}.styles-module__0neORG__icon:after{transform:translate(-25%,-50%)rotate(-45deg)}.styles-module__0neORG__trigger[data-state=open] .styles-module__0neORG__icon{transform:rotate(180deg)}.styles-module__0neORG__content{overflow:hidden}.styles-module__0neORG__content[data-state=open]{animation:.2s ease-out styles-module__0neORG__accordionOpen}.styles-module__0neORG__content[data-state=closed]{animation:.2s ease-out styles-module__0neORG__accordionClose}@keyframes styles-module__0neORG__accordionOpen{0%{opacity:0;height:0}to{height:var(--radix-accordion-content-height);opacity:1}}@keyframes styles-module__0neORG__accordionClose{0%{height:var(--radix-accordion-content-height);opacity:1}to{opacity:0;height:0}}.styles-module__0neORG__contentInner{padding:0 0 var(--space-4);color:var(--fg-muted);font-size:.9375rem;line-height:1.7}
.styles-module__R0xFHa__button{justify-content:center;align-items:center;gap:var(--space-2);white-space:nowrap;border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast);border:none;font-weight:500;text-decoration:none;display:inline-flex}.styles-module__R0xFHa__button:hover{text-decoration:none}.styles-module__R0xFHa__button:disabled{opacity:.5;cursor:not-allowed}.styles-module__R0xFHa__primary{background-color:var(--fg);color:var(--bg)}.styles-module__R0xFHa__primary:hover:not(:disabled){opacity:.8}.styles-module__R0xFHa__secondary{background-color:var(--bg);color:var(--fg);border:1px solid var(--border)}.styles-module__R0xFHa__secondary:hover:not(:disabled){background-color:var(--bg-tertiary)}.styles-module__R0xFHa__ghost{color:var(--fg-muted);background-color:#0000}.styles-module__R0xFHa__ghost:hover:not(:disabled){color:var(--fg);background-color:var(--bg-hover)}.styles-module__R0xFHa__sm{padding:.375rem .75rem;font-size:.8125rem}.styles-module__R0xFHa__md{padding:.5rem 1rem;font-size:.875rem}@media (min-width:1024px){.styles-module__R0xFHa__md{padding:.5rem 1rem;font-size:.875rem}}.styles-module__R0xFHa__lg{padding:.625rem 1.25rem;font-size:.9375rem}@media (min-width:1024px){.styles-module__R0xFHa__lg{padding:.625rem 1.25rem;font-size:.9375rem}}
.styles-module__KDVkNa__container{max-width:56rem;padding:var(--space-8)var(--space-4);margin:0 auto}.styles-module__KDVkNa__title{margin-bottom:var(--space-4)}.styles-module__KDVkNa__description{margin-bottom:var(--space-2)}.styles-module__KDVkNa__contactNote{margin-bottom:var(--space-8)}.styles-module__KDVkNa__emailLink{margin-top:var(--space-2);color:var(--fg);font-weight:500;text-decoration:none;display:inline-block}.styles-module__KDVkNa__emailLink:hover{text-decoration:underline}.styles-module__KDVkNa__releaseInfo{gap:var(--space-4);margin-bottom:var(--space-8);padding:var(--space-4);background-color:var(--bg-secondary);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;display:flex}.styles-module__KDVkNa__releaseInfo strong{color:var(--fg)}.styles-module__KDVkNa__releaseLink{color:var(--fg);margin-left:auto;font-size:.875rem;text-decoration:none}.styles-module__KDVkNa__releaseLink:hover{text-decoration:underline}.styles-module__KDVkNa__noRelease{margin-bottom:var(--space-8);font-style:italic}.styles-module__KDVkNa__platforms{gap:var(--space-6);margin-bottom:var(--space-12);display:grid}@media (min-width:768px){.styles-module__KDVkNa__platforms{grid-template-columns:repeat(3,1fr)}}.styles-module__KDVkNa__platform{background-color:var(--bg-card);border-radius:var(--radius-md);padding:var(--space-6);text-align:center;transition:background-color var(--transition-base);position:relative}.styles-module__KDVkNa__platform:hover{background-color:var(--bg-card-hover)}.styles-module__KDVkNa__recommended{background-color:var(--bg-tertiary)}.styles-module__KDVkNa__platformIcon{width:3rem;height:3rem;margin-bottom:var(--space-4);color:var(--fg)}.styles-module__KDVkNa__platformName{margin-bottom:var(--space-1)}.styles-module__KDVkNa__platformDescription{margin-bottom:var(--space-4)}.styles-module__KDVkNa__files{gap:var(--space-2);flex-direction:column;display:flex}.styles-module__KDVkNa__mainDownloadBtn{width:100%}.styles-module__KDVkNa__disabledBtn{background-color:var(--fg);color:var(--bg);border-radius:var(--radius-md);opacity:.4;cursor:not-allowed;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.styles-module__KDVkNa__otherDownloads{gap:var(--space-1);margin-top:var(--space-2);flex-direction:column;display:flex}.styles-module__KDVkNa__otherDownloadLink{color:var(--fg-muted);font-size:.8125rem;text-decoration:none}.styles-module__KDVkNa__otherDownloadLink:hover{color:var(--fg)}
.styles-module__e8JZdG__heading{color:var(--fg);font-weight:700;line-height:1.2}.styles-module__e8JZdG__sm{font-size:var(--font-size-sm)}.styles-module__e8JZdG__md{font-size:var(--font-size-md)}@media (min-width:768px){.styles-module__e8JZdG__md{font-size:var(--font-size-lg)}}.styles-module__e8JZdG__lg{font-size:var(--font-size-lg)}@media (min-width:768px){.styles-module__e8JZdG__lg{font-size:var(--font-size-xl)}}.styles-module__e8JZdG__xl{font-size:var(--font-size-xl)}@media (min-width:768px){.styles-module__e8JZdG__xl{font-size:1.75rem}}
.styles-module__qloFnW__text{line-height:1.5}.styles-module__qloFnW__xs{font-size:.75rem}.styles-module__qloFnW__sm{font-size:.875rem}.styles-module__qloFnW__md{font-size:1rem}.styles-module__qloFnW__lg{font-size:1.125rem}.styles-module__qloFnW__default{color:var(--fg)}.styles-module__qloFnW__muted{color:var(--fg-muted)}.styles-module__qloFnW__regular{font-weight:400}.styles-module__qloFnW__medium{font-weight:500}.styles-module__qloFnW__semibold{font-weight:600}
.blog-module__b36kaq__container{max-width:56rem;padding:var(--space-8)var(--space-4);margin:0 auto}.blog-module__b36kaq__title{margin-bottom:var(--space-4)}.blog-module__b36kaq__description{margin-bottom:var(--space-8)}.blog-module__b36kaq__articles{gap:var(--space-4);flex-direction:column;display:flex}.blog-module__b36kaq__article{background-color:var(--bg-card);border-radius:var(--radius-md);transition:background-color var(--transition-base)}.blog-module__b36kaq__article:hover{background-color:var(--bg-card-hover)}.blog-module__b36kaq__articleLink{color:inherit;padding:var(--space-4);text-decoration:none;display:block}.blog-module__b36kaq__articleLink:hover{text-decoration:none}.blog-module__b36kaq__badge{background-color:var(--bg-tertiary);color:var(--fg);padding:var(--space-1)var(--space-3);margin-bottom:var(--space-2);border-radius:9999px;font-size:.75rem;font-weight:500;display:inline-block}.blog-module__b36kaq__articleDate{color:var(--fg-muted);margin-bottom:var(--space-2);font-size:.8125rem;display:block}.blog-module__b36kaq__articleTitle{font-size:1rem;font-weight:500;line-height:1.5}.blog-module__b36kaq__articleExcerpt{-webkit-line-clamp:2;margin-top:var(--space-2);color:var(--fg-muted);-webkit-box-orient:vertical;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-module__b36kaq__noArticles{text-align:center;padding:var(--space-12)0;font-style:italic}.blog-module__b36kaq__articleHeader{margin-bottom:var(--space-8);padding-bottom:var(--space-4);border-bottom:1px solid var(--border)}.blog-module__b36kaq__backButton{width:fit-content;margin:var(--space-8)auto 0;padding:var(--space-2)var(--space-6);text-align:center;color:var(--fg);background-color:var(--bg);border:1px solid var(--border);transition:background-color var(--transition-base);border-radius:9999px;font-size:.875rem;text-decoration:none;display:block}.blog-module__b36kaq__backButton:hover{background-color:var(--bg-tertiary);text-decoration:none}.blog-module__b36kaq__articleContent{color:var(--fg);line-height:1.8}.blog-module__b36kaq__articleContent h2{font-size:var(--font-size-lg);margin-top:var(--space-8);margin-bottom:var(--space-4);font-weight:600}@media (min-width:768px){.blog-module__b36kaq__articleContent h2{font-size:var(--font-size-xl)}}.blog-module__b36kaq__articleContent h3{font-size:var(--font-size-md);margin-top:var(--space-6);margin-bottom:var(--space-3);font-weight:600}.blog-module__b36kaq__articleContent p{margin-bottom:var(--space-4)}.blog-module__b36kaq__articleContent ul,.blog-module__b36kaq__articleContent ol{margin-bottom:var(--space-4);padding-left:var(--space-6)}.blog-module__b36kaq__articleContent ul{list-style-type:disc}.blog-module__b36kaq__articleContent ol{list-style-type:decimal}.blog-module__b36kaq__articleContent li{margin-bottom:var(--space-2)}.blog-module__b36kaq__articleContent a{color:var(--fg);text-decoration:none}.blog-module__b36kaq__articleContent a:hover{text-decoration:underline}.blog-module__b36kaq__articleContent img{border-radius:var(--radius-md);max-width:100%;height:auto}.blog-module__b36kaq__articleContent pre{background-color:var(--bg-secondary);padding:var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-4);overflow-x:auto}.blog-module__b36kaq__articleContent code{background-color:var(--bg-secondary);border-radius:var(--radius-sm);font-size:.875em;font-family:var(--font-geist-mono),monospace;padding:.125rem .25rem}.blog-module__b36kaq__articleContent pre code{background-color:#0000;padding:0}
.docs-index-module__wqCWxa__description{margin-bottom:var(--space-8)}.docs-index-module__wqCWxa__grid{gap:var(--space-6);display:grid}@media (min-width:768px){.docs-index-module__wqCWxa__grid{grid-template-columns:repeat(2,1fr)}}.docs-index-module__wqCWxa__card{padding:var(--space-3)var(--space-4);background-color:var(--bg-card);border-radius:var(--radius-md);transition:background-color var(--transition-base);text-decoration:none;display:block}@media (min-width:768px){.docs-index-module__wqCWxa__card{padding:var(--space-6)}}.docs-index-module__wqCWxa__card:hover{background-color:var(--bg-card-hover);text-decoration:none}.docs-index-module__wqCWxa__cardTitle{margin-bottom:var(--space-1)}@media (min-width:768px){.docs-index-module__wqCWxa__cardTitle{margin-bottom:var(--space-2)}}
.styles-module__NWFPdW__wrapper{flex-direction:column;min-height:100vh;display:flex}.styles-module__NWFPdW__main{flex:1;padding-top:4rem}.styles-module__NWFPdW__hero{padding:calc(var(--space-16) + 4rem)var(--space-6)var(--space-16);background:radial-gradient(70% 50% at 5% 15%,#6366f114,#0000 50%),radial-gradient(50% 40% at 95% 85%,#8b5cf60f,#0000 50%),radial-gradient(40% 30% at 80% 10%,#3b82f60a,#0000 40%);margin-top:-4rem;position:relative;overflow:visible}.styles-module__NWFPdW__hero:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(to bottom,transparent 50%,var(--bg)100%),linear-gradient(to right,#0000000a 1px,transparent 1px),linear-gradient(to bottom,#0000000a 1px,transparent 1px);background-size:100% 100%,32px 32px,32px 32px;height:calc(100% + 14rem);position:absolute;top:-4rem;left:0;right:0}[data-theme=dark] .styles-module__NWFPdW__hero{background:radial-gradient(70% 50% at 5% 15%,#6366f11f,#0000 50%),radial-gradient(50% 40% at 95% 85%,#8b5cf614,#0000 50%),radial-gradient(40% 30% at 80% 10%,#3b82f60f,#0000 40%)}[data-theme=dark] .styles-module__NWFPdW__hero:before{background:linear-gradient(to bottom,transparent 50%,var(--bg)100%),linear-gradient(to right,#ffffff12 1px,transparent 1px),linear-gradient(to bottom,#ffffff12 1px,transparent 1px);background-size:100% 100%,32px 32px,32px 32px;height:calc(100% + 14rem);top:-4rem}.styles-module__NWFPdW__heroInner{gap:var(--space-12);grid-template-columns:1fr;align-items:center;max-width:80rem;margin:0 auto;display:grid}@media (min-width:1024px){.styles-module__NWFPdW__heroInner{gap:var(--space-16);grid-template-columns:1fr 1.5fr}}.styles-module__NWFPdW__heroContent{text-align:center}@media (min-width:1024px){.styles-module__NWFPdW__heroContent{text-align:left}}.styles-module__NWFPdW__heroLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);margin-bottom:var(--space-2);font-size:.75rem;font-weight:600;display:inline-block}.styles-module__NWFPdW__heroTitle{margin-bottom:var(--space-4)}.styles-module__NWFPdW__spBreak{display:block}@media (min-width:1024px){.styles-module__NWFPdW__spBreak{display:none}}.styles-module__NWFPdW__heroDescription{margin-bottom:var(--space-8);font-size:1.125rem;line-height:1.7}.styles-module__NWFPdW__heroCta{justify-content:center;gap:var(--space-3);display:flex}@media (min-width:1024px){.styles-module__NWFPdW__heroCta{justify-content:flex-start;gap:var(--space-4)}}.styles-module__NWFPdW__heroVisual{justify-content:center;align-items:center;display:flex}.styles-module__NWFPdW__screenshot{border-radius:var(--radius-md);width:100%;max-width:100%;height:auto;box-shadow:var(--shadow-lg)}.styles-module__NWFPdW__screenshotLight{display:block}.styles-module__NWFPdW__screenshotDark{display:none}[data-theme=dark] .styles-module__NWFPdW__screenshotLight{display:none}[data-theme=dark] .styles-module__NWFPdW__screenshotDark{display:block}.styles-module__NWFPdW__features{padding:2rem var(--space-4);background-color:var(--bg)}@media (min-width:1024px){.styles-module__NWFPdW__features{padding:4rem var(--space-6)}}.styles-module__NWFPdW__featuresInner{max-width:72rem;margin:0 auto}.styles-module__NWFPdW__sectionTitle{text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-8);font-size:.75rem}.styles-module__NWFPdW__featuresGrid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:640px){.styles-module__NWFPdW__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.styles-module__NWFPdW__featuresGrid{grid-template-columns:repeat(3,1fr)}}.styles-module__NWFPdW__card{gap:var(--space-4);background-color:var(--bg-card);padding:var(--space-4);border-radius:var(--radius-md);transition:background-color var(--transition-base);text-decoration:none;display:flex}.styles-module__NWFPdW__card:hover{background-color:var(--bg-card-hover);text-decoration:none}.styles-module__NWFPdW__cardIcon{background-color:var(--bg-secondary);border-radius:var(--radius-md);width:2.5rem;height:2.5rem;color:var(--fg);flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__NWFPdW__cardIcon svg{width:1.25rem;height:1.25rem}.styles-module__NWFPdW__cardContent{flex:1;min-width:0}.styles-module__NWFPdW__cardDescription{margin-top:var(--space-1)}.styles-module__NWFPdW__workflow{padding:2rem var(--space-4);background-color:var(--bg-secondary)}@media (min-width:1024px){.styles-module__NWFPdW__workflow{padding:4rem var(--space-6)}}.styles-module__NWFPdW__workflowInner{flex-direction:column;gap:5rem;max-width:72rem;margin:0 auto;display:flex}.styles-module__NWFPdW__workflowTitle{text-align:center}.styles-module__NWFPdW__workflowStep{gap:var(--space-8);grid-template-columns:1fr;align-items:center;display:grid}@media (min-width:1024px){.styles-module__NWFPdW__workflowStep{gap:var(--space-12);grid-template-columns:1fr 1fr}.styles-module__NWFPdW__workflowStepReverse{direction:rtl}.styles-module__NWFPdW__workflowStepReverse>*{direction:ltr}}.styles-module__NWFPdW__workflowStepContent{gap:var(--space-4);flex-direction:column;display:flex}.styles-module__NWFPdW__stepNumber{color:var(--fg-muted);letter-spacing:.05em;font-size:.875rem;font-weight:400}.styles-module__NWFPdW__workflowStepDescription{line-height:1.8}.styles-module__NWFPdW__workflowStepPoints{margin:var(--space-4)0 0 0;gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.styles-module__NWFPdW__workflowStepPoint{align-items:center;gap:var(--space-2);font-size:.9375rem;display:flex}.styles-module__NWFPdW__checkIcon{color:var(--fg-muted);font-weight:600}.styles-module__NWFPdW__workflowStepVisual{width:100%}.styles-module__NWFPdW__workflowStepImage{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-lg);display:block}.styles-module__NWFPdW__highlights{padding:2rem var(--space-4);background-color:var(--bg)}@media (min-width:1024px){.styles-module__NWFPdW__highlights{padding:4rem var(--space-6)}}.styles-module__NWFPdW__highlightsInner{max-width:72rem;margin:0 auto}.styles-module__NWFPdW__highlightsTitle{text-align:center;margin-bottom:var(--space-6)}.styles-module__NWFPdW__highlightsGrid{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:768px){.styles-module__NWFPdW__highlightsGrid{grid-template-columns:repeat(3,1fr)}}.styles-module__NWFPdW__highlightCard{text-align:center;padding:var(--space-6)}.styles-module__NWFPdW__highlightIcon{width:3.5rem;height:3.5rem;margin:0 auto var(--space-4);background-color:var(--bg);border-radius:var(--radius-full);color:var(--fg);justify-content:center;align-items:center;display:flex}.styles-module__NWFPdW__highlightTitle{margin-bottom:var(--space-2)}.styles-module__NWFPdW__faq{padding:2rem var(--space-4);background-color:var(--bg-secondary)}@media (min-width:1024px){.styles-module__NWFPdW__faq{padding:4rem var(--space-6)}}.styles-module__NWFPdW__faqInner{max-width:48rem;margin:0 auto}.styles-module__NWFPdW__faqTitle{text-align:center;margin-bottom:var(--space-8)}.styles-module__NWFPdW__cta{padding:2rem var(--space-4);background-color:var(--bg)}@media (min-width:1024px){.styles-module__NWFPdW__cta{padding:4rem var(--space-6)}}.styles-module__NWFPdW__ctaInner{text-align:center;align-items:center;gap:var(--space-4);flex-direction:column;max-width:48rem;margin:0 auto;display:flex}.styles-module__NWFPdW__ctaTitle{margin-bottom:0}.styles-module__NWFPdW__ctaDescription{margin-bottom:var(--space-2)}
.not-found-module__sT7QDW__container{min-height:60vh;padding:var(--space-8)var(--space-6);justify-content:center;align-items:center;display:flex}.not-found-module__sT7QDW__content{text-align:center;max-width:28rem}.not-found-module__sT7QDW__code{color:var(--fg-muted);margin-bottom:var(--space-4);font-size:5rem;font-weight:700;line-height:1}.not-found-module__sT7QDW__title{margin-bottom:var(--space-2)}.not-found-module__sT7QDW__description{margin-bottom:var(--space-8)}
