:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0f111a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:30vw;padding:1.5em;will-change:filter;transition:filter .3s;transition-timing-function:ease-in-out}.logo:hover{filter:drop-shadow(0 0 2em #ff5370)}.card{padding:2em}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#mainLogo{position:relative;width:20rem;height:20rem}#rotator{position:absolute;transform-origin:center;top:-8rem;left:-8rem;z-index:1}#rotator{animation-name:spin;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:linear;transform-origin:center;animation-play-state:running}#logo{position:absolute;z-index:2}svg:hover #rotator{animation-play-state:paused}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
