Saccade Swipe Drill — Gated
Jump → flash arrow → wait for swipe/timeout → brief delay → next jump. No rushing.
Score
0
Accuracy
0%
Avg RT
—
Longest Streak
0
Level
—
Post-Delay (ms)
—
Ares Palette
/* Highlight on hover */ .sqs-tabs-nav .tab-item a:hover, .sqs-tabs-nav .tab-item a:focus { background-color: rgba(255, 215, 0, 0.3); /* semi-transparent gold */ outline: 2px solid #FFD700; /* gold border */ border-radius: 4px; } /* Persist highlight on the active/selected tab */ .sqs-tabs-nav .tab-item.is-active a { background-color: rgba(255, 215, 0, 0.4); outline: 2px solid #FFD700; }