#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;background-color:#325cc6aa}.logo-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.logo{height:15em;padding-top:1em;padding-bottom:-1em;will-change:filter;transition:filter .3s;animation:logo-spin infinite linear}.logo:hover{filter:drop-shadow(0 0 2em #f572faaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.subtext{color:#f572fa;font-style:italic;margin-top:-10px;font-size:large}.heading{margin-bottom:-48px}.card{padding:2em;font-style:italic}.speed-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:200px;height:6px;border-radius:5px;outline:none;cursor:pointer;border:none;background:linear-gradient(to right,#f572fa 0%,#f572fa var(--progress),#ddd var(--progress),#ddd 100%);transition:background .3s ease-in-out}.footer{display:flex;justify-content:center;gap:20px;margin-top:20px;padding:10px 0}.footer a{text-decoration:none;color:#f572fa;font-weight:700;transition:color .3s}.footer a:hover{color:#d450d4}.project-container{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1200px;margin:0 auto;padding:2rem 1rem;position:relative;z-index:1}.screenshot-container{display:flex;justify-content:center;align-items:center;margin:4rem auto;position:relative;z-index:2;padding:1rem;height:60vh}.screenshot-container img{max-height:100%;border-radius:12px}.screenshot{width:220px;border-radius:12px;box-shadow:0 4px 10px #0003;transition:transform .3s ease,box-shadow .3s ease;position:absolute}.screenshot-1{transform:rotate(-25deg) translate(-30px)}.screenshot-2{transform:rotate(0);z-index:2}.screenshot-3{transform:rotate(25deg) translate(30px)}.screenshot-4{transform:rotate(-50deg) translate(-30px)}.screenshot-5{transform:rotate(50deg) translate(30px)}.screenshot:hover{transform:scale(1.25);box-shadow:0 6px 15px #0000004d;z-index:3}@media (max-width: 768px){.screenshot-container{margin:2rem auto;padding:.5rem}.screenshot-container img{max-width:40vw}}:root{line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#325cc6aa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#de4ce8;text-decoration:inherit}a:hover{color:#4800bb}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-family:Barrio;font-size:5.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
