*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#111827;color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{max-width:480px;width:100%;padding:1rem}.status-box{border:2px solid;border-radius:1rem;padding:3rem;text-align:center;margin-bottom:1rem}.status-box.go{background:#22c55e1a;border-color:#22c55e4d}.status-box.nogo{background:#ef44441a;border-color:#ef44444d}.status-text{font-size:5rem;font-weight:700}.status-text.go{color:#4ade80}.status-text.nogo{color:#f87171}.message{color:#9ca3af;font-size:1.1rem;text-align:center;margin-bottom:1.5rem}.highlight-go{color:#4ade80;font-weight:700}.highlight-nogo{color:#f87171;font-weight:700}.next-game{font-size:.9rem;color:#9ca3af}.stats{background:#1f2937;border-radius:.75rem;padding:1.5rem}.stat-row{display:flex;justify-content:space-between;padding:.5rem 0}.stat-label{color:#9ca3af}.stat-value{font-weight:600}.stat-value.blue{color:#60a5fa}.status-box.loading{background:#9ca3af1a;border-color:#9ca3af4d}.spinner{width:60px;height:60px;border:4px solid rgba(156,163,175,.3);border-top-color:#9ca3af;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:1.5rem;color:#9ca3af}.status-box.error{background:#ef44441a;border-color:#ef44444d}.error-icon{font-size:4rem;font-weight:700;color:#f87171;width:80px;height:80px;border:4px solid #f87171;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.error-text{font-size:2rem;font-weight:700;color:#f87171}.error-message{color:#f87171}
