.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:32px;background:#233b32}.loading-room{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;width:100%;height:100%;max-width:1120px;max-height:880px;border:1px solid #f3ecdc;border-radius:12px;background:#f5f2e7;box-shadow:0 12px 36px #101e2733;box-sizing:border-box}.loading-brand{color:#425848;font:500 16px/1.5 Hiragino Maru Gothic ProN,Hiragino Sans,Meiryo,sans-serif;letter-spacing:.1em}.loading-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:130px;padding:12px;box-sizing:border-box}.loading-robot{width:88px;height:92px}.loading-robot>svg{display:block;width:100%;height:100%}.loading-lights{display:flex;align-items:center;justify-content:center;gap:8px;height:12px;color:#6d8954}.loading-lights i{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.35;animation:loading-light 1.4s ease-in-out infinite}.loading-lights i:nth-child(2){animation-delay:.16s}.loading-lights i:nth-child(3){animation-delay:.32s}.loading-indicator.is-compact{min-height:48px;padding:0}.loading-description{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.score-board-screen .loading-lights{color:#d3dfaa}@keyframes loading-light{0%,70%,to{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}@media(max-width:900px){.loading-screen{padding:0;background:#f5f2e7}.loading-room{max-width:none;max-height:none;border:0;border-radius:0;box-shadow:none}}@media(prefers-reduced-motion:reduce){.loading-lights i{animation:none;opacity:.65}}.score-loading-rows{display:grid;padding-top:12px}.score-loading-rows i{display:block;height:48px;border-bottom:1px solid #79916233;position:relative}.score-loading-rows i:before{content:"";position:absolute;top:19px;left:4px;width:45%;height:7px;border-radius:4px;background:#b6cba11c}.score-loading-rows i:nth-child(2):before{width:58%}.score-loading-rows i:nth-child(3):before{width:37%}
