*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden;font-family:Arial,sans-serif;background-color:#000}#root{width:100%;height:100%}.loading-screen{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;z-index:1000}.loading-bar{width:300px;height:20px;background-color:#333;border-radius:10px;overflow:hidden;margin-top:20px}.loading-progress{height:100%;background-color:#0ff;width:0%;transition:width .3s ease-in-out}
