.download-pricing-module{box-sizing:border-box;width:100%;padding:var(--download-section-gap) 24px 0;background:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,sans-serif}.download-pricing-module__heading{margin:0;color:#171717;font-size:32px;font-weight:500;line-height:40px;letter-spacing:-.8px;text-align:center;text-wrap:balance}.download-pricing-module__carousel{position:relative;width:min(100%,1144px);margin:56px auto 0}.download-pricing-module__viewport{width:min(100%,1144px);margin:56px auto 0;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.download-pricing-module__viewport::-webkit-scrollbar{display:none}.download-pricing-module__carousel .download-pricing-module__viewport{margin-top:0}.download-pricing-module__cards{display:flex;width:100%;min-width:100%;gap:16px}.download-pricing-module__card{position:relative;box-sizing:border-box;display:flex;min-width:0;min-height:238px;flex:0 0 calc((100% - 32px)/3);flex-direction:column;padding:24px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;transition:border-color .15s ease-out,box-shadow .15s ease-out}.download-pricing-module__card:hover{border-color:rgba(0,0,0,.12);box-shadow:0 8px 24px rgba(0,0,0,.05)}.download-pricing-module__card--disabled{opacity:.55}.download-pricing-module__tag{position:absolute;top:0;right:0;width:auto;height:28px;pointer-events:none}.download-pricing-module__card-header{min-height:54px}.download-pricing-module__card-name{margin:0;color:#171717;font-size:18px;font-weight:500;line-height:24px}.download-pricing-module__card-description{min-height:20px;margin:6px 0 0;color:#737373;font-size:12px;font-weight:400;line-height:18px}.download-pricing-module__price{margin-top:22px;color:#171717;font-size:36px;font-weight:500;line-height:42px;letter-spacing:-.7px}.download-pricing-module__billing{min-height:18px;margin-top:2px;color:#a3a3a3;font-size:11px;line-height:16px}.download-pricing-module__action{position:relative;margin-top:auto;padding-top:16px}.download-pricing-module__action:focus-within .download-pricing-module__tooltip,.download-pricing-module__action:hover .download-pricing-module__tooltip{visibility:visible;opacity:1}.download-pricing-module__button{display:flex;width:100%;height:36px;align-items:center;justify-content:center;padding:0 16px;color:#fff;font:inherit;font-size:13px;font-weight:500;line-height:18px;cursor:pointer;background:#171717;border:0;border-radius:8px;transition:background-color .15s ease-out}.download-pricing-module__button:hover:not(:disabled){background:#404040}.download-pricing-module__button:focus-visible{outline:2px solid var(--border_accent,#5bbcff);outline-offset:2px}.download-pricing-module__button:disabled{color:#a3a3a3;cursor:not-allowed;background:transparent;border:1px solid rgba(0,0,0,.12)}.download-pricing-module__tooltip{position:absolute;bottom:calc(100% - 8px);left:50%;z-index:10;width:min(80%,240px);padding:8px 12px;visibility:hidden;color:#fff;font-size:12px;line-height:17px;text-align:center;pointer-events:none;background:rgba(0,0,0,.84);border-radius:8px;opacity:0;transform:translateX(-50%);transition:opacity .15s ease-out,visibility .15s ease-out}.download-pricing-module__arrow{position:absolute;top:50%;z-index:10;display:flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;color:#171717;cursor:pointer;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-50%)}.download-pricing-module__arrow--left{left:-22px}.download-pricing-module__arrow--right{right:-22px}.download-pricing-module__card--skeleton{pointer-events:none}.download-pricing-module__skeleton-line{display:block;background:#f0f0f0;border-radius:6px;animation:download-pricing-pulse 1.5s ease-in-out infinite}.download-pricing-module__skeleton-line--title{width:72px;height:22px}.download-pricing-module__skeleton-line--description{width:70%;height:14px;margin-top:8px}.download-pricing-module__skeleton-line--price{width:96px;height:38px;margin-top:28px}.download-pricing-module__skeleton-line--button{width:100%;height:36px;margin-top:auto}@keyframes download-pricing-pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:1024px)and (min-width:769px){.download-pricing-module__card{flex-basis:calc((100% - 16px)/2)}}@media(max-width:768px){.download-pricing-module{padding-inline:20px}.download-pricing-module__heading{font-size:clamp(28px,8vw,34px);line-height:1.2;letter-spacing:-.7px}.download-pricing-module__carousel,.download-pricing-module__viewport{width:100%;margin-top:44px;overflow:visible}.download-pricing-module__carousel .download-pricing-module__viewport{margin-top:0}.download-pricing-module__cards{flex-direction:column;gap:16px}.download-pricing-module__card{min-height:224px;flex-basis:auto;padding:24px}.download-pricing-module__arrow{display:none}}.download-task-module{--task-transition-duration:480ms;--task-transition-easing:cubic-bezier(0.22,1,0.36,1);--task-rail-inset:49px;position:relative;width:100%;padding-top:calc(var(--download-section-gap) - var(--download-hero-bottom-space));background:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,sans-serif}.download-task-module__shell{width:100%}.download-task-module__heading{margin:0;color:#171717;font-size:48px;font-weight:500;line-height:60px;letter-spacing:-.1px;text-align:center}.download-task-module__content{display:grid;grid-template-columns:minmax(360px,460px) minmax(0,696px);gap:clamp(32px,4.167vw,64px);align-items:stretch;width:min(100% - 2*var(--download-content-gutter),var(--download-content-max-width));margin:80px auto 0}.download-task-module__tabs{position:relative;display:flex;min-width:0;height:auto;flex-direction:column;padding-left:var(--task-rail-inset)}.download-task-module__tabs:before{position:absolute;inset:0 auto 0 0;width:2px;content:"";background:var(--border_light);border-radius:14px}.download-task-module__tab{position:relative;isolation:isolate;display:flex;min-height:0;flex:1 1 auto;flex-direction:column;justify-content:center;padding:20px 0;color:#171717;font:inherit;text-align:left;cursor:pointer;background:transparent;border:0;outline:none}.download-task-module__tab:before{position:absolute;z-index:-1;inset:0 -16px;content:"";pointer-events:none;background:transparent;border-radius:0;transition:background-color .16s ease}.download-task-module__tab:after{position:absolute;inset:auto 0 0;height:1px;content:"";background:var(--border_light)}.download-task-module__tab:last-child:after{display:none}.download-task-module__tab:hover:before{background:rgba(0,0,0,.018)}.download-task-module__tab:focus-visible{border-radius:0 8px 8px 0;box-shadow:inset 0 0 0 2px #5bbcff}.download-task-module__tab-title{color:var(--text_default_primary);font-size:32px;font-weight:500;line-height:normal;letter-spacing:normal}@media(min-width:1101px){.download-task-module__tab:last-child .download-task-module__tab-title{font-size:34px}}.download-task-module .download-task-module__description-reveal{flex-shrink:0;transition-duration:var(--task-transition-duration)!important;transition-timing-function:var(--task-transition-easing)!important}.download-task-module__tab-description{display:block;margin-top:12px;color:var(--text_default_secondary);font-size:18px;font-weight:400;line-height:27px;transform:translateY(-8px);transition:transform var(--task-transition-duration) var(--task-transition-easing)}.download-task-module__tab--active .download-task-module__tab-description{transform:translateY(0)}.download-task-module__preview{position:relative;display:grid;width:100%;height:auto;aspect-ratio:696/569;align-self:start;overflow:hidden;background:#f7f7f7;border-radius:20px}.download-task-module__preview-image{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;min-height:0;pointer-events:none;opacity:0;transition:opacity var(--task-transition-duration) var(--task-transition-easing)}.download-task-module__preview-image[aria-hidden=false]{opacity:1}@media(max-width:1100px)and (min-width:1025px){.download-task-module__content{grid-template-columns:minmax(310px,.72fr) minmax(0,1fr)}.download-task-module{--task-rail-inset:28px}.download-task-module__tab-title{font-size:clamp(25px,2.9vw,32px)}.download-task-module__tab-description{font-size:clamp(14px,1.64vw,18px);line-height:1.5}}@media(max-width:1024px){.download-task-module{--task-rail-inset:24px;height:auto;padding-inline:var(--download-content-gutter)}.download-task-module__heading{font-size:clamp(28px,7.2vw,34px);line-height:1.25}.download-task-module__content{position:static;display:flex;width:100%;height:auto;flex-direction:column;gap:32px;margin-top:48px}.download-task-module__tabs{height:auto}.download-task-module__tab,.download-task-module__tab--active{min-height:76px;flex:none;padding:18px 8px 18px 0}.download-task-module__tab-title{font-size:clamp(22px,6.7vw,28px)}.download-task-module__tab-description{margin-top:10px;font-size:15px;line-height:23px}.download-task-module__preview{order:-1;height:auto;aspect-ratio:696/569}}@media(prefers-reduced-motion:reduce){.download-task-module .download-task-module__description-reveal,.download-task-module__preview-image,.download-task-module__tab-description{transition:none}}.download-task-module__progress{position:absolute;z-index:1;inset:0 auto auto 0;width:2px;height:0;border-radius:999px;background:var(--border_heavy);opacity:0;pointer-events:none}@font-face{font-family:Outfit;font-style:normal;font-weight:1 999;font-display:swap;src:url(https://filecdn.minimax.chat/public/09e926a9-f079-4d5f-82c9-1e17dd0ababc.ttf) format("truetype")}.download-page{--download-section-gap:128px;--download-hero-bottom-space:48px;--download-content-max-width:1220px;--download-content-gutter:24px;color-scheme:light}.download-hero-module{position:relative;width:100%;height:auto;padding-bottom:var(--download-hero-bottom-space);overflow-x:clip;overflow-y:visible;background:linear-gradient(180deg,#3daeff 0,#fff calc(100% - var(--download-hero-bottom-space)))}.download-hero-module__content{position:relative;z-index:1;display:flex;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:none;margin:0 auto;padding:clamp(80px,5.208vw,100px) 24px 0;text-align:center}.download-hero-module__intro{display:flex;flex-direction:column;align-items:center;width:min(100%,960px)}.download-hero-module__title{margin:0;color:#171717;font-family:Outfit,ui-sans-serif,system-ui,sans-serif;font-size:clamp(64px,4.6875vw,90px);font-weight:600;line-height:1.2556;letter-spacing:-.1px;white-space:nowrap}.download-hero-module__subtitle{max-width:920px;margin:0;color:#171717;font-size:clamp(16px,.9375vw,18px);font-weight:400;line-height:1.6;letter-spacing:normal}.download-hero-module__subtitle span{display:block}@media(max-width:1024px){.download-page{--download-content-gutter:20px}}@media(max-width:768px){.download-page{--download-section-gap:80px}.download-hero-module__content{max-width:none;padding:80px 20px 0}.download-hero-module__title{font-size:clamp(36px,11.8vw,46px);line-height:1.26}.download-hero-module__subtitle{max-width:560px;font-size:clamp(13px,3.85vw,15px);line-height:1.6}.download-page{--download-type-hero:clamp(2rem,10.5vw,4rem);--download-type-heading:clamp(1.125rem,5.5vw,2rem);--download-type-subheading:clamp(1rem,4vw,1.5rem);--download-type-card-title:clamp(0.875rem,3.2vw,1.25rem);--download-type-body:clamp(0.75rem,2.3vw,0.875rem);--download-type-label:clamp(0.6875rem,2vw,0.8125rem);--download-type-caption:clamp(0.625rem,1.8vw,0.75rem);--download-type-price:clamp(1.5rem,6vw,2.25rem)}.download-page .download-hero-module__title{font-size:var(--download-type-hero);line-height:1.2}.download-page .download-access-module__heading,.download-page .download-best-practices-module__heading,.download-page .download-comparison-module__heading,.download-page .download-cta-module__title,.download-page .download-faq-module__heading,.download-page .download-pricing-module__heading,.download-page .download-task-module__heading{font-size:var(--download-type-heading);line-height:1.25;letter-spacing:-.025em}.download-page .download-best-practices-module__item-title,.download-page .download-task-module__tab-title{font-size:var(--download-type-subheading);line-height:1.35}.download-page .download-access-module__card-title,.download-page .download-pricing-module__card-name{font-size:var(--download-type-card-title);line-height:1.4;font-weight:500}.download-page .download-access-module__description,.download-page .download-best-practices-module__description,.download-page .download-cli-actions .download-cli-actions__documentation,.download-page .download-faq-module__answer,.download-page .download-faq-module__question,.download-page .download-hero-module__subtitle,.download-page .download-task-module__tab-description{font-size:var(--download-type-body);line-height:1.6}.download-page .download-access-module__mobile-button,.download-page .download-buttons__hero-trigger,.download-page .download-buttons__primary-action,.download-page .download-footer__link,.download-page .download-pricing-module__button,.download-page>header button{font-size:var(--download-type-label);line-height:1.5}.download-page .download-buttons__notice,.download-page .download-footer__column-title,.download-page .download-footer__copyright,.download-page .download-pricing-module__billing,.download-page .download-pricing-module__card-description,.download-page .download-pricing-module__tooltip{font-size:var(--download-type-caption);line-height:1.6}.download-page .download-pricing-module__price{font-size:var(--download-type-price);font-weight:500;line-height:1.2;letter-spacing:-.02em;margin-top:clamp(20px,7vw,42px)}.download-page .download-pricing-module__card{min-height:clamp(180px,42vw,252px);padding:clamp(16px,4vw,24px)}.download-page .download-pricing-module__billing,.download-page .download-pricing-module__card-description,.download-page .download-pricing-module__card-header{min-height:0}.download-page .download-pricing-module__card-description{margin-top:2px}.download-page .download-pricing-module__billing{margin-top:4px}.download-page .download-install-modal h2{font-size:var(--download-type-heading);line-height:1.25}.download-page .download-install-modal h3{font-size:var(--download-type-subheading);line-height:1.35}.download-page .download-install-modal__description,.download-page .download-install-modal__step-description{font-size:var(--download-type-body);line-height:1.6}.download-page .download-install-modal__step-label{font-size:var(--download-type-label);line-height:1.5}}