.Hero-module__HsImyW__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:56px;display:flex;position:relative}.Hero-module__HsImyW__heroContent{flex-direction:column;align-items:center;gap:16px;display:flex}.Hero-module__HsImyW__heroTitle{font-family:var(--font-mono);letter-spacing:-2px;font-size:clamp(36px,7vw,64px);font-weight:700;line-height:1}.Hero-module__HsImyW__heroSubtitle{color:var(--text-secondary);max-width:700px;font-size:clamp(14px,1.8vw,16px);font-family:var(--font-mono);word-break:break-word;padding:0 24px;line-height:1.6}.Hero-module__HsImyW__heroActions{gap:16px;display:flex}.Hero-module__HsImyW__btnPrimary{font-family:var(--font-mono);letter-spacing:1px;background:var(--accent);color:var(--bg-primary);border-radius:var(--radius);padding:14px 32px;font-size:14px;font-weight:700;transition:opacity .15s}.Hero-module__HsImyW__btnPrimary:hover{opacity:.85}.Hero-module__HsImyW__chatDemo{width:780px;max-width:calc(100% - 32px);margin-top:8px}.Hero-module__HsImyW__chatWindow{-webkit-backdrop-filter:blur(8px);background:#1a1a1a99;border:1px solid #33ff6626;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.Hero-module__HsImyW__chatHeader{border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:16px 20px;display:flex}.Hero-module__HsImyW__statusDot{background:var(--accent);border-radius:50%;width:10px;height:10px;box-shadow:0 0 8px #33ff6680}.Hero-module__HsImyW__statusText{color:var(--text-primary);font-size:15px}.Hero-module__HsImyW__chatMessages{text-align:left;flex-direction:column;gap:14px;min-height:140px;padding:20px;display:flex}.Hero-module__HsImyW__msgRowUser{justify-content:flex-end;display:flex}.Hero-module__HsImyW__msgRowAi{justify-content:flex-start;display:flex}.Hero-module__HsImyW__msgUser{max-width:75%;color:var(--text-primary);background:#ffffff14;border:1px solid #ffffff1a;border-radius:18px 18px 4px;padding:12px 18px;font-size:15px;line-height:1.5}.Hero-module__HsImyW__msgAi{max-width:85%;color:var(--text-primary);background:#33ff660a;border:1px solid #33ff661f;border-radius:18px 18px 18px 4px;padding:12px 18px;font-size:15px;line-height:1.5}.Hero-module__HsImyW__cursor{background:var(--accent);vertical-align:text-bottom;width:2px;height:17px;margin-left:2px;animation:.8s step-end infinite Hero-module__HsImyW__blink;display:inline-block}@keyframes Hero-module__HsImyW__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__HsImyW__dots{align-items:center;gap:5px;height:20px;display:inline-flex}.Hero-module__HsImyW__dots span{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite Hero-module__HsImyW__dotPulse}.Hero-module__HsImyW__dots span:nth-child(2){animation-delay:.2s}.Hero-module__HsImyW__dots span:nth-child(3){animation-delay:.4s}@keyframes Hero-module__HsImyW__dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.Hero-module__HsImyW__chatInputBar{border-top:1px solid #ffffff0f;align-items:center;gap:12px;padding:16px 20px;display:flex}.Hero-module__HsImyW__chatInput{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;flex:1;padding:12px 20px}.Hero-module__HsImyW__chatInputPlaceholder{color:var(--text-secondary);font-size:14px}.Hero-module__HsImyW__chatSendBtn{width:44px;height:44px;color:var(--accent);background:#3f63;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.Hero-module__HsImyW__chatSendBtn:hover{background:#33ff6659}.Hero-module__HsImyW__heroScrollIndicator{position:absolute;bottom:40px}.Hero-module__HsImyW__scrollLine{background:var(--border);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__HsImyW__scrollPulse;display:block}@keyframes Hero-module__HsImyW__scrollPulse{0%,to{opacity:.3}50%{opacity:1}}@media (max-width:768px){.Hero-module__HsImyW__hero{min-height:auto;padding:80px 0 60px}.Hero-module__HsImyW__heroContent{box-sizing:border-box;gap:12px;width:100%;padding:0 16px}.Hero-module__HsImyW__heroTitle{letter-spacing:-1px;font-size:28px}.Hero-module__HsImyW__heroSubtitle{padding:0;font-size:13px}.Hero-module__HsImyW__heroActions{flex-direction:column;width:100%}.Hero-module__HsImyW__btnPrimary{text-align:center;padding:12px 24px;font-size:13px}.Hero-module__HsImyW__chatDemo{width:100%;max-width:100%;margin-top:4px;padding:0}.Hero-module__HsImyW__chatWindow{border-radius:12px}.Hero-module__HsImyW__chatHeader{gap:8px;padding:12px 14px}.Hero-module__HsImyW__statusDot{width:8px;height:8px}.Hero-module__HsImyW__statusText{font-size:13px}.Hero-module__HsImyW__chatMessages{gap:10px;min-height:80px;padding:12px 14px}.Hero-module__HsImyW__msgUser,.Hero-module__HsImyW__msgAi{border-radius:12px;padding:8px 12px;font-size:13px}.Hero-module__HsImyW__msgUser{border-radius:12px 12px 2px}.Hero-module__HsImyW__msgAi{border-radius:12px 12px 12px 2px;max-width:90%}.Hero-module__HsImyW__chatInputBar{gap:8px;padding:10px 14px}.Hero-module__HsImyW__chatInput{padding:10px 16px}.Hero-module__HsImyW__chatInputPlaceholder{font-size:13px}.Hero-module__HsImyW__chatSendBtn{border-radius:8px;width:38px;height:38px}.Hero-module__HsImyW__heroScrollIndicator{display:none}}
.ModelVariants-module__-b5qqq__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.ModelVariants-module__-b5qqq__card{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:16px;padding:24px;transition:border-color .2s;display:flex}.ModelVariants-module__-b5qqq__card:hover{border-color:var(--accent)}.ModelVariants-module__-b5qqq__cardHeader{flex-direction:column;gap:6px;display:flex}.ModelVariants-module__-b5qqq__badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius);width:fit-content;padding:2px 8px;font-size:10px;font-weight:700}.ModelVariants-module__-b5qqq__name{font-family:var(--font-mono);color:var(--text-primary);margin-top:4px;font-size:16px;font-weight:700}.ModelVariants-module__-b5qqq__params{color:var(--text-secondary);font-size:12px;font-family:var(--font-mono)}.ModelVariants-module__-b5qqq__description{color:var(--text-secondary);flex:1;font-size:14px;line-height:1.6}.ModelVariants-module__-b5qqq__arena{font-family:var(--font-mono);color:var(--accent);background:var(--accent-dim);border-radius:var(--radius);width:fit-content;padding:6px 12px;font-size:12px;font-weight:700}.ModelVariants-module__-b5qqq__meta{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:16px;display:flex}.ModelVariants-module__-b5qqq__metaRow{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.ModelVariants-module__-b5qqq__metaKey{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-size:11px}.ModelVariants-module__-b5qqq__metaValue{font-family:var(--font-mono);color:var(--text-primary);text-align:right;font-size:12px}@media (max-width:1024px){.ModelVariants-module__-b5qqq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ModelVariants-module__-b5qqq__grid{grid-template-columns:1fr}}
.Modalities-module__D2UxNa__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Modalities-module__D2UxNa__card{border:1px solid var(--border);border-radius:var(--radius);padding:24px;transition:border-color .15s}.Modalities-module__D2UxNa__card:hover{border-color:var(--accent)}.Modalities-module__D2UxNa__cardHeader{align-items:center;gap:14px;margin-bottom:20px;display:flex}.Modalities-module__D2UxNa__icon{color:var(--accent);background:var(--accent-dim);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;display:flex}.Modalities-module__D2UxNa__title{font-family:var(--font-mono);font-size:18px;font-weight:700}.Modalities-module__D2UxNa__subtitle{color:var(--text-secondary);font-size:13px}.Modalities-module__D2UxNa__list{flex-direction:column;gap:10px;list-style:none;display:flex}.Modalities-module__D2UxNa__item{color:var(--text-secondary);padding-left:16px;font-size:14px;line-height:1.5;position:relative}.Modalities-module__D2UxNa__item:before{content:"→";color:var(--accent);font-size:12px;position:absolute;left:0}@media (max-width:1024px){.Modalities-module__D2UxNa__grid{grid-template-columns:1fr}}
.Benchmarks-module__qpUkDW__benchmarkList{grid-template-columns:repeat(2,1fr);gap:40px 48px;display:grid}.Benchmarks-module__qpUkDW__benchmarkGroup{flex-direction:column;gap:16px;display:flex}.Benchmarks-module__qpUkDW__metricName{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1.5px;color:var(--text-primary);font-size:13px;font-weight:700}.Benchmarks-module__qpUkDW__bars{flex-direction:column;gap:10px;display:flex}.Benchmarks-module__qpUkDW__barRow{align-items:center;gap:12px;display:flex}.Benchmarks-module__qpUkDW__barLabel{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;width:160px;font-size:12px;overflow:hidden}.Benchmarks-module__qpUkDW__barTrack{background:var(--bg-surface);border-radius:3px;flex:1;height:6px;overflow:hidden}.Benchmarks-module__qpUkDW__barFill{border-radius:3px;height:100%;transition:width .6s}.Benchmarks-module__qpUkDW__barGemma{background:#3f6}.Benchmarks-module__qpUkDW__barOther{background:#444}.Benchmarks-module__qpUkDW__barValue{font-family:var(--font-mono);color:var(--text-secondary);text-align:right;flex-shrink:0;width:36px;font-size:12px}.Benchmarks-module__qpUkDW__barValueGemma{color:#3f6}@media (max-width:900px){.Benchmarks-module__qpUkDW__benchmarkList{grid-template-columns:1fr;gap:32px}}@media (max-width:600px){.Benchmarks-module__qpUkDW__barRow{flex-wrap:wrap;gap:6px}.Benchmarks-module__qpUkDW__barLabel{width:100%}.Benchmarks-module__qpUkDW__barTrack{flex:1}}
.ComparisonTable-module__2Rm92G__tableWrapper{border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}.ComparisonTable-module__2Rm92G__table{border-collapse:collapse;width:100%}.ComparisonTable-module__2Rm92G__th{text-align:left;border-bottom:1px solid var(--border);background:var(--bg-surface);padding:16px 20px}.ComparisonTable-module__2Rm92G__modelName{font-family:var(--font-mono);color:var(--accent);font-size:14px;font-weight:700}.ComparisonTable-module__2Rm92G__row{transition:background .15s}.ComparisonTable-module__2Rm92G__row:hover{background:var(--bg-surface)}.ComparisonTable-module__2Rm92G__category{color:var(--text-primary);border-bottom:1px solid var(--border);white-space:nowrap;padding:12px 20px;font-size:14px}.ComparisonTable-module__2Rm92G__value{font-family:var(--font-mono);color:var(--text-secondary);border-bottom:1px solid var(--border);padding:12px 20px;font-size:13px}.ComparisonTable-module__2Rm92G__row:last-child .ComparisonTable-module__2Rm92G__category,.ComparisonTable-module__2Rm92G__row:last-child .ComparisonTable-module__2Rm92G__value{border-bottom:none}@media (max-width:600px){.ComparisonTable-module__2Rm92G__tableWrapper{-webkit-overflow-scrolling:touch}.ComparisonTable-module__2Rm92G__th,.ComparisonTable-module__2Rm92G__category,.ComparisonTable-module__2Rm92G__value{padding:10px 12px;font-size:12px}}
.Features-module__9gr-8G__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Features-module__9gr-8G__card{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:10px;padding:24px;display:flex}.Features-module__9gr-8G__icon{color:var(--accent);font-size:20px;line-height:1}.Features-module__9gr-8G__title{font-family:var(--font-mono);color:var(--text-primary);font-size:14px;font-weight:700}.Features-module__9gr-8G__description{color:var(--text-secondary);font-size:14px;line-height:1.6}@media (max-width:900px){.Features-module__9gr-8G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Features-module__9gr-8G__grid{grid-template-columns:1fr}}
.UseCases-module__r_m4kq__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.UseCases-module__r_m4kq__card{background:var(--bg-surface);border-radius:var(--radius);flex-direction:column;gap:10px;padding:24px;transition:background .2s;display:flex}.UseCases-module__r_m4kq__card:hover{background:var(--bg-surface-hover)}.UseCases-module__r_m4kq__title{font-family:var(--font-mono);color:var(--text-primary);font-size:14px;font-weight:700}.UseCases-module__r_m4kq__description{color:var(--text-secondary);font-size:14px;line-height:1.6}@media (max-width:900px){.UseCases-module__r_m4kq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.UseCases-module__r_m4kq__grid{grid-template-columns:1fr}}
.Architecture-module__Hqr1iG__table{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.Architecture-module__Hqr1iG__row{border-bottom:1px solid var(--border);align-items:baseline;gap:24px;padding:16px 24px;transition:background .15s;display:flex}.Architecture-module__Hqr1iG__row:last-child{border-bottom:none}.Architecture-module__Hqr1iG__row:hover{background:var(--bg-surface)}.Architecture-module__Hqr1iG__key{font-family:var(--font-mono);color:var(--accent);flex-shrink:0;width:280px;font-size:13px}.Architecture-module__Hqr1iG__value{color:var(--text-secondary);font-size:14px;line-height:1.5}@media (max-width:700px){.Architecture-module__Hqr1iG__row{flex-direction:column;gap:6px}.Architecture-module__Hqr1iG__key{width:auto}}
.GettingStarted-module__8izjOW__container{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.GettingStarted-module__8izjOW__tabBar{border-bottom:1px solid var(--border);background:var(--bg-surface);display:flex}.GettingStarted-module__8izjOW__tab{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);border-right:1px solid var(--border);padding:12px 20px;font-size:12px;font-weight:700;transition:color .15s,background .15s}.GettingStarted-module__8izjOW__tab:last-child{border-right:none}.GettingStarted-module__8izjOW__tab:hover{color:var(--text-primary);background:var(--bg-surface-hover)}.GettingStarted-module__8izjOW__tabActive{border-bottom:2px solid var(--accent);margin-bottom:-1px;color:var(--accent)!important;background:var(--bg-primary)!important}.GettingStarted-module__8izjOW__codeWrapper{background:var(--bg-primary);padding:24px;position:relative}.GettingStarted-module__8izjOW__copyBtn{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1px;color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:4px 12px;font-size:11px;font-weight:700;transition:color .15s,border-color .15s;position:absolute;top:16px;right:16px}.GettingStarted-module__8izjOW__copyBtn:hover{color:var(--accent);border-color:var(--accent)}.GettingStarted-module__8izjOW__code{font-family:var(--font-mono);color:var(--text-primary);white-space:pre;font-size:13px;line-height:1.7;overflow-x:auto}@media (max-width:600px){.GettingStarted-module__8izjOW__tabBar{-webkit-overflow-scrolling:touch;overflow-x:auto}.GettingStarted-module__8izjOW__tab{white-space:nowrap;padding:10px 14px;font-size:11px}.GettingStarted-module__8izjOW__codeWrapper{padding:16px}.GettingStarted-module__8izjOW__code{font-size:12px}}
.FAQ-module__5E5jIW__list{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:0;display:flex;overflow:hidden}.FAQ-module__5E5jIW__item{border-bottom:1px solid var(--border)}.FAQ-module__5E5jIW__item:last-child{border-bottom:none}.FAQ-module__5E5jIW__question{width:100%;color:var(--text-primary);text-align:left;justify-content:space-between;align-items:center;padding:16px 20px;font-size:15px;transition:background .15s;display:flex}.FAQ-module__5E5jIW__question:hover,.FAQ-module__5E5jIW__open .FAQ-module__5E5jIW__question{background:var(--bg-surface)}.FAQ-module__5E5jIW__arrow{font-family:var(--font-mono);color:var(--accent);flex-shrink:0;margin-left:16px;font-size:18px}.FAQ-module__5E5jIW__answer{color:var(--text-secondary);background:var(--bg-surface);padding:0 20px 16px;font-size:14px;line-height:1.7}@media (max-width:600px){.FAQ-module__5E5jIW__question{padding:14px 16px;font-size:14px}.FAQ-module__5E5jIW__answer{padding:0 16px 14px;font-size:13px}}
.Footer-module__VUkswa__footer{border-top:1px solid var(--border);margin-top:0}.Footer-module__VUkswa__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:32px 24px;display:flex}.Footer-module__VUkswa__brand{font-family:var(--font-mono);color:var(--accent);font-size:14px;font-weight:700}.Footer-module__VUkswa__links{gap:24px;display:flex}.Footer-module__VUkswa__link{color:var(--text-secondary);font-size:13px;transition:color .2s}.Footer-module__VUkswa__link:hover{color:var(--text-primary)}.Footer-module__VUkswa__divider{color:var(--border);font-size:13px}@media (max-width:480px){.Footer-module__VUkswa__inner{flex-direction:column;align-items:flex-start;gap:16px}}
