body{height:100%}.close{display:none}.mobile-options{transition:1s}.open{width:100%;display:grid;grid-template-columns:100%;gap:1em}.open li{display:flex;justify-content:center;align-items:center}.link-list{padding-top:2em}.link-list li{padding:.25em 0}.loading-spinner{width:48px;height:48px;border:5px solid #000;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.dark .loading-spinner{border:5px solid #fff}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-display{font-family:Bebas Neue,Impact,sans-serif;line-height:.9}.hero-mono{font-family:Space Mono,monospace}.hero-noise{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' /%3E%3C/svg%3E")}@keyframes spin-slow{to{transform:rotate(360deg)}}.animate-spin-slow{animation:spin-slow 25s linear infinite;will-change:transform}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .6s ease both}@keyframes slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slide-up .6s ease both;will-change:transform,opacity}
