.glove-page{min-height:100vh}.glove-page,.glove-page .scene-container{display:flex;flex-direction:column;align-items:center}.glove-page .scene-container{margin-bottom:20px}.glove-page .cyberglove-title{font-size:2.5rem;font-weight:700;margin-bottom:20px}.glove-page button{padding:10px 20px;font-size:1rem;color:#fff;background-color:#007bff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.glove-page button:hover{background-color:#0056b3}.glove-page .stage{position:relative;width:1280px;height:720px;display:flex;justify-content:center;align-items:center;background:#000}.glove-page .stage canvas{width:100%!important;height:100%!important}.glove-page .stage .loading-mask{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;display:flex;justify-content:center;align-items:center;z-index:100}.glove-page .stage .loading-mask .loading-content{text-align:center;color:#fff}.glove-page .stage .loading-mask .loading-content .loading-spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid rgb(var(--accent-color));border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}.glove-page .stage .loading-mask .loading-content .loading-text{font-size:18px;font-weight:500}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}