.game-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;max-height:100%;padding:1rem;color:#f8fafc;font-family:system-ui,-apple-system,sans-serif;overflow:hidden;box-sizing:border-box}.game-main{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.game-section{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1.5rem;text-align:center}.game-section.hidden{display:none}.section-title{font-size:.875rem;font-weight:500;margin-bottom:1rem;color:#8b949e}.number-picker{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.number-btn,.guess-btn{width:48px;height:48px;font-size:1.25rem;font-weight:600;border:2px solid #30363d;border-radius:8px;background:#21262d;color:#f8fafc;cursor:pointer;transition:all .2s}.waiting-text{color:#8b949e;font-size:.875rem}.number-btn:hover,.guess-btn:hover{border-color:#58a6ff;background:#30363d}.number-btn.selected{border-color:#3fb950;background:#3fb95033;color:#3fb950}.guess-btn.selected{border-color:#f0883e;background:#f0883e33;color:#f0883e}.number-btn:disabled,.guess-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border:none;border-radius:6px;background:#238636;color:#fff;cursor:pointer;transition:background .2s}.action-btn:hover:not(:disabled){background:#2ea043}.action-btn:disabled{background:#21262d;color:#484f58;cursor:not-allowed}.reveal-info{font-size:1rem;margin-bottom:.5rem}.reveal-info strong{color:#3fb950;font-size:1.25rem}.result-area{background:#161b22;border:2px solid #30363d;border-radius:8px;padding:1.5rem;text-align:center}.result-area.hidden{display:none}.result-area.win{border-color:#3fb950;background:#3fb95026}.result-area.lose{border-color:#f85149;background:#f8514926}.result-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.result-area.win .result-title{color:#3fb950}.result-area.lose .result-title{color:#f85149}.result-detail{font-size:.875rem;color:#8b949e}.message-area{background:#1c2128;border:1px dashed #3b82f6;border-radius:6px;padding:.75rem;margin-top:.5rem;font-size:.75rem}.message-area.hidden{display:none}.message-label{color:#3b82f6;font-weight:600;margin-bottom:.25rem}.message-content{color:#9ca3af;font-family:monospace;white-space:pre-wrap;word-break:break-all}.hidden{display:none!important}
