:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.page-content{position:relative;z-index:1;color:#fff;text-align:center;padding-top:40vh}.main-container{align-self:center;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(34deg,#ff005d,#00d4ff);border-radius:20px;border:2px solid violet;box-shadow:0 0 10px violet;width:90vw;max-width:600px;margin:0 auto;height:auto;min-height:70vh;padding:20px;box-sizing:border-box;overflow:hidden}@media (max-width: 480px){.main-container{width:100vw;height:100vh;border-radius:0;padding:15px;min-height:100vh}}.game-over{color:#fff;text-align:center;margin-top:20px}.game-over button{padding:10px 20px;border:none;border-radius:15px;color:#212121;background:#e8e8e8;font-weight:700;font-size:16px;cursor:pointer;position:relative;overflow:hidden;transition:color .25s ease;z-index:1}.game-over button:before{content:"";position:absolute;top:0;left:0;height:100%;width:0;border-radius:15px;background-color:#00d4ff;z-index:-1;transition:width .25s ease}.game-over button:hover{color:#e8e8e8}.game-over button:hover:before{width:100%}.game-over button:active{transform:scale(.95)}
