.code-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;font-family:Courier New,monospace;background-color:#17252a}.line{width:80%;height:5px;background-color:#3aafa9;margin:4px;animation:blink 1.5s infinite ease-in-out}.line:nth-child(2){animation-delay:.3s}.line:nth-child(3){animation-delay:.6s}.line:nth-child(4){animation-delay:.9s}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.code-loader p{font-size:20px;color:#3aafa9;margin-top:20px}#theme-toggler-label{width:70px;height:34px;position:relative;display:block;border-radius:20px;box-shadow:inset 0 5px 15px #0006,inset 0 -5px 15px #fff6;cursor:pointer;transition:.3s}#theme-toggler-label:after{content:"";width:32px;height:30px;position:absolute;top:2px;left:2px;background:linear-gradient(180deg,#ffcc89,#d8860b);border-radius:20px;box-shadow:0 5px 10px #0003;transition:.3s}#theme-toggler{width:0;height:0;visibility:hidden}#theme-toggler:checked+#theme-toggler-label:after{left:68px;transform:translate(-100%)}#theme-toggler-label:active:after{width:45px}#theme-toggler-label svg{position:absolute;width:22px;height:auto;top:6px;z-index:100}#theme-toggler-label svg.sun{left:7px;fill:#fff;transition:.3s}#theme-toggler-label svg.moon{left:42px;stroke:#7e7e7e;stroke-width:5px;transition:.3s}#theme-toggler:checked+#theme-toggler-label svg.sun{fill:#7e7e7e}#theme-toggler:checked+#theme-toggler-label svg.moon{stroke:#fff}*{box-sizing:border-box;margin:0;padding:0}:root,body,#root{min-height:100vh;font-optical-sizing:auto}#root{display:flex;flex-direction:column}.cursor{display:inline-block;width:5px;height:24px;background-color:#4c956c;animation:blink .5s step-end infinite}@keyframes blink{50%{opacity:0}}.heroWrapper{height:calc(100vh - 56px);height:calc(100svh - 56px)}.physicsCanvasWrapper{height:100vh;height:100svh}@media (min-width: 600px){.heroWrapper{height:calc(100vh - 64px);height:calc(100svh - 64px)}}
