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
283
<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 +774,57 @@ onUnmounted(() => {
722
774
line-height: 1.38;
723
775
}
724
776
777
+
.hero-mascot-video {
778
+
position: relative;
779
+
display: block;
780
+
width: clamp(160px, 16vw, 200px);
781
+
margin-inline: auto;
782
+
padding: 0;
783
+
border: 0;
784
+
appearance: none;
785
+
aspect-ratio: 4 / 3;
786
+
background: transparent;
787
+
color: var(--ink);
788
+
cursor: pointer;
789
+
}
790
+
791
+
.hero-mascot-video:focus-visible {
792
+
outline: 2px solid var(--accent);
793
+
outline-offset: 4px;
794
+
border-radius: var(--radius-sm);
795
+
}
796
+
797
+
.hero-mascot-video video {
798
+
display: block;
799
+
width: 100%;
800
+
height: 100%;
801
+
object-fit: cover;
802
+
-webkit-mask-image: radial-gradient(ellipse 50% 50% at center, black 58%, transparent 100%);
803
+
mask-image: radial-gradient(ellipse 50% 50% at center, black 58%, transparent 100%);
0 commit comments