.glass-nav{background-color:rgba(255,255,255,.9);backdrop-filter:blur(10px)}.dark .glass-nav{background-color:rgba(26,26,26,.9)}.typing-cursor{animation:1s infinite blink}@keyframes blink{0%,50%{opacity:1}100%,51%{opacity:0}}.code-window{font-family:'Fira Code',monospace;scrollbar-width:thin;scrollbar-color:#42b883 transparent}pre code.hljs{padding:1.5em;border-radius:.5rem}.game-cell{transition:.2s}.game-cell:hover{transform:scale(1.05)}.code-window::-webkit-scrollbar{width:8px;height:8px}.code-window::-webkit-scrollbar-track{background:0 0}.code-window::-webkit-scrollbar-thumb{background-color:#42b883;border-radius:20px;border:2px solid transparent;background-clip:content-box}.code-window::-webkit-scrollbar-thumb:hover{background-color:#33a06f}