body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App,.auth-container,body{min-height:100vh}.auth-container{align-items:center;display:flex;justify-content:center;padding:20px}.auth-box{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0003;max-width:400px;padding:40px;width:100%}.auth-box h2{color:#667eea;font-size:28px;margin-bottom:30px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:8px}.form-group input{border:2px solid #e0e0e0;border-radius:8px;font-size:16px;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:transform .2s;width:100%}.btn:hover{transform:translateY(-2px)}.auth-link{color:#666;margin-top:20px;text-align:center}.auth-link a{color:#667eea;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}.error{background:#fee;border-radius:5px;color:#c33;margin-bottom:15px;padding:10px;text-align:center}.dashboard{margin:0 auto;max-width:1200px;padding:20px}.dashboard-header{align-items:center;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px}.dashboard-header h1{color:#667eea}.logout-btn{background:#f44336;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px}.logout-btn:hover{background:#d32f2f}.dashboard-content{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:30px}.games-container{margin:0 auto;max-width:1200px;padding:20px}.games-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:30px}.game-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:20px;transition:transform .3s}.game-card:hover{transform:translateY(-5px)}.game-card h3{color:#667eea;margin-bottom:10px}.game-card p{color:#666;margin-bottom:15px}.play-btn{background:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:10px;width:100%}.play-btn:hover{background:#45a049}
/*# sourceMappingURL=main.3d2f971f.css.map*/