.game-splash-screen{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.game-splash-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.game-splash-icon-container{display:flex;flex-direction:column;align-items:center;opacity:0;transform:scale(.3) translateY(50px)}.game-splash-icon-container.scale-in{animation:scaleInAnimation .25s ease-out forwards}@keyframes scaleInAnimation{to{opacity:1;transform:scale(1) translateY(0)}}.game-splash-app-name{font-size:48px;font-weight:700;color:#fff;text-align:center;letter-spacing:2px;text-shadow:0 3px 6px rgba(0,0,0,.4);margin-bottom:30px}.game-splash-icon-wrapper{width:140px;height:140px;border-radius:28px;background:linear-gradient(135deg,#fff3,#ffffff14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;box-shadow:0 8px 32px #0000004d,0 0 60px #1b68c433,inset 0 1px #fff3;position:relative;border:1px solid rgba(255,255,255,.1)}.game-splash-icon{width:90px;height:90px;-o-object-fit:contain;object-fit:contain;border-radius:18px}.game-splash-text-container{margin-top:50px;display:flex;align-items:center;flex-direction:column;opacity:0;transform:translateY(30px)}.game-splash-text-container.text-fade-in{animation:textFadeInAnimation .2s ease-out .25s forwards}@keyframes textFadeInAnimation{to{opacity:1;transform:translateY(0)}}.game-splash-tagline{font-size:18px;color:#ccc;text-align:center;margin-top:12px;font-weight:300;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.game-splash-loading-container{margin-top:40px;display:flex;flex-direction:column;align-items:center;width:80%;max-width:400px;min-width:280px}.game-splash-loading-bar-background{width:100%;height:4px;background-color:#fff3;border-radius:2px;overflow:hidden;margin-bottom:12px}.game-splash-loading-bar-fill{height:100%;background-color:#fff;border-radius:2px;box-shadow:0 0 10px #ffffff80}.game-splash-loading-text{font-size:14px;color:#ccc;margin-top:8px;font-weight:300;text-shadow:0 1px 2px rgba(0,0,0,.3);text-align:center;display:flex;flex-direction:column;gap:4px}.game-splash-message{font-weight:500;color:#fff}.game-splash-submessage{font-size:12px;color:#aaa}.game-splash-error{color:#fc0;font-style:italic}.game-splash-progress-text{font-size:14px;color:#ccc;margin-top:8px;font-weight:300}@media (max-width: 768px){.game-splash-app-name{font-size:36px}.game-splash-icon-wrapper{width:120px;height:120px;border-radius:24px}.game-splash-icon{width:80px;height:80px;border-radius:16px}.game-splash-tagline{font-size:16px}.game-splash-loading-container{width:90%}}@media (max-width: 480px){.game-splash-app-name{font-size:32px}.game-splash-icon-wrapper{width:100px;height:100px;border-radius:20px}.game-splash-icon{width:70px;height:70px;border-radius:14px}.game-splash-tagline{font-size:14px}}#root{width:100%;min-height:100vh}.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}
