::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border-radius:8px;background:var(--gray-400);border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--gray-200);background-clip:content-box}html.light ::-webkit-scrollbar-track{background:var(--gray-150)}html.light ::-webkit-scrollbar-thumb{background:var(--gray-400);background-clip:content-box}html.light ::-webkit-scrollbar-thumb:hover{background:var(--gray-300);background-clip:content-box}html.light *{scrollbar-color:var(--gray-150) var(--gray-50)}html.dark ::-webkit-scrollbar-track{background:var(--gray-800)}html.dark ::-webkit-scrollbar-thumb{background:var(--gray-600);background-clip:content-box}html.dark ::-webkit-scrollbar-thumb:hover{background:var(--gray-500);background-clip:content-box}html.dark *{scrollbar-color:var(--gray-700) var(--gray-800)}.landing-no-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.landing-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.typewriter-cursor{display:inline-block;color:currentColor;animation:blink-cursor .6s steps(2) infinite;font-size:.85em;line-height:1;vertical-align:baseline;margin-left:1px}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}@keyframes aurora{0%{background-position:0 50%}25%{background-position:50% 75%}50%{background-position:100% 50%}75%{background-position:50% 25%}to{background-position:0 50%}}