You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="hero-accent">Think first, then code.</p>
231
277
<p class="hero-lead">An open-source AI engineering agent for your terminal. It reads your repo, edits files, runs commands, and iterates until the job is done.</p>
@@ -722,6 +768,37 @@ onUnmounted(() => {
722
768
line-height: 1.38;
723
769
}
724
770
771
+
.hero-mascot-video {
772
+
position: relative;
773
+
display: block;
774
+
width: clamp(160px, 16vw, 200px);
775
+
margin-inline: auto;
776
+
padding: 0;
777
+
border: 0;
778
+
appearance: none;
779
+
aspect-ratio: 4 / 3;
780
+
background: transparent;
781
+
color: var(--ink);
782
+
cursor: pointer;
783
+
}
784
+
785
+
.hero-mascot-video:focus-visible {
786
+
outline: 2px solid var(--accent);
787
+
outline-offset: 4px;
788
+
border-radius: var(--radius-sm);
789
+
}
790
+
791
+
.hero-mascot-video video {
792
+
display: block;
793
+
width: 100%;
794
+
height: 100%;
795
+
object-fit: cover;
796
+
-webkit-mask-image: radial-gradient(ellipse 50% 50% at center, black 58%, transparent 100%);
797
+
mask-image: radial-gradient(ellipse 50% 50% at center, black 58%, transparent 100%);
0 commit comments